aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
-rw-r--r--src/WixToolset.Core/Compiler.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs
index cb85281d..9681cb3f 100644
--- a/src/WixToolset.Core/Compiler.cs
+++ b/src/WixToolset.Core/Compiler.cs
@@ -6229,6 +6229,9 @@ namespace WixToolset.Core
6229 case "BundleCustomData": 6229 case "BundleCustomData":
6230 this.ParseBundleCustomDataElement(child); 6230 this.ParseBundleCustomDataElement(child);
6231 break; 6231 break;
6232 case "BundleCustomDataRef":
6233 this.ParseBundleCustomDataRefElement(child);
6234 break;
6232 case "BundleExtension": 6235 case "BundleExtension":
6233 this.ParseBundleExtensionElement(child); 6236 this.ParseBundleExtensionElement(child);
6234 break; 6237 break;