aboutsummaryrefslogtreecommitdiff
path: root/src/Cpp.Build.props
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-05-10 17:15:53 -0400
committerGitHub <noreply@github.com>2020-05-10 17:15:53 -0400
commit49b650dcfd513dcda5913cebe32839d0b28fbc2e (patch)
treec9cb7ad7a572b3c75b37c8d0ae22bca095608ecd /src/Cpp.Build.props
parenta4d49f0a2a8b59ae4fdfa02081c522bc0d02d21a (diff)
parent00fe99e60cabf3200a316498ee9c9b90060ec937 (diff)
downloadwix-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.props2
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