15 lines
688 B
XML
15 lines
688 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LocalDebuggerCommandArguments>277008</LocalDebuggerCommandArguments>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LocalDebuggerEnvironment>BACNET_IP_PORT=47809
|
|
BACNET_BBMD_PORT=47808
|
|
BACNET_IFACE=10.66.200.123
|
|
BACNET_BBMD_ADDRESS=10.66.200.64
|
|
BACNET_BBMD_TIMETOLIVE=120
|
|
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
</Project> |