aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/BindContext.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WixToolset.Core/BindContext.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WixToolset.Core/BindContext.cs b/src/WixToolset.Core/BindContext.cs
index 7882b22d..67ce744a 100644
--- a/src/WixToolset.Core/BindContext.cs
+++ b/src/WixToolset.Core/BindContext.cs
@@ -45,7 +45,9 @@ namespace WixToolset.Core
45 45
46 public string OutputPath { get; set; } 46 public string OutputPath { get; set; }
47 47
48 public string OutputPdbPath { get; set; } 48 public PdbType PdbType { get; set; }
49
50 public string PdbPath { get; set; }
49 51
50 public IEnumerable<string> SuppressIces { get; set; } 52 public IEnumerable<string> SuppressIces { get; set; }
51 53