2018-03-11 17:07:48 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2008-12-07 23:48:58 +00:00
|
|
|
|
<PropertyGroup>
|
2018-10-21 14:12:05 -04:00
|
|
|
|
<TargetFrameworks>net47;netstandard2.0</TargetFrameworks>
|
2018-03-11 19:17:57 -04:00
|
|
|
|
<Version>2.1.7.0</Version>
|
2008-12-07 23:48:58 +00:00
|
|
|
|
<AssemblyName>CUETools.Processor</AssemblyName>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<RootNamespace>CUETools.Processor</RootNamespace>
|
|
|
|
|
|
<Product>CUETools</Product>
|
|
|
|
|
|
<Description>A library for working with CUE Sheets and CD images.</Description>
|
|
|
|
|
|
<Copyright>Copyright (c) 2008-2018 Grigory Chudov</Copyright>
|
|
|
|
|
|
<Authors>Grigory Chudov</Authors>
|
2008-12-07 23:48:58 +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-12-07 23:48:58 +00:00
|
|
|
|
</PropertyGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
|
<Private>False</Private>
|
2008-12-07 23:48:58 +00:00
|
|
|
|
</ProjectReference>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
2018-03-23 19:26:26 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2011-10-24 11:38:10 +00:00
|
|
|
|
<ItemGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<ProjectReference Include="..\CUETools.AccurateRip\CUETools.AccurateRip.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\CUETools.CDImage\CUETools.CDImage.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\CUETools.Codecs\CUETools.Codecs.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\CUETools.Compression\CUETools.Compression.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\CUETools.CTDB\CUETools.CTDB.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\CUETools.Ripper\CUETools.Ripper.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Freedb\Freedb.csproj" />
|
2018-03-11 21:35:46 -04:00
|
|
|
|
<ProjectReference Include="..\ThirdParty\taglib-sharp\src\taglib-sharp.csproj">
|
|
|
|
|
|
<Private>true</Private>
|
|
|
|
|
|
</ProjectReference>
|
2011-10-24 11:38:10 +00:00
|
|
|
|
</ItemGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
|
|
|
|
|
|
</Project>
|