aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
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/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
parent0731fa5ca035f0ca9d5cb28f5e3ef07d98f9a7ae (diff)
downloadwix-d4f73e72985dc2f36e4228358f4dc9b6114414ab.tar.gz
wix-d4f73e72985dc2f36e4228358f4dc9b6114414ab.tar.bz2
wix-d4f73e72985dc2f36e4228358f4dc9b6114414ab.zip
Integrate namespace change in WixToolset.Data
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs1
1 files changed, 0 insertions, 1 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>