diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-05 20:58:18 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-05 20:58:18 +1000 |
commit | 7b169ae5fe094fe9fc1bc152654361edfa766f47 (patch) | |
tree | 213ecc5b1ded45a2653adcf7ca7af2c40c152e7c /src | |
parent | 69c220be45b41e15699ea44596452527ec32a487 (diff) | |
download | wix-7b169ae5fe094fe9fc1bc152654361edfa766f47.tar.gz wix-7b169ae5fe094fe9fc1bc152654361edfa766f47.tar.bz2 wix-7b169ae5fe094fe9fc1bc152654361edfa766f47.zip |
Update Cpp.Build.props
Diffstat (limited to 'src')
-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 | ||