@joebigelow / wix-1 / commits / a39f2924

#ifdef out serialization use

Bob Arnson committed Aug 26, 2020 at 16:28 UTC a39f29246cdcd85c70bc172ea8ecc8e9cd3c3c4c
1 file changed +2
src/wixext/util.cs
+2
@@ -10,6 +10,7 @@
10
11 namespace WixToolset.Util.Serialize
12 {
13 +#if TODO_CONSIDER_DECOMPILER
14 using System;
15 using System.CodeDom.Compiler;
16 using System.Collections;
@@ -11458,4 +11459,5 @@ namespace WixToolset.Util.Serialize
11459 uninstall,
11460 }
11461 }
11462 +#endif
11463 }