diff options
author | Bob Arnson <bob@joyofsetup.com> | 2018-08-16 17:22:19 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2018-08-16 17:36:39 -0400 |
commit | 3307fdd341d80654570740a7874eb796f69011af (patch) | |
tree | 25ee7c1c77ff21be7106140114ed237f99a86965 /src/ca | |
parent | a4d0a948ea4e949827883bde35825ecfadc64900 (diff) | |
download | wix-3307fdd341d80654570740a7874eb796f69011af.tar.gz wix-3307fdd341d80654570740a7874eb796f69011af.tar.bz2 wix-3307fdd341d80654570740a7874eb796f69011af.zip |
Update to latest MSBuild NuGet package and Windows 10 SDK for CA
Diffstat (limited to 'src/ca')
-rw-r--r-- | src/ca/utilca.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ca/utilca.vcxproj b/src/ca/utilca.vcxproj index 37b5c7de..ef04c3ac 100644 --- a/src/ca/utilca.vcxproj +++ b/src/ca/utilca.vcxproj | |||
@@ -24,6 +24,7 @@ | |||
24 | <CharacterSet>Unicode</CharacterSet> | 24 | <CharacterSet>Unicode</CharacterSet> |
25 | <ProjectModuleDefinitionFile>utilca.def</ProjectModuleDefinitionFile> | 25 | <ProjectModuleDefinitionFile>utilca.def</ProjectModuleDefinitionFile> |
26 | <Description>WiX Toolset Util CustomAction</Description> | 26 | <Description>WiX Toolset Util 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" /> |