aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-12-11 20:27:17 +1100
committerSean Hall <r.sean.hall@gmail.com>2019-12-11 20:10:40 +1000
commit46d46435592ba779d6c8d017859c27d90b092aa6 (patch)
tree2cda1725c02b30ee65ff6efa2c8d0285a848769b /src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs
parent20bbfc8ad82e6246f5357d8bc183a5fc0ea3fac7 (diff)
downloadwix-46d46435592ba779d6c8d017859c27d90b092aa6.tar.gz
wix-46d46435592ba779d6c8d017859c27d90b092aa6.tar.bz2
wix-46d46435592ba779d6c8d017859c27d90b092aa6.zip
Update the namespace in WixToolset.Mba.Core.
Diffstat (limited to 'src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs')
-rw-r--r--src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs b/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs
index 28430bb8..de12ca17 100644
--- a/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs
+++ b/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs
@@ -1,11 +1,12 @@
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
3namespace WixToolset.BootstrapperCore 3namespace WixToolset.Mba.Core
4{ 4{
5 using System; 5 using System;
6 using System.Configuration; 6 using System.Configuration;
7 using System.Reflection; 7 using System.Reflection;
8 using System.Runtime.InteropServices; 8 using System.Runtime.InteropServices;
9 using WixToolset.BootstrapperCore;
9 10
10 /// <summary> 11 /// <summary>
11 /// Entry point for the MBA host to create and return the IBootstrapperApplication implementation to the engine. 12 /// Entry point for the MBA host to create and return the IBootstrapperApplication implementation to the engine.