/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.2
src/Files.App.Controls/Files.App.Controls.csproj
36 строк
2 KB
yair100
Code Quality: Update WinUIEx and exclude WinAppSDK components (#18437)
29 апр 2026, 01:45
Не верифицирован
29 апр 2026, 01:45
7ccf8f1
Код
Авторство
О чём код?
<!-- Copyright (c) Files Community. Licensed under the MIT License. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(WindowsTargetFramework)</TargetFramework> <TargetPlatformMinVersion>$(MinimalWindowsVersion)</TargetPlatformMinVersion> <UseWinUI>true</UseWinUI> <Nullable>enable</Nullable> <Configurations>Debug;Release</Configurations> <Platforms>x86;x64;arm64</Platforms> <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <DefineConstants>$(DefineConstants);OMNIBAR_DEBUG</DefineConstants> <IsAotCompatible>true</IsAotCompatible> </PropertyGroup> <ItemGroup> <PackageReference Include="CommunityToolkit.WinUI.Extensions" /> <PackageReference Include="CommunityToolkit.Labs.WinUI.DependencyPropertyGenerator" /> <PackageReference Include="Microsoft.WindowsAppSDK" /> <PackageReference Include="Microsoft.Windows.SDK.BuildTools" /> <PackageReference Include="Microsoft.Windows.CsWinRT" /> </ItemGroup> <ItemGroup> <PackageReference Update="Microsoft.WindowsAppSDK.AI" ExcludeAssets="all" /> <PackageReference Update="Microsoft.WindowsAppSDK.ML" ExcludeAssets="all" /> <PackageReference Update="Microsoft.WindowsAppSDK.Widgets" ExcludeAssets="all" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Files.Shared\Files.Shared.csproj" /> <ProjectReference Include="..\Files.Core.SourceGenerator\Files.Core.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> </ItemGroup> </Project>