diff options
Diffstat (limited to 'src/WixToolset.Extensibility/ICompileContext.cs')
-rw-r--r-- | src/WixToolset.Extensibility/ICompileContext.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WixToolset.Extensibility/ICompileContext.cs b/src/WixToolset.Extensibility/ICompileContext.cs index d48e9539..bd0d0a4b 100644 --- a/src/WixToolset.Extensibility/ICompileContext.cs +++ b/src/WixToolset.Extensibility/ICompileContext.cs | |||
@@ -19,6 +19,10 @@ namespace WixToolset.Extensibility | |||
19 | 19 | ||
20 | string OutputPath { get; set; } | 20 | string OutputPath { get; set; } |
21 | 21 | ||
22 | /// <summary> | ||
23 | /// Gets or sets the platform which the compiler will use when defaulting 64-bit attributes and elements. | ||
24 | /// </summary> | ||
25 | /// <value>The platform which the compiler will use when defaulting 64-bit attributes and elements.</value> | ||
22 | Platform Platform { get; set; } | 26 | Platform Platform { get; set; } |
23 | 27 | ||
24 | XDocument Source { get; set; } | 28 | XDocument Source { get; set; } |