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>
|
|
|
|
|
|
<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" />
|
|
|
|
|
|
<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-10-13 19:25:11 +00:00
|
|
|
|
<Compile Include="frmFilenameCorrector.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="frmFilenameCorrector.Designer.cs">
|
|
|
|
|
|
<DependentUpon>frmFilenameCorrector.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>
|
2008-10-13 19:25:11 +00:00
|
|
|
|
<EmbeddedResource Include="frmFilenameCorrector.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmFilenameCorrector.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2008-11-12 05:45:48 +00:00
|
|
|
|
<EmbeddedResource Include="frmPassword.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>frmPassword.cs</DependentUpon>
|
|
|
|
|
|
</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-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>
|
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>
|
|
|
|
|
|
<Content Include="Resources\cue.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" />
|
|
|
|
|
|
</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>
|