aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/NetfxWindowsInstallerBackendExtension.cs
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/wixext/NetfxWindowsInstallerBackendExtension.cs
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/wixext/NetfxWindowsInstallerBackendExtension.cs')
-rw-r--r--src/wixext/NetfxWindowsInstallerBackendExtension.cs2
1 files changed, 1 insertions, 1 deletions
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(