2018-03-11 17:07:48 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2008-11-28 22:13:06 +00:00
|
|
|
|
<PropertyGroup>
|
2020-01-29 11:48:40 +01:00
|
|
|
|
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
|
2021-02-14 10:42:24 +01:00
|
|
|
|
<Version>2.1.8.0</Version>
|
2008-11-28 22:13:06 +00:00
|
|
|
|
<AssemblyName>CUETools.AccurateRip</AssemblyName>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<RootNamespace>CUETools.AccurateRip</RootNamespace>
|
|
|
|
|
|
<Product>CUETools</Product>
|
|
|
|
|
|
<Description>A library for calculating AccurateRip checksums, CRC32 and Reed-solomon codes of CD audio.</Description>
|
2021-01-05 20:19:53 +01:00
|
|
|
|
<Copyright>Copyright (c) 2008-2021 Grigory Chudov</Copyright>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Authors>Grigory Chudov</Authors>
|
2008-11-28 22:13:06 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<OutputPath>..\bin\$(Configuration)\</OutputPath>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/gchudov/cuetools.net</RepositoryUrl>
|
|
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
|
|
<Company />
|
2008-11-28 22:13:06 +00:00
|
|
|
|
</PropertyGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
|
<Private>False</Private>
|
2008-11-28 22:13:06 +00:00
|
|
|
|
</ProjectReference>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<ItemGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<ProjectReference Include="..\CUETools.CDImage\CUETools.CDImage.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\CUETools.Codecs\CUETools.Codecs.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\CUETools.Parity\CUETools.Parity.csproj" />
|
2011-10-23 22:50:33 +00:00
|
|
|
|
</ItemGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
|
|
|
|
|
|
</Project>
|