aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-08-26 16:28:15 -0400
committerBob Arnson <bob@firegiant.com>2020-08-26 18:47:10 -0400
commita39f29246cdcd85c70bc172ea8ecc8e9cd3c3c4c (patch)
tree8f20c1f2acff1fa15831a7a93e606863b317c51f /src
parent50c45060af62eda85c9180191ff406fb67c49c91 (diff)
downloadwix-a39f29246cdcd85c70bc172ea8ecc8e9cd3c3c4c.tar.gz
wix-a39f29246cdcd85c70bc172ea8ecc8e9cd3c3c4c.tar.bz2
wix-a39f29246cdcd85c70bc172ea8ecc8e9cd3c3c4c.zip
#ifdef out serialization use
Diffstat (limited to '')
-rw-r--r--src/wixext/util.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wixext/util.cs b/src/wixext/util.cs
index 9ebe89a7..7dabb3d1 100644
--- a/src/wixext/util.cs
+++ b/src/wixext/util.cs
@@ -10,6 +10,7 @@
10 10
11namespace WixToolset.Util.Serialize 11namespace WixToolset.Util.Serialize
12{ 12{
13#if TODO_CONSIDER_DECOMPILER
13 using System; 14 using System;
14 using System.CodeDom.Compiler; 15 using System.CodeDom.Compiler;
15 using System.Collections; 16 using System.Collections;
@@ -11458,4 +11459,5 @@ namespace WixToolset.Util.Serialize
11458 uninstall, 11459 uninstall,
11459 } 11460 }
11460 } 11461 }
11462#endif
11461} 11463}