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>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CUERipper</RootNamespace>
<AssemblyName>CUERipper</AssemblyName>
<RootNamespace>CUETools.ConsoleRipper</RootNamespace>
<AssemblyName>CUETools.ConsoleRipper</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -97,10 +97,6 @@
<Project>{8CF07381-BEA2-4AFC-B3DD-9B2F21C65A3A}</Project>
<Name>CUETools.Ripper.SCSI</Name>
</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">
<Project>{74C2036B-2C9B-4FC8-B7BD-AE81A8DCE533}</Project>
<Name>MusicBrainz</Name>

View File

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

View File

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