2010-02-09 20:05:54 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
2010-02-09 20:05:54 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2010-05-18 17:18:37 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{A430AD28-B76A-4ED0-AF7D-D13B8969297F}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>CUETools.TestProcessor</RootNamespace>
|
|
|
|
|
|
<AssemblyName>CUETools.TestProcessor</AssemblyName>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
|
</FileUpgradeFlags>
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
|
</UpgradeBackupLocation>
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.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>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<OutputPath>..\..\bin\Debug\net40\</OutputPath>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2011-03-08 15:37:43 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
<Optimize>true</Optimize>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<OutputPath>..\..\bin\Release\net40\</OutputPath>
|
2011-03-08 15:37:43 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
|
<Private>True</Private>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2010-05-18 17:18:37 +00:00
|
|
|
|
<Compile Include="FileGroupInfoTest.cs" />
|
2010-02-09 20:05:54 +00:00
|
|
|
|
<Compile Include="ProcessorTest.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\CUETools.AccurateRip\CUETools.AccurateRip.csproj">
|
|
|
|
|
|
<Project>{5802C7E9-157E-4124-946D-70B5AE48A5A1}</Project>
|
|
|
|
|
|
<Name>CUETools.AccurateRip</Name>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Private>False</Private>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\..\CUETools.CDImage\CUETools.CDImage.csproj">
|
|
|
|
|
|
<Project>{1DD41038-D885-46C5-8DDE-E0B82F066584}</Project>
|
|
|
|
|
|
<Name>CUETools.CDImage</Name>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Private>False</Private>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
</ProjectReference>
|
2010-05-18 17:18:37 +00:00
|
|
|
|
<ProjectReference Include="..\..\CUETools.Codecs.LossyWAV\CUETools.Codecs.LossyWAV.csproj">
|
|
|
|
|
|
<Project>{8A0426FA-0BC2-4C49-A6E5-1F9A68156F19}</Project>
|
|
|
|
|
|
<Name>CUETools.Codecs.LossyWAV</Name>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Private>False</Private>
|
2010-05-18 17:18:37 +00:00
|
|
|
|
</ProjectReference>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
<ProjectReference Include="..\..\CUETools.Codecs\CUETools.Codecs.csproj">
|
|
|
|
|
|
<Project>{6458A13A-30EF-45A9-9D58-E5031B17BEE2}</Project>
|
|
|
|
|
|
<Name>CUETools.Codecs</Name>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Private>False</Private>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
</ProjectReference>
|
2010-05-18 17:18:37 +00:00
|
|
|
|
<ProjectReference Include="..\..\CUETools.Compression\CUETools.Compression.csproj">
|
|
|
|
|
|
<Project>{14EE067E-C218-4625-9540-2361AB27C4A6}</Project>
|
|
|
|
|
|
<Name>CUETools.Compression</Name>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\..\CUETools.CTDB.Types\CUETools.CTDB.Types.csproj">
|
|
|
|
|
|
<Project>{c36efaa5-4f81-4a29-800d-ba866ff13bc8}</Project>
|
|
|
|
|
|
<Name>CUETools.CTDB.Types</Name>
|
2010-05-18 17:18:37 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\..\CUETools.CTDB\CUETools.CTDB.csproj">
|
|
|
|
|
|
<Project>{AA2A9A7E-45FB-4632-AD85-85B0E556F818}</Project>
|
|
|
|
|
|
<Name>CUETools.CTDB</Name>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Private>False</Private>
|
2010-05-18 17:18:37 +00:00
|
|
|
|
</ProjectReference>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
<ProjectReference Include="..\..\CUETools.Processor\CUETools.Processor.csproj">
|
|
|
|
|
|
<Project>{4911BD82-49EF-4858-8B51-5394F86739A4}</Project>
|
|
|
|
|
|
<Name>CUETools.Processor</Name>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Private>False</Private>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
</ProjectReference>
|
2010-05-18 17:18:37 +00:00
|
|
|
|
<ProjectReference Include="..\..\CUETools.Ripper\CUETools.Ripper.csproj">
|
|
|
|
|
|
<Project>{D2700165-3E77-4B28-928D-551F5FC11954}</Project>
|
|
|
|
|
|
<Name>CUETools.Ripper</Name>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Private>False</Private>
|
2010-05-18 17:18:37 +00:00
|
|
|
|
</ProjectReference>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
<ProjectReference Include="..\..\Freedb\Freedb.csproj">
|
|
|
|
|
|
<Project>{5ADCFD6D-BFEA-4B10-BB45-9083BBB56AF4}</Project>
|
|
|
|
|
|
<Name>Freedb</Name>
|
2018-03-11 17:07:48 -04:00
|
|
|
|
<Private>False</Private>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
2011-10-23 22:50:33 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
<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>false</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
</ItemGroup>
|
2010-02-09 20:05:54 +00:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
|
|
|
|
|
</Project>
|