CUETools.Codecs.LossyWAV: split classes into separate files.

This commit is contained in:
karamanolev
2011-10-24 15:12:26 +00:00
parent 426f733d19
commit 524befe7b9
8 changed files with 1021 additions and 1001 deletions

View File

@@ -62,7 +62,11 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="LossyWAV.cs" />
<Compile Include="analysis_rec.cs" />
<Compile Include="channel_rec.cs" />
<Compile Include="fft_results_rec.cs" />
<Compile Include="LossyWAVReader.cs" />
<Compile Include="LossyWAVWriter.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
@@ -88,6 +92,9 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="License.txt" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.