diff options
Diffstat (limited to 'src/wixext/VSExtensionFactory.cs')
| -rw-r--r-- | src/wixext/VSExtensionFactory.cs | 2 |
1 files changed, 1 insertions, 1 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 | } |
