/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.9.1
src/Files.App.Controls/Files.App.Controls.csproj
29 строк
1 KB
Lamparter
Code Quality: Upgrade `Microsoft.WindowsAppSDK` to 1.5.250108004 (#16709)
17 янв 2025, 00:42
Не верифицирован
17 янв 2025, 00:42
aef53d8
Код
Авторство
О чём код?
<!-- Copyright (c) Files Community. Licensed under the MIT License. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0-windows10.0.22621.0</TargetFramework> <TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion> <UseWinUI>true</UseWinUI> <SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion> <Nullable>enable</Nullable> <Configurations>Debug;Release</Configurations> <Platforms>x86;x64;arm64</Platforms> <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> <DefineConstants Condition="'$(Configuration)' == 'Debug'">TRACE;DEBUG;NETFX_CORE</DefineConstants> <DefineConstants Condition="'$(Configuration)' != 'Debug'">TRACE;RELEASE;NETFX_CORE</DefineConstants> <Optimize Condition="'$(Configuration)' != 'Debug'">true</Optimize> </PropertyGroup> <ItemGroup> <PackageReference Include="CommunityToolkit.WinUI.UI" Version="7.1.2" /> <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.250108004" /> <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Files.Shared\Files.Shared.csproj" /> <ProjectReference Include="..\Files.Core.SourceGenerator\Files.Core.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> </ItemGroup> </Project>