diff options
author | Bob Arnson <bob@joyofsetup.com> | 2018-08-16 17:39:42 -0400 |
---|---|---|
committer | Bob Arnson <bob@joyofsetup.com> | 2018-08-16 17:39:42 -0400 |
commit | 11f33bf61ebe93b54cf0a9901f118852896a1f88 (patch) | |
tree | 96f995baaa1b76609404aced7a09361263d61399 /src/ca | |
parent | 2816e91b3d9644e4573d77ec49d8db0d6de35d3c (diff) | |
download | wix-11f33bf61ebe93b54cf0a9901f118852896a1f88.tar.gz wix-11f33bf61ebe93b54cf0a9901f118852896a1f88.tar.bz2 wix-11f33bf61ebe93b54cf0a9901f118852896a1f88.zip |
Update to latest MSBuild NuGet package and Windows 10 SDK for CA
Diffstat (limited to 'src/ca')
-rw-r--r-- | src/ca/vsca.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ca/vsca.vcxproj b/src/ca/vsca.vcxproj index c52840bf..f80b7215 100644 --- a/src/ca/vsca.vcxproj +++ b/src/ca/vsca.vcxproj | |||
@@ -24,6 +24,7 @@ | |||
24 | <CharacterSet>Unicode</CharacterSet> | 24 | <CharacterSet>Unicode</CharacterSet> |
25 | <ProjectModuleDefinitionFile>vsca.def</ProjectModuleDefinitionFile> | 25 | <ProjectModuleDefinitionFile>vsca.def</ProjectModuleDefinitionFile> |
26 | <Description>WiX Toolset VS CustomAction</Description> | 26 | <Description>WiX Toolset VS CustomAction</Description> |
27 | <WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' == ''">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> | ||
27 | </PropertyGroup> | 28 | </PropertyGroup> |
28 | 29 | ||
29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |