mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
52 lines
2.1 KiB
XML
52 lines
2.1 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<PropertyGroup>
|
||
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
||
|
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
|
<ProjectGuid>{0C4645BE-7413-43FC-8856-1ECF1A790FF8}</ProjectGuid>
|
||
|
|
<OutputType>Exe</OutputType>
|
||
|
|
<RootNamespace>SetPictures</RootNamespace>
|
||
|
|
<AssemblyName>SetPictures</AssemblyName>
|
||
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
|
<DebugSymbols>true</DebugSymbols>
|
||
|
|
<DebugType>full</DebugType>
|
||
|
|
<Optimize>true</Optimize>
|
||
|
|
<OutputPath>.</OutputPath>
|
||
|
|
<ErrorReport>prompt</ErrorReport>
|
||
|
|
<WarningLevel>4</WarningLevel>
|
||
|
|
<Commandlineparameters>../tests/samples/sample_v2_only.mp3 covers/sample_a.png covers/sample_b.jpg</Commandlineparameters>
|
||
|
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
||
|
|
<Execution>
|
||
|
|
<Execution clr-version="Net_2_0" />
|
||
|
|
</Execution>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
|
<DebugType>none</DebugType>
|
||
|
|
<Optimize>true</Optimize>
|
||
|
|
<OutputPath>.</OutputPath>
|
||
|
|
<ErrorReport>prompt</ErrorReport>
|
||
|
|
<WarningLevel>4</WarningLevel>
|
||
|
|
<Commandlineparameters>../tests/samples/sample_v2_only.mp3 covers/sample_a.png covers/sample_b.jpg</Commandlineparameters>
|
||
|
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
||
|
|
<Execution>
|
||
|
|
<Execution clr-version="Net_2_0" />
|
||
|
|
</Execution>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Include="SetPictures.cs" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\src\taglib-sharp.csproj">
|
||
|
|
<Project>{6B143A39-C7B2-4743-9917-92262C60E9A6}</Project>
|
||
|
|
<Name>taglib-sharp</Name>
|
||
|
|
</ProjectReference>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Reference Include="System" />
|
||
|
|
</ItemGroup>
|
||
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||
|
|
</Project>
|