Remove unused property
Rob Mensching committed
Jul 5, 2020 at 17:33 UTC
6e66e38c43ee4feda2db611da347be8d9d4ff31c
1 file changed
-2
src/WixToolset.Extensibility/Data/ICompileContext.cs
-2
@@ -16,8 +16,6 @@ namespace WixToolset.Extensibility.Data
16
17
IEnumerable<ICompilerExtension> Extensions { get; set; }
18
19
- string OutputPath { get; set; }
20
-
19
/// <summary>
20
/// Gets or sets the platform which the compiler will use when defaulting 64-bit attributes and elements.
21
/// </summary>