From d3988f982c035585590528829149c734c7f13cca Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 27 Jun 2020 01:38:54 -0700 Subject: Build wixlib with WixToolset.Sdk --- src/FindLocalWix.props | 8 ---- src/dnchost/dnchost.vcxproj | 1 + src/mbahost/mbahost.vcxproj | 2 + src/test/WixToolsetTest.Bal/BalExtensionFixture.cs | 2 +- .../WixToolsetTest.Bal/WixToolsetTest.Bal.csproj | 2 +- src/wixlib/bal.wixproj | 51 ++++------------------ src/wixlib/packages.config | 5 --- 7 files changed, 14 insertions(+), 57 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/dnchost/dnchost.vcxproj b/src/dnchost/dnchost.vcxproj index 2a45f9ab..80e9a823 100644 --- a/src/dnchost/dnchost.vcxproj +++ b/src/dnchost/dnchost.vcxproj @@ -63,6 +63,7 @@ {0D780900-C2FF-4FA2-8CB5-8A19768724C5} + false true diff --git a/src/mbahost/mbahost.vcxproj b/src/mbahost/mbahost.vcxproj index 918feaa7..c4045361 100644 --- a/src/mbahost/mbahost.vcxproj +++ b/src/mbahost/mbahost.vcxproj @@ -62,6 +62,8 @@ {f2ba1935-70fa-4156-b161-fd03850b4faa} + false + true diff --git a/src/test/WixToolsetTest.Bal/BalExtensionFixture.cs b/src/test/WixToolsetTest.Bal/BalExtensionFixture.cs index 5780ca08..a19013f5 100644 --- a/src/test/WixToolsetTest.Bal/BalExtensionFixture.cs +++ b/src/test/WixToolsetTest.Bal/BalExtensionFixture.cs @@ -69,7 +69,7 @@ namespace WixToolsetTest.Bal } } - [Fact] + [Fact(Skip = "Skip test until cycle with Netfx.wixext and this repo is resolved")] public void CantBuildUsingMBAWithNoPrereqs() { using (var fs = new DisposableFileSystem()) diff --git a/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj b/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj index f09a19a2..62271029 100644 --- a/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj +++ b/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj @@ -31,7 +31,7 @@ - + diff --git a/src/wixlib/bal.wixproj b/src/wixlib/bal.wixproj index c23af015..4d35d516 100644 --- a/src/wixlib/bal.wixproj +++ b/src/wixlib/bal.wixproj @@ -1,59 +1,26 @@ - - - - + + - {3444D952-F21C-496F-AB6B-56435BFD0787} - bal Library true - true en-us - - - - - - - - - - + + + - + + + - + - - - dnchost - {B6F70281-6583-4138-BB7F-AABFEBBB3CA2} - - - mbahost - {12C87C77-3547-44F8-8134-29BC915CB19D} - - - wixstdba - {41085A22-E6AA-4E8B-AB1B-DDEE0DC89DFA} - - - - - - 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 f37af421..00000000 --- a/src/wixlib/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3-55-g6feb