mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
176 lines
7.1 KiB
XML
176 lines
7.1 KiB
XML
|
|
<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>
|
|||
|
|
</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>
|
|||
|
|
</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" />
|
|||
|
|
<Reference Include="System.Deployment" />
|
|||
|
|
<Reference Include="System.Drawing" />
|
|||
|
|
<Reference Include="System.Windows.Forms" />
|
|||
|
|
<Reference Include="System.Xml" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="AudioReadWrite.cs" />
|
|||
|
|
<Compile Include="frmBatch.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="frmBatch.Designer.cs">
|
|||
|
|
<DependentUpon>frmBatch.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="frmFilenameCorrector.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="frmFilenameCorrector.Designer.cs">
|
|||
|
|
<DependentUpon>frmFilenameCorrector.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<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="Main.cs" />
|
|||
|
|
<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" />
|
|||
|
|
<EmbeddedResource Include="frmBatch.resx">
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
<DependentUpon>frmBatch.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="frmCUETools.resx">
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
<DependentUpon>frmCUETools.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="frmFilenameCorrector.resx">
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
<DependentUpon>frmFilenameCorrector.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="frmReport.resx">
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
<DependentUpon>frmReport.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="frmSettings.resx">
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
<DependentUpon>frmSettings.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<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>
|
|||
|
|
<Compile Include="Settings.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\APEDotNet\APEDotNet.vcproj">
|
|||
|
|
<Project>{9AE965C4-301E-4C01-B90F-297AF341ACC6}</Project>
|
|||
|
|
<Name>APEDotNet</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\FLACDotNet\FLACDotNet.vcproj">
|
|||
|
|
<Project>{E70FA90A-7012-4A52-86B5-362B699D1540}</Project>
|
|||
|
|
<Name>FLACDotNet</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\WavPackDotNet\WavPackDotNet.vcproj">
|
|||
|
|
<Project>{CC2E74B6-534A-43D8-9F16-AC03FE955000}</Project>
|
|||
|
|
<Name>WavPackDotNet</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<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>
|