From 1979837ff79b46ce0a03e25b82e239c37348ec4d Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 14 Jun 2020 16:03:52 -0400 Subject: Enable platform-specific CAs, including ARM64 - Update to latest dependencies. --- src/ca/netfxca.vcxproj | 34 +++++++++++++++++++++++++++++----- src/ca/packages.config | 4 ++-- 2 files changed, 31 insertions(+), 7 deletions(-) (limited to 'src/ca') diff --git a/src/ca/netfxca.vcxproj b/src/ca/netfxca.vcxproj index 5ceb914a..b68c265b 100644 --- a/src/ca/netfxca.vcxproj +++ b/src/ca/netfxca.vcxproj @@ -1,8 +1,8 @@ - - + + Debug @@ -12,12 +12,36 @@ Release Win32 + + Debug + x64 + + + Release + x64 + + + Debug + ARM + + + Release + ARM + + + Debug + ARM64 + + + Release + ARM64 + {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} DynamicLibrary netfxca - v141 + v142 Unicode netfxca.def WiX Toolset .NET Framework CustomAction @@ -46,7 +70,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}. - - + + \ No newline at end of file diff --git a/src/ca/packages.config b/src/ca/packages.config index 59e81af5..3a296ead 100644 --- a/src/ca/packages.config +++ b/src/ca/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file -- cgit v1.2.3-55-g6feb