diff options
Diffstat (limited to 'src/ext/Msmq/wixext/MsmqExtensionFactory.cs')
-rw-r--r-- | src/ext/Msmq/wixext/MsmqExtensionFactory.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/Msmq/wixext/MsmqExtensionFactory.cs b/src/ext/Msmq/wixext/MsmqExtensionFactory.cs index de9f786d..6bb3fb64 100644 --- a/src/ext/Msmq/wixext/MsmqExtensionFactory.cs +++ b/src/ext/Msmq/wixext/MsmqExtensionFactory.cs | |||
@@ -11,6 +11,7 @@ namespace WixToolset.Msmq | |||
11 | protected override IReadOnlyCollection<Type> ExtensionTypes => new[] | 11 | protected override IReadOnlyCollection<Type> ExtensionTypes => new[] |
12 | { | 12 | { |
13 | typeof(MsmqCompiler), | 13 | typeof(MsmqCompiler), |
14 | typeof(MsmqDecompiler), | ||
14 | typeof(MsmqExtensionData), | 15 | typeof(MsmqExtensionData), |
15 | typeof(MsmqWindowsInstallerBackendBinderExtension), | 16 | typeof(MsmqWindowsInstallerBackendBinderExtension), |
16 | }; | 17 | }; |