2018-03-11 11:52:09 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-10-21 14:12:05 -04:00
|
|
|
|
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
|
2021-04-28 21:40:15 +02:00
|
|
|
|
<Version>2.1.9.0</Version>
|
2018-03-11 11:52:09 -04:00
|
|
|
|
<AssemblyName>CUETools.Codecs.libFLAC</AssemblyName>
|
|
|
|
|
|
<RootNamespace>CUETools.Codecs.libFLAC</RootNamespace>
|
|
|
|
|
|
<Product>CUETools</Product>
|
|
|
|
|
|
<Description>A library for encoding flac using official encoder.</Description>
|
2021-01-05 20:19:53 +01:00
|
|
|
|
<Copyright>Copyright (c) 2008-2021 Grigory Chudov</Copyright>
|
2018-03-11 11:52:09 -04:00
|
|
|
|
<Authors>Grigory Chudov</Authors>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<OutputPath>..\bin\$(Configuration)\plugins</OutputPath>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/gchudov/cuetools.net</RepositoryUrl>
|
|
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
|
|
<Company />
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\CUETools.Codecs\CUETools.Codecs.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|