aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/PreprocessContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/PreprocessContext.cs')
-rw-r--r--src/WixToolset.Core/PreprocessContext.cs4
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