aboutsummaryrefslogtreecommitdiff
path: root/w32/VS2013
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/VS2013
parent18f39a54b799403810a61adf7248351d3dad113b (diff)
downloadlibmicrohttpd-1cbf43c0a06fc288ca58a08319274a2f58266f5c.tar.gz
libmicrohttpd-1cbf43c0a06fc288ca58a08319274a2f58266f5c.zip
VS projects: moved list of files to separate .vcxproj
Diffstat (limited to 'w32/VS2013')
-rw-r--r--w32/VS2013/libmicrohttpd.vcxproj51
1 files changed, 1 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>