Updated MSVS 2010 project files with added BACnet objects.

This commit is contained in:
skarg
2015-11-25 20:25:08 +00:00
parent 94dbe3d429
commit b5631570e6
6 changed files with 35 additions and 0 deletions
@@ -1,3 +1,10 @@
<?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>777423 8 777423 75</LocalDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerEnvironment>BACNET_IFACE=192.168.0.100</LocalDebuggerEnvironment>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>