diff options
Diffstat (limited to 'src/WixToolset.Core/Compiler_Patch.cs')
| -rw-r--r-- | src/WixToolset.Core/Compiler_Patch.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler_Patch.cs b/src/WixToolset.Core/Compiler_Patch.cs index 2fb1affb..83737c43 100644 --- a/src/WixToolset.Core/Compiler_Patch.cs +++ b/src/WixToolset.Core/Compiler_Patch.cs | |||
| @@ -410,6 +410,9 @@ namespace WixToolset.Core | |||
| 410 | case "PropertyRef": | 410 | case "PropertyRef": |
| 411 | this.ParsePatchChildRefElement(child, "Property"); | 411 | this.ParsePatchChildRefElement(child, "Property"); |
| 412 | break; | 412 | break; |
| 413 | case "SoftwareTagRef": | ||
| 414 | this.ParseTagRefElement(child); | ||
| 415 | break; | ||
| 413 | case "UIRef": | 416 | case "UIRef": |
| 414 | this.ParsePatchChildRefElement(child, "WixUI"); | 417 | this.ParsePatchChildRefElement(child, "WixUI"); |
| 415 | break; | 418 | break; |
