|
211 | 211 | <Directory Id="libFoundationInternationalization.swiftmodule" Name="FoundationInternationalization.swiftmodule" /> |
212 | 212 | <Directory Id="libFoundationNetworking.swiftmodule" Name="FoundationNetworking.swiftmodule" /> |
213 | 213 | <Directory Id="libFoundationXML.swiftmodule" Name="FoundationXML.swiftmodule" /> |
| 214 | + <Directory Id="libObservation.swiftmodule" Name="Observation.swiftmodule" /> |
214 | 215 | <Directory Id="libRegexBuilder.swiftmodule" Name="RegexBuilder.swiftmodule" /> |
215 | 216 | <Directory Id="libSwift.swiftmodule" Name="Swift.swiftmodule" /> |
216 | 217 | <Directory Id="libSwiftOnoneSupport.swiftmodule" Name="SwiftOnoneSupport.swiftmodule" /> |
|
2031 | 2032 | </ComponentGroup> |
2032 | 2033 | <?endif?> |
2033 | 2034 |
|
| 2035 | + <?if $(IncludeARM64) = True?> |
| 2036 | + <ComponentGroup Id="libObservation.arm64" Directory="libObservation.swiftmodule"> |
| 2037 | + <Component DiskId="6"> |
| 2038 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Observation.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" /> |
| 2039 | + </Component> |
| 2040 | + <Component DiskId="6"> |
| 2041 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Observation.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" /> |
| 2042 | + </Component> |
| 2043 | + |
| 2044 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_arm64"> |
| 2045 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\libswiftObservation.lib" /> |
| 2046 | + </Component> |
| 2047 | + </ComponentGroup> |
| 2048 | + <?endif?> |
| 2049 | + <?if $(IncludeX64) = True?> |
| 2050 | + <ComponentGroup Id="libObservation.x64" Directory="libObservation.swiftmodule"> |
| 2051 | + <Component DiskId="7"> |
| 2052 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Observation.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" /> |
| 2053 | + </Component> |
| 2054 | + <Component DiskId="7"> |
| 2055 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Observation.swiftmodule\x86_64-unknown-windows-msvc.swiftmodule" /> |
| 2056 | + </Component> |
| 2057 | + |
| 2058 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x64"> |
| 2059 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\libswiftObservation.lib" /> |
| 2060 | + </Component> |
| 2061 | + </ComponentGroup> |
| 2062 | + <?endif?> |
| 2063 | + <?if $(IncludeX86) = True?> |
| 2064 | + <ComponentGroup Id="libObservation.x86" Directory="libObservation.swiftmodule"> |
| 2065 | + <Component DiskId="8"> |
| 2066 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Observation.swiftmodule\i686-unknown-windows-msvc.swiftdoc" /> |
| 2067 | + </Component> |
| 2068 | + <Component DiskId="8"> |
| 2069 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Observation.swiftmodule\i686-unknown-windows-msvc.swiftmodule" /> |
| 2070 | + </Component> |
| 2071 | + |
| 2072 | + <Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x86"> |
| 2073 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\libswiftObservation.lib" /> |
| 2074 | + </Component> |
| 2075 | + </ComponentGroup> |
| 2076 | + <?endif?> |
| 2077 | + |
2034 | 2078 | <!-- RegexBuilder --> |
2035 | 2079 | <?if $(IncludeARM64) = True?> |
2036 | 2080 | <ComponentGroup Id="RegexBuilder.arm64" Directory="RegexBuilder.swiftmodule"> |
|
2908 | 2952 | <ComponentGroupRef Id="libFoundationInternationalization.arm64" /> |
2909 | 2953 | <ComponentGroupRef Id="libFoundationNetworking.arm64" /> |
2910 | 2954 | <ComponentGroupRef Id="libFoundationXML.arm64" /> |
| 2955 | + <ComponentGroupRef Id="libObservation.arm64" /> |
2911 | 2956 | <ComponentGroupRef Id="libRegexBuilder.arm64" /> |
2912 | 2957 | <ComponentGroupRef Id="libSwift.arm64" /> |
2913 | 2958 | <ComponentGroupRef Id="libswiftDispatch.arm64" /> |
|
2939 | 2984 | <ComponentGroupRef Id="libFoundationInternationalization.x64" /> |
2940 | 2985 | <ComponentGroupRef Id="libFoundationNetworking.x64" /> |
2941 | 2986 | <ComponentGroupRef Id="libFoundationXML.x64" /> |
| 2987 | + <ComponentGroupRef Id="libObservation.x64" /> |
2942 | 2988 | <ComponentGroupRef Id="libRegexBuilder.x64" /> |
2943 | 2989 | <ComponentGroupRef Id="libSwift.x64" /> |
2944 | 2990 | <ComponentGroupRef Id="libswiftDispatch.x64" /> |
|
2970 | 3016 | <ComponentGroupRef Id="libFoundationInternationalization.x86" /> |
2971 | 3017 | <ComponentGroupRef Id="libFoundationNetworking.x86" /> |
2972 | 3018 | <ComponentGroupRef Id="libFoundationXML.x86" /> |
| 3019 | + <ComponentGroupRef Id="libObservation.x86" /> |
2973 | 3020 | <ComponentGroupRef Id="libRegexBuilder.x86" /> |
2974 | 3021 | <ComponentGroupRef Id="libSwift.x86" /> |
2975 | 3022 | <ComponentGroupRef Id="libswiftDispatch.x86" /> |
|
0 commit comments