From 1ee38ea389f84217d13dd707208e4ec6e332a507 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 11 Dec 2019 20:58:44 +1100 Subject: Update dependencies. --- .../TestManagedBootstrapperApplication.h | 3 ++- .../TestManagedBootstrapperApplicationFactory.h | 2 +- .../WixToolset.BootstrapperCore.config | 26 ---------------------- .../WixToolset.Mba.Core.config | 26 ++++++++++++++++++++++ .../WixToolsetTest.MbaHost.vcxproj | 15 ++++++++----- src/test/WixToolsetTest.MbaHost/packages.config | 6 +++-- 6 files changed, 42 insertions(+), 36 deletions(-) delete mode 100644 src/test/WixToolsetTest.MbaHost/WixToolset.BootstrapperCore.config create mode 100644 src/test/WixToolsetTest.MbaHost/WixToolset.Mba.Core.config (limited to 'src/test') diff --git a/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplication.h b/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplication.h index 910d39bd..8142b26c 100644 --- a/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplication.h +++ b/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplication.h @@ -9,11 +9,12 @@ namespace Native { using namespace System; using namespace WixToolset::BootstrapperCore; + using namespace WixToolset::Mba::Core; public ref class TestManagedBootstrapperApplication : BootstrapperApplication { public: - TestManagedBootstrapperApplication(WixToolset::BootstrapperCore::IEngine^ engine) + TestManagedBootstrapperApplication(WixToolset::Mba::Core::IEngine^ engine) : BootstrapperApplication(engine) { diff --git a/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplicationFactory.h b/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplicationFactory.h index 0f30ff2d..86f6e3cb 100644 --- a/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplicationFactory.h +++ b/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplicationFactory.h @@ -8,7 +8,7 @@ namespace MbaHost namespace Native { using namespace System; - using namespace WixToolset::BootstrapperCore; + using namespace WixToolset::Mba::Core; public ref class TestManagedBootstrapperApplicationFactory : public BaseBootstrapperApplicationFactory { diff --git a/src/test/WixToolsetTest.MbaHost/WixToolset.BootstrapperCore.config b/src/test/WixToolsetTest.MbaHost/WixToolset.BootstrapperCore.config deleted file mode 100644 index b4c67a82..00000000 --- a/src/test/WixToolsetTest.MbaHost/WixToolset.BootstrapperCore.config +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - -
- - - - - - - - - - - - - - diff --git a/src/test/WixToolsetTest.MbaHost/WixToolset.Mba.Core.config b/src/test/WixToolsetTest.MbaHost/WixToolset.Mba.Core.config new file mode 100644 index 00000000..18bfbfc2 --- /dev/null +++ b/src/test/WixToolsetTest.MbaHost/WixToolset.Mba.Core.config @@ -0,0 +1,26 @@ + + + + + + + +
+ + + + + + + + + + + + + + diff --git a/src/test/WixToolsetTest.MbaHost/WixToolsetTest.MbaHost.vcxproj b/src/test/WixToolsetTest.MbaHost/WixToolsetTest.MbaHost.vcxproj index 854bc6cf..b82f9194 100644 --- a/src/test/WixToolsetTest.MbaHost/WixToolsetTest.MbaHost.vcxproj +++ b/src/test/WixToolsetTest.MbaHost/WixToolsetTest.MbaHost.vcxproj @@ -1,8 +1,8 @@ - - + + @@ -48,7 +48,7 @@ - + @@ -66,7 +66,10 @@ ..\..\..\packages\xunit.extensibility.execution.2.4.0\lib\net452\xunit.execution.desktop.dll - ..\..\..\packages\WixToolset.BootstrapperCore.4.0.5\lib\net20\WixToolset.BootstrapperCore.dll + ..\..\..\packages\WixToolset.BootstrapperCore.4.0.8\lib\net20\WixToolset.BootstrapperCore.dll + + + ..\..\..\packages\WixToolset.Mba.Core.4.0.9\lib\net20\WixToolset.Mba.Core.dll @@ -82,8 +85,8 @@ 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/test/WixToolsetTest.MbaHost/packages.config b/src/test/WixToolsetTest.MbaHost/packages.config index 466226a5..c0615f19 100644 --- a/src/test/WixToolsetTest.MbaHost/packages.config +++ b/src/test/WixToolsetTest.MbaHost/packages.config @@ -8,7 +8,9 @@ - - + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb