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.WindowsInstaller/MspBackend.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.WindowsInstaller/MspBackend.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/MspBackend.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/MspBackend.cs b/src/WixToolset.Core.WindowsInstaller/MspBackend.cs index 5dbed241..a47802bb 100644 --- a/src/WixToolset.Core.WindowsInstaller/MspBackend.cs +++ b/src/WixToolset.Core.WindowsInstaller/MspBackend.cs | |||
| @@ -10,13 +10,13 @@ namespace WixToolset.Core.WindowsInstaller | |||
| 10 | using WixToolset.Data; | 10 | using WixToolset.Data; |
| 11 | using WixToolset.Data.Bind; | 11 | using WixToolset.Data.Bind; |
| 12 | using WixToolset.Extensibility; | 12 | using WixToolset.Extensibility; |
| 13 | using WixToolset.Extensibility.Services; | 13 | using WixToolset.Extensibility.Data; |
| 14 | using WixToolset.Msi; | 14 | using WixToolset.Msi; |
| 15 | using WixToolset.Ole32; | 15 | using WixToolset.Ole32; |
| 16 | 16 | ||
| 17 | internal class MspBackend : IBackend | 17 | internal class MspBackend : IBackend |
| 18 | { | 18 | { |
| 19 | public BindResult Bind(WixToolset.Extensibility.IBindContext context) | 19 | public BindResult Bind(IBindContext context) |
| 20 | { | 20 | { |
| 21 | throw new NotImplementedException(); | 21 | throw new NotImplementedException(); |
| 22 | } | 22 | } |
