diff options
Diffstat (limited to 'src/WixToolset.Extensibility/Data/IInscribeContext.cs')
-rw-r--r-- | src/WixToolset.Extensibility/Data/IInscribeContext.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/WixToolset.Extensibility/Data/IInscribeContext.cs b/src/WixToolset.Extensibility/Data/IInscribeContext.cs index 4f13ba10..816a0c80 100644 --- a/src/WixToolset.Extensibility/Data/IInscribeContext.cs +++ b/src/WixToolset.Extensibility/Data/IInscribeContext.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 IInscribeContext | 8 | public interface IInscribeContext |
8 | { | 9 | { |
9 | IServiceProvider ServiceProvider { get; } | 10 | IWixToolsetServiceProvider ServiceProvider { get; } |
10 | 11 | ||
11 | string InputFilePath { get; set; } | 12 | string InputFilePath { get; set; } |
12 | 13 | ||