diff options
| author | Bob Arnson <bob@joyofsetup.com> | 2018-08-16 17:43:07 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@joyofsetup.com> | 2018-08-16 17:43:07 -0400 |
| commit | 37095bd1195a75c0bbd84b2151aee6ba62900d2f (patch) | |
| tree | d2e8e880554151af40fc25a551f8ae6b54122575 /src/ca | |
| parent | 7f55b5b680f9b52da60354263af3493f0a4c5c79 (diff) | |
| download | wix-37095bd1195a75c0bbd84b2151aee6ba62900d2f.tar.gz wix-37095bd1195a75c0bbd84b2151aee6ba62900d2f.tar.bz2 wix-37095bd1195a75c0bbd84b2151aee6ba62900d2f.zip | |
Update to latest MSBuild & Util nupkgs and Windows 10 SDK for CA
Diffstat (limited to 'src/ca')
| -rw-r--r-- | src/ca/netfxca.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ca/netfxca.vcxproj b/src/ca/netfxca.vcxproj index 98b7352b..012df1ea 100644 --- a/src/ca/netfxca.vcxproj +++ b/src/ca/netfxca.vcxproj | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | <CharacterSet>Unicode</CharacterSet> | 24 | <CharacterSet>Unicode</CharacterSet> |
| 25 | <ProjectModuleDefinitionFile>netfxca.def</ProjectModuleDefinitionFile> | 25 | <ProjectModuleDefinitionFile>netfxca.def</ProjectModuleDefinitionFile> |
| 26 | <Description>WiX Toolset .NET Framework CustomAction</Description> | 26 | <Description>WiX Toolset .NET Framework 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" /> |
