/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.9
src/Files.App.CsWin32/Files.App.CsWin32.csproj
21 строка
991 B
Yair
Code Quality: Updated license header
31 дек 2024, 05:03
31 дек 2024, 05:03
8436c6d
Код
Авторство
О чём код?
<!-- 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> <Nullable>enable</Nullable> <IsTrimmable>true</IsTrimmable> <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="Microsoft.Windows.CsWin32" Version="0.3.106" PrivateAssets="all" /> </ItemGroup> </Project>