diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-02 13:56:13 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-02 13:59:05 +1000 |
| commit | 98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2 (patch) | |
| tree | e15a1ab8ff6a3ed43d887e3998c1adc30d4c71f6 /src/Cpp.Build.props | |
| parent | 6ef267bc108ea6dcfc958da281b51baf30a93078 (diff) | |
| download | wix-98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2.tar.gz wix-98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2.tar.bz2 wix-98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2.zip | |
Update dependencies.
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 | ||
