diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-12-11 11:37:27 +1100 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-12-11 15:28:59 +1000 |
| commit | 47a534556c70f97cdbff7e9b64c0e6e86173e22b (patch) | |
| tree | ae62487e7e98ac0a26d592d217c1547867352945 /src/Cpp.Build.props | |
| parent | f1b3a32900dbb7d7f7f4db3d1aedcf63db5ede58 (diff) | |
| download | wix-47a534556c70f97cdbff7e9b64c0e6e86173e22b.tar.gz wix-47a534556c70f97cdbff7e9b64c0e6e86173e22b.tar.bz2 wix-47a534556c70f97cdbff7e9b64c0e6e86173e22b.zip | |
Update to latest repo-template.
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 a90fec2c..864f0fcd 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 | ||
