Calculating CRC32 with offsets and fast

This commit is contained in:
chudov
2010-02-09 07:40:37 +00:00
parent f23ea0811b
commit 6d5e0602bd
9 changed files with 269 additions and 835 deletions

View File

@@ -67,12 +67,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AudioReadWrite.cs" />
<Compile Include="frmProperties.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmProperties.Designer.cs">
<DependentUpon>frmProperties.cs</DependentUpon>
</Compile>
<Compile Include="Processor.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Settings.cs" />
@@ -113,12 +107,6 @@
<Name>MusicBrainz</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="frmProperties.resx">
<SubType>Designer</SubType>
<DependentUpon>frmProperties.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>