aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs')
-rw-r--r--src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs b/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs
index de12ca17..968c6336 100644
--- a/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs
+++ b/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs
@@ -6,7 +6,6 @@ namespace WixToolset.Mba.Core
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;
10 9
11 /// <summary> 10 /// <summary>
12 /// Entry point for the MBA host to create and return the IBootstrapperApplication implementation to the engine. 11 /// Entry point for the MBA host to create and return the IBootstrapperApplication implementation to the engine.