maui/eng/automation/vs-workload.template.props

35 строки
3.0 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<TargetName>Microsoft.NET.Sdk.Maui.Workload.@VSMAN_VERSION@</TargetName>
<ManifestBuildVersion>@VS_COMPONENT_VERSION@</ManifestBuildVersion>
<EnableSideBySideManifests>true</EnableSideBySideManifests>
<UseVisualStudioComponentPrefix>false</UseVisualStudioComponentPrefix>
</PropertyGroup>
<ItemGroup>
<!-- Shorten package names to avoid long path caching issues in Visual Studio -->
<ShortNames Include="@PACK_VERSION_LONG@">
<Replacement>@VS_COMPONENT_VERSION@</Replacement>
</ShortNames>
<ShortNames Include="Microsoft.Maui.Graphics.Win2D.WinUI.Desktop">
<Replacement>Maui.Graphics.Win2D</Replacement>
</ShortNames>
<ShortNames Include="Microsoft.Maui">
<Replacement>Maui</Replacement>
</ShortNames>
<ShortNames Include="Microsoft.AspNetCore.Components">
<Replacement>AspNetCore</Replacement>
</ShortNames>
<ComponentResources Include="maui" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK" Description=".NET SDK Workload for building all types of MAUI applications." />
<ComponentResources Include="maui-mobile" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Mobile" Description=".NET SDK Workload for building MAUI applications that target mobile platforms." />
<ComponentResources Include="maui-desktop" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Desktop" Description=".NET SDK Workload for building MAUI applications that target desktop platforms." />
<ComponentResources Include="maui-core" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK Core" Description=".NET SDK Workload containing core MAUI SDK packages." />
<ComponentResources Include="maui-blazor" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Blazor Desktop" Description=".NET SDK Workload containing MAUI SDK Blazor packages." />
<ComponentResources Include="maui-android" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Android" Description=".NET SDK Workload for building MAUI applications that target Android." />
<ComponentResources Include="maui-maccatalyst" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Mac Catalyst" Description=".NET SDK Workload for building MAUI applications that target Mac Catalyst." />
<ComponentResources Include="maui-ios" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for iOS" Description=".NET SDK Workload for building MAUI applications that target iOS." />
<ComponentResources Include="maui-windows" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Windows" Description=".NET SDK Workload for building MAUI applications that target Windows." />
<WorkloadPackages Include="$(NuGetPackagePath)\Microsoft.NET.Sdk.Maui.Manifest*.nupkg" Version="@VS_COMPONENT_VERSION@" SupportsMachineArch="true" />
</ItemGroup>
</Project>