mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
26 lines
890 B
XML
26 lines
890 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net40;net20;netstandard2.0</TargetFrameworks>
|
|
<Version>2.1.6.0</Version>
|
|
<AssemblyName>CUETools.CTDB.Types</AssemblyName>
|
|
<RootNamespace>CUETools.CTDB</RootNamespace>
|
|
<Product>CUETools</Product>
|
|
<Description>A library containing serializable types for accessing CUETools Database.</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>
|
|
|
|
</Project>
|