diff options
Diffstat (limited to 'src/ext/DirectX/wixext/DirectXExtensionFactory.cs')
-rw-r--r-- | src/ext/DirectX/wixext/DirectXExtensionFactory.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/DirectX/wixext/DirectXExtensionFactory.cs b/src/ext/DirectX/wixext/DirectXExtensionFactory.cs index fb7f84aa..790725fd 100644 --- a/src/ext/DirectX/wixext/DirectXExtensionFactory.cs +++ b/src/ext/DirectX/wixext/DirectXExtensionFactory.cs | |||
@@ -11,6 +11,7 @@ namespace WixToolset.DirectX | |||
11 | protected override IReadOnlyCollection<Type> ExtensionTypes => new[] | 11 | protected override IReadOnlyCollection<Type> ExtensionTypes => new[] |
12 | { | 12 | { |
13 | typeof(DirectXExtensionData), | 13 | typeof(DirectXExtensionData), |
14 | typeof(DirectXCompiler), | ||
14 | }; | 15 | }; |
15 | } | 16 | } |
16 | } | 17 | } |