diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-23 20:34:59 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-23 20:34:59 -0700 |
commit | a2a077835e1a1e91a622015665ad0c92f416039d (patch) | |
tree | e2cf28625938daff6da337c55d30acda93c55723 /src/wixext/UtilCompiler.cs | |
parent | 12872c0066bad5740f5bbc7165b84a8bff1b002a (diff) | |
download | wix-a2a077835e1a1e91a622015665ad0c92f416039d.tar.gz wix-a2a077835e1a1e91a622015665ad0c92f416039d.tar.bz2 wix-a2a077835e1a1e91a622015665ad0c92f416039d.zip |
Integrate Core to Tools repro and Extensibility.Data namespace changes
Diffstat (limited to 'src/wixext/UtilCompiler.cs')
-rw-r--r-- | src/wixext/UtilCompiler.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wixext/UtilCompiler.cs b/src/wixext/UtilCompiler.cs index 59b36d1c..3522d1fb 100644 --- a/src/wixext/UtilCompiler.cs +++ b/src/wixext/UtilCompiler.cs | |||
@@ -12,6 +12,7 @@ namespace WixToolset.Util | |||
12 | using System.Xml.Linq; | 12 | using System.Xml.Linq; |
13 | using WixToolset.Data; | 13 | using WixToolset.Data; |
14 | using WixToolset.Extensibility; | 14 | using WixToolset.Extensibility; |
15 | using WixToolset.Extensibility.Data; | ||
15 | 16 | ||
16 | /// <summary> | 17 | /// <summary> |
17 | /// The compiler for the WiX Toolset Utility Extension. | 18 | /// The compiler for the WiX Toolset Utility Extension. |