diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-05-10 17:15:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-10 17:15:53 -0400 |
| commit | 49b650dcfd513dcda5913cebe32839d0b28fbc2e (patch) | |
| tree | c9cb7ad7a572b3c75b37c8d0ae22bca095608ecd /src/Cpp.Build.props | |
| parent | a4d49f0a2a8b59ae4fdfa02081c522bc0d02d21a (diff) | |
| parent | 00fe99e60cabf3200a316498ee9c9b90060ec937 (diff) | |
| download | wix-49b650dcfd513dcda5913cebe32839d0b28fbc2e.tar.gz wix-49b650dcfd513dcda5913cebe32839d0b28fbc2e.tar.bz2 wix-49b650dcfd513dcda5913cebe32839d0b28fbc2e.zip | |
Merge pull request #6 from wixtoolset/bob/arm64
Drop XP support and enable ARM64.
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 | ||
