diff options
author | Rob Mensching <rob@firegiant.com> | 2020-07-05 17:40:01 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-07-08 15:18:09 -0700 |
commit | e4d3a0d14dec69fd110394b361274de86f61afa2 (patch) | |
tree | 8ac76d214f2743eb2dfbed774d3c3f57f67dcdba /src/WixToolset.Core/CompileContext.cs | |
parent | 19a9744adcf70d75d4a7e9c4e426f6e379d3b7b3 (diff) | |
download | wix-e4d3a0d14dec69fd110394b361274de86f61afa2.tar.gz wix-e4d3a0d14dec69fd110394b361274de86f61afa2.tar.bz2 wix-e4d3a0d14dec69fd110394b361274de86f61afa2.zip |
Remove unused property
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Core/CompileContext.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WixToolset.Core/CompileContext.cs b/src/WixToolset.Core/CompileContext.cs index 7dc862b9..44da6c8a 100644 --- a/src/WixToolset.Core/CompileContext.cs +++ b/src/WixToolset.Core/CompileContext.cs | |||
@@ -23,8 +23,6 @@ namespace WixToolset.Core | |||
23 | 23 | ||
24 | public IEnumerable<ICompilerExtension> Extensions { get; set; } | 24 | public IEnumerable<ICompilerExtension> Extensions { get; set; } |
25 | 25 | ||
26 | public string OutputPath { get; set; } | ||
27 | |||
28 | public Platform Platform { get; set; } | 26 | public Platform Platform { get; set; } |
29 | 27 | ||
30 | public XDocument Source { get; set; } | 28 | public XDocument Source { get; set; } |