diff options
author | Bob Arnson <bob@firegiant.com> | 2020-03-17 21:16:55 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-03-17 21:24:05 -0400 |
commit | f1ddeb81aa8c709582fc11a5711b39da596f4f22 (patch) | |
tree | 1967def37a2f78789150c1c128315f15e50e7c4c /src/WixToolset.Core/BindContext.cs | |
parent | d097c7deb98803f6e9e46fe20261dd761efeb993 (diff) | |
download | wix-f1ddeb81aa8c709582fc11a5711b39da596f4f22.tar.gz wix-f1ddeb81aa8c709582fc11a5711b39da596f4f22.tar.bz2 wix-f1ddeb81aa8c709582fc11a5711b39da596f4f22.zip |
Partial WixPdbs stop the backend before binding.
Diffstat (limited to 'src/WixToolset.Core/BindContext.cs')
-rw-r--r-- | src/WixToolset.Core/BindContext.cs | 4 |
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 | ||