/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.2.2
src/Files.App.Controls/Files.App.Controls.csproj
35 строк
2 KB
0x5bfa
Code Quality: Remove Shared dependencies from Controls and Server (#18781)
29 июл 2026, 23:44
Не верифицирован
29 июл 2026, 23:44
7a15d46
Код
Авторство
О чём код?
<!-- 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.Core.SourceGenerator\Files.Core.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> </ItemGroup> </Project>