|
27 | 27 | </Directory>
|
28 | 28 | </DirectoryRef>
|
29 | 29 |
|
30 |
| - <ComponentGroup Id="lldb"> |
| 30 | + <ComponentGroup Id="LLDB"> |
31 | 31 | <Component Directory="_usr_bin">
|
32 | 32 | <File Source="$(TOOLCHAIN_ROOT)\usr\bin\lldb.exe" />
|
33 | 33 | </Component>
|
|
93 | 93 | </Component>
|
94 | 94 | </ComponentGroup>
|
95 | 95 |
|
96 |
| - <ComponentGroup Id="lldb_server"> |
| 96 | + <ComponentGroup Id="LLDBServer"> |
97 | 97 | <Component Directory="_usr_bin">
|
98 | 98 | <File Source="$(TOOLCHAIN_ROOT)\usr\bin\lldb-server.exe" />
|
99 | 99 | </Component>
|
100 | 100 | </ComponentGroup>
|
101 | 101 |
|
102 |
| - <ComponentGroup Id="swift_repl"> |
| 102 | + <ComponentGroup Id="SwiftREPL"> |
103 | 103 | <Component Directory="_usr_bin">
|
104 | 104 | <File Source="$(TOOLCHAIN_ROOT)\usr\bin\repl_swift.exe" />
|
105 | 105 | </Component>
|
106 | 106 | </ComponentGroup>
|
107 | 107 |
|
108 |
| - <ComponentGroup Id="swift_inspect"> |
| 108 | + <ComponentGroup Id="SwiftInspect"> |
109 | 109 | <Component Directory="_usr_bin">
|
110 | 110 | <File Source="$(TOOLCHAIN_ROOT)\usr\bin\swift-inspect.exe" />
|
111 | 111 | </Component>
|
|
132 | 132 | </ComponentGroup>
|
133 | 133 |
|
134 | 134 | <Feature Id="DebuggingTools" AllowAbsent="no" Title="!(loc.Dbg_ProductName)">
|
135 |
| - <ComponentGroupRef Id="lldb" /> |
136 |
| - <ComponentGroupRef Id="lldb_server" /> |
| 135 | + <ComponentGroupRef Id="LLDB" /> |
| 136 | + <ComponentGroupRef Id="LLDBServer" /> |
137 | 137 |
|
138 |
| - <ComponentGroupRef Id="swift_repl" /> |
139 |
| - <ComponentGroupRef Id="swift_inspect" /> |
| 138 | + <ComponentGroupRef Id="SwiftREPL" /> |
| 139 | + <ComponentGroupRef Id="SwiftInspect" /> |
140 | 140 |
|
141 | 141 | <ComponentGroupRef Id="_InternalSwiftStaticMirror" />
|
142 | 142 |
|
|
0 commit comments