make/vs/libidav/libidav.vcxproj

changeset 805
bff983370565
parent 791
38796c7e32b6
--- a/make/vs/libidav/libidav.vcxproj	Mon Jan 29 11:20:34 2024 +0100
+++ b/make/vs/libidav/libidav.vcxproj	Thu Feb 01 10:41:39 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