aboutsummaryrefslogtreecommitdiff
path: root/w32/common/libmicrohttpd-filters.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'w32/common/libmicrohttpd-filters.vcxproj')
-rw-r--r--w32/common/libmicrohttpd-filters.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/w32/common/libmicrohttpd-filters.vcxproj b/w32/common/libmicrohttpd-filters.vcxproj
index d43683ce..85232458 100644
--- a/w32/common/libmicrohttpd-filters.vcxproj
+++ b/w32/common/libmicrohttpd-filters.vcxproj
@@ -130,6 +130,12 @@
130 <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c"> 130 <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c">
131 <Filter>Source Files</Filter> 131 <Filter>Source Files</Filter>
132 </ClCompile> 132 </ClCompile>
133 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h">
134 <Filter>Source Files</Filter>
135 </ClInclude>
136 <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c">
137 <Filter>Source Files</Filter>
138 </ClCompile>
133 </ItemGroup> 139 </ItemGroup>
134 <ItemGroup> 140 <ItemGroup>
135 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc"> 141 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc">