diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-23 14:21:40 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-23 14:27:11 -0700 |
commit | 5a1afc9030a1fcc101b6bb52b576fbbfa3ad33c2 (patch) | |
tree | d409a2399bd831f16ecdb8e68947ea672dcd65d4 /src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs | |
parent | 2724cfee4c163f3297ee25edfd2372767cfd4945 (diff) | |
download | wix-5a1afc9030a1fcc101b6bb52b576fbbfa3ad33c2.tar.gz wix-5a1afc9030a1fcc101b6bb52b576fbbfa3ad33c2.tar.bz2 wix-5a1afc9030a1fcc101b6bb52b576fbbfa3ad33c2.zip |
Integrate Extensibility.Data namespace change from Extensibility repo
Diffstat (limited to 'src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs b/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs index cf4504b2..8846cc83 100644 --- a/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs +++ b/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs | |||
@@ -14,6 +14,7 @@ namespace WixToolset.Core.Burn | |||
14 | using WixToolset.Data; | 14 | using WixToolset.Data; |
15 | using WixToolset.Data.Bind; | 15 | using WixToolset.Data.Bind; |
16 | using WixToolset.Extensibility; | 16 | using WixToolset.Extensibility; |
17 | using WixToolset.Extensibility.Data; | ||
17 | using WixToolset.Extensibility.Services; | 18 | using WixToolset.Extensibility.Services; |
18 | 19 | ||
19 | // TODO: (4.0) Refactor so that these don't need to be copied. | 20 | // TODO: (4.0) Refactor so that these don't need to be copied. |