mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
43 lines
1.7 KiB
XML
43 lines
1.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net47;netstandard2.0</TargetFrameworks>
|
|
<Version>2.1.7.0</Version>
|
|
<AssemblyName>CUETools.Processor</AssemblyName>
|
|
<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>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<OutputPath>..\bin\$(Configuration)\</OutputPath>
|
|
<RepositoryUrl>https://github.com/gchudov/cuetools.net</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<Company />
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup>
|
|
<ProjectReference>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<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" />
|
|
<ProjectReference Include="..\ThirdParty\taglib-sharp\src\taglib-sharp.csproj">
|
|
<Private>true</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|