aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.WixBA/Properties/AssemblyInfo.cs
blob: 58d88046f5a578bdd818f78e8b6b5e94907f033d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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.Bootstrapper;
using WixToolset.UX;


[assembly: AssemblyTitle("WixBA")]
[assembly: AssemblyDescription("WiX User Experience")]

// 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 UserExperience and is the UX class that gets
// instantiated by the interop layer
[assembly: BootstrapperApplication(typeof(WixBA))]