|
|
@@ -8,6 +8,7 @@
|
|
|
<ClCompile Include="$(MhdSrc)microhttpd\digestauth.c" />
|
|
|
<ClCompile Include="$(MhdSrc)microhttpd\internal.c" />
|
|
|
<ClCompile Include="$(MhdSrc)microhttpd\md5.c" />
|
|
|
+ <ClCompile Include="$(MhdSrc)microhttpd\sha256.c" />
|
|
|
<ClCompile Include="$(MhdSrc)microhttpd\memorypool.c" />
|
|
|
<ClCompile Include="$(MhdSrc)microhttpd\mhd_mono_clock.c" />
|
|
|
<ClCompile Include="$(MhdSrc)microhttpd\postprocessor.c" />
|
|
|
@@ -30,8 +31,10 @@
|
|
|
<ClInclude Include="$(MhdSrc)microhttpd\connection.h" />
|
|
|
<ClInclude Include="$(MhdSrc)microhttpd\internal.h" />
|
|
|
<ClInclude Include="$(MhdSrc)microhttpd\md5.h" />
|
|
|
+ <ClInclude Include="$(MhdSrc)microhttpd\sha256.h" />
|
|
|
<ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" />
|
|
|
<ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h" />
|
|
|
+ <ClInclude Include="$(MhdSrc)microhttpd\mhd_bithelpers.h" />
|
|
|
<ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h" />
|
|
|
<ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" />
|
|
|
<ClInclude Include="$(MhdSrc)microhttpd\mhd_mono_clock.h" />
|