diff options
author | Rob Mensching <rob@firegiant.com> | 2018-10-18 13:42:54 -0700 |
---|---|---|
committer | Rob Mensching <rob@robmensching.com> | 2018-10-24 21:17:34 -0700 |
commit | 13eedbfcf97e402ade06f2be29f98723ef7ff286 (patch) | |
tree | 50155e7f0e9ee253b709a95b488b1a427fa0e013 /src/WixToolset.Core/LayoutContext.cs | |
parent | d98126dc766b9b063d2d26ced62553d4a5a218b5 (diff) | |
download | wix-13eedbfcf97e402ade06f2be29f98723ef7ff286.tar.gz wix-13eedbfcf97e402ade06f2be29f98723ef7ff286.tar.bz2 wix-13eedbfcf97e402ade06f2be29f98723ef7ff286.zip |
Extract interfaces for Preprocess/Compile/Link/Bind/etc
Diffstat (limited to 'src/WixToolset.Core/LayoutContext.cs')
-rw-r--r-- | src/WixToolset.Core/LayoutContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/LayoutContext.cs b/src/WixToolset.Core/LayoutContext.cs index 20d29b5f..b8a8635d 100644 --- a/src/WixToolset.Core/LayoutContext.cs +++ b/src/WixToolset.Core/LayoutContext.cs | |||
@@ -24,7 +24,7 @@ namespace WixToolset.Core | |||
24 | 24 | ||
25 | public IEnumerable<ITrackedFile> TrackedFiles { get; set; } | 25 | public IEnumerable<ITrackedFile> TrackedFiles { get; set; } |
26 | 26 | ||
27 | public string OutputPdbPath { get; set; } | 27 | public string IntermediateFolder { get; set; } |
28 | 28 | ||
29 | public string ContentsFile { get; set; } | 29 | public string ContentsFile { get; set; } |
30 | 30 | ||