From 32b3088eeaaf94eae561886a4235b13aa564a620 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 19 Dec 2020 20:25:55 -0600 Subject: Convert WixToolset.Mba.Host.csproj to SDK-style. --- src/WixToolset.Mba.Host/Properties/AssemblyInfo.cs | 17 ------ src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj | 66 ++++------------------ src/WixToolset.Mba.Host/WixToolset.Mba.Host.nuspec | 4 +- src/WixToolset.Mba.Host/packages.config | 8 --- src/dnchost/dnchost.vcxproj | 3 + src/wixlib/bal.wixproj | 2 +- 6 files changed, 17 insertions(+), 83 deletions(-) delete mode 100644 src/WixToolset.Mba.Host/Properties/AssemblyInfo.cs delete mode 100644 src/WixToolset.Mba.Host/packages.config (limited to 'src') diff --git a/src/WixToolset.Mba.Host/Properties/AssemblyInfo.cs b/src/WixToolset.Mba.Host/Properties/AssemblyInfo.cs deleted file mode 100644 index 8cee0ae9..00000000 --- a/src/WixToolset.Mba.Host/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,17 +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; - -[assembly: AssemblyTitle("Managed Bootstrapper Application Host (WiX)")] -[assembly: AssemblyDescription("Managed Bootstrapper Application Host")] -[assembly: AssemblyProduct("WiX Toolset")] -[assembly: AssemblyCompany("WiX Toolset Team")] -[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and contributors. All rights reserved.")] - -// Types should not be visible to COM by default. -[assembly: ComVisible(false)] -[assembly: Guid("6f4e0cc9-8ad4-4b5a-a669-3aafff67a76f")] - -[assembly: CLSCompliantAttribute(true)] diff --git a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj index 69674b90..87b632d7 100644 --- a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj +++ b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj @@ -1,54 +1,26 @@ - - - - - + - {F2BA1935-70FA-4156-B161-FD03850B4FAA} WixToolset.Mba.Host - Library WixToolset.Mba.Host - v2.0 + net20 Managed Bootstrapper Application entry point embedded + $(MSBuildThisFileName).nuspec - - true - false - $(DefineConstants);DEBUG;TRACE - - - true - true - $(DefineConstants);TRACE - - - - - - - - - - - + - + - + + + - - - - - ..\..\packages\WixToolset.Mba.Core.4.0.45\lib\net20\WixToolset.Mba.Core.dll - @@ -56,8 +28,6 @@ - - @@ -74,24 +44,10 @@ - - - - - - - - - + - 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}. + $(OutputPath) + Id=$(AssemblyName);Version=$(BuildVersionSimple);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl) - - - - - - - \ No newline at end of file diff --git a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.nuspec b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.nuspec index f4f84847..00fd21ac 100644 --- a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.nuspec +++ b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.nuspec @@ -17,7 +17,7 @@ - - + + diff --git a/src/WixToolset.Mba.Host/packages.config b/src/WixToolset.Mba.Host/packages.config deleted file mode 100644 index 9e481965..00000000 --- a/src/WixToolset.Mba.Host/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/dnchost/dnchost.vcxproj b/src/dnchost/dnchost.vcxproj index 18c2dcf3..4a534acc 100644 --- a/src/dnchost/dnchost.vcxproj +++ b/src/dnchost/dnchost.vcxproj @@ -72,6 +72,9 @@ $(BaseOutputPath)obj;$(NetHostPath);%(AdditionalIncludeDirectories) + + /LTCG %(AdditionalOptions) + diff --git a/src/wixlib/bal.wixproj b/src/wixlib/bal.wixproj index ba1a2349..fdcc7475 100644 --- a/src/wixlib/bal.wixproj +++ b/src/wixlib/bal.wixproj @@ -8,7 +8,7 @@ - + -- cgit v1.2.3-55-g6feb