libmicrohttpd-files.vcxproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup>
  4. <ClCompile Include="$(MhdSrc)microhttpd\basicauth.c" />
  5. <ClCompile Include="$(MhdSrc)microhttpd\connection.c" />
  6. <ClCompile Include="$(MhdSrc)microhttpd\daemon.c" />
  7. <ClCompile Include="$(MhdSrc)microhttpd\digestauth.c" />
  8. <ClCompile Include="$(MhdSrc)microhttpd\gen_auth.c" />
  9. <ClCompile Include="$(MhdSrc)microhttpd\internal.c" />
  10. <ClCompile Include="$(MhdSrc)microhttpd\md5.c" />
  11. <ClCompile Include="$(MhdSrc)microhttpd\sha256.c" />
  12. <ClCompile Include="$(MhdSrc)microhttpd\sha512_256.c" />
  13. <ClCompile Include="$(MhdSrc)microhttpd\memorypool.c" />
  14. <ClCompile Include="$(MhdSrc)microhttpd\mhd_mono_clock.c" />
  15. <ClCompile Include="$(MhdSrc)microhttpd\postprocessor.c" />
  16. <ClCompile Include="$(MhdSrc)microhttpd\reason_phrase.c" />
  17. <ClCompile Include="$(MhdSrc)microhttpd\response.c" />
  18. <ClCompile Include="$(MhdSrc)microhttpd\tsearch.c" />
  19. <ClCompile Include="$(MhdSrc)microhttpd\sysfdsetsize.c" />
  20. <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c" />
  21. <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c" />
  22. <ClCompile Include="$(MhdSrc)microhttpd\mhd_send.c" />
  23. <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" />
  24. <ClCompile Include="$(MhdSrc)microhttpd\mhd_itc.c">
  25. <ExcludedFromBuild>true</ExcludedFromBuild>
  26. </ClCompile>
  27. <ClCompile Include="$(MhdSrc)microhttpd\mhd_compat.c">
  28. <ExcludedFromBuild Condition="'$(PlatformToolsetVersion)'&gt;='140'">true</ExcludedFromBuild>
  29. </ClCompile>
  30. <ClCompile Include="$(MhdSrc)microhttpd\mhd_panic.c" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <ClInclude Include="$(MhdSrc)include\autoinit_funcs.h" />
  34. <ClInclude Include="$(MhdSrc)include\microhttpd.h" />
  35. <ClInclude Include="$(MhdSrc)include\mhd_options.h" />
  36. <ClInclude Include="$(MhdSrc)include\platform.h" />
  37. <ClInclude Include="$(MhdSrc)microhttpd\basicauth.h" />
  38. <ClInclude Include="$(MhdSrc)microhttpd\connection.h" />
  39. <ClInclude Include="$(MhdSrc)microhttpd\digestauth.h" />
  40. <ClInclude Include="$(MhdSrc)microhttpd\gen_auth.h" />
  41. <ClInclude Include="$(MhdSrc)microhttpd\internal.h" />
  42. <ClInclude Include="$(MhdSrc)microhttpd\mhd_md5_wrap.h" />
  43. <ClInclude Include="$(MhdSrc)microhttpd\md5.h" />
  44. <ClInclude Include="$(MhdSrc)microhttpd\mhd_sha256_wrap.h" />
  45. <ClInclude Include="$(MhdSrc)microhttpd\sha256.h" />
  46. <ClInclude Include="$(MhdSrc)microhttpd\sha512_256.h" />
  47. <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" />
  48. <ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h" />
  49. <ClInclude Include="$(MhdSrc)microhttpd\mhd_align.h" />
  50. <ClInclude Include="$(MhdSrc)microhttpd\mhd_bithelpers.h" />
  51. <ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h" />
  52. <ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" />
  53. <ClInclude Include="$(MhdSrc)microhttpd\mhd_mono_clock.h" />
  54. <ClInclude Include="$(MhdSrc)microhttpd\response.h" />
  55. <ClInclude Include="$(MhdSrc)microhttpd\postprocessor.h" />
  56. <ClInclude Include="$(MhdSrc)microhttpd\tsearch.h" />
  57. <ClInclude Include="$(MhdSrc)microhttpd\sysfdsetsize.h" />
  58. <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" />
  59. <ClInclude Include="$(MhdSrc)microhttpd\mhd_str_types.h" />
  60. <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" />
  61. <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" />
  62. <ClInclude Include="$(MhdSrc)microhttpd\mhd_send.h" />
  63. <ClInclude Include="$(MhdSrc)microhttpd\mhd_sockets.h" />
  64. <ClInclude Include="$(MhdSrc)microhttpd\mhd_itc.h" />
  65. <ClInclude Include="$(MhdSrc)microhttpd\mhd_itc_types.h" />
  66. <ClInclude Include="$(MhdSrc)microhttpd\mhd_compat.h" />
  67. <ClInclude Include="$(MhdSrc)microhttpd\mhd_panic.h" />
  68. <ClInclude Include="$(MhdW32Common)MHD_config.h" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc">
  72. <ExcludedFromBuild Condition="'$(ConfigurationType)'=='StaticLibrary'">true</ExcludedFromBuild>
  73. </ResourceCompile>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <CustomBuild Include="$(MhdW32Common)microhttpd_dll_res_vc.rc.in">
  77. <ExcludedFromBuild Condition="'$(ConfigurationType)'=='StaticLibrary'">true</ExcludedFromBuild>
  78. <ExcludedFromBuild Condition="'$(ConfigurationType)'=='DynamicLibrary'">false</ExcludedFromBuild>
  79. <FileType>Document</FileType>
  80. <Command>PowerShell.exe -Version 3.0 -NonInteractive -NoProfile -ExecutionPolicy Bypass -File "$(MhdW32Common)gen_dll_res.ps1" -BasePath "$(MhdW32Common)\"</Command>
  81. <Message>Generating .dll description resource</Message>
  82. <Outputs>$(MhdW32Common)microhttpd_dll_res_vc.rc</Outputs>
  83. <AdditionalInputs>$(MhdW32Common)gen_dll_res.ps1;$(MhdRoot)configure.ac</AdditionalInputs>
  84. </CustomBuild>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="$(MhdW32Common)cpp.hint" />
  88. </ItemGroup>
  89. </Project>