diff options
Diffstat (limited to 'src/WixToolset.Extensibility/Data/IBindContext.cs')
-rw-r--r-- | src/WixToolset.Extensibility/Data/IBindContext.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/Data/IBindContext.cs b/src/WixToolset.Extensibility/Data/IBindContext.cs index 3b8953e0..650e7fc1 100644 --- a/src/WixToolset.Extensibility/Data/IBindContext.cs +++ b/src/WixToolset.Extensibility/Data/IBindContext.cs | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | namespace WixToolset.Extensibility.Data | 3 | namespace WixToolset.Extensibility.Data |
4 | { | 4 | { |
5 | using System; | ||
6 | using System.Collections.Generic; | 5 | using System.Collections.Generic; |
6 | using System.Threading; | ||
7 | using WixToolset.Data; | 7 | using WixToolset.Data; |
8 | using WixToolset.Extensibility.Services; | 8 | using WixToolset.Extensibility.Services; |
9 | 9 | ||
@@ -44,5 +44,7 @@ namespace WixToolset.Extensibility.Data | |||
44 | bool SuppressValidation { get; set; } | 44 | bool SuppressValidation { get; set; } |
45 | 45 | ||
46 | bool SuppressLayout { get; set; } | 46 | bool SuppressLayout { get; set; } |
47 | |||
48 | CancellationToken CancellationToken { get; set; } | ||
47 | } | 49 | } |
48 | } | 50 | } |