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.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs
index 8c0c4a39..6f122f7b 100644
--- a/src/WixToolset.Core/Compiler.cs
+++ b/src/WixToolset.Core/Compiler.cs
@@ -6121,6 +6121,12 @@ namespace WixToolset.Core
6121 case "BootstrapperApplicationRef": 6121 case "BootstrapperApplicationRef":
6122 this.ParseBootstrapperApplicationRefElement(child); 6122 this.ParseBootstrapperApplicationRefElement(child);
6123 break; 6123 break;
6124 case "BundleExtension":
6125 this.ParseBundleExtensionElement(child);
6126 break;
6127 case "BundleExtensionRef":
6128 this.ParseSimpleRefElement(child, "WixBundleExtension");
6129 break;
6124 case "ComplianceCheck": 6130 case "ComplianceCheck":
6125 this.ParseComplianceCheckElement(child); 6131 this.ParseComplianceCheckElement(child);
6126 break; 6132 break;