Use internal, faster, implementation of ADC, instead of external one.

This commit is contained in:
2021-10-17 04:52:28 +01:00
parent 9e5cee4245
commit ad89160e3c
4 changed files with 190 additions and 14 deletions

View File

@@ -59,10 +59,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System"/>
<Reference Include="System.Core"/>
<Reference Include="System.Data"/>
<Reference Include="System.Xml"/>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<PropertyGroup>
<DefaultItemExcludes>
@@ -70,6 +70,7 @@
</DefaultItemExcludes>
</PropertyGroup>
<ItemGroup>
<Compile Include="ADC.cs" />
<Compile Include="AppleRle.cs" />
<Compile Include="TeleDiskLzh.cs" />
<Compile Include="cuetools.net/CUETools.Codecs/*.cs" />