diff options
Diffstat (limited to 'src/WixToolset.Mba.Core/Properties/AssemblyInfo.cs')
-rw-r--r-- | src/WixToolset.Mba.Core/Properties/AssemblyInfo.cs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/WixToolset.Mba.Core/Properties/AssemblyInfo.cs b/src/WixToolset.Mba.Core/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..386748a8 --- /dev/null +++ b/src/WixToolset.Mba.Core/Properties/AssemblyInfo.cs | |||
@@ -0,0 +1,17 @@ | |||
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 | |||
3 | using System; | ||
4 | using System.Reflection; | ||
5 | using System.Runtime.InteropServices; | ||
6 | |||
7 | [assembly: AssemblyTitle("Managed Bootstrapper Application Core (WiX)")] | ||
8 | [assembly: AssemblyDescription("Managed Bootstrapper Application Core")] | ||
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)] | ||