|
3024 | 3024 | </ComponentGroup> |
3025 | 3025 | <?endif?> |
3026 | 3026 |
|
| 3027 | + <!-- Foundation Dependencies --> |
| 3028 | + <?if $(IncludeARM64) = True?> |
| 3029 | + <ComponentGroup Id="FoundationDependencies.arm64" Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_arm64"> |
| 3030 | + <Component> |
| 3031 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\libcurl.lib" /> |
| 3032 | + </Component> |
| 3033 | + <Component> |
| 3034 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\libxml2s.lib" /> |
| 3035 | + </Component> |
| 3036 | + <Component> |
| 3037 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\zlibstatic.lib" /> |
| 3038 | + </Component> |
| 3039 | + </ComponentGroup> |
| 3040 | + <?endif?> |
| 3041 | + <?if $(IncludeX64) = True?> |
| 3042 | + <ComponentGroup Id="FoundationDependencies.x64" Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x64"> |
| 3043 | + <Component> |
| 3044 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\libcurl.lib" /> |
| 3045 | + </Component> |
| 3046 | + <Component> |
| 3047 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\libxml2s.lib" /> |
| 3048 | + </Component> |
| 3049 | + <Component> |
| 3050 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\zlibstatic.lib" /> |
| 3051 | + </Component> |
| 3052 | + </ComponentGroup> |
| 3053 | + <?endif?> |
| 3054 | + <?if $(IncludeX86) = True?> |
| 3055 | + <ComponentGroup Id="FoundationDependencies.x86" Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x86"> |
| 3056 | + <Component> |
| 3057 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\libcurl.lib" /> |
| 3058 | + </Component> |
| 3059 | + <Component> |
| 3060 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\libxml2s.lib" /> |
| 3061 | + </Component> |
| 3062 | + <Component> |
| 3063 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\zlibstatic.lib" /> |
| 3064 | + </Component> |
| 3065 | + </ComponentGroup> |
| 3066 | + <?endif?> |
| 3067 | + |
3027 | 3068 | <!-- Observation --> |
3028 | 3069 | <?if $(IncludeLegacySDK) = True?> |
3029 | 3070 | <?if $(IncludeARM64) = True?> |
|
4324 | 4365 | <ComponentGroupRef Id="swiftDispatch.arm64" /> |
4325 | 4366 |
|
4326 | 4367 | <ComponentGroupRef Id="CoreFoundation.arm64" /> |
| 4368 | + <ComponentGroupRef Id="FoundationDependencies.arm64" /> |
4327 | 4369 | <ComponentGroupRef Id="libBlocksRuntime.arm64" /> |
4328 | 4370 | <ComponentGroupRef Id="libCRT.arm64" /> |
4329 | 4371 | <ComponentGroupRef Id="libCxx.arm64" /> |
|
4394 | 4436 | <ComponentGroupRef Id="swiftDispatch.x64" /> |
4395 | 4437 |
|
4396 | 4438 | <ComponentGroupRef Id="CoreFoundation.x64" /> |
| 4439 | + <ComponentGroupRef Id="FoundationDependencies.x64" /> |
4397 | 4440 | <ComponentGroupRef Id="libBlocksRuntime.x64" /> |
4398 | 4441 | <ComponentGroupRef Id="libCRT.x64" /> |
4399 | 4442 | <ComponentGroupRef Id="libCxx.x64" /> |
|
4464 | 4507 | <ComponentGroupRef Id="swiftDispatch.x86" /> |
4465 | 4508 |
|
4466 | 4509 | <ComponentGroupRef Id="CoreFoundation.x86" /> |
| 4510 | + <ComponentGroupRef Id="FoundationDependencies.x86" /> |
4467 | 4511 | <ComponentGroupRef Id="libBlocksRuntime.x86" /> |
4468 | 4512 | <ComponentGroupRef Id="libCRT.x86" /> |
4469 | 4513 | <ComponentGroupRef Id="libCxx.x86" /> |
|
0 commit comments