diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-10-23 17:32:44 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-10-24 19:44:44 -0400 |
| commit | 8b5505cd13367d48bce4ec8a6018e370ed3755b1 (patch) | |
| tree | 97fb50229aff208bce91b160d11ffeee9b1e783a /src/WixToolset.Core/Compiler.cs | |
| parent | 95188080c8005c01c39bb071459b36f8660bcfcd (diff) | |
| download | wix-8b5505cd13367d48bce4ec8a6018e370ed3755b1.tar.gz wix-8b5505cd13367d48bce4ec8a6018e370ed3755b1.tar.bz2 wix-8b5505cd13367d48bce4ec8a6018e370ed3755b1.zip | |
Reorganize Product/Package to Package/SummaryInformation.
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
| -rw-r--r-- | src/WixToolset.Core/Compiler.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs index d9c60ef6..a575bb95 100644 --- a/src/WixToolset.Core/Compiler.cs +++ b/src/WixToolset.Core/Compiler.cs | |||
| @@ -227,8 +227,8 @@ namespace WixToolset.Core | |||
| 227 | case "PatchCreation": | 227 | case "PatchCreation": |
| 228 | this.ParsePatchCreationElement(child); | 228 | this.ParsePatchCreationElement(child); |
| 229 | break; | 229 | break; |
| 230 | case "Product": | 230 | case "Package": |
| 231 | this.ParseProductElement(child); | 231 | this.ParsePackageElement(child); |
| 232 | break; | 232 | break; |
| 233 | case "Patch": | 233 | case "Patch": |
| 234 | this.ParsePatchElement(child); | 234 | this.ParsePatchElement(child); |
