|
201 | 201 | <Directory Name="windows">
|
202 | 202 | <Directory Id="lib_Builtin_float.swiftmodule" Name="Builtin_float.swiftmodule" />
|
203 | 203 | <Directory Id="lib_Concurrency.swiftmodule" Name="_Concurrency.swiftmodule" />
|
| 204 | + <Directory Id="lib_Differentiation.swiftmodule" Name="_Differentiation.swiftmodule" /> |
204 | 205 | <Directory Id="lib_FoundationCollections.swiftmodule" Name="_FoundationCollections.swiftmodule" />
|
205 | 206 | <Directory Id="lib_RegexParser.swiftmodule" Name="_RegexParser.swiftmodule" />
|
206 | 207 | <Directory Id="lib_StringProcessing.swiftmodule" Name="_StringProcessing.swiftmodule" />
|
|
982 | 983 | </ComponentGroup>
|
983 | 984 | <?endif?>
|
984 | 985 |
|
| 986 | + <?if $(IncludeARM64) = True?> |
| 987 | + <ComponentGroup Id="lib_Differentiation.arm64" Directory="lib_Differentiation.swiftmodule"> |
| 988 | + <Component DiskId="6"> |
| 989 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Differentiation.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" /> |
| 990 | + </Component> |
| 991 | + <Component DiskId="6"> |
| 992 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Differentiation.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" /> |
| 993 | + </Component> |
| 994 | + |
| 995 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_arm64" DiskId="6"> |
| 996 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\libswift_Differentiation.lib" /> |
| 997 | + </Component> |
| 998 | + </ComponentGroup> |
| 999 | + <?endif?> |
| 1000 | + <?if $(IncludeX64) = True?> |
| 1001 | + <ComponentGroup Id="lib_Differentiation.x64" Directory="lib_Differentiation.swiftmodule"> |
| 1002 | + <Component DiskId="7"> |
| 1003 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Differentiation.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" /> |
| 1004 | + </Component> |
| 1005 | + <Component DiskId="7"> |
| 1006 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Differentiation.swiftmodule\x86_64-unknown-windows-msvc.swiftmodule" /> |
| 1007 | + </Component> |
| 1008 | + |
| 1009 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x64" DiskId="7"> |
| 1010 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\libswift_Differentiation.lib" /> |
| 1011 | + </Component> |
| 1012 | + </ComponentGroup> |
| 1013 | + <?endif?> |
| 1014 | + <?if $(IncludeX86) = True?> |
| 1015 | + <ComponentGroup Id="lib_Differentiation.x86" Directory="lib_Differentiation.swiftmodule"> |
| 1016 | + <Component DiskId="8"> |
| 1017 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Differentiation.swiftmodule\i686-unknown-windows-msvc.swiftdoc" /> |
| 1018 | + </Component> |
| 1019 | + <Component DiskId="8"> |
| 1020 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\_Differentiation.swiftmodule\i686-unknown-windows-msvc.swiftmodule" /> |
| 1021 | + </Component> |
| 1022 | + |
| 1023 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x86" DiskId="8"> |
| 1024 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\libswift_Differentiation.lib" /> |
| 1025 | + </Component> |
| 1026 | + </ComponentGroup> |
| 1027 | + <?endif?> |
| 1028 | + |
985 | 1029 | <!-- _RegexParser -->
|
986 | 1030 | <?if $(IncludeARM64) = True?>
|
987 | 1031 | <ComponentGroup Id="Legacy_RegexParser.arm64" Directory="Legacy_RegexParser.swiftmodule">
|
|
2984 | 3028 | <ComponentGroupRef Id="CoreFoundation.arm64" />
|
2985 | 3029 | <ComponentGroupRef Id="lib_Builtin_float.arm64" />
|
2986 | 3030 | <ComponentGroupRef Id="lib_Concurrency.arm64" />
|
| 3031 | + <ComponentGroupRef Id="lib_Differentiation.arm64" /> |
2987 | 3032 | <ComponentGroupRef Id="lib_FoundationCollections.arm64" />
|
2988 | 3033 | <ComponentGroupRef Id="lib_FoundationCShims.arm64" />
|
2989 | 3034 | <ComponentGroupRef Id="lib_FoundationUnicode.arm64" />
|
|
3017 | 3062 | <ComponentGroupRef Id="CoreFoundation.x64" />
|
3018 | 3063 | <ComponentGroupRef Id="lib_Builtin_float.x64" />
|
3019 | 3064 | <ComponentGroupRef Id="lib_Concurrency.x64" />
|
| 3065 | + <ComponentGroupRef Id="lib_Differentiation.x64" /> |
3020 | 3066 | <ComponentGroupRef Id="lib_FoundationCollections.x64" />
|
3021 | 3067 | <ComponentGroupRef Id="lib_FoundationCShims.x64" />
|
3022 | 3068 | <ComponentGroupRef Id="lib_FoundationUnicode.x64" />
|
|
3050 | 3096 | <ComponentGroupRef Id="CoreFoundation.x86" />
|
3051 | 3097 | <ComponentGroupRef Id="lib_Builtin_float.x86" />
|
3052 | 3098 | <ComponentGroupRef Id="lib_Concurrency.x86" />
|
| 3099 | + <ComponentGroupRef Id="lib_Differentiation.x86" /> |
3053 | 3100 | <ComponentGroupRef Id="lib_FoundationCollections.x86" />
|
3054 | 3101 | <ComponentGroupRef Id="lib_FoundationCShims.x86" />
|
3055 | 3102 | <ComponentGroupRef Id="lib_FoundationUnicode.x86" />
|
|
0 commit comments