From 1571b2e9a0dc0925e8d4bfacc19d7acd29068ff8 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 18 Jun 2020 21:58:51 +1000 Subject: Add v142, x64, ARM, and ARM64. --- src/bextutil/bextutil.nuspec | 8 ++++++++ src/bextutil/bextutil.vcxproj | 22 +++++++++++++++++++--- src/bextutil/build/WixToolset.BextUtil.props | 5 +++++ src/bextutil/packages.config | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) (limited to 'src/bextutil') diff --git a/src/bextutil/bextutil.nuspec b/src/bextutil/bextutil.nuspec index 40488610..a1276b6f 100644 --- a/src/bextutil/bextutil.nuspec +++ b/src/bextutil/bextutil.nuspec @@ -21,6 +21,14 @@ + + + + + + + + diff --git a/src/bextutil/bextutil.vcxproj b/src/bextutil/bextutil.vcxproj index d6fa3816..b4aee2c7 100644 --- a/src/bextutil/bextutil.vcxproj +++ b/src/bextutil/bextutil.vcxproj @@ -3,13 +3,29 @@ - + + + Debug + ARM + + + Debug + ARM64 + Debug Win32 + + Release + ARM + + + Release + ARM64 + Release Win32 @@ -28,7 +44,7 @@ {06027492-1CB9-48BC-B31E-C1F9356ED07E} StaticLibrary bextutil - v141 + v142 MultiByte WiX Toolset Bundle Extension native utility library @@ -80,7 +96,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + diff --git a/src/bextutil/build/WixToolset.BextUtil.props b/src/bextutil/build/WixToolset.BextUtil.props index 3e2980ec..60a2db54 100644 --- a/src/bextutil/build/WixToolset.BextUtil.props +++ b/src/bextutil/build/WixToolset.BextUtil.props @@ -20,4 +20,9 @@ $(MSBuildThisFileDirectory)native\v141\$(PlatformTarget)\bextutil.lib;%(AdditionalDependencies) + + + $(MSBuildThisFileDirectory)native\v142\$(PlatformTarget)\bextutil.lib;%(AdditionalDependencies) + + diff --git a/src/bextutil/packages.config b/src/bextutil/packages.config index 251df9d0..be537005 100644 --- a/src/bextutil/packages.config +++ b/src/bextutil/packages.config @@ -2,5 +2,5 @@ - + \ No newline at end of file -- cgit v1.2.3-55-g6feb