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
@@ -78,14 +78,20 @@
<ClCompile Include="..\..\..\..\demo\object\bi.c" />
<ClCompile Include="..\..\..\..\demo\object\bo.c" />
<ClCompile Include="..\..\..\..\demo\object\bv.c" />
<ClCompile Include="..\..\..\..\demo\object\channel.c" />
<ClCompile Include="..\..\..\..\demo\object\command.c" />
<ClCompile Include="..\..\..\..\demo\object\csv.c" />
<ClCompile Include="..\..\..\..\demo\object\device.c" />
<ClCompile Include="..\..\..\..\demo\object\iv.c" />
<ClCompile Include="..\..\..\..\demo\object\lc.c" />
<ClCompile Include="..\..\..\..\demo\object\lo.c" />
<ClCompile Include="..\..\..\..\demo\object\lsp.c" />
<ClCompile Include="..\..\..\..\demo\object\ms-input.c" />
<ClCompile Include="..\..\..\..\demo\object\mso.c" />
<ClCompile Include="..\..\..\..\demo\object\msv.c" />
<ClCompile Include="..\..\..\..\demo\object\osv.c" />
<ClCompile Include="..\..\..\..\demo\object\piv.c" />
<ClCompile Include="..\..\..\..\demo\object\schedule.c" />
<ClCompile Include="..\..\..\..\demo\object\trendlog.c" />
</ItemGroup>
<ItemGroup>
@@ -49,6 +49,24 @@
<ClCompile Include="..\..\..\..\demo\object\msv.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\demo\object\channel.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\demo\object\iv.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\demo\object\osv.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\demo\object\piv.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\demo\object\command.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\demo\object\schedule.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="Source Files">
@@ -112,6 +112,7 @@
<ClCompile Include="..\..\..\..\src\indtext.c" />
<ClCompile Include="..\..\..\..\src\key.c" />
<ClCompile Include="..\..\..\..\src\keylist.c" />
<ClCompile Include="..\..\..\..\src\lighting.c" />
<ClCompile Include="..\..\..\..\src\lso.c" />
<ClCompile Include="..\..\..\..\src\memcopy.c" />
<ClCompile Include="..\..\..\..\src\mstp.c" />
@@ -169,6 +169,9 @@
<ClCompile Include="..\..\bip-init.c">
<Filter>Source Files\ports</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\lighting.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="Header Files">
@@ -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>