aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBob Arnson <bob@joyofsetup.com>2018-11-29 14:08:31 -0500
committerBob Arnson <bob@firegiant.com>2018-11-29 14:35:49 -0500
commit5dcbba93d4c1b9934d86b4e12e91c3118c5fb79e (patch)
tree6c7619a60c5f5f3ecd23986ff9e8cb5016b14445 /src
parentdfce808e85a052f9ad963bba7672b47a23970928 (diff)
downloadwix-5dcbba93d4c1b9934d86b4e12e91c3118c5fb79e.tar.gz
wix-5dcbba93d4c1b9934d86b4e12e91c3118c5fb79e.tar.bz2
wix-5dcbba93d4c1b9934d86b4e12e91c3118c5fb79e.zip
Update extension for latest changes in WixToolset.Extensibility.
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(