/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.0
src/Files.App.BackgroundTasks/Files.App.BackgroundTasks.csproj
27 строк
1 KB
0x5BFA
Code Quality: Added DisableRuntimeMarshalling to the all trim-safe projects (#17490)
29 авг 2025, 07:47
Не верифицирован
29 авг 2025, 07:47
14040dc
Код
Авторство
О чём код?
<!-- Copyright (c) Files Community. Licensed under the MIT License. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(WindowsTargetFramework)</TargetFramework> <DefaultLanguage>en-US</DefaultLanguage> <TargetPlatformMinVersion>$(MinimalWindowsVersion)</TargetPlatformMinVersion> <IsTrimmable>true</IsTrimmable> <Configurations>Debug;Release</Configurations> <Platforms>x86;x64;ARM64</Platforms> <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <IsAotCompatible>true</IsAotCompatible> <DisableRuntimeMarshalling>true</DisableRuntimeMarshalling> </PropertyGroup> <PropertyGroup> <CsWinRTComponent>true</CsWinRTComponent> <CsWinRTWindowsMetadata>$(TargetWindowsVersion)</CsWinRTWindowsMetadata> <CsWinRTGeneratedFilesDir>$(MSBuildProjectDirectory)\bin\$(Platform)\$(Configuration)</CsWinRTGeneratedFilesDir> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.Windows.CsWinRT" /> </ItemGroup> </Project>