|
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" />
|
|
1470 | 1471 | </ComponentGroup>
|
1471 | 1472 | <?endif?>
|
1472 | 1473 |
|
| 1474 | + <?if $(IncludeARM64) = True?> |
| 1475 | + <ComponentGroup Id="libDistributed.arm64" Directory="libDistributed.swiftmodule"> |
| 1476 | + <Component DiskId="6"> |
| 1477 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" /> |
| 1478 | + </Component> |
| 1479 | + <Component DiskId="6"> |
| 1480 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" /> |
| 1481 | + </Component> |
| 1482 | + |
| 1483 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_arm64"> |
| 1484 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\swiftDistributed.lib" /> |
| 1485 | + </Component> |
| 1486 | + </ComponentGroup> |
| 1487 | + <?endif?> |
| 1488 | + <?if $(IncludeX64) = True?> |
| 1489 | + <ComponentGroup Id="libDistributed.x64" Directory="libDistributed.swiftmodule"> |
| 1490 | + <Component DiskId="7"> |
| 1491 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" /> |
| 1492 | + </Component> |
| 1493 | + <Component DiskId="7"> |
| 1494 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\x86_64-unknown-windows-msvc.swiftmodule" /> |
| 1495 | + </Component> |
| 1496 | + |
| 1497 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x64"> |
| 1498 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\swiftDistributed.lib" /> |
| 1499 | + </Component> |
| 1500 | + </ComponentGroup> |
| 1501 | + <?endif?> |
| 1502 | + <?if $(IncludeX86) = True?> |
| 1503 | + <ComponentGroup Id="libDistributed.x86" Directory="libDistributed.swiftmodule"> |
| 1504 | + <Component DiskId="8"> |
| 1505 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\i686-unknown-windows-msvc.swiftdoc" /> |
| 1506 | + </Component> |
| 1507 | + <Component DiskId="8"> |
| 1508 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\i686-unknown-windows-msvc.swiftmodule" /> |
| 1509 | + </Component> |
| 1510 | + |
| 1511 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_windows_x86"> |
| 1512 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\swiftDistributed.lib" /> |
| 1513 | + </Component> |
| 1514 | + </ComponentGroup> |
| 1515 | + <?endif?> |
| 1516 | + |
1473 | 1517 | <!-- _FoundationCollections -->
|
1474 | 1518 | <?if $(IncludeARM64) = True?>
|
1475 | 1519 | <ComponentGroup Id="_FoundationCollections.arm64" Directory="_FoundationCollections.swiftmodule">
|
|
2902 | 2946 | <ComponentGroupRef Id="lib_StringProcessing.arm64" />
|
2903 | 2947 | <ComponentGroupRef Id="libBlocksRuntime.arm64" />
|
2904 | 2948 | <ComponentGroupRef Id="libCRT.arm64" />
|
| 2949 | + <ComponentGroupRef Id="libDistributed.arm64" /> |
2905 | 2950 | <ComponentGroupRef Id="libdispatch.arm64" />
|
2906 | 2951 | <ComponentGroupRef Id="libFoundation.arm64" />
|
2907 | 2952 | <ComponentGroupRef Id="libFoundationEssentials.arm64" />
|
|
2933 | 2978 | <ComponentGroupRef Id="lib_StringProcessing.x64" />
|
2934 | 2979 | <ComponentGroupRef Id="libBlocksRuntime.x64" />
|
2935 | 2980 | <ComponentGroupRef Id="libCRT.x64" />
|
| 2981 | + <ComponentGroupRef Id="libDistributed.x64" /> |
2936 | 2982 | <ComponentGroupRef Id="libdispatch.x64" />
|
2937 | 2983 | <ComponentGroupRef Id="libFoundation.x64" />
|
2938 | 2984 | <ComponentGroupRef Id="libFoundationEssentials.x64" />
|
|
2964 | 3010 | <ComponentGroupRef Id="lib_StringProcessing.x86" />
|
2965 | 3011 | <ComponentGroupRef Id="libBlocksRuntime.x86" />
|
2966 | 3012 | <ComponentGroupRef Id="libCRT.x86" />
|
| 3013 | + <ComponentGroupRef Id="libDistributed.x86" /> |
2967 | 3014 | <ComponentGroupRef Id="libdispatch.x86" />
|
2968 | 3015 | <ComponentGroupRef Id="libFoundation.x86" />
|
2969 | 3016 | <ComponentGroupRef Id="libFoundationEssentials.x86" />
|
|
0 commit comments