diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-01-12 16:49:42 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-01-12 16:58:52 -0600 |
| commit | 2a14c230453744ea896948ca0b4f6692f2962bee (patch) | |
| tree | 08227b815bb5ce8e5140f902305d921917fca95d /src/wixext/UIDecompiler.cs | |
| parent | 9d5d059a2147aa0fe38f7103148c020b66455e83 (diff) | |
| download | wix-2a14c230453744ea896948ca0b4f6692f2962bee.tar.gz wix-2a14c230453744ea896948ca0b4f6692f2962bee.tar.bz2 wix-2a14c230453744ea896948ca0b4f6692f2962bee.zip | |
Integrate into latest v4.
Diffstat (limited to 'src/wixext/UIDecompiler.cs')
| -rw-r--r-- | src/wixext/UIDecompiler.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wixext/UIDecompiler.cs b/src/wixext/UIDecompiler.cs index 4bdd48fc..2493e7c7 100644 --- a/src/wixext/UIDecompiler.cs +++ b/src/wixext/UIDecompiler.cs | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | namespace WixToolset.Extensions | 3 | namespace WixToolset.Extensions |
| 4 | { | 4 | { |
| 5 | #if TODO_CONSIDER_DECOMPILER | ||
| 5 | using System; | 6 | using System; |
| 6 | using System.Collections; | 7 | using System.Collections; |
| 7 | using System.Diagnostics; | 8 | using System.Diagnostics; |
| @@ -54,4 +55,5 @@ namespace WixToolset.Extensions | |||
| 54 | } | 55 | } |
| 55 | } | 56 | } |
| 56 | } | 57 | } |
| 58 | #endif | ||
| 57 | } | 59 | } |
