|
206 | 206 | <Directory Id="lib_StringProcessing.swiftmodule" Name="_StringProcessing.swiftmodule" /> |
207 | 207 | <Directory Id="libCRT.swiftmodule" Name="CRT.swiftmodule" /> |
208 | 208 | <Directory Id="libDispatch.swiftmodule" Name="Dispatch.swiftmodule" /> |
| 209 | + <Directory Id="libDistributed.swiftmodule" Name="Distributed.swiftmodule" /> |
209 | 210 | <Directory Id="libFoundation.swiftmodule" Name="Foundation.swiftmodule" /> |
210 | 211 | <Directory Id="libFoundationEssentials.swiftmodule" Name="FoundationEssentials.swiftmodule" /> |
211 | 212 | <Directory Id="libFoundationInternationalization.swiftmodule" Name="FoundationInternationalization.swiftmodule" /> |
|
1471 | 1472 | </ComponentGroup> |
1472 | 1473 | <?endif?> |
1473 | 1474 |
|
| 1475 | + <?if $(IncludeARM64) = True?> |
| 1476 | + <ComponentGroup Id="libDistributed.arm64" Directory="libDistributed.swiftmodule"> |
| 1477 | + <Component DiskId="6"> |
| 1478 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" /> |
| 1479 | + </Component> |
| 1480 | + <Component DiskId="6"> |
| 1481 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" /> |
| 1482 | + </Component> |
| 1483 | + |
| 1484 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_arm64"> |
| 1485 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\libswiftDistributed.lib" /> |
| 1486 | + </Component> |
| 1487 | + </ComponentGroup> |
| 1488 | + <?endif?> |
| 1489 | + <?if $(IncludeX64) = True?> |
| 1490 | + <ComponentGroup Id="libDistributed.x64" Directory="libDistributed.swiftmodule"> |
| 1491 | + <Component DiskId="7"> |
| 1492 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" /> |
| 1493 | + </Component> |
| 1494 | + <Component DiskId="7"> |
| 1495 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\x86_64-unknown-windows-msvc.swiftmodule" /> |
| 1496 | + </Component> |
| 1497 | + |
| 1498 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x64"> |
| 1499 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\libswiftDistributed.lib" /> |
| 1500 | + </Component> |
| 1501 | + </ComponentGroup> |
| 1502 | + <?endif?> |
| 1503 | + <?if $(IncludeX86) = True?> |
| 1504 | + <ComponentGroup Id="libDistributed.x86" Directory="libDistributed.swiftmodule"> |
| 1505 | + <Component DiskId="8"> |
| 1506 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\i686-unknown-windows-msvc.swiftdoc" /> |
| 1507 | + </Component> |
| 1508 | + <Component DiskId="8"> |
| 1509 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\i686-unknown-windows-msvc.swiftmodule" /> |
| 1510 | + </Component> |
| 1511 | + |
| 1512 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_windows_x86"> |
| 1513 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\libswiftDistributed.lib" /> |
| 1514 | + </Component> |
| 1515 | + </ComponentGroup> |
| 1516 | + <?endif?> |
| 1517 | + |
1474 | 1518 | <!-- _FoundationCollections --> |
1475 | 1519 | <?if $(IncludeARM64) = True?> |
1476 | 1520 | <ComponentGroup Id="_FoundationCollections.arm64" Directory="_FoundationCollections.swiftmodule"> |
|
2946 | 2990 | <ComponentGroupRef Id="lib_StringProcessing.arm64" /> |
2947 | 2991 | <ComponentGroupRef Id="libBlocksRuntime.arm64" /> |
2948 | 2992 | <ComponentGroupRef Id="libCRT.arm64" /> |
| 2993 | + <ComponentGroupRef Id="libDistributed.arm64" /> |
2949 | 2994 | <ComponentGroupRef Id="libdispatch.arm64" /> |
2950 | 2995 | <ComponentGroupRef Id="libFoundation.arm64" /> |
2951 | 2996 | <ComponentGroupRef Id="libFoundationEssentials.arm64" /> |
|
2978 | 3023 | <ComponentGroupRef Id="lib_StringProcessing.x64" /> |
2979 | 3024 | <ComponentGroupRef Id="libBlocksRuntime.x64" /> |
2980 | 3025 | <ComponentGroupRef Id="libCRT.x64" /> |
| 3026 | + <ComponentGroupRef Id="libDistributed.x64" /> |
2981 | 3027 | <ComponentGroupRef Id="libdispatch.x64" /> |
2982 | 3028 | <ComponentGroupRef Id="libFoundation.x64" /> |
2983 | 3029 | <ComponentGroupRef Id="libFoundationEssentials.x64" /> |
|
3010 | 3056 | <ComponentGroupRef Id="lib_StringProcessing.x86" /> |
3011 | 3057 | <ComponentGroupRef Id="libBlocksRuntime.x86" /> |
3012 | 3058 | <ComponentGroupRef Id="libCRT.x86" /> |
| 3059 | + <ComponentGroupRef Id="libDistributed.x86" /> |
3013 | 3060 | <ComponentGroupRef Id="libdispatch.x86" /> |
3014 | 3061 | <ComponentGroupRef Id="libFoundation.x86" /> |
3015 | 3062 | <ComponentGroupRef Id="libFoundationEssentials.x86" /> |
|
0 commit comments