make/vs/libidav/libidav.vcxproj

changeset 2
fbdfaacc4182
parent 1
b5bb7b3cd597
--- a/make/vs/libidav/libidav.vcxproj	Mon Jan 22 17:27:47 2024 +0100
+++ b/make/vs/libidav/libidav.vcxproj	Sat Jan 27 17:50:19 2024 +0100
@@ -109,7 +109,7 @@
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <ClCompile>
       <WarningLevel>Level3</WarningLevel>
-      <SDLCheck>true</SDLCheck>
+      <SDLCheck>false</SDLCheck>
       <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <ConformanceMode>true</ConformanceMode>
       <LanguageStandard_C>stdc11</LanguageStandard_C>
@@ -144,6 +144,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
+    <ClCompile Include="..\..\..\libidav\config.c" />
     <ClCompile Include="..\..\..\libidav\crypto.c" />
     <ClCompile Include="..\..\..\libidav\davqlexec.c" />
     <ClCompile Include="..\..\..\libidav\davqlparser.c" />
@@ -156,6 +157,7 @@
     <ClCompile Include="..\..\..\libidav\xml.c" />
   </ItemGroup>
   <ItemGroup>
+    <ClInclude Include="..\..\..\libidav\config.h" />
     <ClInclude Include="..\..\..\libidav\crypto.h" />
     <ClInclude Include="..\..\..\libidav\davqlexec.h" />
     <ClInclude Include="..\..\..\libidav\davqlparser.h" />

mercurial