2011-10-23 22:50:33 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
2008-11-04 01:14:25 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2010-02-23 15:15:08 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2008-11-04 01:14:25 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{6458A13A-30EF-45A9-9D58-E5031B17BEE2}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2008-11-28 22:17:27 +00:00
|
|
|
|
<RootNamespace>CUETools.Codecs</RootNamespace>
|
|
|
|
|
|
<AssemblyName>CUETools.Codecs</AssemblyName>
|
2010-02-08 08:36:26 +00:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
|
</FileUpgradeFlags>
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
2010-02-08 08:36:26 +00:00
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
|
</UpgradeBackupLocation>
|
2010-03-20 07:09:07 +00:00
|
|
|
|
<SignAssembly>false</SignAssembly>
|
|
|
|
|
|
<AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</AssemblyOriginatorKeyFile>
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2008-11-04 01:14:25 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
2010-02-23 15:15:08 +00:00
|
|
|
|
<OutputPath>..\bin\Debug\</OutputPath>
|
2008-11-04 01:14:25 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2009-08-30 21:58:54 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2008-11-04 01:14:25 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
2010-02-08 05:06:48 +00:00
|
|
|
|
<OutputPath>..\bin\Release\</OutputPath>
|
2008-11-04 01:14:25 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2009-06-24 19:40:23 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2008-11-04 01:14:25 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2011-10-24 00:13:35 +00:00
|
|
|
|
<Compile Include="AudioBuffer.cs" />
|
|
|
|
|
|
<Compile Include="AudioDecoderClass.cs" />
|
2013-04-01 23:03:22 -04:00
|
|
|
|
<Compile Include="AudioEncoderSettings.cs" />
|
2011-10-24 00:13:35 +00:00
|
|
|
|
<Compile Include="AudioPCMConfig.cs" />
|
|
|
|
|
|
<Compile Include="AudioPipe.cs" />
|
|
|
|
|
|
<Compile Include="AudioSamples.cs" />
|
2009-08-30 21:58:54 +00:00
|
|
|
|
<Compile Include="BitReader.cs" />
|
|
|
|
|
|
<Compile Include="BitWriter.cs" />
|
2011-10-24 00:13:35 +00:00
|
|
|
|
<Compile Include="CRC\CRC16.cs" />
|
|
|
|
|
|
<Compile Include="CRC\CRC16CCITT.cs" />
|
|
|
|
|
|
<Compile Include="CRC\CRC32.cs" />
|
|
|
|
|
|
<Compile Include="CRC\CRC8.cs" />
|
2013-06-11 21:19:48 -04:00
|
|
|
|
<Compile Include="CUEToolsCodecsConfig.cs" />
|
2013-06-05 03:02:43 -04:00
|
|
|
|
<Compile Include="CUEToolsFormat.cs" />
|
|
|
|
|
|
<Compile Include="CUEToolsTagger.cs" />
|
|
|
|
|
|
<Compile Include="CUEToolsUDC.cs" />
|
|
|
|
|
|
<Compile Include="CUEToolsUDCList.cs" />
|
2011-10-24 00:13:35 +00:00
|
|
|
|
<Compile Include="CyclicBuffer.cs" />
|
|
|
|
|
|
<Compile Include="CyclicBufferInputStream.cs" />
|
|
|
|
|
|
<Compile Include="CyclicBufferOutputStream.cs" />
|
2013-06-23 23:12:47 -04:00
|
|
|
|
<Compile Include="DefaultValueForMode.cs" />
|
2011-10-24 00:13:35 +00:00
|
|
|
|
<Compile Include="DummyWriter.cs" />
|
|
|
|
|
|
<Compile Include="IAudioDest.cs" />
|
|
|
|
|
|
<Compile Include="AudioEncoderClass.cs" />
|
|
|
|
|
|
<Compile Include="IAudioFilter.cs" />
|
|
|
|
|
|
<Compile Include="IAudioSource.cs" />
|
|
|
|
|
|
<Compile Include="IWavePlayer.cs" />
|
|
|
|
|
|
<Compile Include="SRDescriptionAttribute.cs" />
|
2009-08-30 21:58:54 +00:00
|
|
|
|
<Compile Include="LPC.cs" />
|
2011-10-24 00:13:35 +00:00
|
|
|
|
<Compile Include="LpcContext.cs" />
|
|
|
|
|
|
<Compile Include="NullStream.cs" />
|
|
|
|
|
|
<Compile Include="PlaybackState.cs" />
|
2008-11-04 01:14:25 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2011-10-24 00:13:35 +00:00
|
|
|
|
<Compile Include="SilenceGenerator.cs" />
|
2013-04-08 23:11:03 -04:00
|
|
|
|
<Compile Include="UserDefinedEncoderSettings.cs" />
|
2011-10-24 00:13:35 +00:00
|
|
|
|
<Compile Include="UserDefinedReader.cs" />
|
|
|
|
|
|
<Compile Include="UserDefinedWriter.cs" />
|
|
|
|
|
|
<Compile Include="WAVReader.cs" />
|
|
|
|
|
|
<Compile Include="WAVWriter.cs" />
|
2013-04-07 20:41:58 -04:00
|
|
|
|
<Compile Include="WAVWriterSettings.cs" />
|
2008-11-04 01:14:25 +00:00
|
|
|
|
</ItemGroup>
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
</ItemGroup>
|
2011-10-24 00:13:35 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="License.txt" />
|
|
|
|
|
|
</ItemGroup>
|
2008-11-04 01:14:25 +00:00
|
|
|
|
<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.
|
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
-->
|
|
|
|
|
|
</Project>
|