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'
31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks>
|
|
<Version>2.1.9.0</Version>
|
|
<AssemblyName>CUETools.CTDB.Converter</AssemblyName>
|
|
<RootNamespace>CUETools.CTDB.Converter</RootNamespace>
|
|
<Product>CUETools</Product>
|
|
<OutputType>Exe</OutputType>
|
|
<Description>A tool for CTDB database files conversion.</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>
|
|
<ProjectReference Include="..\CUETools.Parity\CUETools.Parity.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|