aboutsummaryrefslogtreecommitdiff
path: root/src/Directory.vcxproj.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/Directory.vcxproj.props')
-rw-r--r--src/Directory.vcxproj.props6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Directory.vcxproj.props b/src/Directory.vcxproj.props
index 3cd406e4..0efe2cbb 100644
--- a/src/Directory.vcxproj.props
+++ b/src/Directory.vcxproj.props
@@ -8,7 +8,11 @@
8 <PlatformFolder Condition=" '$(PlatformFolder)' == '' ">$(Platform)</PlatformFolder> 8 <PlatformFolder Condition=" '$(PlatformFolder)' == '' ">$(Platform)</PlatformFolder>
9 <IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformFolder)\</IntDir> 9 <IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformFolder)\</IntDir>
10 <OutDir>$(OutputPath)$(PlatformFolder)\</OutDir> 10 <OutDir>$(OutputPath)$(PlatformFolder)\</OutDir>
11 <PlatformToolset>v143</PlatformToolset> 11 </PropertyGroup>
12
13 <!-- This is needed for v141 toolset, which doesn't understand `10.0` -->
14 <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'==''">
15 <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
12 </PropertyGroup> 16 </PropertyGroup>
13 17
14 <PropertyGroup Condition=" '$(CLRSupport)'!='true' "> 18 <PropertyGroup Condition=" '$(CLRSupport)'!='true' ">