|
184 | 184 | </Directory> |
185 | 185 | <Directory Name="lib"> |
186 | 186 | <Directory Name="swift"> |
| 187 | + <Directory Id="WindowsExperimentalSDK_usr_lib_swift_apinotes" Name="apinotes" /> |
187 | 188 | <Directory Id="WindowsExperimentalSDK_usr_lib_swift_shims" Name="shims" /> |
188 | | - <Directory Name="windows"> |
| 189 | + <Directory Id="WindowsExperimentalSDK_usr_lib_swift_windows" Name="windows"> |
189 | 190 | <?if $(IncludeARM64) = True?> |
190 | 191 | <Directory Id="WindowsExperimentalSDK_usr_lib_swift_windows_arm64" Name="aarch64" DiskId="6" /> |
191 | 192 | <?endif?> |
|
206 | 207 | <Directory Id="lib_RegexParser.swiftmodule" Name="_RegexParser.swiftmodule" /> |
207 | 208 | <Directory Id="lib_StringProcessing.swiftmodule" Name="_StringProcessing.swiftmodule" /> |
208 | 209 | <Directory Id="libCRT.swiftmodule" Name="CRT.swiftmodule" /> |
| 210 | + <Directory Id="libCxx.swiftmodule" Name="Cxx.swiftmodule" /> |
| 211 | + <Directory Id="libCxxStdlib.swiftmodule" Name="CxxStdlib.swiftmodule" /> |
209 | 212 | <Directory Id="libDispatch.swiftmodule" Name="Dispatch.swiftmodule" /> |
210 | 213 | <Directory Id="libDistributed.swiftmodule" Name="Distributed.swiftmodule" /> |
211 | 214 | <Directory Id="libFoundation.swiftmodule" Name="Foundation.swiftmodule" /> |
|
1411 | 1414 | </ComponentGroup> |
1412 | 1415 | <?endif?> |
1413 | 1416 |
|
| 1417 | + <?if $(IncludeARM64) = True?> |
| 1418 | + <ComponentGroup Id="libCxx.arm64" Directory="libCxx.swiftmodule"> |
| 1419 | + <Component DiskId="6"> |
| 1420 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Cxx.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" /> |
| 1421 | + </Component> |
| 1422 | + <Component DiskId="6"> |
| 1423 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Cxx.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" /> |
| 1424 | + </Component> |
| 1425 | + |
| 1426 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_arm64" DiskId="6"> |
| 1427 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\libswiftCxx.lib" /> |
| 1428 | + </Component> |
| 1429 | + </ComponentGroup> |
| 1430 | + <?endif?> |
| 1431 | + <?if $(IncludeX64) = True?> |
| 1432 | + <ComponentGroup Id="libCxx.x64" Directory="libCxx.swiftmodule"> |
| 1433 | + <Component DiskId="7"> |
| 1434 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Cxx.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" /> |
| 1435 | + </Component> |
| 1436 | + <Component DiskId="7"> |
| 1437 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Cxx.swiftmodule\x86_64-unknown-windows-msvc.swiftmodule" /> |
| 1438 | + </Component> |
| 1439 | + |
| 1440 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x64" DiskId="7"> |
| 1441 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\libswiftCxx.lib" /> |
| 1442 | + </Component> |
| 1443 | + </ComponentGroup> |
| 1444 | + <?endif?> |
| 1445 | + <?if $(IncludeX86) = True?> |
| 1446 | + <ComponentGroup Id="libCxx.x86" Directory="libCxx.swiftmodule"> |
| 1447 | + <Component DiskId="8"> |
| 1448 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Cxx.swiftmodule\i686-unknown-windows-msvc.swiftdoc" /> |
| 1449 | + </Component> |
| 1450 | + <Component DiskId="8"> |
| 1451 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Cxx.swiftmodule\i686-unknown-windows-msvc.swiftmodule" /> |
| 1452 | + </Component> |
| 1453 | + |
| 1454 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x86" DiskId="8"> |
| 1455 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\libswiftCxx.lib" /> |
| 1456 | + </Component> |
| 1457 | + </ComponentGroup> |
| 1458 | + <?endif?> |
| 1459 | + |
1414 | 1460 | <!-- CxxStdlib --> |
1415 | 1461 | <?if $(IncludeARM64) = True?> |
1416 | 1462 | <ComponentGroup Id="LegacyCxxStdlib.arm64" Directory="LegacyCxxStdlib.swiftmodule"> |
|
1464 | 1510 | </ComponentGroup> |
1465 | 1511 | <?endif?> |
1466 | 1512 |
|
| 1513 | + <?if $(IncludeARM64) = True?> |
| 1514 | + <ComponentGroup Id="libCxxStdlib.arm64" Directory="libCxxStdlib.swiftmodule"> |
| 1515 | + <Component DiskId="6"> |
| 1516 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\CxxStdlib.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" /> |
| 1517 | + </Component> |
| 1518 | + <Component DiskId="6"> |
| 1519 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\CxxStdlib.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" /> |
| 1520 | + </Component> |
| 1521 | + |
| 1522 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_arm64" DiskId="6"> |
| 1523 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\libswiftCxxStdlib.lib" /> |
| 1524 | + </Component> |
| 1525 | + </ComponentGroup> |
| 1526 | + <?endif?> |
| 1527 | + <?if $(IncludeX64) = True?> |
| 1528 | + <ComponentGroup Id="libCxxStdlib.x64" Directory="libCxxStdlib.swiftmodule"> |
| 1529 | + <Component DiskId="7"> |
| 1530 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\CxxStdlib.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" /> |
| 1531 | + </Component> |
| 1532 | + <Component DiskId="7"> |
| 1533 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\CxxStdlib.swiftmodule\x86_64-unknown-windows-msvc.swiftmodule" /> |
| 1534 | + </Component> |
| 1535 | + |
| 1536 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x64" DiskId="7"> |
| 1537 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\libswiftCxxStdlib.lib" /> |
| 1538 | + </Component> |
| 1539 | + </ComponentGroup> |
| 1540 | + <?endif?> |
| 1541 | + <?if $(IncludeX86) = True?> |
| 1542 | + <ComponentGroup Id="libCxxStdlib.x86" Directory="libCxxStdlib.swiftmodule"> |
| 1543 | + <Component DiskId="8"> |
| 1544 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\CxxStdlib.swiftmodule\i686-unknown-windows-msvc.swiftdoc" /> |
| 1545 | + </Component> |
| 1546 | + <Component DiskId="8"> |
| 1547 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\CxxStdlib.swiftmodule\i686-unknown-windows-msvc.swiftmodule" /> |
| 1548 | + </Component> |
| 1549 | + |
| 1550 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x86" DiskId="8"> |
| 1551 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\libswiftCxxStdlib.lib" /> |
| 1552 | + </Component> |
| 1553 | + </ComponentGroup> |
| 1554 | + <?endif?> |
| 1555 | + |
1467 | 1556 | <!-- Distributed --> |
1468 | 1557 | <?if $(IncludeARM64) = True?> |
1469 | 1558 | <ComponentGroup Id="LegacyDistributed.arm64" Directory="LegacyDistributed.swiftmodule"> |
|
2648 | 2737 | </Component> |
2649 | 2738 | </ComponentGroup> |
2650 | 2739 |
|
| 2740 | + <ComponentGroup Id="ExperimentalAPINotes" Directory="WindowsExperimentalSDK_usr_lib_swift_apinotes"> |
| 2741 | + <Component DiskId="5"> |
| 2742 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift\apinotes\std.apinotes" /> |
| 2743 | + </Component> |
| 2744 | + </ComponentGroup> |
| 2745 | + |
2651 | 2746 | <!-- libcxxshim --> |
2652 | 2747 | <ComponentGroup Id="libcxxshim" Directory="WindowsSDK_usr_lib_swift_windows"> |
2653 | 2748 | <Component DiskId="1"> |
|
2661 | 2756 | </Component> |
2662 | 2757 | </ComponentGroup> |
2663 | 2758 |
|
| 2759 | + <ComponentGroup Id="ExperimentalCXXShim" Directory="WindowsExperimentalSDK_usr_lib_swift_windows"> |
| 2760 | + <Component DiskId="5"> |
| 2761 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift\windows\libcxxshim.h" /> |
| 2762 | + </Component> |
| 2763 | + <Component DiskId="5"> |
| 2764 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift\windows\libcxxshim.modulemap" /> |
| 2765 | + </Component> |
| 2766 | + <Component DiskId="5"> |
| 2767 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift\windows\libcxxstdlibshim.h" /> |
| 2768 | + </Component> |
| 2769 | + </ComponentGroup> |
| 2770 | + |
2664 | 2771 | <!-- Registrar --> |
2665 | 2772 | <?if $(IncludeARM64) = True?> |
2666 | 2773 | <ComponentGroup Id="Registrar.arm64" Directory="WindowsSDK_usr_lib_swift_windows_arm64"> |
|
3015 | 3122 | <ComponentGroupRef Id="libBlocksRuntime" /> |
3016 | 3123 | <ComponentGroupRef Id="libdispatch" /> |
3017 | 3124 |
|
| 3125 | + <ComponentGroupRef Id="ExperimentalAPINotes" /> |
3018 | 3126 | <ComponentGroupRef Id="ExperimentalAuxiliaryFiles" /> |
| 3127 | + <ComponentGroupRef Id="ExperimentalCXXShim" /> |
3019 | 3128 | <ComponentGroupRef Id="ExperimentalConfiguration" /> |
3020 | 3129 | <ComponentGroupRef Id="ExperimentalSwiftShims" /> |
3021 | 3130 |
|
|
3036 | 3145 | <ComponentGroupRef Id="lib_StringProcessing.arm64" /> |
3037 | 3146 | <ComponentGroupRef Id="libBlocksRuntime.arm64" /> |
3038 | 3147 | <ComponentGroupRef Id="libCRT.arm64" /> |
| 3148 | + <ComponentGroupRef Id="libCxx.arm64" /> |
| 3149 | + <ComponentGroupRef Id="libCxxStdlib.arm64" /> |
3039 | 3150 | <ComponentGroupRef Id="libDistributed.arm64" /> |
3040 | 3151 | <ComponentGroupRef Id="libdispatch.arm64" /> |
3041 | 3152 | <ComponentGroupRef Id="libFoundation.arm64" /> |
|
3070 | 3181 | <ComponentGroupRef Id="lib_StringProcessing.x64" /> |
3071 | 3182 | <ComponentGroupRef Id="libBlocksRuntime.x64" /> |
3072 | 3183 | <ComponentGroupRef Id="libCRT.x64" /> |
| 3184 | + <ComponentGroupRef Id="libCxx.x64" /> |
| 3185 | + <ComponentGroupRef Id="libCxxStdlib.x64" /> |
3073 | 3186 | <ComponentGroupRef Id="libDistributed.x64" /> |
3074 | 3187 | <ComponentGroupRef Id="libdispatch.x64" /> |
3075 | 3188 | <ComponentGroupRef Id="libFoundation.x64" /> |
|
3104 | 3217 | <ComponentGroupRef Id="lib_StringProcessing.x86" /> |
3105 | 3218 | <ComponentGroupRef Id="libBlocksRuntime.x86" /> |
3106 | 3219 | <ComponentGroupRef Id="libCRT.x86" /> |
| 3220 | + <ComponentGroupRef Id="libCxx.x86" /> |
| 3221 | + <ComponentGroupRef Id="libCxxStdlib.x86" /> |
3107 | 3222 | <ComponentGroupRef Id="libDistributed.x86" /> |
3108 | 3223 | <ComponentGroupRef Id="libdispatch.x86" /> |
3109 | 3224 | <ComponentGroupRef Id="libFoundation.x86" /> |
|
0 commit comments