diff options
author | Bob Arnson <bob@joyofsetup.com> | 2019-10-16 15:40:26 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2019-10-22 13:34:57 -0400 |
commit | c9546f882bde36d5b525f82280a1e09f81c08845 (patch) | |
tree | f3582029b8ec76775a2ec4e61c6c1e57db4f1d20 /src/Cpp.Build.props | |
parent | fbc081741b9923868ebf4aeb98f1e678f5fb6d97 (diff) | |
download | wix-c9546f882bde36d5b525f82280a1e09f81c08845.tar.gz wix-c9546f882bde36d5b525f82280a1e09f81c08845.tar.bz2 wix-c9546f882bde36d5b525f82280a1e09f81c08845.zip |
Bring extension up to date.
Diffstat (limited to 'src/Cpp.Build.props')
-rw-r--r-- | src/Cpp.Build.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index 0e00132b..44a042c7 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props | |||
@@ -8,7 +8,7 @@ | |||
8 | <OutDir>$(OutputPath)$(Platform)\</OutDir> | 8 | <OutDir>$(OutputPath)$(Platform)\</OutDir> |
9 | </PropertyGroup> | 9 | </PropertyGroup> |
10 | 10 | ||
11 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'=='15.0'"> | 11 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'>='15.0'"> |
12 | <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> | 12 | <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> |
13 | </PropertyGroup> | 13 | </PropertyGroup> |
14 | 14 | ||