Files
cuetools.net/CUETools.Flake/CUETools.Flake.csproj

32 lines
1.1 KiB
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2009-08-21 03:26:12 +00:00
<PropertyGroup>
<TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks>
<Version>2.1.9.0</Version>
2009-08-21 03:26:12 +00:00
<AssemblyName>CUETools.Flake</AssemblyName>
<RootNamespace>CUETools.Flake</RootNamespace>
<Product>CUETools</Product>
<OutputType>Exe</OutputType>
<Description>A tool for encoding and decoding FLAC.</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 />
2009-08-21 03:26:12 +00:00
</PropertyGroup>
<ItemDefinitionGroup>
<ProjectReference>
2010-02-08 05:06:48 +00:00
<Private>False</Private>
2009-08-21 03:26:12 +00:00
</ProjectReference>
</ItemDefinitionGroup>
2011-10-23 22:50:33 +00:00
<ItemGroup>
<ProjectReference Include="..\CUETools.Codecs.Flake\CUETools.Codecs.Flake.csproj" />
<ProjectReference Include="..\CUETools.Codecs\CUETools.Codecs.csproj" />
2011-10-23 22:50:33 +00:00
</ItemGroup>
</Project>