This commit is contained in:
chudov
2008-12-07 23:59:48 +00:00
parent 6d69df61ae
commit 1c5111636a
3 changed files with 8 additions and 12 deletions

View File

@@ -7,8 +7,8 @@
<ProjectGuid>{9253A314-1821-42BF-B02F-2BF986B1765D}</ProjectGuid> <ProjectGuid>{9253A314-1821-42BF-B02F-2BF986B1765D}</ProjectGuid>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CUERipper</RootNamespace> <RootNamespace>CUETools.ConsoleRipper</RootNamespace>
<AssemblyName>CUERipper</AssemblyName> <AssemblyName>CUETools.ConsoleRipper</AssemblyName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@@ -97,10 +97,6 @@
<Project>{8CF07381-BEA2-4AFC-B3DD-9B2F21C65A3A}</Project> <Project>{8CF07381-BEA2-4AFC-B3DD-9B2F21C65A3A}</Project>
<Name>CUETools.Ripper.SCSI</Name> <Name>CUETools.Ripper.SCSI</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\CUETools.Codecs.FLAC\CUETools.Codecs.FLAC.vcproj">
<Project>{E70FA90A-7012-4A52-86B5-362B699D1540}</Project>
<Name>FLACDotNet</Name>
</ProjectReference>
<ProjectReference Include="..\MusicBrainz\MusicBrainz.csproj"> <ProjectReference Include="..\MusicBrainz\MusicBrainz.csproj">
<Project>{74C2036B-2C9B-4FC8-B7BD-AE81A8DCE533}</Project> <Project>{74C2036B-2C9B-4FC8-B7BD-AE81A8DCE533}</Project>
<Name>MusicBrainz</Name> <Name>MusicBrainz</Name>

View File

@@ -30,7 +30,7 @@ using CUETools.AccurateRip;
//using FLACDotNet; //using FLACDotNet;
using MusicBrainz; using MusicBrainz;
namespace CUERipper namespace CUETools.ConsoleRipper
{ {
class ProgressMeter class ProgressMeter
{ {

View File

@@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("CUETools.Ripper.Console")] [assembly: AssemblyTitle("CUETools.ConsoleRipper")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("CUETools.Ripper.Console")] [assembly: AssemblyProduct("CUETools.ConsoleRipper")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2008")] [assembly: AssemblyCopyright("Copyright © Gregory S. Chudov 2008")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.9.3.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.9.3.0")]