/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.0.38
src/Files.App.Controls/Files.App.Controls.csproj
30 строк
1 KB
0x5BFA
Code Quality: Ensured IsAotCompatible exists in the all C# projects (#17432)
11 авг 2025, 22:29
Не верифицирован
11 авг 2025, 22:29
39bec89
Код
Авторство
О чём код?
<!-- 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> <ProjectReference Include="..\Files.Shared\Files.Shared.csproj" /> <ProjectReference Include="..\Files.Core.SourceGenerator\Files.Core.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> </ItemGroup> </Project>