From 734b1bd19acdeeadcc7cf30497974710336d74cc Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 27 Jun 2020 15:28:53 -0700 Subject: Build wixlib with WixToolset.Sdk --- global.json | 5 ++ src/FindLocalWix.props | 8 ---- src/wixlib/packages.config | 5 -- src/wixlib/ui.wixproj | 113 ++++----------------------------------------- 4 files changed, 13 insertions(+), 118 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/packages.config b/src/wixlib/packages.config deleted file mode 100644 index 9190b5d0..00000000 --- a/src/wixlib/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/wixlib/ui.wixproj b/src/wixlib/ui.wixproj index 407f8fbb..bf61e4ff 100644 --- a/src/wixlib/ui.wixproj +++ b/src/wixlib/ui.wixproj @@ -1,14 +1,9 @@ - - - - + + - {2D4FF07B-26F8-4BEF-B41C-E4383F86DC32} - ui Library true - true en-us @@ -26,110 +21,18 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - uica - {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} - - - - - - - - - - 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}. - - - - - -- cgit v1.2.3-55-g6feb