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.WindowsInstaller/Decompiler.cs | |
| 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.WindowsInstaller/Decompiler.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Decompiler.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
