From 42170f18cf21e6ac018b264f88eab104eacfe6ab Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 5 May 2021 18:52:01 -0500 Subject: Update WixBA to Mba.Core 4.0.26. --- src/WixToolset.WixBA/Properties/AssemblyInfo.cs | 22 --------- src/WixToolset.WixBA/WixBAFactory.cs | 3 ++ src/WixToolset.WixBA/WixToolset.WixBA.csproj | 65 ++++++------------------- src/WixToolset.WixBA/packages.config | 5 -- 4 files changed, 19 insertions(+), 76 deletions(-) delete mode 100644 src/WixToolset.WixBA/Properties/AssemblyInfo.cs delete mode 100644 src/WixToolset.WixBA/packages.config diff --git a/src/WixToolset.WixBA/Properties/AssemblyInfo.cs b/src/WixToolset.WixBA/Properties/AssemblyInfo.cs deleted file mode 100644 index 687bd01a..00000000 --- a/src/WixToolset.WixBA/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. - -using System; -using System.Reflection; -using System.Runtime.InteropServices; -using WixToolset.Mba.Core; -using WixToolset.WixBA; - - -[assembly: AssemblyTitle("WixToolset.WixBA")] -[assembly: AssemblyDescription("WiX Bootstrapper Application")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] -[assembly: Guid("0ffc4944-9295-40b7-adac-3a6864b5219b")] -[assembly: CLSCompliantAttribute(true)] - -// Identifies the class that derives from IBootstrapperApplicationFactory and is the BAFactory class that gets -// instantiated by the interop layer -[assembly: BootstrapperApplicationFactory(typeof(WixBAFactory))] diff --git a/src/WixToolset.WixBA/WixBAFactory.cs b/src/WixToolset.WixBA/WixBAFactory.cs index bc7368d1..67fcc4b5 100644 --- a/src/WixToolset.WixBA/WixBAFactory.cs +++ b/src/WixToolset.WixBA/WixBAFactory.cs @@ -1,5 +1,8 @@ // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. +// Identifies the class that derives from IBootstrapperApplicationFactory and is the BAFactory class that gets +// instantiated by the interop layer +[assembly: WixToolset.Mba.Core.BootstrapperApplicationFactory(typeof(WixToolset.WixBA.WixBAFactory))] namespace WixToolset.WixBA { using WixToolset.Mba.Core; diff --git a/src/WixToolset.WixBA/WixToolset.WixBA.csproj b/src/WixToolset.WixBA/WixToolset.WixBA.csproj index a19f4db4..f0fc32dd 100644 --- a/src/WixToolset.WixBA/WixToolset.WixBA.csproj +++ b/src/WixToolset.WixBA/WixToolset.WixBA.csproj @@ -1,24 +1,20 @@ - - + - {7C27518B-84AD-4679-8EF4-29DF552CF1AC} + net45 WixToolset.WixBA - Library WixToolset.WixBA - v4.5 + embedded + win-x86 + WixToolset.WixBA + WiX Bootstrapper Application + false + false + false + false - - - - - - - - - MSBuild:Compile Designer @@ -27,53 +23,24 @@ MSBuild:Compile Designer - - - RootView.xaml - - - - - - PreserveNewest Designer - + + + + - - - - - False - - - - - - ..\..\packages\WixToolset.Mba.Core.4.0.13\lib\net20\WixToolset.Mba.Core.dll - - - - - + + - - - - - 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/WixToolset.WixBA/packages.config b/src/WixToolset.WixBA/packages.config deleted file mode 100644 index 6679d624..00000000 --- a/src/WixToolset.WixBA/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3-55-g6feb