aboutsummaryrefslogtreecommitdiff
path: root/w32/common
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-26 23:20:29 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-27 15:28:36 +0300
commit8fa8f78307a64650e608b55701ea58a7230ab6be (patch)
tree0e8e3c35c2ad858fa5b0c12a3e2a7dd1f9558fe8 /w32/common
parent9a18334bb6b658466b16348216bce5f132a14bf9 (diff)
downloadlibmicrohttpd-8fa8f78307a64650e608b55701ea58a7230ab6be.tar.gz
libmicrohttpd-8fa8f78307a64650e608b55701ea58a7230ab6be.zip
Added VS2017 project files
Diffstat (limited to 'w32/common')
-rw-r--r--w32/common/common-build-settings.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/w32/common/common-build-settings.vcxproj b/w32/common/common-build-settings.vcxproj
index 94e8e183..f2e512a4 100644
--- a/w32/common/common-build-settings.vcxproj
+++ b/w32/common/common-build-settings.vcxproj
@@ -3,8 +3,8 @@
3 <PropertyGroup Label="UserMacros"> 3 <PropertyGroup Label="UserMacros">
4 <!-- WinXP = 0; Vista = 1; Win7 = 2; Win8 = 3... 4 <!-- WinXP = 0; Vista = 1; Win7 = 2; Win8 = 3...
5 Only 0 and 1 are used currently --> 5 Only 0 and 1 are used currently -->
6 <TargetOSLevel Condition="'$(PlatformToolset)'=='v120_xp' Or '$(PlatformToolset)'=='v140_xp'">0</TargetOSLevel> 6 <TargetOSLevel Condition="'$(PlatformToolset)'=='v120_xp' Or '$(PlatformToolset)'=='v140_xp' Or '$(PlatformToolset)'=='v141_xp'">0</TargetOSLevel>
7 <TargetOSLevel Condition="'$(PlatformToolset)'!='v120_xp' And '$(PlatformToolset)'!='v140_xp'">1</TargetOSLevel> 7 <TargetOSLevel Condition="'$(PlatformToolset)'!='v120_xp' And '$(PlatformToolset)'!='v140_xp' And '$(PlatformToolset)'!='v141_xp'">1</TargetOSLevel>
8 </PropertyGroup> 8 </PropertyGroup>
9 <PropertyGroup> 9 <PropertyGroup>
10 <IncludePath>$(SolutionDir);$(MhdW32Common);$(MhdSrc)include;$(IncludePath)</IncludePath> 10 <IncludePath>$(SolutionDir);$(MhdW32Common);$(MhdSrc)include;$(IncludePath)</IncludePath>