|
205 | 205 | <Directory Id="lib_FoundationCollections.swiftmodule" Name="_FoundationCollections.swiftmodule" /> |
206 | 206 | <Directory Id="lib_RegexParser.swiftmodule" Name="_RegexParser.swiftmodule" /> |
207 | 207 | <Directory Id="lib_StringProcessing.swiftmodule" Name="_StringProcessing.swiftmodule" /> |
| 208 | + <Directory Id="lib_Volatile.swiftmodule" Name="_Volatile.swiftmodule" /> |
208 | 209 | <Directory Id="libCRT.swiftmodule" Name="CRT.swiftmodule" /> |
209 | 210 | <Directory Id="libDispatch.swiftmodule" Name="Dispatch.swiftmodule" /> |
210 | 211 | <Directory Id="libDistributed.swiftmodule" Name="Distributed.swiftmodule" /> |
|
1262 | 1263 | </ComponentGroup> |
1263 | 1264 | <?endif?> |
1264 | 1265 |
|
| 1266 | + <?if $(IncludeARM64) = True?> |
| 1267 | + <ComponentGroup Id="lib_Volatile.arm64" Directory="lib_Volatile.swiftmodule"> |
| 1268 | + <Component DiskId="6"> |
| 1269 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Volatile.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" /> |
| 1270 | + </Component> |
| 1271 | + <Component DiskId="6"> |
| 1272 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Volatile.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" /> |
| 1273 | + </Component> |
| 1274 | + |
| 1275 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_arm64"> |
| 1276 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\libswift_Volatile.lib" /> |
| 1277 | + </Component> |
| 1278 | + </ComponentGroup> |
| 1279 | + <?endif?> |
| 1280 | + <?if $(IncludeX64) = True?> |
| 1281 | + <ComponentGroup Id="lib_Volatile.x64" Directory="lib_Volatile.swiftmodule"> |
| 1282 | + <Component DiskId="7"> |
| 1283 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Volatile.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" /> |
| 1284 | + </Component> |
| 1285 | + <Component DiskId="7"> |
| 1286 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Volatile.swiftmodule\x86_64-unknown-windows-msvc.swiftmodule" /> |
| 1287 | + </Component> |
| 1288 | + |
| 1289 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x64"> |
| 1290 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\libswift_Volatile.lib" /> |
| 1291 | + </Component> |
| 1292 | + </ComponentGroup> |
| 1293 | + <?endif?> |
| 1294 | + <?if $(IncludeX86) = True?> |
| 1295 | + <ComponentGroup Id="lib_Volatile.x86" Directory="lib_Volatile.swiftmodule"> |
| 1296 | + <Component DiskId="8"> |
| 1297 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Volatile.swiftmodule\i686-unknown-windows-msvc.swiftdoc" /> |
| 1298 | + </Component> |
| 1299 | + <Component DiskId="8"> |
| 1300 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Volatile.swiftmodule\i686-unknown-windows-msvc.swiftmodule" /> |
| 1301 | + </Component> |
| 1302 | + |
| 1303 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x86"> |
| 1304 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\libswift_Volatile.lib" /> |
| 1305 | + </Component> |
| 1306 | + </ComponentGroup> |
| 1307 | + <?endif?> |
| 1308 | + |
1265 | 1309 | <!-- CRT --> |
1266 | 1310 | <?if $(IncludeARM64) = True?> |
1267 | 1311 | <ComponentGroup Id="LegacyCRT.arm64" Directory="LegacyCRT.swiftmodule"> |
|
3034 | 3078 | <ComponentGroupRef Id="lib_FoundationUnicode.arm64" /> |
3035 | 3079 | <ComponentGroupRef Id="lib_RegexParser.arm64" /> |
3036 | 3080 | <ComponentGroupRef Id="lib_StringProcessing.arm64" /> |
| 3081 | + <ComponentGroupRef Id="lib_Volatile.arm64" /> |
3037 | 3082 | <ComponentGroupRef Id="libBlocksRuntime.arm64" /> |
3038 | 3083 | <ComponentGroupRef Id="libCRT.arm64" /> |
3039 | 3084 | <ComponentGroupRef Id="libDistributed.arm64" /> |
|
3068 | 3113 | <ComponentGroupRef Id="lib_FoundationUnicode.x64" /> |
3069 | 3114 | <ComponentGroupRef Id="lib_RegexParser.x64" /> |
3070 | 3115 | <ComponentGroupRef Id="lib_StringProcessing.x64" /> |
| 3116 | + <ComponentGroupRef Id="lib_Volatile.x64" /> |
3071 | 3117 | <ComponentGroupRef Id="libBlocksRuntime.x64" /> |
3072 | 3118 | <ComponentGroupRef Id="libCRT.x64" /> |
3073 | 3119 | <ComponentGroupRef Id="libDistributed.x64" /> |
|
3102 | 3148 | <ComponentGroupRef Id="lib_FoundationUnicode.x86" /> |
3103 | 3149 | <ComponentGroupRef Id="lib_RegexParser.x86" /> |
3104 | 3150 | <ComponentGroupRef Id="lib_StringProcessing.x86" /> |
| 3151 | + <ComponentGroupRef Id="lib_Volatile.x86" /> |
3105 | 3152 | <ComponentGroupRef Id="libBlocksRuntime.x86" /> |
3106 | 3153 | <ComponentGroupRef Id="libCRT.x86" /> |
3107 | 3154 | <ComponentGroupRef Id="libDistributed.x86" /> |
|
0 commit comments