|
52 | 52 | <ItemGroup> |
53 | 53 | <!-- Overrides for Visual Studio setup generation. If the workload definition IDs change, |
54 | 54 | these must be updated. --> |
| 55 | + <ComponentResources Include="microsoft-net-runtime-mono-tooling" Title=".NET Shared Mobile Build Tools" |
| 56 | + Description="Shared build tasks for mobile platform development."/> |
55 | 57 | <ComponentResources Include="wasm-tools" Title=".NET WebAssembly Build Tools" |
56 | 58 | Description="Build tools for WebAssembly ahead-of-time (AoT) compilation and native linking."/> |
57 | 59 | <ComponentResources Include="microsoft-net-runtime-android" Title=".NET Android Build Tools" |
58 | 60 | Description="Build tools for Android compilation and native linking."/> |
59 | 61 | <ComponentResources Include="microsoft-net-runtime-android-aot" Title=".NET Android Build Tools (AoT)" |
60 | 62 | Description="Build tools for Android ahead-of-time (AoT) compilation and native linking."/> |
61 | | - <ComponentResources Include="runtimes-ios" Title=".NET iOS Build Tools" |
| 63 | + <ComponentResources Include="microsoft-net-runtime-ios" Title=".NET iOS Build Tools" |
62 | 64 | Description="Build tools for iOS compilation and native linking."/> |
63 | | - <ComponentResources Include="runtimes-tvos" Title=".NET tvOS Build Tools" |
| 65 | + <ComponentResources Include="microsoft-net-runtime-tvos" Title=".NET tvOS Build Tools" |
64 | 66 | Description="Build tools for tvOS compilation and native linking."/> |
65 | | - <ComponentResources Include="runtimes-maccatalyst" Title=".NET Mac Catalyst Build Tools" |
| 67 | + <ComponentResources Include="microsoft-net-runtime-maccatalyst" Title=".NET Mac Catalyst Build Tools" |
66 | 68 | Description="Build tools for Mac Catalyst compilation and native linking."/> |
| 69 | + <ComponentResources Include="runtimes-ios" Title=".NET iOS Runtimes" |
| 70 | + Description=".NET runtime components for iOS execution."/> |
| 71 | + <ComponentResources Include="runtimes-tvos" Title=".NET tvOS Build Tools" |
| 72 | + Description=".NET runtime components for tvOS execution."/> |
| 73 | + <ComponentResources Include="runtimes-maccatalyst" Title=".NET Mac Catalyst Build Tools" |
| 74 | + Description=".NET runtime components for Mac Catalyst execution."/> |
67 | 75 |
|
68 | 76 | <!-- Visual Studio components must be versioned. Build tasks will fall back to cobbling a version number from |
69 | 77 | the manifest information unless it's overridden. --> |
| 78 | + <ComponentVersions Include="microsoft-net-runtime-mono-tooling" Version="$(FileVersion)" /> |
70 | 79 | <ComponentVersions Include="wasm-tools" Version="$(FileVersion)" /> |
71 | 80 | <ComponentVersions Include="microsoft-net-runtime-android" Version="$(FileVersion)" /> |
72 | 81 | <ComponentVersions Include="microsoft-net-runtime-android-aot" Version="$(FileVersion)" /> |
| 82 | + <ComponentVersions Include="microsoft-net-runtime-ios" Version="$(FileVersion)" /> |
| 83 | + <ComponentVersions Include="microsoft-net-runtime-tvos" Version="$(FileVersion)" /> |
| 84 | + <ComponentVersions Include="microsoft-net-runtime-maccatalyst" Version="$(FileVersion)" /> |
73 | 85 | <ComponentVersions Include="runtimes-ios" Version="$(FileVersion)" /> |
74 | 86 | <ComponentVersions Include="runtimes-tvos" Version="$(FileVersion)" /> |
75 | 87 | <ComponentVersions Include="runtimes-maccatalyst" Version="$(FileVersion)" /> |
|
0 commit comments