From 5382549ddd4037a189f0a829deb1d1c3583c701f Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 27 Jun 2020 02:38:53 -0700 Subject: Build wixlib with WixToolset.Sdk --- src/FindLocalWix.props | 8 -------- src/wixlib/complus.wixproj | 30 ++++-------------------------- src/wixlib/packages.config | 5 ----- 3 files changed, 4 insertions(+), 39 deletions(-) delete mode 100644 src/FindLocalWix.props delete mode 100644 src/wixlib/packages.config (limited to 'src') 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/complus.wixproj b/src/wixlib/complus.wixproj index f79ed450..c0c39550 100644 --- a/src/wixlib/complus.wixproj +++ b/src/wixlib/complus.wixproj @@ -1,36 +1,14 @@ - - - - + + - {E191E61E-E098-4F71-888F-51A79F952022} - complus Library true 1086 - - - - - - - + - - - - - - - - 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/wixlib/packages.config b/src/wixlib/packages.config deleted file mode 100644 index 1e5a9850..00000000 --- a/src/wixlib/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3-55-g6feb