/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Files.App.CsWin32/Files.App.CsWin32.csproj
28 строк
1 KB
0x5bfa
Code Quality: Replace raw ABI pointers with ComObject instances for safer disposal (#18684)
16 июл 2026, 18:32
Не верифицирован
16 июл 2026, 18:32
93dfb04
Код
Авторство
О чём код?
<!-- Copyright (c) Files Community. Licensed under the MIT License. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(WindowsTargetFramework)</TargetFramework> <TargetPlatformMinVersion>$(MinimalWindowsVersion)</TargetPlatformMinVersion> <Nullable>enable</Nullable> <IsTrimmable>true</IsTrimmable> <Configurations>Debug;Release</Configurations> <Platforms>x86;x64;arm64</Platforms> <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> <IsAotCompatible>true</IsAotCompatible> <DisableRuntimeMarshalling>true</DisableRuntimeMarshalling> <CsWin32RunAsBuildTask>true</CsWin32RunAsBuildTask> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.Windows.CsWin32" PrivateAssets="all" /> <PackageReference Include="Dongle.GuidRVAGen" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Files.Shared\Files.Shared.csproj" /> <ProjectReference Include="..\Files.Core.SourceGenerator\Files.Core.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> </ItemGroup> </Project>