aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/WixToolset.Extensibility/Data/ICompileContext.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WixToolset.Extensibility/Data/ICompileContext.cs b/src/WixToolset.Extensibility/Data/ICompileContext.cs
index 6ca990a2..277b842c 100644
--- a/src/WixToolset.Extensibility/Data/ICompileContext.cs
+++ b/src/WixToolset.Extensibility/Data/ICompileContext.cs
@@ -16,8 +16,6 @@ namespace WixToolset.Extensibility.Data
16 16
17 IEnumerable<ICompilerExtension> Extensions { get; set; } 17 IEnumerable<ICompilerExtension> Extensions { get; set; }
18 18
19 string OutputPath { get; set; }
20
21 /// <summary> 19 /// <summary>
22 /// Gets or sets the platform which the compiler will use when defaulting 64-bit attributes and elements. 20 /// Gets or sets the platform which the compiler will use when defaulting 64-bit attributes and elements.
23 /// </summary> 21 /// </summary>