diff options
Diffstat (limited to 'src/WixToolset.Core/LayoutContext.cs')
-rw-r--r-- | src/WixToolset.Core/LayoutContext.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WixToolset.Core/LayoutContext.cs b/src/WixToolset.Core/LayoutContext.cs index 385aa610..7bbae0c0 100644 --- a/src/WixToolset.Core/LayoutContext.cs +++ b/src/WixToolset.Core/LayoutContext.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.Extensibility; | 7 | using WixToolset.Extensibility; |
8 | using WixToolset.Extensibility.Data; | 8 | using WixToolset.Extensibility.Data; |
9 | using WixToolset.Extensibility.Services; | 9 | using WixToolset.Extensibility.Services; |
@@ -34,5 +34,7 @@ namespace WixToolset.Core | |||
34 | public string BuiltOutputsFile { get; set; } | 34 | public string BuiltOutputsFile { get; set; } |
35 | 35 | ||
36 | public bool SuppressAclReset { get; set; } | 36 | public bool SuppressAclReset { get; set; } |
37 | |||
38 | public CancellationToken CancellationToken { get; set; } | ||
37 | } | 39 | } |
38 | } | 40 | } |