diff options
Diffstat (limited to '')
-rw-r--r-- | src/Directory.vcxproj.props | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Directory.vcxproj.props b/src/Directory.vcxproj.props index 9064973d..078309a2 100644 --- a/src/Directory.vcxproj.props +++ b/src/Directory.vcxproj.props | |||
@@ -10,9 +10,8 @@ | |||
10 | <OutDir>$(OutputPath)$(PlatformFolder)\</OutDir> | 10 | <OutDir>$(OutputPath)$(PlatformFolder)\</OutDir> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
12 | 12 | ||
13 | <!-- This is needed for v141 toolset, which doesn't understand `10.0` --> | ||
14 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'==''"> | 13 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'==''"> |
15 | <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> | 14 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
16 | </PropertyGroup> | 15 | </PropertyGroup> |
17 | 16 | ||
18 | <PropertyGroup Condition=" '$(CLRSupport)'!='true' "> | 17 | <PropertyGroup Condition=" '$(CLRSupport)'!='true' "> |