mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 10:04:24 +00:00
- Substitute occurrences of "2.1.8" with "2.1.9" using: git grep -I -l -e '2\.1\.8' | xargs \ sed -b -i -e 's/2\.1\.8/2\.1\.9/g'
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.9.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-2021 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>
|