From 1f4f51b379ce9ee74605c5a542d77d3f58ffcf41 Mon Sep 17 00:00:00 2001 From: chudov Date: Fri, 28 Nov 2008 22:17:27 +0000 Subject: [PATCH] --- .../{AudioCodecsDotNet.csproj => CUETools.Codecs.csproj} | 6 +++--- AudioCodecsDotNet/{AudioCodecsDotNet.cs => Codecs.cs} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename AudioCodecsDotNet/{AudioCodecsDotNet.csproj => CUETools.Codecs.csproj} (95%) rename AudioCodecsDotNet/{AudioCodecsDotNet.cs => Codecs.cs} (95%) diff --git a/AudioCodecsDotNet/AudioCodecsDotNet.csproj b/AudioCodecsDotNet/CUETools.Codecs.csproj similarity index 95% rename from AudioCodecsDotNet/AudioCodecsDotNet.csproj rename to AudioCodecsDotNet/CUETools.Codecs.csproj index 9edac8d..9872662 100644 --- a/AudioCodecsDotNet/AudioCodecsDotNet.csproj +++ b/AudioCodecsDotNet/CUETools.Codecs.csproj @@ -7,8 +7,8 @@ {6458A13A-30EF-45A9-9D58-E5031B17BEE2} Library Properties - AudioCodecsDotNet - AudioCodecsDotNet + CUETools.Codecs + CUETools.Codecs true @@ -81,7 +81,7 @@ - + diff --git a/AudioCodecsDotNet/AudioCodecsDotNet.cs b/AudioCodecsDotNet/Codecs.cs similarity index 95% rename from AudioCodecsDotNet/AudioCodecsDotNet.cs rename to AudioCodecsDotNet/Codecs.cs index 5af594a..44f9d0e 100644 --- a/AudioCodecsDotNet/AudioCodecsDotNet.cs +++ b/AudioCodecsDotNet/Codecs.cs @@ -4,7 +4,7 @@ using System.Text; using System.Collections.Generic; using System.Collections.Specialized; -namespace AudioCodecsDotNet +namespace CUETools.Codecs { public interface IAudioSource {