VS Project: exclude file not used on W32

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-02-05 09:17:31 +01:00
parent 133e4c077d
commit 3b2d76c7ff
+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>