From be42b2dd8104eec6384ab632d9869e09d29fe827 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 11 Apr 2020 19:32:26 -0400 Subject: 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. --- src/WixToolset.Data/PdbType.cs | 3 --- 1 file changed, 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 /// No .wixpdb file. None, - - /// A .wixpdb file with partial, pre-bind data. No other output will be generated. - Partial, } } -- cgit v1.2.3-55-g6feb