/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.6
src/Files.App.Controls/Files.App.Controls.csproj
24 строки
1 KB
hishitetsu
Code Quality: Update Windows App SDK (#15915)
31 июл 2024, 17:42
Не верифицирован
31 июл 2024, 17:42
5aedca3
Код
Авторство
О чём код?
<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the 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;Stable;Preview;Store</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.240627000" /> <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" /> </ItemGroup> </Project>