diff options
-rw-r--r-- | src/WixToolset.Extensibility/Data/IBindContext.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/Data/IBindContext.cs b/src/WixToolset.Extensibility/Data/IBindContext.cs index 97c7a8f2..b6e51d6d 100644 --- a/src/WixToolset.Extensibility/Data/IBindContext.cs +++ b/src/WixToolset.Extensibility/Data/IBindContext.cs | |||
@@ -36,7 +36,9 @@ namespace WixToolset.Extensibility.Data | |||
36 | 36 | ||
37 | string OutputPath { get; set; } | 37 | string OutputPath { get; set; } |
38 | 38 | ||
39 | string OutputPdbPath { get; set; } | 39 | PdbType PdbType { get; set; } |
40 | |||
41 | string PdbPath { get; set; } | ||
40 | 42 | ||
41 | IEnumerable<string> SuppressIces { get; set; } | 43 | IEnumerable<string> SuppressIces { get; set; } |
42 | 44 | ||