diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-21 13:42:52 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-21 13:42:52 -0800 |
commit | dc9f4c329e6f55ce7595970463e0caf148096f4b (patch) | |
tree | 86155ac36c76acda0a4b1673c77f54a9780c6885 /src/WixToolset.Core/Linker.cs | |
parent | 155a6e96346e0cb3d9ab6f5372fa29b46ebaee89 (diff) | |
download | wix-dc9f4c329e6f55ce7595970463e0caf148096f4b.tar.gz wix-dc9f4c329e6f55ce7595970463e0caf148096f4b.tar.bz2 wix-dc9f4c329e6f55ce7595970463e0caf148096f4b.zip |
Support wixout and extract Resolve and Layout from Binder
Diffstat (limited to 'src/WixToolset.Core/Linker.cs')
-rw-r--r-- | src/WixToolset.Core/Linker.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Core/Linker.cs b/src/WixToolset.Core/Linker.cs index d980d79f..93f50efa 100644 --- a/src/WixToolset.Core/Linker.cs +++ b/src/WixToolset.Core/Linker.cs | |||
@@ -8,11 +8,11 @@ namespace WixToolset.Core | |||
8 | using System.Diagnostics; | 8 | using System.Diagnostics; |
9 | using System.Globalization; | 9 | using System.Globalization; |
10 | using System.Linq; | 10 | using System.Linq; |
11 | using WixToolset.Data; | ||
12 | using WixToolset.Link; | ||
13 | using WixToolset.Core.Link; | 11 | using WixToolset.Core.Link; |
12 | using WixToolset.Data; | ||
14 | using WixToolset.Data.Tuples; | 13 | using WixToolset.Data.Tuples; |
15 | using WixToolset.Extensibility.Services; | 14 | using WixToolset.Extensibility; |
15 | using WixToolset.Link; | ||
16 | 16 | ||
17 | /// <summary> | 17 | /// <summary> |
18 | /// Linker core of the WiX toolset. | 18 | /// Linker core of the WiX toolset. |