2018-03-11 17:07:48 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2011-11-15 10:56:49 +00:00
|
|
|
|
<PropertyGroup>
|
2018-10-21 14:12:05 -04:00
|
|
|
|
<TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks>
|
2021-04-28 21:40:15 +02:00
|
|
|
|
<Version>2.1.9.0</Version>
|
2011-11-15 10:56:49 +00:00
|
|
|
|
<AssemblyName>CUETools.CTDB.Converter</AssemblyName>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<RootNamespace>CUETools.CTDB.Converter</RootNamespace>
|
|
|
|
|
|
<Product>CUETools</Product>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
|
<Description>A tool for CTDB database files conversion.</Description>
|
2021-01-05 20:19:53 +01:00
|
|
|
|
<Copyright>Copyright (c) 2008-2021 Grigory Chudov</Copyright>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Authors>Grigory Chudov</Authors>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<OutputPath>..\bin\$(Configuration)\</OutputPath>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/gchudov/cuetools.net</RepositoryUrl>
|
|
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
|
|
<Company />
|
2011-11-15 10:56:49 +00:00
|
|
|
|
</PropertyGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
|
<Private>False</Private>
|
2011-11-15 10:56:49 +00:00
|
|
|
|
</ProjectReference>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\CUETools.Parity\CUETools.Parity.csproj" />
|
2011-11-15 10:56:49 +00:00
|
|
|
|
</ItemGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
|
|
|
|
|
|
</Project>
|