aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_Module.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler_Module.cs')
-rw-r--r--src/WixToolset.Core/Compiler_Module.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler_Module.cs b/src/WixToolset.Core/Compiler_Module.cs
index 59fe9164..3986c8da 100644
--- a/src/WixToolset.Core/Compiler_Module.cs
+++ b/src/WixToolset.Core/Compiler_Module.cs
@@ -203,6 +203,9 @@ namespace WixToolset.Core
203 string parentName = null; 203 string parentName = null;
204 this.ParseSFPCatalogElement(child, ref parentName); 204 this.ParseSFPCatalogElement(child, ref parentName);
205 break; 205 break;
206 case "StandardDirectory":
207 this.ParseStandardDirectoryElement(child);
208 break;
206 case "Substitution": 209 case "Substitution":
207 this.ParseSubstitutionElement(child); 210 this.ParseSubstitutionElement(child);
208 break; 211 break;