Vanara/PInvoke/Cabinet/Vanara.PInvoke.Cabinet.csproj

31 lines
1.6 KiB
XML
Raw Normal View History

2019-03-12 10:02:51 -04:00
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<ProjectExtensions>
<SupportedDlls>cabinet.dll</SupportedDlls>
</ProjectExtensions>
2019-03-12 10:02:51 -04:00
<PropertyGroup>
<Description>PInvoke API (methods, structures and constants) imported from Windows Cabinet.dll.</Description>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
2020-11-13 18:55:23 -05:00
<TargetFrameworks>net20;net35;net40;net45;net5.0-windows;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
2019-03-12 10:02:51 -04:00
<AssemblyName>Vanara.PInvoke.Cabinet</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;Cabinet</PackageTags>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<PackageReleaseNotes>Currently implements:
Functions
CloseCompressor, CloseDecompressor, Compress, CreateCompressor, CreateDecompressor, Decompress, FCIAddFile, FCICreate, FCIDestroy, FCIFlushCabinet, FCIFlushFolder, FDICopy, FDICreate, FDIDestroy, FDIIsCabinet, FDITruncateCabinet, QueryCompressorInformation, QueryDecompressorInformation, ResetCompressor, ResetDecompressor, SetCompressorInformation, SetDecompressorInformation
Structures
COMPRESS_ALLOCATION_ROUTINES, COMPRESSOR_HANDLE, DECOMPRESSOR_HANDLE, CCAB, ERF, HFCI, FDICABINETINFO, FDIDECRYPT, FDINOTIFICATION, HFDI, Union, NEW_CABINET, NEW_FOLDER, DECRYPT
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
2019-03-12 10:02:51 -04:00
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />
<ProjectReference Include="..\Shared\Vanara.PInvoke.Shared.csproj" />
</ItemGroup>
</Project>