diff options
Diffstat (limited to 'src/WixToolset.WixBA/WixBAFactory.cs')
-rw-r--r-- | src/WixToolset.WixBA/WixBAFactory.cs | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
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. | 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 | 2 | ||
3 | // Identifies the class that derives from IBootstrapperApplicationFactory and is the BAFactory class that gets | ||
4 | // instantiated by the interop layer | ||
5 | [assembly: WixToolset.Mba.Core.BootstrapperApplicationFactory(typeof(WixToolset.WixBA.WixBAFactory))] | ||
3 | namespace WixToolset.WixBA | 6 | namespace WixToolset.WixBA |
4 | { | 7 | { |
5 | using WixToolset.Mba.Core; | 8 | using WixToolset.Mba.Core; |