2018-03-11 17:07:48 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2008-11-21 16:30:11 +00:00
|
|
|
|
<PropertyGroup>
|
2018-10-21 14:12:05 -04:00
|
|
|
|
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
|
2018-03-11 19:17:57 -04:00
|
|
|
|
<Version>2.1.7.0</Version>
|
2008-11-28 22:20:17 +00:00
|
|
|
|
<AssemblyName>CUETools.Codecs.LossyWAV</AssemblyName>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<RootNamespace>CUETools.Codecs.LossyWAV</RootNamespace>
|
|
|
|
|
|
<Product>CUETools</Product>
|
|
|
|
|
|
<Description>A library for encoding and decoding LossyWAV.</Description>
|
2020-01-30 18:13:46 +01:00
|
|
|
|
<Copyright>Copyright (c) 2007-2008 Nick Currie, C# port (c) 2008-2020 Grigory Chudov</Copyright>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Authors>Grigory Chudov</Authors>
|
2009-06-24 19:40:23 +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-21 16:30:11 +00:00
|
|
|
|
</PropertyGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
|
<Private>False</Private>
|
2008-11-21 16:30:11 +00:00
|
|
|
|
</ProjectReference>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
2011-10-24 15:12:26 +00:00
|
|
|
|
<ItemGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<ProjectReference Include="..\CUETools.Codecs\CUETools.Codecs.csproj" />
|
2011-10-24 15:12:26 +00:00
|
|
|
|
</ItemGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
|
|
|
|
|
|
</Project>
|