mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use internal, faster, implementation of ADC, instead of external one.
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user