aboutsummaryrefslogtreecommitdiff
path: root/w32/common/libmicrohttpd-files.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'w32/common/libmicrohttpd-files.vcxproj')
-rw-r--r--w32/common/libmicrohttpd-files.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj
index 64c497b6..fa75b6ad 100644
--- a/w32/common/libmicrohttpd-files.vcxproj
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -18,6 +18,7 @@
18 <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c" /> 18 <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c" />
19 <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c" /> 19 <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c" />
20 <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" /> 20 <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" />
21 <ClCompile Include="$(MhdSrc)microhttpd\mhd_itc.c" />
21 <ClCompile Include="$(MhdSrc)platform\w32functions.c" /> 22 <ClCompile Include="$(MhdSrc)platform\w32functions.c" />
22 </ItemGroup> 23 </ItemGroup>
23 <ItemGroup> 24 <ItemGroup>
@@ -42,6 +43,7 @@
42 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" /> 43 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" />
43 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" /> 44 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" />
44 <ClInclude Include="$(MhdSrc)microhttpd\mhd_sockets.h" /> 45 <ClInclude Include="$(MhdSrc)microhttpd\mhd_sockets.h" />
46 <ClInclude Include="$(MhdSrc)microhttpd\mhd_itc.h" />
45 <ClInclude Include="$(MhdW32Common)MHD_config.h" /> 47 <ClInclude Include="$(MhdW32Common)MHD_config.h" />
46 </ItemGroup> 48 </ItemGroup>
47 <ItemGroup> 49 <ItemGroup>