diff options
| author | Rob Mensching <rob@firegiant.com> | 2020-07-05 17:33:43 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2020-07-08 15:13:56 -0700 |
| commit | 6e66e38c43ee4feda2db611da347be8d9d4ff31c (patch) | |
| tree | 6342cb919f04bf24481866e8046da0e50634b35f /src | |
| parent | a63b926f147dd4dc551d7dcc8dcea9c8acb8d357 (diff) | |
| download | wix-6e66e38c43ee4feda2db611da347be8d9d4ff31c.tar.gz wix-6e66e38c43ee4feda2db611da347be8d9d4ff31c.tar.bz2 wix-6e66e38c43ee4feda2db611da347be8d9d4ff31c.zip | |
Remove unused property
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Extensibility/Data/ICompileContext.cs | 2 |
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> |
