diff options
Diffstat (limited to 'src/WixToolset.Extensibility/IBackend.cs')
-rw-r--r-- | src/WixToolset.Extensibility/IBackend.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/IBackend.cs b/src/WixToolset.Extensibility/IBackend.cs index 80f885c3..df693561 100644 --- a/src/WixToolset.Extensibility/IBackend.cs +++ b/src/WixToolset.Extensibility/IBackend.cs | |||
@@ -1,4 +1,4 @@ | |||
1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
2 | 2 | ||
3 | namespace WixToolset.Extensibility | 3 | namespace WixToolset.Extensibility |
4 | { | 4 | { |
@@ -9,6 +9,8 @@ namespace WixToolset.Extensibility | |||
9 | { | 9 | { |
10 | BindResult Bind(IBindContext context); | 10 | BindResult Bind(IBindContext context); |
11 | 11 | ||
12 | DecompileResult Decompile(IDecompileContext context); | ||
13 | |||
12 | Intermediate Unbind(IUnbindContext context); | 14 | Intermediate Unbind(IUnbindContext context); |
13 | 15 | ||
14 | bool Inscribe(IInscribeContext context); | 16 | bool Inscribe(IInscribeContext context); |