aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wixext/NetfxExtensionFactory.cs2
-rw-r--r--src/wixext/NetfxWindowsInstallerBackendExtension.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/wixext/NetfxExtensionFactory.cs b/src/wixext/NetfxExtensionFactory.cs
index 756d1b2a..910c1ac1 100644
--- a/src/wixext/NetfxExtensionFactory.cs
+++ b/src/wixext/NetfxExtensionFactory.cs
@@ -12,7 +12,7 @@ namespace WixToolset.Netfx
12 { 12 {
13 typeof(NetfxCompiler), 13 typeof(NetfxCompiler),
14 typeof(NetfxExtensionData), 14 typeof(NetfxExtensionData),
15 typeof(NetfxWindowsInstallerBackendExtension), 15 typeof(NetfxWindowsInstallerBackendBinderExtension),
16 }; 16 };
17 } 17 }
18} 18}
diff --git a/src/wixext/NetfxWindowsInstallerBackendExtension.cs b/src/wixext/NetfxWindowsInstallerBackendExtension.cs
index 50266ef4..5ca554b8 100644
--- a/src/wixext/NetfxWindowsInstallerBackendExtension.cs
+++ b/src/wixext/NetfxWindowsInstallerBackendExtension.cs
@@ -5,7 +5,7 @@ namespace WixToolset.Netfx
5 using WixToolset.Data.WindowsInstaller; 5 using WixToolset.Data.WindowsInstaller;
6 using WixToolset.Extensibility; 6 using WixToolset.Extensibility;
7 7
8 public class NetfxWindowsInstallerBackendExtension : BaseWindowsInstallerBackendExtension 8 public class NetfxWindowsInstallerBackendBinderExtension : BaseWindowsInstallerBackendBinderExtension
9 { 9 {
10 private static readonly TableDefinition[] Tables = new[] { 10 private static readonly TableDefinition[] Tables = new[] {
11 new TableDefinition( 11 new TableDefinition(