MSVC: exclude unneeded file from builds

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-12-24 21:25:10 +03:00
parent cd5a53a9c4
commit 826b4a7a81
+3 -1
View File
@@ -21,7 +21,9 @@
<ClCompile Include="$(MhdSrc)microhttpd\mhd_send.c" />
<ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" />
<ClCompile Include="$(MhdSrc)microhttpd\mhd_itc.c" />
<ClCompile Include="$(MhdSrc)microhttpd\mhd_compat.c" />
<ClCompile Include="$(MhdSrc)microhttpd\mhd_compat.c">
<ExcludedFromBuild Condition="'$(PlatformToolsetVersion)'&gt;='140'">true</ExcludedFromBuild>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(MhdSrc)include\autoinit_funcs.h" />