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