diff options
Diffstat (limited to 'src/WixToolset.Core/BindContext.cs')
-rw-r--r-- | src/WixToolset.Core/BindContext.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WixToolset.Core/BindContext.cs b/src/WixToolset.Core/BindContext.cs index 3d7563c6..47375fb0 100644 --- a/src/WixToolset.Core/BindContext.cs +++ b/src/WixToolset.Core/BindContext.cs | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | namespace WixToolset.Core | 3 | namespace WixToolset.Core |
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; | 8 | using WixToolset.Extensibility; |
9 | using WixToolset.Extensibility.Data; | 9 | using WixToolset.Extensibility.Data; |
@@ -55,5 +55,7 @@ namespace WixToolset.Core | |||
55 | public bool SuppressValidation { get; set; } | 55 | public bool SuppressValidation { get; set; } |
56 | 56 | ||
57 | public bool SuppressLayout { get; set; } | 57 | public bool SuppressLayout { get; set; } |
58 | |||
59 | public CancellationToken CancellationToken { get; set; } | ||
58 | } | 60 | } |
59 | } | 61 | } |