aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Firewall/wixext/FirewallExtensionFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Firewall/wixext/FirewallExtensionFactory.cs')
-rw-r--r--src/ext/Firewall/wixext/FirewallExtensionFactory.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/Firewall/wixext/FirewallExtensionFactory.cs b/src/ext/Firewall/wixext/FirewallExtensionFactory.cs
index 279b322a..8ce6f4ba 100644
--- a/src/ext/Firewall/wixext/FirewallExtensionFactory.cs
+++ b/src/ext/Firewall/wixext/FirewallExtensionFactory.cs
@@ -1,4 +1,4 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset.Firewall 3namespace WixToolset.Firewall
4{ 4{
@@ -13,6 +13,7 @@ namespace WixToolset.Firewall
13 typeof(FirewallCompiler), 13 typeof(FirewallCompiler),
14 typeof(FirewallExtensionData), 14 typeof(FirewallExtensionData),
15 typeof(FirewallWindowsInstallerBackendBinderExtension), 15 typeof(FirewallWindowsInstallerBackendBinderExtension),
16 typeof(FirewallDecompiler),
16 }; 17 };
17 } 18 }
18} 19}