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.
Bob Arnson committed
Apr 11, 2020 at 19:32 UTC
be42b2dd8104eec6384ab632d9869e09d29fe827
1 file changed
-3
src/WixToolset.Data/PdbType.cs
-3
@@ -12,8 +12,5 @@ namespace WixToolset.Data
12
13
/// <summary>No .wixpdb file.</summary>
14
None,
15
-
16
- /// <summary>A .wixpdb file with partial, pre-bind data. No other output will be generated.</summary>
17
- Partial,
15
}
16
}