From a58147fcf877d2b21d98f7fc8aae66be8eef7d45 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 27 Jun 2020 01:58:38 -0700 Subject: Build wixlib with WixToolset.Sdk --- global.json | 5 +++ src/wixlib/netfx.wixproj | 92 ++++++++---------------------------------------- 2 files changed, 19 insertions(+), 78 deletions(-) create mode 100644 global.json diff --git a/global.json b/global.json new file mode 100644 index 00000000..7a995d0a --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "msbuild-sdks": { + "WixToolset.Sdk": "4.0.0-build-0143" + } +} diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj index e0e052d1..143a9fbf 100644 --- a/src/wixlib/netfx.wixproj +++ b/src/wixlib/netfx.wixproj @@ -1,89 +1,25 @@ - - - - + + - {45e4a6ac-3190-4e17-83f0-9935ffa5dc2b} - netfx Library true - true + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - + + + - - netfxca - {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} - Platform=ARM - - - netfxca - {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} - Platform=ARM64 - - - netfxca - {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} - Platform=x86 - - - netfxca - {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} - Platform=x64 - + - - - - - - - - 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 + + -- cgit v1.2.3-55-g6feb