diff options
Diffstat (limited to 'w32/common/libmicrohttpd-files.vcxproj')
-rw-r--r-- | w32/common/libmicrohttpd-files.vcxproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj index fa75b6ad..2a615196 100644 --- a/w32/common/libmicrohttpd-files.vcxproj +++ b/w32/common/libmicrohttpd-files.vcxproj | |||
@@ -19,15 +19,13 @@ | |||
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)microhttpd\mhd_itc.c" /> |
22 | <ClCompile Include="$(MhdSrc)platform\w32functions.c" /> | 22 | <ClCompile Include="$(MhdSrc)microhttpd\mhd_compat.c" /> |
23 | </ItemGroup> | 23 | </ItemGroup> |
24 | <ItemGroup> | 24 | <ItemGroup> |
25 | <ClInclude Include="$(MhdSrc)include\autoinit_funcs.h" /> | 25 | <ClInclude Include="$(MhdSrc)include\autoinit_funcs.h" /> |
26 | <ClInclude Include="$(MhdSrc)include\microhttpd.h" /> | 26 | <ClInclude Include="$(MhdSrc)include\microhttpd.h" /> |
27 | <ClInclude Include="$(MhdSrc)include\mhd_options.h" /> | 27 | <ClInclude Include="$(MhdSrc)include\mhd_options.h" /> |
28 | <ClInclude Include="$(MhdSrc)include\platform.h" /> | 28 | <ClInclude Include="$(MhdSrc)include\platform.h" /> |
29 | <ClInclude Include="$(MhdSrc)include\platform_interface.h" /> | ||
30 | <ClInclude Include="$(MhdSrc)include\w32functions.h" /> | ||
31 | <ClInclude Include="$(MhdSrc)microhttpd\base64.h" /> | 29 | <ClInclude Include="$(MhdSrc)microhttpd\base64.h" /> |
32 | <ClInclude Include="$(MhdSrc)microhttpd\connection.h" /> | 30 | <ClInclude Include="$(MhdSrc)microhttpd\connection.h" /> |
33 | <ClInclude Include="$(MhdSrc)microhttpd\internal.h" /> | 31 | <ClInclude Include="$(MhdSrc)microhttpd\internal.h" /> |
@@ -44,6 +42,7 @@ | |||
44 | <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" /> | 42 | <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" /> |
45 | <ClInclude Include="$(MhdSrc)microhttpd\mhd_sockets.h" /> | 43 | <ClInclude Include="$(MhdSrc)microhttpd\mhd_sockets.h" /> |
46 | <ClInclude Include="$(MhdSrc)microhttpd\mhd_itc.h" /> | 44 | <ClInclude Include="$(MhdSrc)microhttpd\mhd_itc.h" /> |
45 | <ClInclude Include="$(MhdSrc)microhttpd\mhd_compat.h" /> | ||
47 | <ClInclude Include="$(MhdW32Common)MHD_config.h" /> | 46 | <ClInclude Include="$(MhdW32Common)MHD_config.h" /> |
48 | </ItemGroup> | 47 | </ItemGroup> |
49 | <ItemGroup> | 48 | <ItemGroup> |