VS projects updated: cleanup, renamed file

This commit is contained in:
Evgeny Grin (Karlson2k)
2016-04-11 14:08:21 +00:00
parent 2cf1ffafba
commit 5f5447afa0
6 changed files with 5 additions and 11 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ SUBDIRS = contrib src m4 .
W32COMMON = w32/common/gen_dll_res.ps1 w32/common/microhttpd_dll_res_vc.rc.in w32/common/microhttpd_dll_res_vc.rc \
w32/common/MHD_config.h w32/common/vs_dirs.props w32/common/common-build-settings.vcxproj \
w32/common/libmicrohttpd-build-settings.vcxproj w32/common/libmicrohttpd-files.vcxproj w32/common/libmicrohttpd-filters.vcxproj \
w32/common/hellobrowser-build-settings.vcxproj w32/common/hellobrowser-files.vcxproj w32/common/hellobrowser-filters.vcxproj
w32/common/hellobrowser-files.vcxproj w32/common/hellobrowser-filters.vcxproj \
w32/common/apps-build-settings.vcxproj
W32VS2013 = w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \
w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters \
w32/VS2013/libmicrohttpd.sln
+1
View File
@@ -10,4 +10,5 @@
*.tlog
*.idb
*.rc
*.VC.db
.vs
+1 -1
View File
@@ -78,7 +78,7 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
<Import Project="$(MhdW32Common)hellobrowser-build-settings.vcxproj" />
<Import Project="$(MhdW32Common)apps-build-settings.vcxproj" />
<PropertyGroup />
<ItemDefinitionGroup>
<ClCompile />
+1 -1
View File
@@ -78,7 +78,7 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
<Import Project="$(MhdW32Common)hellobrowser-build-settings.vcxproj" />
<Import Project="$(MhdW32Common)apps-build-settings.vcxproj" />
<PropertyGroup />
<ItemDefinitionGroup>
<ClCompile />
-8
View File
@@ -5,14 +5,6 @@
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="$(MhdRoot)doc\examples\hellobrowser.c">