From 2a14c230453744ea896948ca0b4f6692f2962bee Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 12 Jan 2019 16:49:42 -0600 Subject: Integrate into latest v4. --- src/wixext/UIDecompiler.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wixext/UIDecompiler.cs') 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 @@ namespace WixToolset.Extensions { +#if TODO_CONSIDER_DECOMPILER using System; using System.Collections; using System.Diagnostics; @@ -54,4 +55,5 @@ namespace WixToolset.Extensions } } } +#endif } -- cgit v1.2.3-55-g6feb