From 6e66e38c43ee4feda2db611da347be8d9d4ff31c Mon Sep 17 00:00:00 2001 From: Rob Mensching <rob@firegiant.com> Date: Sun, 5 Jul 2020 17:33:43 -0700 Subject: Remove unused property --- src/WixToolset.Extensibility/Data/ICompileContext.cs | 2 -- 1 file changed, 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 IEnumerable<ICompilerExtension> Extensions { get; set; } - string OutputPath { get; set; } - /// <summary> /// Gets or sets the platform which the compiler will use when defaulting 64-bit attributes and elements. /// </summary> -- cgit v1.2.3-55-g6feb