This commit is contained in:
chudov
2008-11-28 22:17:27 +00:00
parent 78b17dfbbe
commit 1f4f51b379
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@
<ProjectGuid>{6458A13A-30EF-45A9-9D58-E5031B17BEE2}</ProjectGuid> <ProjectGuid>{6458A13A-30EF-45A9-9D58-E5031B17BEE2}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AudioCodecsDotNet</RootNamespace> <RootNamespace>CUETools.Codecs</RootNamespace>
<AssemblyName>AudioCodecsDotNet</AssemblyName> <AssemblyName>CUETools.Codecs</AssemblyName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@@ -81,7 +81,7 @@
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="AudioCodecsDotNet.cs" /> <Compile Include="Codecs.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

View File

@@ -4,7 +4,7 @@ using System.Text;
using System.Collections.Generic; using System.Collections.Generic;
using System.Collections.Specialized; using System.Collections.Specialized;
namespace AudioCodecsDotNet namespace CUETools.Codecs
{ {
public interface IAudioSource public interface IAudioSource
{ {