File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 11
11
<Directory Id =" RUNTIMEDIR_$(ProductArchitecture)" ComponentGuidGenerationSeed =" $(RuntimeDirectoryComponentGuidGenerationSeed)" />
12
12
13
13
<ComponentGroup Id =" stdlib_$(ProductArchitecture)" Directory =" RUNTIMEDIR_$(ProductArchitecture)" >
14
+ <Component >
15
+ <File Source =" $(SDK_ROOT)\usr\bin\swiftSynchronization.dll" />
16
+ </Component >
14
17
<Component >
15
18
<File Source =" $(SDK_ROOT)\usr\bin\swift_Concurrency.dll" />
16
19
</Component >
Original file line number Diff line number Diff line change 96
96
<Directory Id =" RegexBuilder.swiftmodule" Name =" RegexBuilder.swiftmodule" />
97
97
<Directory Id =" Swift.swiftmodule" Name =" Swift.swiftmodule" />
98
98
<Directory Id =" SwiftOnoneSupport.swiftmodule" Name =" SwiftOnoneSupport.swiftmodule" />
99
+ <Directory Id =" Synchronization.swiftmodule" Name =" Synchronization.swiftmodule" />
99
100
<Directory Id =" WinSDK.swiftmodule" Name =" WinSDK.swiftmodule" />
100
101
<Directory Id =" WindowsSDK_usr_lib_swift_windows_ARCH" Name =" $(ArchArchDir)" />
101
102
</Directory >
433
434
</Component >
434
435
</ComponentGroup >
435
436
437
+ <ComponentGroup Id =" Synchronization" Directory =" Synchronization.swiftmodule" >
438
+ <Component >
439
+ <File Source =" $(SDK_ROOT)\usr\lib\swift\windows\Synchronization.swiftmodule\$(ArchTriple).swiftdoc" />
440
+ </Component >
441
+ <Component >
442
+ <File Source =" $(SDK_ROOT)\usr\lib\swift\windows\Synchronization.swiftmodule\$(ArchTriple).swiftinterface" />
443
+ </Component >
444
+ <Component >
445
+ <File Source =" $(SDK_ROOT)\usr\lib\swift\windows\Synchronization.swiftmodule\$(ArchTriple).swiftmodule" />
446
+ </Component >
447
+ <Component Directory =" WindowsSDK_usr_lib_swift_windows_ARCH" >
448
+ <File Source =" $(SDK_ROOT)\usr\lib\swift\windows\$(ArchArchDir)\swiftSynchronization.lib" />
449
+ </Component >
450
+ </ComponentGroup >
451
+
436
452
<ComponentGroup Id =" WinSDK" Directory =" WinSDK.swiftmodule" >
437
453
<Component >
438
454
<File Source =" $(SDK_ROOT)\usr\lib\swift\windows\WinSDK.swiftmodule\$(ArchTriple).swiftdoc" />
532
548
<ComponentGroupRef Id =" RegexBuilder" />
533
549
<ComponentGroupRef Id =" Swift" />
534
550
<ComponentGroupRef Id =" SwiftOnoneSupport" />
551
+ <ComponentGroupRef Id =" Synchronization" />
535
552
<ComponentGroupRef Id =" WinSDK" />
536
553
<ComponentGroupRef Id =" libcxxshim" />
537
554
<ComponentGroupRef Id =" apinotes" />
You can’t perform that action at this time.
0 commit comments