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