From 13eedbfcf97e402ade06f2be29f98723ef7ff286 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 18 Oct 2018 13:42:54 -0700 Subject: Extract interfaces for Preprocess/Compile/Link/Bind/etc --- src/WixToolset.Core.WindowsInstaller/MspBackend.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/WixToolset.Core.WindowsInstaller/MspBackend.cs') diff --git a/src/WixToolset.Core.WindowsInstaller/MspBackend.cs b/src/WixToolset.Core.WindowsInstaller/MspBackend.cs index a47802bb..c6a05b20 100644 --- a/src/WixToolset.Core.WindowsInstaller/MspBackend.cs +++ b/src/WixToolset.Core.WindowsInstaller/MspBackend.cs @@ -21,6 +21,11 @@ namespace WixToolset.Core.WindowsInstaller throw new NotImplementedException(); } + public BindResult Decompile(IDecompileContext context) + { + throw new NotImplementedException(); + } + public bool Inscribe(IInscribeContext context) { throw new NotImplementedException(); -- cgit v1.2.3-55-g6feb