From 325ddd08f4458cbe8f82b17b3a95f5895d28b319 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 27 Mar 2017 16:05:25 +0300 Subject: Simplified VS projects files --- w32/VS2017/hellobrowser.vcxproj | 26 +++----------- w32/VS2017/largepost.vcxproj | 26 +++----------- w32/VS2017/libmicrohttpd.vcxproj | 58 +++++--------------------------- w32/VS2017/simplepost.vcxproj | 26 +++----------- w32/common/common-build-settings.vcxproj | 4 +-- 5 files changed, 22 insertions(+), 118 deletions(-) (limited to 'w32') diff --git a/w32/VS2017/hellobrowser.vcxproj b/w32/VS2017/hellobrowser.vcxproj index 4f39659f..ed29e613 100644 --- a/w32/VS2017/hellobrowser.vcxproj +++ b/w32/VS2017/hellobrowser.vcxproj @@ -45,30 +45,12 @@ x64 - + Application - true + true + false v141 - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - false - v141 - true + true Unicode diff --git a/w32/VS2017/largepost.vcxproj b/w32/VS2017/largepost.vcxproj index 11cadd08..c9141f82 100644 --- a/w32/VS2017/largepost.vcxproj +++ b/w32/VS2017/largepost.vcxproj @@ -45,30 +45,12 @@ x64 - + Application - true + true + false v141 - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - false - v141 - true + true Unicode diff --git a/w32/VS2017/libmicrohttpd.vcxproj b/w32/VS2017/libmicrohttpd.vcxproj index 1ea6df2c..004004df 100644 --- a/w32/VS2017/libmicrohttpd.vcxproj +++ b/w32/VS2017/libmicrohttpd.vcxproj @@ -77,56 +77,14 @@ x64 - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - true - v141_xp - Unicode - - - DynamicLibrary - true - v141 - Unicode - - - DynamicLibrary - true - v141_xp - Unicode - - - StaticLibrary - false - v141 - true - Unicode - - - StaticLibrary - false - v141_xp - true - Unicode - - - DynamicLibrary - false - v141 - true - Unicode - - - DynamicLibrary - false - v141_xp - true + + StaticLibrary + DynamicLibrary + true + false + v141 + v141_xp + true Unicode diff --git a/w32/VS2017/simplepost.vcxproj b/w32/VS2017/simplepost.vcxproj index 51f48c02..cfd12aa1 100644 --- a/w32/VS2017/simplepost.vcxproj +++ b/w32/VS2017/simplepost.vcxproj @@ -45,30 +45,12 @@ x64 - + Application - true + true + false v141 - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - false - v141 - true + true Unicode diff --git a/w32/common/common-build-settings.vcxproj b/w32/common/common-build-settings.vcxproj index f2e512a4..362340c6 100644 --- a/w32/common/common-build-settings.vcxproj +++ b/w32/common/common-build-settings.vcxproj @@ -3,8 +3,8 @@ - 0 - 1 + 0 + 1 $(SolutionDir);$(MhdW32Common);$(MhdSrc)include;$(IncludePath) -- cgit v1.2.3