Fixed a few non-relative folder location issues with (only) the Microsoft Visual Studio 2015 port
This commit is contained in:
@@ -28,3 +28,14 @@ syntax: glob
|
||||
*.pcapng
|
||||
*.pcap
|
||||
*.patch
|
||||
*.suo
|
||||
*.sdf
|
||||
*.lastbuildstate
|
||||
*.obj
|
||||
*.pdb
|
||||
*.tlog
|
||||
*.log
|
||||
*.idb
|
||||
*.lib
|
||||
*.ilk
|
||||
*.opendb
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<AdditionalIncludeDirectories>C:\dev\Kargs BACnet Stack\demo\object;C:\dev\Kargs BACnet Stack\demo\handler;C:\dev\Kargs BACnet Stack\ports\win32;C:\dev\Kargs BACnet Stack\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories></AdditionalIncludeDirectories>
|
||||
<DisableSpecificWarnings>4245;4389;4244;4996;4018;4100;4267;4701;4244;4100;4701;4214;4244;4267;4189;4100;4701</DisableSpecificWarnings>
|
||||
<CompileAs>CompileAsC</CompileAs>
|
||||
</ClCompile>
|
||||
|
||||
@@ -11,8 +11,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BACnet_Stack_Library", "BAC
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server", "Server\Server.vcxproj", "{EF250061-B9E3-4EEF-8C87-4AB52AF30B3E}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "readprop", "readprop\readprop.vcxproj", "{F5C66E99-F93F-4182-A95C-EBF445DF993E}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x64 = Debug|x64
|
||||
@@ -52,14 +50,6 @@ Global
|
||||
{EF250061-B9E3-4EEF-8C87-4AB52AF30B3E}.Release|x64.ActiveCfg = Release|Win32
|
||||
{EF250061-B9E3-4EEF-8C87-4AB52AF30B3E}.Release|x86.ActiveCfg = Release|Win32
|
||||
{EF250061-B9E3-4EEF-8C87-4AB52AF30B3E}.Release|x86.Build.0 = Release|Win32
|
||||
{F5C66E99-F93F-4182-A95C-EBF445DF993E}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{F5C66E99-F93F-4182-A95C-EBF445DF993E}.Debug|x64.Build.0 = Debug|x64
|
||||
{F5C66E99-F93F-4182-A95C-EBF445DF993E}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{F5C66E99-F93F-4182-A95C-EBF445DF993E}.Debug|x86.Build.0 = Debug|Win32
|
||||
{F5C66E99-F93F-4182-A95C-EBF445DF993E}.Release|x64.ActiveCfg = Release|x64
|
||||
{F5C66E99-F93F-4182-A95C-EBF445DF993E}.Release|x64.Build.0 = Release|x64
|
||||
{F5C66E99-F93F-4182-A95C-EBF445DF993E}.Release|x86.ActiveCfg = Release|Win32
|
||||
{F5C66E99-F93F-4182-A95C-EBF445DF993E}.Release|x86.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
+4
-4
@@ -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" />
|
||||
|
||||
+3
-3
@@ -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>
|
||||
|
||||
+1
-1
@@ -108,7 +108,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>..\..\..\..\ports\win32;..\..\..\..\include;..\..\..\..\demo\object;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<DisableSpecificWarnings>4244;4100;4701</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
|
||||
+1
-1
@@ -106,7 +106,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>4245;4389;4244;4996;4018;4100;4267;4701</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
|
||||
Reference in New Issue
Block a user