libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 1cbf43c0a06fc288ca58a08319274a2f58266f5c
parent 18f39a54b799403810a61adf7248351d3dad113b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu,  3 Dec 2015 11:52:57 +0000

VS projects: moved list of files to separate .vcxproj

Diffstat:
Mw32/VS2013/libmicrohttpd.vcxproj | 51+--------------------------------------------------
Aw32/common/libmicrohttpd-files.vcxproj | 53+++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+), 50 deletions(-)

diff --git a/w32/VS2013/libmicrohttpd.vcxproj b/w32/VS2013/libmicrohttpd.vcxproj @@ -67,56 +67,7 @@ <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> - <ItemGroup> - <ClCompile Include="$(MhdSrc)microhttpd\base64.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\basicauth.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\connection.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\daemon.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\digestauth.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\internal.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\md5.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\memorypool.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\mhd_mono_clock.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\postprocessor.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\reason_phrase.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\response.c" /> - <ClCompile Include="$(MhdSrc)microhttpd\tsearch.c" /> - <ClCompile Include="$(MhdSrc)platform\w32functions.c" /> - </ItemGroup> - <ItemGroup> - <ClInclude Include="$(MhdSrc)include\autoinit_funcs.h" /> - <ClInclude Include="$(MhdSrc)include\microhttpd.h" /> - <ClInclude Include="$(MhdSrc)include\platform.h" /> - <ClInclude Include="$(MhdSrc)include\platform_interface.h" /> - <ClInclude Include="$(MhdSrc)include\w32functions.h" /> - <ClInclude Include="$(MhdSrc)microhttpd\base64.h" /> - <ClInclude Include="$(MhdSrc)microhttpd\connection.h" /> - <ClInclude Include="$(MhdSrc)microhttpd\internal.h" /> - <ClInclude Include="$(MhdSrc)microhttpd\md5.h" /> - <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" /> - <ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h" /> - <ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" /> - <ClInclude Include="$(MhdSrc)microhttpd\mhd_mono_clock.h" /> - <ClInclude Include="$(MhdSrc)microhttpd\response.h" /> - <ClInclude Include="$(MhdSrc)microhttpd\tsearch.h" /> - <ClInclude Include="MHD_config.h" /> - </ItemGroup> - <ItemGroup> - <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc"> - <ExcludedFromBuild Condition="'$(ConfigurationType)'=='StaticLibrary'">true</ExcludedFromBuild> - </ResourceCompile> - </ItemGroup> - <ItemGroup> - <CustomBuild Include="$(MhdW32Common)microhttpd_dll_res_vc.rc.in"> - <ExcludedFromBuild Condition="'$(ConfigurationType)'=='StaticLibrary'">true</ExcludedFromBuild> - <ExcludedFromBuild Condition="'$(ConfigurationType)'=='DynamicLibrary'">false</ExcludedFromBuild> - <FileType>Document</FileType> - <Command>PowerShell.exe -Version 3.0 -NonInteractive -NoProfile -ExecutionPolicy Bypass -File "$(MhdW32Common)gen_dll_res.ps1" -BasePath "$(MhdW32Common)\"</Command> - <Message>Generating .dll description resource</Message> - <Outputs>$(MhdW32Common)microhttpd_dll_res_vc.rc</Outputs> - <AdditionalInputs>$(MhdW32Common)gen_dll_res.ps1;$(MhdRoot)configure.ac</AdditionalInputs> - </CustomBuild> - </ItemGroup> + <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" /> <PropertyGroup Label="Globals"> <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid> <Keyword>Win32Proj</Keyword> diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="$(MhdSrc)microhttpd\base64.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\basicauth.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\connection.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\daemon.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\digestauth.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\internal.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\md5.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\memorypool.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\mhd_mono_clock.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\postprocessor.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\reason_phrase.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\response.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\tsearch.c" /> + <ClCompile Include="$(MhdSrc)platform\w32functions.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="$(MhdSrc)include\autoinit_funcs.h" /> + <ClInclude Include="$(MhdSrc)include\microhttpd.h" /> + <ClInclude Include="$(MhdSrc)include\platform.h" /> + <ClInclude Include="$(MhdSrc)include\platform_interface.h" /> + <ClInclude Include="$(MhdSrc)include\w32functions.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\base64.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\connection.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\internal.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\md5.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\mhd_mono_clock.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\response.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\tsearch.h" /> + <ClInclude Include="MHD_config.h" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc"> + <ExcludedFromBuild Condition="'$(ConfigurationType)'=='StaticLibrary'">true</ExcludedFromBuild> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="$(MhdW32Common)microhttpd_dll_res_vc.rc.in"> + <ExcludedFromBuild Condition="'$(ConfigurationType)'=='StaticLibrary'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(ConfigurationType)'=='DynamicLibrary'">false</ExcludedFromBuild> + <FileType>Document</FileType> + <Command>PowerShell.exe -Version 3.0 -NonInteractive -NoProfile -ExecutionPolicy Bypass -File "$(MhdW32Common)gen_dll_res.ps1" -BasePath "$(MhdW32Common)\"</Command> + <Message>Generating .dll description resource</Message> + <Outputs>$(MhdW32Common)microhttpd_dll_res_vc.rc</Outputs> + <AdditionalInputs>$(MhdW32Common)gen_dll_res.ps1;$(MhdRoot)configure.ac</AdditionalInputs> + </CustomBuild> + </ItemGroup> +</Project>