|
96 | 96 | <Directory Name="swift">
|
97 | 97 | <Directory Name="windows">
|
98 | 98 | <Directory Id="_Testing_Foundation.swiftmodule" Name="_Testing_Foundation.swiftmodule" />
|
| 99 | + <Directory Id="_Testing_WinSDK.swiftmodule" Name="_Testing_WinSDK.swiftmodule" /> |
99 | 100 | <?if $(IncludeARM64) = True?>
|
100 | 101 | <Directory DiskId="2" Id="Testing_usr_lib_swift_windows_arm64" Name="aarch64" />
|
101 | 102 | <?endif?>
|
|
327 | 328 | <Component Directory="Testing.swiftcrossimport">
|
328 | 329 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\Testing.swiftcrossimport\Foundation.swiftoverlay" />
|
329 | 330 | </Component>
|
| 331 | + <Component Directory="Testing.swiftcrossimport"> |
| 332 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\Testing.swiftcrossimport\WinSDK.swiftoverlay" /> |
| 333 | + </Component> |
330 | 334 | </ComponentGroup>
|
331 | 335 | <?if $(IncludeARM64) = True?>
|
332 | 336 | <ComponentGroup Id="Testing.arm64">
|
|
336 | 340 | <Component Directory="Testing_usr_bin64a" DiskId="2">
|
337 | 341 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\bin64a\_Testing_Foundation.dll" />
|
338 | 342 | </Component>
|
| 343 | + <Component Directory="Testing_usr_bin64a" DiskId="2"> |
| 344 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\bin64a\_Testing_WinSDK.dll" /> |
| 345 | + </Component> |
339 | 346 |
|
340 | 347 | <Component Directory="Testing_usr_lib_swift_windows_arm64" DiskId="2">
|
341 | 348 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\aarch64\Testing.lib" />
|
342 | 349 | </Component>
|
343 | 350 | <Component Directory="Testing_usr_lib_swift_windows_arm64" DiskId="2">
|
344 | 351 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\aarch64\_Testing_Foundation.lib" />
|
345 | 352 | </Component>
|
| 353 | + <Component Directory="Testing_usr_lib_swift_windows_arm64" DiskId="2"> |
| 354 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\aarch64\_Testing_WinSDK.lib" /> |
| 355 | + </Component> |
346 | 356 |
|
347 | 357 | <Component Directory="Testing.swiftmodule" DiskId="2">
|
348 | 358 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\Testing.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" />
|
|
357 | 367 | <Component Directory="_Testing_Foundation.swiftmodule" DiskId="2">
|
358 | 368 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\_Testing_Foundation.swiftmodule\aarch64-unknown-windows-msvc.swiftinterface" />
|
359 | 369 | </Component>
|
| 370 | + |
| 371 | + <Component Directory="_Testing_WinSDK.swiftmodule" DiskId="2"> |
| 372 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\_Testing_WinSDK.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" /> |
| 373 | + </Component> |
| 374 | + <Component Directory="_Testing_WinSDK.swiftmodule" DiskId="2"> |
| 375 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\_Testing_WinSDK.swiftmodule\aarch64-unknown-windows-msvc.swiftinterface" /> |
| 376 | + </Component> |
360 | 377 | </ComponentGroup>
|
361 | 378 | <?endif?>
|
362 | 379 | <?if $(IncludeX64) = True?>
|
|
367 | 384 | <Component Directory="Testing_usr_bin64" DiskId="3">
|
368 | 385 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\bin64\_Testing_Foundation.dll" />
|
369 | 386 | </Component>
|
| 387 | + <Component Directory="Testing_usr_bin64" DiskId="3"> |
| 388 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\bin64\_Testing_WinSDK.dll" /> |
| 389 | + </Component> |
370 | 390 |
|
371 | 391 | <Component Directory="Testing_usr_lib_swift_windows_x64" DiskId="3">
|
372 | 392 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\x86_64\Testing.lib" />
|
373 | 393 | </Component>
|
374 | 394 | <Component Directory="Testing_usr_lib_swift_windows_x64" DiskId="3">
|
375 | 395 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\x86_64\_Testing_Foundation.lib" />
|
376 | 396 | </Component>
|
| 397 | + <Component Directory="Testing_usr_lib_swift_windows_x64" DiskId="3"> |
| 398 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\x86_64\_Testing_WinSDK.lib" /> |
| 399 | + </Component> |
377 | 400 |
|
378 | 401 | <Component Directory="Testing.swiftmodule" DiskId="3">
|
379 | 402 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\Testing.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" />
|
|
388 | 411 | <Component Directory="_Testing_Foundation.swiftmodule" DiskId="3">
|
389 | 412 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\_Testing_Foundation.swiftmodule\x86_64-unknown-windows-msvc.swiftinterface" />
|
390 | 413 | </Component>
|
| 414 | + |
| 415 | + <Component Directory="_Testing_WinSDK.swiftmodule" DiskId="3"> |
| 416 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\_Testing_WinSDK.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" /> |
| 417 | + </Component> |
| 418 | + <Component Directory="_Testing_WinSDK.swiftmodule" DiskId="3"> |
| 419 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\_Testing_WinSDK.swiftmodule\x86_64-unknown-windows-msvc.swiftinterface" /> |
| 420 | + </Component> |
391 | 421 | </ComponentGroup>
|
392 | 422 | <?endif?>
|
393 | 423 | <?if $(IncludeX86) = True?>
|
|
398 | 428 | <Component Directory="Testing_usr_bin32" DiskId="4">
|
399 | 429 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\bin32\_Testing_Foundation.dll" />
|
400 | 430 | </Component>
|
| 431 | + <Component Directory="Testing_usr_bin32" DiskId="4"> |
| 432 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\bin32\_Testing_WinSDK.dll" /> |
| 433 | + </Component> |
401 | 434 |
|
402 | 435 | <Component Directory="Testing_usr_lib_swift_windows_x86" DiskId="4">
|
403 | 436 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\i686\Testing.lib" />
|
404 | 437 | </Component>
|
405 | 438 | <Component Directory="Testing_usr_lib_swift_windows_x86" DiskId="4">
|
406 | 439 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\i686\_Testing_Foundation.lib" />
|
407 | 440 | </Component>
|
| 441 | + <Component Directory="Testing_usr_lib_swift_windows_x86" DiskId="4"> |
| 442 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\i686\_Testing_WinSDK.lib" /> |
| 443 | + </Component> |
408 | 444 |
|
409 | 445 | <Component Directory="Testing.swiftmodule" DiskId="4">
|
410 | 446 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\Testing.swiftmodule\i686-unknown-windows-msvc.swiftdoc" />
|
|
419 | 455 | <Component Directory="_Testing_Foundation.swiftmodule" DiskId="4">
|
420 | 456 | <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\_Testing_Foundation.swiftmodule\i686-unknown-windows-msvc.swiftinterface" />
|
421 | 457 | </Component>
|
| 458 | + |
| 459 | + <Component Directory="_Testing_WinSDK.swiftmodule" DiskId="4"> |
| 460 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\_Testing_WinSDK.swiftmodule\i686-unknown-windows-msvc.swiftdoc" /> |
| 461 | + </Component> |
| 462 | + <Component Directory="_Testing_WinSDK.swiftmodule" DiskId="4"> |
| 463 | + <File Source="$(PlatformRoot)\Developer\Library\Testing-$(ProductVersion)\usr\lib\swift\windows\_Testing_WinSDK.swiftmodule\i686-unknown-windows-msvc.swiftinterface" /> |
| 464 | + </Component> |
422 | 465 | </ComponentGroup>
|
423 | 466 | <?endif?>
|
424 | 467 |
|
|
0 commit comments