diff options
Diffstat (limited to 'src/wixext/DependencyDecompiler.cs')
-rw-r--r-- | src/wixext/DependencyDecompiler.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wixext/DependencyDecompiler.cs b/src/wixext/DependencyDecompiler.cs index 3013cf7c..31de3097 100644 --- a/src/wixext/DependencyDecompiler.cs +++ b/src/wixext/DependencyDecompiler.cs | |||
@@ -1,7 +1,8 @@ | |||
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 | ||
3 | namespace WixToolset.Extensions | 3 | namespace WixToolset.Dependency |
4 | { | 4 | { |
5 | #if TODO_CONSIDER_DECOMPILER | ||
5 | using System; | 6 | using System; |
6 | using System.Collections.Generic; | 7 | using System.Collections.Generic; |
7 | using System.Collections.ObjectModel; | 8 | using System.Collections.ObjectModel; |
@@ -342,4 +343,5 @@ namespace WixToolset.Extensions | |||
342 | } | 343 | } |
343 | } | 344 | } |
344 | } | 345 | } |
346 | #endif | ||
345 | } | 347 | } |