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.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.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.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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 | { |