From 5dcbba93d4c1b9934d86b4e12e91c3118c5fb79e Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Thu, 29 Nov 2018 14:08:31 -0500 Subject: Update extension for latest changes in WixToolset.Extensibility. --- src/wixext/NetfxExtensionFactory.cs | 2 +- src/wixext/NetfxWindowsInstallerBackendExtension.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 { typeof(NetfxCompiler), typeof(NetfxExtensionData), - typeof(NetfxWindowsInstallerBackendExtension), + typeof(NetfxWindowsInstallerBackendBinderExtension), }; } } 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 using WixToolset.Data.WindowsInstaller; using WixToolset.Extensibility; - public class NetfxWindowsInstallerBackendExtension : BaseWindowsInstallerBackendExtension + public class NetfxWindowsInstallerBackendBinderExtension : BaseWindowsInstallerBackendBinderExtension { private static readonly TableDefinition[] Tables = new[] { new TableDefinition( -- cgit v1.2.3-55-g6feb