diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-30 01:40:42 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-30 01:40:42 -0800 |
commit | d4f73e72985dc2f36e4228358f4dc9b6114414ab (patch) | |
tree | d75b37a22fb5b497b7bbf4d8806395ecc1b908d3 /src/WixToolset.Core | |
parent | 0731fa5ca035f0ca9d5cb28f5e3ef07d98f9a7ae (diff) | |
download | wix-d4f73e72985dc2f36e4228358f4dc9b6114414ab.tar.gz wix-d4f73e72985dc2f36e4228358f4dc9b6114414ab.tar.bz2 wix-d4f73e72985dc2f36e4228358f4dc9b6114414ab.zip |
Integrate namespace change in WixToolset.Data
Diffstat (limited to 'src/WixToolset.Core')
-rw-r--r-- | src/WixToolset.Core/BinderFileManager.cs | 1 | ||||
-rw-r--r-- | src/WixToolset.Core/Localizer.cs | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/WixToolset.Core/BinderFileManager.cs b/src/WixToolset.Core/BinderFileManager.cs index 5e08bc40..dece3a20 100644 --- a/src/WixToolset.Core/BinderFileManager.cs +++ b/src/WixToolset.Core/BinderFileManager.cs | |||
@@ -9,7 +9,6 @@ namespace WixToolset | |||
9 | using System.Linq; | 9 | using System.Linq; |
10 | using System.Runtime.InteropServices; | 10 | using System.Runtime.InteropServices; |
11 | using WixToolset.Data; | 11 | using WixToolset.Data; |
12 | using WixToolset.Data.Rows; | ||
13 | using WixToolset.Extensibility; | 12 | using WixToolset.Extensibility; |
14 | 13 | ||
15 | #if DEAD_CODE | 14 | #if DEAD_CODE |
diff --git a/src/WixToolset.Core/Localizer.cs b/src/WixToolset.Core/Localizer.cs index d4f89e7a..2e7b19b6 100644 --- a/src/WixToolset.Core/Localizer.cs +++ b/src/WixToolset.Core/Localizer.cs | |||
@@ -5,9 +5,9 @@ namespace WixToolset.Core | |||
5 | using System; | 5 | using System; |
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
7 | using System.Xml.Linq; | 7 | using System.Xml.Linq; |
8 | using WixToolset.Data; | ||
9 | using WixToolset.Data.Rows; | ||
10 | using WixToolset.Core.Native; | 8 | using WixToolset.Core.Native; |
9 | using WixToolset.Data; | ||
10 | using WixToolset.Data.Bind; | ||
11 | using WixToolset.Extensibility; | 11 | using WixToolset.Extensibility; |
12 | using WixToolset.Extensibility.Services; | 12 | using WixToolset.Extensibility.Services; |
13 | 13 | ||