aboutsummaryrefslogtreecommitdiff
path: root/w32/common/common-build-settings.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'w32/common/common-build-settings.vcxproj')
-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>