diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-03-01 11:12:52 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@robmensching.com> | 2019-03-01 11:15:40 -0800 |
| commit | 5392cf57c09bddde7157e5b26c5c2a013f819ead (patch) | |
| tree | 96063a49293bd9eea122218e770b52d3c20812f2 /src/WixToolset.Core.WindowsInstaller/MstBackend.cs | |
| parent | a4f5a5a042c00254607fbecdf132a2e2a91a1bdd (diff) | |
| download | wix-5392cf57c09bddde7157e5b26c5c2a013f819ead.tar.gz wix-5392cf57c09bddde7157e5b26c5c2a013f819ead.tar.bz2 wix-5392cf57c09bddde7157e5b26c5c2a013f819ead.zip | |
Integrate interface-only WixToolset.Extensibility change
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/MstBackend.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/MstBackend.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/MstBackend.cs b/src/WixToolset.Core.WindowsInstaller/MstBackend.cs index 6460821a..b64f417a 100644 --- a/src/WixToolset.Core.WindowsInstaller/MstBackend.cs +++ b/src/WixToolset.Core.WindowsInstaller/MstBackend.cs | |||
| @@ -10,7 +10,7 @@ namespace WixToolset.Core.WindowsInstaller | |||
| 10 | 10 | ||
| 11 | internal class MstBackend : IBackend | 11 | internal class MstBackend : IBackend |
| 12 | { | 12 | { |
| 13 | public BindResult Bind(IBindContext context) | 13 | public IBindResult Bind(IBindContext context) |
| 14 | { | 14 | { |
| 15 | #if REVISIT_FOR_PATCHING | 15 | #if REVISIT_FOR_PATCHING |
| 16 | var command = new BindTransformCommand(); | 16 | var command = new BindTransformCommand(); |
| @@ -25,7 +25,7 @@ namespace WixToolset.Core.WindowsInstaller | |||
| 25 | throw new NotImplementedException(); | 25 | throw new NotImplementedException(); |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | public DecompileResult Decompile(IDecompileContext context) | 28 | public IDecompileResult Decompile(IDecompileContext context) |
| 29 | { | 29 | { |
| 30 | throw new NotImplementedException(); | 30 | throw new NotImplementedException(); |
| 31 | } | 31 | } |
