2008-10-13 19:25:11 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{EF351583-A9CD-4530-92C3-20AC02136BC2}</ProjectGuid>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>JDP</RootNamespace>
|
|
|
|
|
|
<AssemblyName>CUETools</AssemblyName>
|
2009-02-22 07:47:56 +00:00
|
|
|
|
<ApplicationIcon>Resources\cue.ico</ApplicationIcon>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<OutputPath>..\bin\win32\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
|
<OutputPath>..\bin\win32\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2008-10-20 06:38:33 +00:00
|
|
|
|
<CodeAnalysisRules>
|
|
|
|
|
|
</CodeAnalysisRules>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<OutputPath>..\bin\x64\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
|
|
|
|
<OutputPath>..\bin\x64\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2009-03-22 16:59:05 +00:00
|
|
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<HintPath>..\CUETools.Processor\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
<Reference Include="System" />
|
2008-10-22 11:45:53 +00:00
|
|
|
|
<Reference Include="System.Data" />
|
2008-10-13 19:25:11 +00:00
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
|
<Reference Include="System.Drawing" />
|
2009-03-22 16:59:05 +00:00
|
|
|
|
<Reference Include="System.Runtime.Remoting" />
|
2008-10-13 19:25:11 +00:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2008-10-22 11:45:53 +00:00
|
|
|
|
<Compile Include="frmAbout.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="frmAbout.Designer.cs">
|
|
|
|
|
|
<DependentUpon>frmAbout.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
<Compile Include="frmBatch.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="frmBatch.Designer.cs">
|
|
|
|
|
|
<DependentUpon>frmBatch.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2009-01-17 04:09:38 +00:00
|
|
|
|
<Compile Include="frmChoice.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="frmChoice.Designer.cs">
|
|
|
|
|
|
<DependentUpon>frmChoice.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2008-11-12 05:45:48 +00:00
|
|
|
|
<Compile Include="frmPassword.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="frmPassword.Designer.cs">
|
|
|
|
|
|
<DependentUpon>frmPassword.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
<Compile Include="frmReport.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="frmReport.Designer.cs">
|
|
|
|
|
|
<DependentUpon>frmReport.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="frmSettings.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="frmSettings.Designer.cs">
|
|
|
|
|
|
<DependentUpon>frmSettings.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="frmCUETools.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="frmCUETools.Designer.cs">
|
|
|
|
|
|
<DependentUpon>frmCUETools.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2009-02-27 14:51:45 +00:00
|
|
|
|
<EmbeddedResource Include="frmAbout.de-DE.resx">
|
|
|
|
|
|
<DependentUpon>frmAbout.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2008-10-22 11:45:53 +00:00
|
|
|
|
<EmbeddedResource Include="frmAbout.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmAbout.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="frmAbout.ru-RU.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmAbout.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
<EmbeddedResource Include="frmBatch.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmBatch.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2009-02-27 15:07:21 +00:00
|
|
|
|
<EmbeddedResource Include="frmChoice.de-DE.resx">
|
|
|
|
|
|
<DependentUpon>frmChoice.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2009-01-17 04:09:38 +00:00
|
|
|
|
<EmbeddedResource Include="frmChoice.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmChoice.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="frmCUETools.de-DE.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmCUETools.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
<EmbeddedResource Include="frmCUETools.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmCUETools.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2008-10-20 05:14:57 +00:00
|
|
|
|
<EmbeddedResource Include="frmCUETools.ru-RU.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmCUETools.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2009-02-27 15:15:37 +00:00
|
|
|
|
<EmbeddedResource Include="frmPassword.de-DE.resx">
|
|
|
|
|
|
<DependentUpon>frmPassword.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2008-11-12 05:45:48 +00:00
|
|
|
|
<EmbeddedResource Include="frmPassword.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmPassword.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2009-02-27 15:15:37 +00:00
|
|
|
|
<EmbeddedResource Include="frmReport.de-DE.resx">
|
|
|
|
|
|
<DependentUpon>frmReport.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
<EmbeddedResource Include="frmReport.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmReport.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2009-01-17 04:09:38 +00:00
|
|
|
|
<EmbeddedResource Include="frmSettings.de-DE.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmSettings.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
<EmbeddedResource Include="frmSettings.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmSettings.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2008-10-20 05:14:57 +00:00
|
|
|
|
<EmbeddedResource Include="frmSettings.ru-RU.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmSettings.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
|
</Compile>
|
2008-10-20 06:38:33 +00:00
|
|
|
|
<Compile Include="Settings.cs" />
|
2008-10-13 19:25:11 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2009-03-22 16:59:05 +00:00
|
|
|
|
<ProjectReference Include="..\..\taglib-sharp\taglib-sharp.csproj">
|
|
|
|
|
|
<Project>{4CC18776-125E-4318-9D24-D60110AD9697}</Project>
|
|
|
|
|
|
<Name>taglib-sharp</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\CUEControls\CUEControls.csproj">
|
|
|
|
|
|
<Project>{CA4D64E6-6544-4A29-8BA5-7DB08D50D072}</Project>
|
|
|
|
|
|
<Name>CUEControls</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\CUETools.AccurateRip\CUETools.AccurateRip.csproj">
|
|
|
|
|
|
<Project>{5802C7E9-157E-4124-946D-70B5AE48A5A1}</Project>
|
|
|
|
|
|
<Name>CUETools.AccurateRip</Name>
|
|
|
|
|
|
</ProjectReference>
|
2009-02-22 07:47:56 +00:00
|
|
|
|
<ProjectReference Include="..\CUETools.CDImage\CUETools.CDImage.csproj">
|
|
|
|
|
|
<Project>{1DD41038-D885-46C5-8DDE-E0B82F066584}</Project>
|
|
|
|
|
|
<Name>CUETools.CDImage</Name>
|
|
|
|
|
|
</ProjectReference>
|
2009-03-22 16:59:05 +00:00
|
|
|
|
<ProjectReference Include="..\CUETools.Codecs\CUETools.Codecs.csproj">
|
|
|
|
|
|
<Project>{6458A13A-30EF-45A9-9D58-E5031B17BEE2}</Project>
|
|
|
|
|
|
<Name>CUETools.Codecs</Name>
|
|
|
|
|
|
</ProjectReference>
|
2008-12-07 23:50:53 +00:00
|
|
|
|
<ProjectReference Include="..\CUETools.Processor\CUETools.Processor.csproj">
|
2008-10-17 20:23:33 +00:00
|
|
|
|
<Project>{4911BD82-49EF-4858-8B51-5394F86739A4}</Project>
|
2008-11-28 22:20:17 +00:00
|
|
|
|
<Name>CUETools.Processor</Name>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
</ProjectReference>
|
2009-01-17 04:09:38 +00:00
|
|
|
|
<ProjectReference Include="..\Freedb\Freedb.csproj">
|
|
|
|
|
|
<Project>{5ADCFD6D-BFEA-4B10-BB45-9083BBB56AF4}</Project>
|
|
|
|
|
|
<Name>Freedb</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\MusicBrainz\MusicBrainz.csproj">
|
|
|
|
|
|
<Project>{74C2036B-2C9B-4FC8-B7BD-AE81A8DCE533}</Project>
|
|
|
|
|
|
<Name>MusicBrainz</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\freedb.gif" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\musicbrainz.ico" />
|
2008-10-13 19:25:11 +00:00
|
|
|
|
</ItemGroup>
|
2009-02-22 07:47:56 +00:00
|
|
|
|
<ItemGroup>
|
2009-03-22 16:59:05 +00:00
|
|
|
|
<None Include="Resources\accuraterip.jpg" />
|
|
|
|
|
|
<Content Include="Resources\accuraterip_16.bmp" />
|
2009-05-01 15:16:26 +00:00
|
|
|
|
<None Include="Resources\ape.ico" />
|
2009-03-22 16:59:05 +00:00
|
|
|
|
<Content Include="Resources\AR.ico" />
|
2009-05-01 15:16:26 +00:00
|
|
|
|
<Content Include="Resources\cd2.png" />
|
|
|
|
|
|
<None Include="Resources\cog.ico" />
|
2009-02-22 07:47:56 +00:00
|
|
|
|
<Content Include="Resources\cue.ico" />
|
2009-05-01 15:16:26 +00:00
|
|
|
|
<None Include="Resources\cue2.ico" />
|
|
|
|
|
|
<None Include="Resources\cue3.ico" />
|
2009-02-23 03:59:50 +00:00
|
|
|
|
<Content Include="Resources\cue_32.ico" />
|
2009-02-22 07:47:56 +00:00
|
|
|
|
<Content Include="Resources\eac.ico" />
|
2009-03-22 16:59:05 +00:00
|
|
|
|
<Content Include="Resources\flac.ico" />
|
2009-05-01 15:16:26 +00:00
|
|
|
|
<None Include="Resources\freedb.ico" />
|
2009-03-22 16:59:05 +00:00
|
|
|
|
<Content Include="Resources\icon-wv.png" />
|
2009-05-01 15:16:26 +00:00
|
|
|
|
<None Include="Resources\cuetools.icl" />
|
|
|
|
|
|
<None Include="Resources\settings.ico" />
|
|
|
|
|
|
<None Include="Resources\information.ico" />
|
|
|
|
|
|
<None Include="Resources\info2.bmp" />
|
|
|
|
|
|
<None Include="Resources\information.png" />
|
|
|
|
|
|
<None Include="Resources\ipod_sound.ico" />
|
|
|
|
|
|
<None Include="Resources\ogg.ico" />
|
|
|
|
|
|
<None Include="Resources\mp3.ico" />
|
2009-03-22 16:59:05 +00:00
|
|
|
|
<Content Include="Resources\wav.bmp" />
|
2009-05-01 15:16:26 +00:00
|
|
|
|
<None Include="Resources\wv.ico" />
|
|
|
|
|
|
<None Include="Resources\wave.ico" />
|
|
|
|
|
|
<None Include="Resources\tta.ico" />
|
2009-02-22 07:47:56 +00:00
|
|
|
|
</ItemGroup>
|
2008-10-13 19:25:11 +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>
|