From d4f73e72985dc2f36e4228358f4dc9b6114414ab Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 30 Dec 2017 01:40:42 -0800 Subject: Integrate namespace change in WixToolset.Data --- src/WixToolset.Core/BinderFileManager.cs | 1 - src/WixToolset.Core/Localizer.cs | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src/WixToolset.Core') 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 using System.Linq; using System.Runtime.InteropServices; using WixToolset.Data; - using WixToolset.Data.Rows; using WixToolset.Extensibility; #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 using System; using System.Collections.Generic; using System.Xml.Linq; - using WixToolset.Data; - using WixToolset.Data.Rows; using WixToolset.Core.Native; + using WixToolset.Data; + using WixToolset.Data.Bind; using WixToolset.Extensibility; using WixToolset.Extensibility.Services; -- cgit v1.2.3-55-g6feb