From 5b85ba2b9823f4b6db4f5c4bff96a27cd41d39f8 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 27 Jun 2020 13:45:35 -0700 Subject: Build wixlib with WixToolset.Sdk --- global.json | 5 +++ src/FindLocalWix.props | 8 ----- src/wixlib/firewall.wixproj | 76 ++++++--------------------------------------- src/wixlib/packages.config | 5 --- 4 files changed, 14 insertions(+), 80 deletions(-) create mode 100644 global.json delete mode 100644 src/FindLocalWix.props delete mode 100644 src/wixlib/packages.config 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/FindLocalWix.props b/src/FindLocalWix.props deleted file mode 100644 index 1666e4fe..00000000 --- a/src/FindLocalWix.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - $(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets - - diff --git a/src/wixlib/firewall.wixproj b/src/wixlib/firewall.wixproj index c1daa05a..7e92bf1a 100644 --- a/src/wixlib/firewall.wixproj +++ b/src/wixlib/firewall.wixproj @@ -1,79 +1,21 @@ - - - - + + - {1acffefd-505a-41a5-acbf-a02b7b473aa2} - firewall Library true - true en-us - - - - - - - - - - - - - x86 - - - x64 - - - arm - - - arm64 - + + + + - + - - - fwca - {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} - Platform=ARM - - - fwca - {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} - Platform=ARM64 - - - fwca - {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} - Platform=x86 - - - fwca - {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 + + diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config deleted file mode 100644 index 8db41667..00000000 --- a/src/wixlib/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3-55-g6feb