diff options
Diffstat (limited to 'src/WixToolset.Extensibility/Data/IUnbindContext.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/Data/IUnbindContext.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/WixToolset.Extensibility/Data/IUnbindContext.cs b/src/WixToolset.Extensibility/Data/IUnbindContext.cs index 84dc5167..bdc31240 100644 --- a/src/WixToolset.Extensibility/Data/IUnbindContext.cs +++ b/src/WixToolset.Extensibility/Data/IUnbindContext.cs | |||
| @@ -1,12 +1,13 @@ | |||
| 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.Data | 3 | namespace WixToolset.Extensibility.Data |
| 4 | { | 4 | { |
| 5 | using System; | 5 | using System; |
| 6 | using WixToolset.Extensibility.Services; | ||
| 6 | 7 | ||
| 7 | public interface IUnbindContext | 8 | public interface IUnbindContext |
| 8 | { | 9 | { |
| 9 | IServiceProvider ServiceProvider { get; } | 10 | IWixToolsetServiceProvider ServiceProvider { get; } |
| 10 | 11 | ||
| 11 | string ExportBasePath { get; set; } | 12 | string ExportBasePath { get; set; } |
| 12 | 13 | ||
