Files
cuetools.net/CUETools.Processor/CUETools.Processor.csproj

43 lines
1.7 KiB
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2008-12-07 23:48:58 +00:00
<PropertyGroup>
<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>
<RootNamespace>CUETools.Processor</RootNamespace>
<Product>CUETools</Product>
<Description>A library for working with CUE Sheets and CD images.</Description>
<Copyright>Copyright (c) 2008-2021 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
2008-12-07 23:48:58 +00:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<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>
<ItemDefinitionGroup>
<ProjectReference>
<Private>False</Private>
2008-12-07 23:48:58 +00:00
</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>