aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Host/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Host/Properties/AssemblyInfo.cs')
-rw-r--r--src/WixToolset.Mba.Host/Properties/AssemblyInfo.cs17
1 files changed, 0 insertions, 17 deletions
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 @@
1// 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.
2
3using System;
4using System.Reflection;
5using System.Runtime.InteropServices;
6
7[assembly: AssemblyTitle("Managed Bootstrapper Application Host (WiX)")]
8[assembly: AssemblyDescription("Managed Bootstrapper Application Host")]
9[assembly: AssemblyProduct("WiX Toolset")]
10[assembly: AssemblyCompany("WiX Toolset Team")]
11[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and contributors. All rights reserved.")]
12
13// Types should not be visible to COM by default.
14[assembly: ComVisible(false)]
15[assembly: Guid("6f4e0cc9-8ad4-4b5a-a669-3aafff67a76f")]
16
17[assembly: CLSCompliantAttribute(true)]