Applied patches that are needed for CUETools to function with this version of taglib:

1) .iso.wv support
2) foobar2000 tag mapping
3) new tags for ReleaseDate, ReleaseCountry, DiscSubtitle, Publisher, CatalogNumber
4) Bugfixes
This commit is contained in:
chudov
2012-04-16 07:13:35 +00:00
parent 4fbfccd0d2
commit 773efab7eb
16 changed files with 792 additions and 24 deletions

View File

@@ -37,7 +37,7 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
@@ -48,6 +48,8 @@
<Execution clr-version="Net_2_0" />
</Execution>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />