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/PreprocessContext.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/PreprocessContext.cs')
| -rw-r--r-- | src/WixToolset.Core/PreprocessContext.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/PreprocessContext.cs b/src/WixToolset.Core/PreprocessContext.cs index 151506e2..749bf213 100644 --- a/src/WixToolset.Core/PreprocessContext.cs +++ b/src/WixToolset.Core/PreprocessContext.cs | |||
| @@ -21,9 +21,9 @@ namespace WixToolset.Core | |||
| 21 | 21 | ||
| 22 | public Platform Platform { get; set; } | 22 | public Platform Platform { get; set; } |
| 23 | 23 | ||
| 24 | public IList<string> IncludeSearchPaths { get; set; } | 24 | public IEnumerable<string> IncludeSearchPaths { get; set; } |
| 25 | 25 | ||
| 26 | public string SourceFile { get; set; } | 26 | public string SourcePath { get; set; } |
| 27 | 27 | ||
| 28 | public IDictionary<string, string> Variables { get; set; } | 28 | public IDictionary<string, string> Variables { get; set; } |
| 29 | 29 | ||
