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 2fa2debc..391e1cec 100644
--- a/w32/common/libmicrohttpd-files.vcxproj
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -6,6 +6,7 @@
6 <ClCompile Include="$(MhdSrc)microhttpd\connection.c" /> 6 <ClCompile Include="$(MhdSrc)microhttpd\connection.c" />
7 <ClCompile Include="$(MhdSrc)microhttpd\daemon.c" /> 7 <ClCompile Include="$(MhdSrc)microhttpd\daemon.c" />
8 <ClCompile Include="$(MhdSrc)microhttpd\digestauth.c" /> 8 <ClCompile Include="$(MhdSrc)microhttpd\digestauth.c" />
9 <ClCompile Include="$(MhdSrc)microhttpd\gen_auth.c" />
9 <ClCompile Include="$(MhdSrc)microhttpd\internal.c" /> 10 <ClCompile Include="$(MhdSrc)microhttpd\internal.c" />
10 <ClCompile Include="$(MhdSrc)microhttpd\md5.c" /> 11 <ClCompile Include="$(MhdSrc)microhttpd\md5.c" />
11 <ClCompile Include="$(MhdSrc)microhttpd\sha256.c" /> 12 <ClCompile Include="$(MhdSrc)microhttpd\sha256.c" />
@@ -35,6 +36,7 @@
35 <ClInclude Include="$(MhdSrc)microhttpd\basicauth.h" /> 36 <ClInclude Include="$(MhdSrc)microhttpd\basicauth.h" />
36 <ClInclude Include="$(MhdSrc)microhttpd\connection.h" /> 37 <ClInclude Include="$(MhdSrc)microhttpd\connection.h" />
37 <ClInclude Include="$(MhdSrc)microhttpd\digestauth.h" /> 38 <ClInclude Include="$(MhdSrc)microhttpd\digestauth.h" />
39 <ClInclude Include="$(MhdSrc)microhttpd\gen_auth.h" />
38 <ClInclude Include="$(MhdSrc)microhttpd\internal.h" /> 40 <ClInclude Include="$(MhdSrc)microhttpd\internal.h" />
39 <ClInclude Include="$(MhdSrc)microhttpd\md5.h" /> 41 <ClInclude Include="$(MhdSrc)microhttpd\md5.h" />
40 <ClInclude Include="$(MhdSrc)microhttpd\sha256.h" /> 42 <ClInclude Include="$(MhdSrc)microhttpd\sha256.h" />