Files
cuetools.net/CUETools.CDImage/CUETools.CDImage.csproj

20 lines
743 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
2018-03-11 19:17:57 -04:00
<Version>2.1.7.0</Version>
<AssemblyName>CUETools.CDImage</AssemblyName>
<RootNamespace>CUETools.CDImage</RootNamespace>
<Product>CUETools</Product>
<Description>A library for working with CD TOC.</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>
</Project>