aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-12-30 01:40:42 -0800
committerRob Mensching <rob@firegiant.com>2017-12-30 01:40:42 -0800
commitd4f73e72985dc2f36e4228358f4dc9b6114414ab (patch)
treed75b37a22fb5b497b7bbf4d8806395ecc1b908d3 /src
parent0731fa5ca035f0ca9d5cb28f5e3ef07d98f9a7ae (diff)
downloadwix-d4f73e72985dc2f36e4228358f4dc9b6114414ab.tar.gz
wix-d4f73e72985dc2f36e4228358f4dc9b6114414ab.tar.bz2
wix-d4f73e72985dc2f36e4228358f4dc9b6114414ab.zip
Integrate namespace change in WixToolset.Data
Diffstat (limited to 'src')
-rw-r--r--src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs1
-rw-r--r--src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs1
-rw-r--r--src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs1
-rw-r--r--src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs1
-rw-r--r--src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs1
-rw-r--r--src/WixToolset.Core.Burn/Bundles/GetPackageFacadesCommand.cs1
-rw-r--r--src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs1
-rw-r--r--src/WixToolset.Core.Burn/Bundles/PackageFacade.cs2
-rw-r--r--src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs1
-rw-r--r--src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs1
-rw-r--r--src/WixToolset.Core.Burn/Bundles/ProcessMspPackageCommand.cs1
-rw-r--r--src/WixToolset.Core.Burn/Bundles/ProcessMsuPackageCommand.cs1
-rw-r--r--src/WixToolset.Core.Burn/Bundles/VerifyPayloadsWithCatalogCommand.cs1
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs1
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Decompiler.cs1
-rw-r--r--src/WixToolset.Core/BinderFileManager.cs1
-rw-r--r--src/WixToolset.Core/Localizer.cs4
17 files changed, 2 insertions, 19 deletions
diff --git a/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs b/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs
index bc3ba8df..c1c12ac4 100644
--- a/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs
+++ b/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs
@@ -13,7 +13,6 @@ namespace WixToolset.Core.Burn
13 using WixToolset.Core.Burn.Bundles; 13 using WixToolset.Core.Burn.Bundles;
14 using WixToolset.Data; 14 using WixToolset.Data;
15 using WixToolset.Data.Bind; 15 using WixToolset.Data.Bind;
16 using WixToolset.Data.Rows;
17 using WixToolset.Extensibility; 16 using WixToolset.Extensibility;
18 using WixToolset.Extensibility.Services; 17 using WixToolset.Extensibility.Services;
19 18
diff --git a/src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs b/src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs
index d06cf4a8..cf702b2e 100644
--- a/src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs
@@ -7,7 +7,6 @@ namespace WixToolset.Core.Burn.Bundles
7 using System.Diagnostics; 7 using System.Diagnostics;
8 using System.Linq; 8 using System.Linq;
9 using WixToolset.Data; 9 using WixToolset.Data;
10 using WixToolset.Data.Rows;
11 10
12 internal class AutomaticallySlipstreamPatchesCommand 11 internal class AutomaticallySlipstreamPatchesCommand
13 { 12 {
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs b/src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs
index b1f1f0cd..4fe8688c 100644
--- a/src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs
@@ -10,7 +10,6 @@ namespace WixToolset.Core.Burn.Bundles
10 using System.Text; 10 using System.Text;
11 using System.Xml; 11 using System.Xml;
12 using WixToolset.Data; 12 using WixToolset.Data;
13 using WixToolset.Data.Rows;
14 13
15 internal class CreateBootstrapperApplicationManifestCommand 14 internal class CreateBootstrapperApplicationManifestCommand
16 { 15 {
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs b/src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs
index 788c7296..0ec8e46a 100644
--- a/src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs
@@ -10,7 +10,6 @@ namespace WixToolset.Core.Burn.Bundles
10 using System.Text; 10 using System.Text;
11 using System.Xml; 11 using System.Xml;
12 using WixToolset.Data; 12 using WixToolset.Data;
13 using WixToolset.Data.Rows;
14 using WixToolset.Extensibility; 13 using WixToolset.Extensibility;
15 14
16 internal class CreateBurnManifestCommand 15 internal class CreateBurnManifestCommand
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs b/src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs
index cbc4839a..c9dd2671 100644
--- a/src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs
@@ -8,7 +8,6 @@ namespace WixToolset.Core.Burn.Bundles
8 using System.IO; 8 using System.IO;
9 using System.Linq; 9 using System.Linq;
10 using WixToolset.Data; 10 using WixToolset.Data;
11 using WixToolset.Data.Rows;
12 11
13 /// <summary> 12 /// <summary>
14 /// Creates cabinet files. 13 /// Creates cabinet files.
diff --git a/src/WixToolset.Core.Burn/Bundles/GetPackageFacadesCommand.cs b/src/WixToolset.Core.Burn/Bundles/GetPackageFacadesCommand.cs
index 056f6eb7..1ed37046 100644
--- a/src/WixToolset.Core.Burn/Bundles/GetPackageFacadesCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/GetPackageFacadesCommand.cs
@@ -4,7 +4,6 @@ namespace WixToolset.Core.Burn.Bundles
4{ 4{
5 using System.Collections.Generic; 5 using System.Collections.Generic;
6 using WixToolset.Data; 6 using WixToolset.Data;
7 using WixToolset.Data.Rows;
8 7
9 internal class GetPackageFacadesCommand 8 internal class GetPackageFacadesCommand
10 { 9 {
diff --git a/src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs b/src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs
index 4266ca40..48923ba1 100644
--- a/src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs
@@ -5,7 +5,6 @@ namespace WixToolset.Core.Burn.Bundles
5 using System; 5 using System;
6 using System.Collections.Generic; 6 using System.Collections.Generic;
7 using WixToolset.Data; 7 using WixToolset.Data;
8 using WixToolset.Data.Rows;
9 8
10 internal class OrderPackagesAndRollbackBoundariesCommand 9 internal class OrderPackagesAndRollbackBoundariesCommand
11 { 10 {
diff --git a/src/WixToolset.Core.Burn/Bundles/PackageFacade.cs b/src/WixToolset.Core.Burn/Bundles/PackageFacade.cs
index ff5c2e2e..c68a8311 100644
--- a/src/WixToolset.Core.Burn/Bundles/PackageFacade.cs
+++ b/src/WixToolset.Core.Burn/Bundles/PackageFacade.cs
@@ -2,8 +2,6 @@
2 2
3namespace WixToolset.Core.Burn.Bundles 3namespace WixToolset.Core.Burn.Bundles
4{ 4{
5 using WixToolset.Data.Rows;
6
7 internal class PackageFacade 5 internal class PackageFacade
8 { 6 {
9#if TODO 7#if TODO
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs b/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs
index 75bb5bb1..77102c0f 100644
--- a/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs
@@ -4,7 +4,6 @@ namespace WixToolset.Core.Burn.Bundles
4{ 4{
5 using System; 5 using System;
6 using WixToolset.Data; 6 using WixToolset.Data;
7 using WixToolset.Data.Rows;
8 7
9 /// <summary> 8 /// <summary>
10 /// Initializes package state from the Exe contents. 9 /// Initializes package state from the Exe contents.
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs b/src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs
index 636cb1a0..39a71be7 100644
--- a/src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs
@@ -10,7 +10,6 @@ namespace WixToolset.Core.Burn.Bundles
10 using System.IO; 10 using System.IO;
11 using System.Linq; 11 using System.Linq;
12 using WixToolset.Data; 12 using WixToolset.Data;
13 using WixToolset.Data.Rows;
14 using WixToolset.Extensibility; 13 using WixToolset.Extensibility;
15 using WixToolset.Core.Native; 14 using WixToolset.Core.Native;
16 using Dtf = WixToolset.Dtf.WindowsInstaller; 15 using Dtf = WixToolset.Dtf.WindowsInstaller;
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessMspPackageCommand.cs b/src/WixToolset.Core.Burn/Bundles/ProcessMspPackageCommand.cs
index 37e08634..e0390360 100644
--- a/src/WixToolset.Core.Burn/Bundles/ProcessMspPackageCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/ProcessMspPackageCommand.cs
@@ -10,7 +10,6 @@ namespace WixToolset.Core.Burn.Bundles
10 using System.Text; 10 using System.Text;
11 using System.Xml; 11 using System.Xml;
12 using WixToolset.Data; 12 using WixToolset.Data;
13 using WixToolset.Data.Rows;
14 using Dtf = WixToolset.Dtf.WindowsInstaller; 13 using Dtf = WixToolset.Dtf.WindowsInstaller;
15 14
16 /// <summary> 15 /// <summary>
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessMsuPackageCommand.cs b/src/WixToolset.Core.Burn/Bundles/ProcessMsuPackageCommand.cs
index 1380385d..ef720bc1 100644
--- a/src/WixToolset.Core.Burn/Bundles/ProcessMsuPackageCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/ProcessMsuPackageCommand.cs
@@ -4,7 +4,6 @@ namespace WixToolset.Core.Burn.Bundles
4{ 4{
5 using System; 5 using System;
6 using WixToolset.Data; 6 using WixToolset.Data;
7 using WixToolset.Data.Rows;
8 7
9 /// <summary> 8 /// <summary>
10 /// Processes the Msu packages to add properties and payloads from the Msu packages. 9 /// Processes the Msu packages to add properties and payloads from the Msu packages.
diff --git a/src/WixToolset.Core.Burn/Bundles/VerifyPayloadsWithCatalogCommand.cs b/src/WixToolset.Core.Burn/Bundles/VerifyPayloadsWithCatalogCommand.cs
index f22a8f2b..82682a47 100644
--- a/src/WixToolset.Core.Burn/Bundles/VerifyPayloadsWithCatalogCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/VerifyPayloadsWithCatalogCommand.cs
@@ -9,7 +9,6 @@ namespace WixToolset.Core.Burn.Bundles
9 using System.Runtime.InteropServices; 9 using System.Runtime.InteropServices;
10 using System.Text; 10 using System.Text;
11 using WixToolset.Data; 11 using WixToolset.Data;
12 using WixToolset.Data.Rows;
13 12
14 internal class VerifyPayloadsWithCatalogCommand 13 internal class VerifyPayloadsWithCatalogCommand
15 { 14 {
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
index 7c7b07cc..19f7b9e5 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
@@ -8,7 +8,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind
8 using System.IO; 8 using System.IO;
9 using WixToolset.Core.Bind; 9 using WixToolset.Core.Bind;
10 using WixToolset.Data; 10 using WixToolset.Data;
11 using WixToolset.Data.Rows;
12 using WixToolset.Data.Tuples; 11 using WixToolset.Data.Tuples;
13 12
14 /// <summary> 13 /// <summary>
diff --git a/src/WixToolset.Core.WindowsInstaller/Decompiler.cs b/src/WixToolset.Core.WindowsInstaller/Decompiler.cs
index d353cc16..8136bf00 100644
--- a/src/WixToolset.Core.WindowsInstaller/Decompiler.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Decompiler.cs
@@ -12,7 +12,6 @@ namespace WixToolset
12 using System.Text; 12 using System.Text;
13 using System.Text.RegularExpressions; 13 using System.Text.RegularExpressions;
14 using WixToolset.Data; 14 using WixToolset.Data;
15 using WixToolset.Data.Rows;
16 using WixToolset.Extensibility; 15 using WixToolset.Extensibility;
17 using WixToolset.Core.Native; 16 using WixToolset.Core.Native;
18 using Wix = WixToolset.Data.Serialize; 17 using Wix = WixToolset.Data.Serialize;
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