diff options
author | Bob Arnson <bob@joyofsetup.com> | 2018-11-29 14:36:39 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2018-11-29 14:51:43 -0500 |
commit | 600a864d8f22ca53bfbf70a111b21f4a83c33d07 (patch) | |
tree | 9477f5cb872d15f6fc77d5e30b848e43b015f66b | |
parent | 187f0275f034d779c7744a5bc6d481baf6b839d3 (diff) | |
download | wix-600a864d8f22ca53bfbf70a111b21f4a83c33d07.tar.gz wix-600a864d8f22ca53bfbf70a111b21f4a83c33d07.tar.bz2 wix-600a864d8f22ca53bfbf70a111b21f4a83c33d07.zip |
_Update extension for latest changes in WixToolset.Extensibility._
-rw-r--r-- | src/wixext/VSExtensionFactory.cs | 2 | ||||
-rw-r--r-- | src/wixext/VSWindowsInstallerBackendExtension.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/wixext/VSExtensionFactory.cs b/src/wixext/VSExtensionFactory.cs index 650cbe04..cc0d7314 100644 --- a/src/wixext/VSExtensionFactory.cs +++ b/src/wixext/VSExtensionFactory.cs | |||
@@ -12,7 +12,7 @@ namespace WixToolset.VisualStudio | |||
12 | { | 12 | { |
13 | typeof(VSCompiler), | 13 | typeof(VSCompiler), |
14 | typeof(VSExtensionData), | 14 | typeof(VSExtensionData), |
15 | typeof(VSWindowsInstallerBackendExtension), | 15 | typeof(VSWindowsInstallerBackendBinderExtension), |
16 | }; | 16 | }; |
17 | } | 17 | } |
18 | } | 18 | } |
diff --git a/src/wixext/VSWindowsInstallerBackendExtension.cs b/src/wixext/VSWindowsInstallerBackendExtension.cs index 16ed008a..12473b04 100644 --- a/src/wixext/VSWindowsInstallerBackendExtension.cs +++ b/src/wixext/VSWindowsInstallerBackendExtension.cs | |||
@@ -5,7 +5,7 @@ namespace WixToolset.VisualStudio | |||
5 | using WixToolset.Data.WindowsInstaller; | 5 | using WixToolset.Data.WindowsInstaller; |
6 | using WixToolset.Extensibility; | 6 | using WixToolset.Extensibility; |
7 | 7 | ||
8 | public class VSWindowsInstallerBackendExtension : BaseWindowsInstallerBackendExtension | 8 | public class VSWindowsInstallerBackendBinderExtension : BaseWindowsInstallerBackendBinderExtension |
9 | { | 9 | { |
10 | private static readonly TableDefinition[] Tables = new[] { | 10 | private static readonly TableDefinition[] Tables = new[] { |
11 | new TableDefinition( | 11 | new TableDefinition( |