mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
VS Project: exclude file not used on W32
This commit is contained in:
@@ -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)'>='140'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
||||
Reference in New Issue
Block a user