|
413 | 413 | </ComponentGroup> |
414 | 414 |
|
415 | 415 | <?if $(IncludeARM64) = True?> |
416 | | - <ComponentGroup Id="SwiftRemoteMirror.arm64" Directory="WindowsSDK_usr_lib_swift_windows_arm64"> |
| 416 | + <ComponentGroup Id="LegacySwiftRemoteMirror.arm64" Directory="WindowsSDK_usr_lib_swift_windows_arm64"> |
417 | 417 | <Component DiskId="2"> |
418 | 418 | <File Source="$(SDKRoot)\usr\lib\swift\windows\aarch64\swiftRemoteMirror.lib" /> |
419 | 419 | </Component> |
420 | 420 | </ComponentGroup> |
421 | 421 | <?endif?> |
422 | 422 | <?if $(IncludeX64) = True?> |
423 | | - <ComponentGroup Id="SwiftRemoteMirror.x64" Directory="WindowsSDK_usr_lib_swift_windows_x64"> |
| 423 | + <ComponentGroup Id="LegacySwiftRemoteMirror.x64" Directory="WindowsSDK_usr_lib_swift_windows_x64"> |
424 | 424 | <Component DiskId="3"> |
425 | 425 | <File Source="$(SDKRoot)\usr\lib\swift\windows\x86_64\swiftRemoteMirror.lib" /> |
426 | 426 | </Component> |
427 | 427 | </ComponentGroup> |
428 | 428 | <?endif?> |
429 | 429 | <?if $(IncludeX86) = True?> |
430 | | - <ComponentGroup Id="SwiftRemoteMirror.x86" Directory="WindowsSDK_usr_lib_swift_windows_x86"> |
| 430 | + <ComponentGroup Id="LegacySwiftRemoteMirror.x86" Directory="WindowsSDK_usr_lib_swift_windows_x86"> |
431 | 431 | <Component DiskId="4"> |
432 | 432 | <File Source="$(SDKRoot)\usr\lib\swift\windows\i686\swiftRemoteMirror.lib" /> |
433 | 433 | </Component> |
|
2928 | 2928 | <ComponentGroupRef Id="XCTest.arm64" /> |
2929 | 2929 | <ComponentGroupRef Id="Testing.arm64" /> |
2930 | 2930 |
|
2931 | | - <ComponentGroupRef Id="SwiftRemoteMirror.arm64" /> |
| 2931 | + <ComponentGroupRef Id="LegacySwiftRemoteMirror.arm64" /> |
2932 | 2932 |
|
2933 | 2933 | <ComponentGroupRef Id="LegacyBlocksRuntime.arm64" /> |
2934 | 2934 | <ComponentGroupRef Id="Legacydispatch.arm64" /> |
|
2972 | 2972 | <ComponentGroupRef Id="XCTest.x64" /> |
2973 | 2973 | <ComponentGroupRef Id="Testing.x64" /> |
2974 | 2974 |
|
2975 | | - <ComponentGroupRef Id="SwiftRemoteMirror.x64" /> |
| 2975 | + <ComponentGroupRef Id="LegacySwiftRemoteMirror.x64" /> |
2976 | 2976 |
|
2977 | 2977 | <ComponentGroupRef Id="LegacyBlocksRuntime.x64" /> |
2978 | 2978 | <ComponentGroupRef Id="Legacydispatch.x64" /> |
|
3016 | 3016 | <ComponentGroupRef Id="XCTest.x86" /> |
3017 | 3017 | <ComponentGroupRef Id="Testing.x86" /> |
3018 | 3018 |
|
3019 | | - <ComponentGroupRef Id="SwiftRemoteMirror.x86" /> |
| 3019 | + <ComponentGroupRef Id="LegacySwiftRemoteMirror.x86" /> |
3020 | 3020 |
|
3021 | 3021 | <ComponentGroupRef Id="LegacyBlocksRuntime.x86" /> |
3022 | 3022 | <ComponentGroupRef Id="Legacydispatch.x86" /> |
|
0 commit comments