Quellcode durchsuchen

VS Project: exclude file not used on W32

Evgeny Grin (Karlson2k) vor 2 Jahren
Ursprung
Commit
3b2d76c7ff
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      w32/common/libmicrohttpd-files.vcxproj

+ 3 - 1
w32/common/libmicrohttpd-files.vcxproj

@@ -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>