aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/Data/IResolveContext.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WixToolset.Extensibility/Data/IResolveContext.cs (renamed from src/WixToolset.Extensibility/IResolveContext.cs)4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/WixToolset.Extensibility/IResolveContext.cs b/src/WixToolset.Extensibility/Data/IResolveContext.cs
index 26891d6b..0e12a534 100644
--- a/src/WixToolset.Extensibility/IResolveContext.cs
+++ b/src/WixToolset.Extensibility/Data/IResolveContext.cs
@@ -1,6 +1,6 @@
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
3namespace WixToolset.Extensibility 3namespace WixToolset.Extensibility.Data
4{ 4{
5 using System; 5 using System;
6 using System.Collections.Generic; 6 using System.Collections.Generic;
@@ -11,8 +11,6 @@ namespace WixToolset.Extensibility
11 { 11 {
12 IServiceProvider ServiceProvider { get; } 12 IServiceProvider ServiceProvider { get; }
13 13
14 IMessaging Messaging { get; set; }
15
16 IEnumerable<BindPath> BindPaths { get; set; } 14 IEnumerable<BindPath> BindPaths { get; set; }
17 15
18 IEnumerable<IResolverExtension> Extensions { get; set; } 16 IEnumerable<IResolverExtension> Extensions { get; set; }