aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/WixToolset.Mba.Core.config
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Core/WixToolset.Mba.Core.config')
-rw-r--r--src/WixToolset.Mba.Core/WixToolset.Mba.Core.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.config b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.config
index 1e284001..81b49347 100644
--- a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.config
+++ b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.config
@@ -4,8 +4,8 @@
4 4
5<configuration> 5<configuration>
6 <configSections> 6 <configSections>
7 <sectionGroup name="wix.bootstrapper" type="WixToolset.BootstrapperCore.BootstrapperSectionGroup, WixToolset.BootstrapperCore"> 7 <sectionGroup name="wix.bootstrapper" type="WixToolset.Mba.Core.BootstrapperSectionGroup, WixToolset.Mba.Core">
8 <section name="host" type="WixToolset.BootstrapperCore.HostSection, WixToolset.BootstrapperCore" /> 8 <section name="host" type="WixToolset.Mba.Core.HostSection, WixToolset.Mba.Core" />
9 </sectionGroup> 9 </sectionGroup>
10 </configSections> 10 </configSections>
11 <startup useLegacyV2RuntimeActivationPolicy="true"> 11 <startup useLegacyV2RuntimeActivationPolicy="true">
@@ -20,7 +20,7 @@
20 <supportedFramework version="v3.0" /> 20 <supportedFramework version="v3.0" />
21 --> 21 -->
22 22
23 <!-- Example only. Replace the host/@assemblyName attribute with assembly that implements BootstrapperApplication. --> 23 <!-- Example only. Replace the host/@assemblyName attribute with assembly that implements IBootstrapperApplicationFactory. -->
24 <host assemblyName="AssemblyWithClassThatInheritsFromBootstrapperApplication" /> 24 <host assemblyName="AssemblyWithClassThatInheritsFromBootstrapperApplicationFactory" />
25 </wix.bootstrapper> 25 </wix.bootstrapper>
26</configuration> 26</configuration>