Fixed a few non-relative folder location issues with (only) the Microsoft Visual Studio 2015 port

This commit is contained in:
ekh
2016-03-18 07:18:54 +00:00
parent a8cc153abf
commit 6d63f12874
7 changed files with 21 additions and 20 deletions
@@ -105,7 +105,7 @@
</PrecompiledHeader>
<WarningLevel>Level4</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;BACDL_BIP;USE_INADDR=0;BACAPP_ALL;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\ports\win32;..\..\..\..\demo\object;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<DisableSpecificWarnings>4214;4244;4267;4189;4100;4701</DisableSpecificWarnings>
</ClCompile>
@@ -157,9 +157,9 @@
<Text Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\..\Karg%27s BACnet Stack\demo\handler\h_alarm_ack.c" />
<ClCompile Include="..\..\..\..\..\Karg%27s BACnet Stack\demo\handler\h_getevent.c" />
<ClCompile Include="..\..\..\..\..\Karg%27s BACnet Stack\demo\handler\h_get_alarm_sum.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_alarm_ack.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_getevent.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_get_alarm_sum.c" />
<ClCompile Include="..\..\..\..\demo\handler\dlenv.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_arf.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_arf_a.c" />
@@ -159,13 +159,13 @@
<ClCompile Include="..\..\..\..\demo\handler\txbuf.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\Karg%27s BACnet Stack\demo\handler\h_alarm_ack.c">
<ClCompile Include="..\..\..\..\demo\handler\h_get_alarm_sum.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\Karg%27s BACnet Stack\demo\handler\h_getevent.c">
<ClCompile Include="..\..\..\..\demo\handler\h_getevent.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\Karg%27s BACnet Stack\demo\handler\h_get_alarm_sum.c">
<ClCompile Include="..\..\..\..\demo\handler\h_alarm_ack.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>