aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/BindContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/BindContext.cs')
-rw-r--r--src/WixToolset.Core/BindContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/BindContext.cs b/src/WixToolset.Core/BindContext.cs
index 7b1a1877..7ef7ddd4 100644
--- a/src/WixToolset.Core/BindContext.cs
+++ b/src/WixToolset.Core/BindContext.cs
@@ -41,7 +41,7 @@ namespace WixToolset.Core
41 41
42 public string IntermediateFolder { get; set; } 42 public string IntermediateFolder { get; set; }
43 43
44 public Output IntermediateRepresentation { get; set; } 44 public Intermediate IntermediateRepresentation { get; set; }
45 45
46 public string OutputPath { get; set; } 46 public string OutputPath { get; set; }
47 47