2018-01-21 12:37:32 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-11 08:13:49 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-01-21 12:37:32 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectGuid>{858398D1-7321-4763-8BAB-56BBFEC74E29}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-02-27 00:33:26 +00:00
|
|
|
|
<RootNamespace>Aaru.Compression</RootNamespace>
|
2020-02-26 19:24:06 +00:00
|
|
|
|
<AssemblyName>Aaru.Compression</AssemblyName>
|
2018-01-21 12:37:32 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<ReleaseVersion>$(Version)</ReleaseVersion>
|
2018-04-11 08:13:49 +01:00
|
|
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
2022-03-06 00:59:43 +00:00
|
|
|
|
<Version>5.3.1</Version>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<Company>Claunia.com</Company>
|
2022-02-18 10:27:13 +00:00
|
|
|
|
<Copyright>Copyright © 2011-2022 Natalia Portillo</Copyright>
|
2020-02-27 11:27:52 +00:00
|
|
|
|
<Product>Aaru Data Preservation Suite</Product>
|
|
|
|
|
|
<Title>Aaru Data Preservation Suite</Title>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
2020-06-14 16:13:47 +01:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-07-19 21:44:32 +01:00
|
|
|
|
<LangVersion>8</LangVersion>
|
2020-12-20 22:59:31 +00:00
|
|
|
|
<Description>Compression algorithms used by the Aaru Data Preservation Suite.</Description>
|
|
|
|
|
|
<PackageProjectUrl>https://github.com/aaru-dps/</PackageProjectUrl>
|
|
|
|
|
|
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/aaru-dps/Aaru</RepositoryUrl>
|
|
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
|
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
|
|
|
|
<Authors>Natalia Portillo <claunia@claunia.com></Authors>
|
2022-11-13 15:42:11 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2018-01-21 12:37:32 +00:00
|
|
|
|
</PropertyGroup>
|
2018-04-12 00:20:29 +01:00
|
|
|
|
<PropertyGroup>
|
2020-12-20 22:59:31 +00:00
|
|
|
|
<NrtRevisionFormat>$(Version)+{chash:8}</NrtRevisionFormat>
|
2018-04-12 00:20:29 +01:00
|
|
|
|
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
|
|
|
|
|
|
<NrtShowRevision>true</NrtShowRevision>
|
|
|
|
|
|
</PropertyGroup>
|
2018-01-21 12:37:32 +00:00
|
|
|
|
<ItemGroup>
|
2021-08-17 21:23:10 +01:00
|
|
|
|
<Reference Include="System"/>
|
|
|
|
|
|
<Reference Include="System.Core"/>
|
|
|
|
|
|
<Reference Include="System.Data"/>
|
|
|
|
|
|
<Reference Include="System.Xml"/>
|
2018-01-21 12:37:32 +00:00
|
|
|
|
</ItemGroup>
|
2021-09-20 13:05:18 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<DefaultItemExcludes>
|
|
|
|
|
|
$(DefaultItemExcludes);cuetools.net/**/*
|
|
|
|
|
|
</DefaultItemExcludes>
|
|
|
|
|
|
</PropertyGroup>
|
2018-01-21 12:37:32 +00:00
|
|
|
|
<ItemGroup>
|
2021-09-20 13:05:18 -07:00
|
|
|
|
<Compile Include="AppleRle.cs" />
|
|
|
|
|
|
<Compile Include="TeleDiskLzh.cs" />
|
|
|
|
|
|
<Compile Include="cuetools.net/CUETools.Codecs/*.cs" />
|
|
|
|
|
|
<Compile Include="cuetools.net/CUETools.Codecs/CommandLine/*.cs" />
|
|
|
|
|
|
<Compile Include="cuetools.net/CUETools.Codecs/CRC/*.cs" />
|
|
|
|
|
|
<Compile Include="cuetools.net/CUETools.Codecs/NULL/*.cs" />
|
|
|
|
|
|
<Compile Include="cuetools.net/CUETools.Codecs/ViewModel/*.cs" />
|
|
|
|
|
|
<Compile Include="cuetools.net/CUETools.Codecs/WAV/*.cs" />
|
|
|
|
|
|
<Compile Include="cuetools.net/CUETools.Codecs.Flake/*.cs" />
|
|
|
|
|
|
<Compile Include="cuetools.net/CUETools.Codecs.Flake/Properties/*.cs" />
|
2018-01-21 12:37:32 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="..\LICENSE.LGPL">
|
|
|
|
|
|
<Link>LICENSE.LGPL</Link>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
2018-04-12 00:20:29 +01:00
|
|
|
|
<ItemGroup>
|
2021-09-20 13:05:18 -07:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
|
|
|
|
|
|
<PackageReference Include="System.Resources.Extensions" Version="5.0.0" />
|
|
|
|
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.3.0" PrivateAssets="all" />
|
2018-04-12 00:20:29 +01:00
|
|
|
|
</ItemGroup>
|
2018-01-21 12:37:32 +00:00
|
|
|
|
</Project>
|