|
133 | 133 |
|
134 | 134 | <ComponentGroup Id="XCTest"> |
135 | 135 | <Component Directory="XCTest_usr_bin"> |
136 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\bin\XCTest.dll" /> |
| 136 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\$(ArchitectureBinaryDir)\XCTest.dll" /> |
137 | 137 | </Component> |
138 | 138 | <Component Directory="XCTest_usr_lib_swift_windows_ARCH"> |
139 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\windows\XCTest.lib" /> |
| 139 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\windows\$(Architecture)\XCTest.lib" /> |
140 | 140 | </Component> |
141 | 141 | <Component Directory="XCTest.swiftmodule"> |
142 | | - <File Name="$(Triple).swiftdoc" Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\windows\$(Architecture)\XCTest.swiftdoc" /> |
| 142 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\windows\XCTest.swiftmodule\$(Triple).swiftdoc" /> |
143 | 143 | </Component> |
144 | 144 | <Component Directory="XCTest.swiftmodule"> |
145 | | - <File Name="$(Triple).swiftmodule" Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\windows\$(Architecture)\XCTest.swiftmodule" /> |
| 145 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\windows\XCTest.swiftmodule\$(Triple).swiftmodule" /> |
146 | 146 | </Component> |
147 | 147 | </ComponentGroup> |
148 | 148 |
|
149 | 149 | <ComponentGroup Id="Testing"> |
150 | 150 | <Component Directory="Testing_usr_bin"> |
151 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\bin\Testing.dll" /> |
| 151 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\$(ArchitectureBinaryDir)\Testing.dll" /> |
152 | 152 | </Component> |
153 | 153 | <Component Directory="Testing_usr_lib_swift_windows_ARCH"> |
154 | | - <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.lib" /> |
| 154 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\$(Architecture)\Testing.lib" /> |
155 | 155 | </Component> |
156 | 156 | <Component Directory="Testing.swiftmodule"> |
157 | 157 | <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftdoc" /> |
|
0 commit comments