aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-03 11:52:57 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-03 11:52:57 +0000
commit1cbf43c0a06fc288ca58a08319274a2f58266f5c (patch)
tree7610dbf87c49314ed64a6fe98c75e719627081ee /w32
parent18f39a54b799403810a61adf7248351d3dad113b (diff)
downloadlibmicrohttpd-1cbf43c0a06fc288ca58a08319274a2f58266f5c.tar.gz
libmicrohttpd-1cbf43c0a06fc288ca58a08319274a2f58266f5c.zip
VS projects: moved list of files to separate .vcxproj
Diffstat (limited to 'w32')
-rw-r--r--w32/VS2013/libmicrohttpd.vcxproj51
-rw-r--r--w32/common/libmicrohttpd-files.vcxproj53
2 files changed, 54 insertions, 50 deletions
diff --git a/w32/VS2013/libmicrohttpd.vcxproj b/w32/VS2013/libmicrohttpd.vcxproj
index 6e79709f..0572136e 100644
--- a/w32/VS2013/libmicrohttpd.vcxproj
+++ b/w32/VS2013/libmicrohttpd.vcxproj
@@ -67,56 +67,7 @@
67 <Platform>x64</Platform> 67 <Platform>x64</Platform>
68 </ProjectConfiguration> 68 </ProjectConfiguration>
69 </ItemGroup> 69 </ItemGroup>
70 <ItemGroup> 70 <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" />
71 <ClCompile Include="$(MhdSrc)microhttpd\base64.c" />
72 <ClCompile Include="$(MhdSrc)microhttpd\basicauth.c" />
73 <ClCompile Include="$(MhdSrc)microhttpd\connection.c" />
74 <ClCompile Include="$(MhdSrc)microhttpd\daemon.c" />
75 <ClCompile Include="$(MhdSrc)microhttpd\digestauth.c" />
76 <ClCompile Include="$(MhdSrc)microhttpd\internal.c" />
77 <ClCompile Include="$(MhdSrc)microhttpd\md5.c" />
78 <ClCompile Include="$(MhdSrc)microhttpd\memorypool.c" />
79 <ClCompile Include="$(MhdSrc)microhttpd\mhd_mono_clock.c" />
80 <ClCompile Include="$(MhdSrc)microhttpd\postprocessor.c" />
81 <ClCompile Include="$(MhdSrc)microhttpd\reason_phrase.c" />
82 <ClCompile Include="$(MhdSrc)microhttpd\response.c" />
83 <ClCompile Include="$(MhdSrc)microhttpd\tsearch.c" />
84 <ClCompile Include="$(MhdSrc)platform\w32functions.c" />
85 </ItemGroup>
86 <ItemGroup>
87 <ClInclude Include="$(MhdSrc)include\autoinit_funcs.h" />
88 <ClInclude Include="$(MhdSrc)include\microhttpd.h" />
89 <ClInclude Include="$(MhdSrc)include\platform.h" />
90 <ClInclude Include="$(MhdSrc)include\platform_interface.h" />
91 <ClInclude Include="$(MhdSrc)include\w32functions.h" />
92 <ClInclude Include="$(MhdSrc)microhttpd\base64.h" />
93 <ClInclude Include="$(MhdSrc)microhttpd\connection.h" />
94 <ClInclude Include="$(MhdSrc)microhttpd\internal.h" />
95 <ClInclude Include="$(MhdSrc)microhttpd\md5.h" />
96 <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" />
97 <ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h" />
98 <ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" />
99 <ClInclude Include="$(MhdSrc)microhttpd\mhd_mono_clock.h" />
100 <ClInclude Include="$(MhdSrc)microhttpd\response.h" />
101 <ClInclude Include="$(MhdSrc)microhttpd\tsearch.h" />
102 <ClInclude Include="MHD_config.h" />
103 </ItemGroup>
104 <ItemGroup>
105 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc">
106 <ExcludedFromBuild Condition="'$(ConfigurationType)'=='StaticLibrary'">true</ExcludedFromBuild>
107 </ResourceCompile>
108 </ItemGroup>
109 <ItemGroup>
110 <CustomBuild Include="$(MhdW32Common)microhttpd_dll_res_vc.rc.in">
111 <ExcludedFromBuild Condition="'$(ConfigurationType)'=='StaticLibrary'">true</ExcludedFromBuild>
112 <ExcludedFromBuild Condition="'$(ConfigurationType)'=='DynamicLibrary'">false</ExcludedFromBuild>
113 <FileType>Document</FileType>
114 <Command>PowerShell.exe -Version 3.0 -NonInteractive -NoProfile -ExecutionPolicy Bypass -File "$(MhdW32Common)gen_dll_res.ps1" -BasePath "$(MhdW32Common)\"</Command>
115 <Message>Generating .dll description resource</Message>
116 <Outputs>$(MhdW32Common)microhttpd_dll_res_vc.rc</Outputs>
117 <AdditionalInputs>$(MhdW32Common)gen_dll_res.ps1;$(MhdRoot)configure.ac</AdditionalInputs>
118 </CustomBuild>
119 </ItemGroup>
120 <PropertyGroup Label="Globals"> 71 <PropertyGroup Label="Globals">
121 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid> 72 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
122 <Keyword>Win32Proj</Keyword> 73 <Keyword>Win32Proj</Keyword>
diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj
new file mode 100644
index 00000000..c51c53d1
--- /dev/null
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -0,0 +1,53 @@
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\base64.c" />
5 <ClCompile Include="$(MhdSrc)microhttpd\basicauth.c" />
6 <ClCompile Include="$(MhdSrc)microhttpd\connection.c" />
7 <ClCompile Include="$(MhdSrc)microhttpd\daemon.c" />
8 <ClCompile Include="$(MhdSrc)microhttpd\digestauth.c" />
9 <ClCompile Include="$(MhdSrc)microhttpd\internal.c" />
10 <ClCompile Include="$(MhdSrc)microhttpd\md5.c" />
11 <ClCompile Include="$(MhdSrc)microhttpd\memorypool.c" />
12 <ClCompile Include="$(MhdSrc)microhttpd\mhd_mono_clock.c" />
13 <ClCompile Include="$(MhdSrc)microhttpd\postprocessor.c" />
14 <ClCompile Include="$(MhdSrc)microhttpd\reason_phrase.c" />
15 <ClCompile Include="$(MhdSrc)microhttpd\response.c" />
16 <ClCompile Include="$(MhdSrc)microhttpd\tsearch.c" />
17 <ClCompile Include="$(MhdSrc)platform\w32functions.c" />
18 </ItemGroup>
19 <ItemGroup>
20 <ClInclude Include="$(MhdSrc)include\autoinit_funcs.h" />
21 <ClInclude Include="$(MhdSrc)include\microhttpd.h" />
22 <ClInclude Include="$(MhdSrc)include\platform.h" />
23 <ClInclude Include="$(MhdSrc)include\platform_interface.h" />
24 <ClInclude Include="$(MhdSrc)include\w32functions.h" />
25 <ClInclude Include="$(MhdSrc)microhttpd\base64.h" />
26 <ClInclude Include="$(MhdSrc)microhttpd\connection.h" />
27 <ClInclude Include="$(MhdSrc)microhttpd\internal.h" />
28 <ClInclude Include="$(MhdSrc)microhttpd\md5.h" />
29 <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" />
30 <ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h" />
31 <ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" />
32 <ClInclude Include="$(MhdSrc)microhttpd\mhd_mono_clock.h" />
33 <ClInclude Include="$(MhdSrc)microhttpd\response.h" />
34 <ClInclude Include="$(MhdSrc)microhttpd\tsearch.h" />
35 <ClInclude Include="MHD_config.h" />
36 </ItemGroup>
37 <ItemGroup>
38 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc">
39 <ExcludedFromBuild Condition="'$(ConfigurationType)'=='StaticLibrary'">true</ExcludedFromBuild>
40 </ResourceCompile>
41 </ItemGroup>
42 <ItemGroup>
43 <CustomBuild Include="$(MhdW32Common)microhttpd_dll_res_vc.rc.in">
44 <ExcludedFromBuild Condition="'$(ConfigurationType)'=='StaticLibrary'">true</ExcludedFromBuild>
45 <ExcludedFromBuild Condition="'$(ConfigurationType)'=='DynamicLibrary'">false</ExcludedFromBuild>
46 <FileType>Document</FileType>
47 <Command>PowerShell.exe -Version 3.0 -NonInteractive -NoProfile -ExecutionPolicy Bypass -File "$(MhdW32Common)gen_dll_res.ps1" -BasePath "$(MhdW32Common)\"</Command>
48 <Message>Generating .dll description resource</Message>
49 <Outputs>$(MhdW32Common)microhttpd_dll_res_vc.rc</Outputs>
50 <AdditionalInputs>$(MhdW32Common)gen_dll_res.ps1;$(MhdRoot)configure.ac</AdditionalInputs>
51 </CustomBuild>
52 </ItemGroup>
53</Project>