aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CompileContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/CompileContext.cs')
-rw-r--r--src/WixToolset.Core/CompileContext.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/CompileContext.cs b/src/WixToolset.Core/CompileContext.cs
index 44da6c8a..e781b692 100644
--- a/src/WixToolset.Core/CompileContext.cs
+++ b/src/WixToolset.Core/CompileContext.cs
@@ -25,6 +25,8 @@ namespace WixToolset.Core
25 25
26 public Platform Platform { get; set; } 26 public Platform Platform { get; set; }
27 27
28 public bool IsCurrentPlatform64Bit => this.Platform == Platform.ARM64 || this.Platform == Platform.X64;
29
28 public XDocument Source { get; set; } 30 public XDocument Source { get; set; }
29 31
30 public CancellationToken CancellationToken { get; set; } 32 public CancellationToken CancellationToken { get; set; }