diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-04-11 19:32:26 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-04-11 19:34:37 -0400 |
| commit | be42b2dd8104eec6384ab632d9869e09d29fe827 (patch) | |
| tree | 88db5a0f3dfbd2225fb50f1dc5d5e5d13f108076 /src | |
| parent | 494a3f66905381e3f65faefeed7f5224fcf42860 (diff) | |
| download | wix-be42b2dd8104eec6384ab632d9869e09d29fe827.tar.gz wix-be42b2dd8104eec6384ab632d9869e09d29fe827.tar.bz2 wix-be42b2dd8104eec6384ab632d9869e09d29fe827.zip | |
Remove partial WixPdb support.
Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Data/PdbType.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/WixToolset.Data/PdbType.cs b/src/WixToolset.Data/PdbType.cs index 55d7f24e..fcbf9cb7 100644 --- a/src/WixToolset.Data/PdbType.cs +++ b/src/WixToolset.Data/PdbType.cs | |||
| @@ -12,8 +12,5 @@ namespace WixToolset.Data | |||
| 12 | 12 | ||
| 13 | /// <summary>No .wixpdb file.</summary> | 13 | /// <summary>No .wixpdb file.</summary> |
| 14 | None, | 14 | None, |
| 15 | |||
| 16 | /// <summary>A .wixpdb file with partial, pre-bind data. No other output will be generated.</summary> | ||
| 17 | Partial, | ||
| 18 | } | 15 | } |
| 19 | } | 16 | } |
