diff options
Diffstat (limited to 'src/WixToolset.Core/LinkContext.cs')
-rw-r--r-- | src/WixToolset.Core/LinkContext.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WixToolset.Core/LinkContext.cs b/src/WixToolset.Core/LinkContext.cs index 64dd2320..65b1179e 100644 --- a/src/WixToolset.Core/LinkContext.cs +++ b/src/WixToolset.Core/LinkContext.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; |
@@ -27,5 +27,7 @@ namespace WixToolset.Core | |||
27 | public IEnumerable<Intermediate> Intermediates { get; set; } | 27 | public IEnumerable<Intermediate> Intermediates { get; set; } |
28 | 28 | ||
29 | public ITupleDefinitionCreator TupleDefinitionCreator { get; set; } | 29 | public ITupleDefinitionCreator TupleDefinitionCreator { get; set; } |
30 | |||
31 | public CancellationToken CancellationToken { get; set; } | ||
30 | } | 32 | } |
31 | } | 33 | } |