diff options
Diffstat (limited to 'src/wixext/SqlDecompiler.cs')
-rw-r--r-- | src/wixext/SqlDecompiler.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wixext/SqlDecompiler.cs b/src/wixext/SqlDecompiler.cs index 64192e84..52436b87 100644 --- a/src/wixext/SqlDecompiler.cs +++ b/src/wixext/SqlDecompiler.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.Sql |
4 | { | 4 | { |
5 | #if TODO_CONSIDER_DECOMPILER | ||
5 | using System.Collections; | 6 | using System.Collections; |
6 | using WixToolset.Data; | 7 | using WixToolset.Data; |
7 | using WixToolset.Extensibility; | 8 | using WixToolset.Extensibility; |
@@ -509,4 +510,5 @@ namespace WixToolset.Extensions | |||
509 | } | 510 | } |
510 | } | 511 | } |
511 | } | 512 | } |
513 | #endif | ||
512 | } | 514 | } |