diff options
Diffstat (limited to 'src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs')
-rw-r--r-- | src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs b/src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs index 40cff30f..647c2040 100644 --- a/src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs +++ b/src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs | |||
@@ -1,5 +1,6 @@ | |||
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 | [assembly: WixToolset.Mba.Core.BootstrapperApplicationFactory(typeof(Example.FullFramework2MBA.FullFramework2BAFactory))] | ||
3 | namespace Example.FullFramework2MBA | 4 | namespace Example.FullFramework2MBA |
4 | { | 5 | { |
5 | using WixToolset.Mba.Core; | 6 | using WixToolset.Mba.Core; |