diff options
Diffstat (limited to 'src/wixext/DirectXDecompiler.cs')
| -rw-r--r-- | src/wixext/DirectXDecompiler.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wixext/DirectXDecompiler.cs b/src/wixext/DirectXDecompiler.cs index c8056c12..03f90163 100644 --- a/src/wixext/DirectXDecompiler.cs +++ b/src/wixext/DirectXDecompiler.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.DirectX |
| 4 | { | 4 | { |
| 5 | #if TODO_CONSIDER_DECOMPILER | ||
| 5 | using System; | 6 | using System; |
| 6 | using System.Text; | 7 | using System.Text; |
| 7 | using WixToolset.Data; | 8 | using WixToolset.Data; |
| @@ -67,4 +68,5 @@ namespace WixToolset.Extensions | |||
| 67 | } | 68 | } |
| 68 | } | 69 | } |
| 69 | } | 70 | } |
| 71 | #endif | ||
| 70 | } | 72 | } |
