diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller')
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs | 1 | ||||
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Decompiler.cs | 1 |
2 files changed, 0 insertions, 2 deletions
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; |