VS Project: exclude file not used on W32

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-01-31 01:11:27 +01:00
parent 54317e6e1f
commit ff5f1944cd
+3 -1
View File
@@ -21,7 +21,9 @@
<ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c" />
<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_itc.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="$(MhdSrc)microhttpd\mhd_compat.c">
<ExcludedFromBuild Condition="'$(PlatformToolsetVersion)'&gt;='140'">true</ExcludedFromBuild>
</ClCompile>