mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Processor: split classes into separate files.
This commit is contained in:
@@ -72,12 +72,44 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ArchiveFileAbstraction.cs" />
|
||||
<Compile Include="AudioEncoderType.cs" />
|
||||
<Compile Include="AudioReadWrite.cs" />
|
||||
<Compile Include="CUEAction.cs" />
|
||||
<Compile Include="CUEConfig.cs" />
|
||||
<Compile Include="CUEConfigAdvanced.cs" />
|
||||
<Compile Include="CUELine.cs" />
|
||||
<Compile Include="CUEMetadata.cs" />
|
||||
<Compile Include="Processor.cs" />
|
||||
<Compile Include="CUEMetadataEntry.cs" />
|
||||
<Compile Include="CUEProcessorPlugins.cs" />
|
||||
<Compile Include="CUESheet.cs" />
|
||||
<Compile Include="CUESheetAudio.cs" />
|
||||
<Compile Include="CUEStyle.cs" />
|
||||
<Compile Include="CUEToolsFormat.cs" />
|
||||
<Compile Include="CUEToolsLocalDB.cs" />
|
||||
<Compile Include="CUEToolsLocalDBEntry.cs" />
|
||||
<Compile Include="CUEToolsProfile.cs" />
|
||||
<Compile Include="CUEToolsProgressEventArgs.cs" />
|
||||
<Compile Include="CUEToolsScript.cs" />
|
||||
<Compile Include="CUEToolsSelectionEventArgs.cs" />
|
||||
<Compile Include="CUEToolsSourceFile.cs" />
|
||||
<Compile Include="CUEToolsTagger.cs" />
|
||||
<Compile Include="CUEToolsUDC.cs" />
|
||||
<Compile Include="CUEToolsUDCList.cs" />
|
||||
<Compile Include="CUEToolsVerifyTask.cs" />
|
||||
<Compile Include="CUETrackMetadata.cs" />
|
||||
<Compile Include="FileGroupInfo.cs" />
|
||||
<Compile Include="FileGroupInfoType.cs" />
|
||||
<Compile Include="General.cs" />
|
||||
<Compile Include="IndexInfo.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Settings.cs" />
|
||||
<Compile Include="Settings\SettingsReader.cs" />
|
||||
<Compile Include="Settings\SettingsShared.cs" />
|
||||
<Compile Include="Settings\SettingsWriter.cs" />
|
||||
<Compile Include="SourceInfo.cs" />
|
||||
<Compile Include="StopException.cs" />
|
||||
<Compile Include="Tagging.cs" />
|
||||
<Compile Include="TrackInfo.cs" />
|
||||
<Compile Include="UserDefined.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -141,6 +173,9 @@
|
||||
<Install>false</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.
|
||||
|
||||
Reference in New Issue
Block a user