diff options
author | Bob Arnson <bob@joyofsetup.com> | 2020-05-10 17:45:14 -0400 |
---|---|---|
committer | Bob Arnson <bob@joyofsetup.com> | 2020-05-10 17:45:14 -0400 |
commit | ac2e8bea0f54cde664d88af222272d778858f0e7 (patch) | |
tree | c60693a617901c4df346a00463243e06d971ff90 /src/wcautil | |
parent | 89646a52694eee64a0486ce66e7a652173825f8f (diff) | |
download | wix-ac2e8bea0f54cde664d88af222272d778858f0e7.tar.gz wix-ac2e8bea0f54cde664d88af222272d778858f0e7.tar.bz2 wix-ac2e8bea0f54cde664d88af222272d778858f0e7.zip |
Add v142 toolset support.
Diffstat (limited to 'src/wcautil')
-rw-r--r-- | src/wcautil/build/WixToolset.WcaUtil.props | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wcautil/build/WixToolset.WcaUtil.props b/src/wcautil/build/WixToolset.WcaUtil.props index 6eb8188f..fb73a680 100644 --- a/src/wcautil/build/WixToolset.WcaUtil.props +++ b/src/wcautil/build/WixToolset.WcaUtil.props | |||
@@ -20,4 +20,9 @@ | |||
20 | <AdditionalDependencies>$(MSBuildThisFileDirectory)native\v141\$(PlatformTarget)\wcautil.lib;%(AdditionalDependencies)</AdditionalDependencies> | 20 | <AdditionalDependencies>$(MSBuildThisFileDirectory)native\v141\$(PlatformTarget)\wcautil.lib;%(AdditionalDependencies)</AdditionalDependencies> |
21 | </Link> | 21 | </Link> |
22 | </ItemDefinitionGroup> | 22 | </ItemDefinitionGroup> |
23 | <ItemDefinitionGroup Condition=" $(PlatformToolset.ToLower().StartsWith('v142')) "> | ||
24 | <Link> | ||
25 | <AdditionalDependencies>$(MSBuildThisFileDirectory)native\v142\$(PlatformTarget)\wcautil.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
26 | </Link> | ||
27 | </ItemDefinitionGroup> | ||
23 | </Project> | 28 | </Project> |