diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Extensibility/Data/ICompileContext.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/WixToolset.Extensibility/Data/ICompileContext.cs b/src/WixToolset.Extensibility/Data/ICompileContext.cs index 50ad10b9..ef57f6d0 100644 --- a/src/WixToolset.Extensibility/Data/ICompileContext.cs +++ b/src/WixToolset.Extensibility/Data/ICompileContext.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.Data | 3 | namespace WixToolset.Extensibility.Data |
4 | { | 4 | { |
@@ -6,10 +6,11 @@ namespace WixToolset.Extensibility.Data | |||
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
7 | using System.Xml.Linq; | 7 | using System.Xml.Linq; |
8 | using WixToolset.Data; | 8 | using WixToolset.Data; |
9 | using WixToolset.Extensibility.Services; | ||
9 | 10 | ||
10 | public interface ICompileContext | 11 | public interface ICompileContext |
11 | { | 12 | { |
12 | IServiceProvider ServiceProvider { get; } | 13 | IWixToolsetServiceProvider ServiceProvider { get; } |
13 | 14 | ||
14 | string CompilationId { get; set; } | 15 | string CompilationId { get; set; } |
15 | 16 | ||