mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +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="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<PropertyGroup>
|
||
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
||
|
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
|
<ProjectGuid>{0BEB3088-B634-4289-AE17-CDF2D25D00D5}</ProjectGuid>
|
||
|
|
<OutputType>Library</OutputType>
|
||
|
|
<RootNamespace>DiscImageChef.Decoders</RootNamespace>
|
||
|
|
<AssemblyName>DiscImageChef.Decoders</AssemblyName>
|
||
|
|
<ReleaseVersion>2.2</ReleaseVersion>
|
||
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
|
<DebugSymbols>true</DebugSymbols>
|
||
|
|
<DebugType>full</DebugType>
|
||
|
|
<Optimize>false</Optimize>
|
||
|
|
<OutputPath>bin\Debug</OutputPath>
|
||
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
||
|
|
<ErrorReport>prompt</ErrorReport>
|
||
|
|
<WarningLevel>4</WarningLevel>
|
||
|
|
<ConsolePause>false</ConsolePause>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
|
<DebugType>full</DebugType>
|
||
|
|
<Optimize>true</Optimize>
|
||
|
|
<OutputPath>bin\Release</OutputPath>
|
||
|
|
<ErrorReport>prompt</ErrorReport>
|
||
|
|
<WarningLevel>4</WarningLevel>
|
||
|
|
<ConsolePause>false</ConsolePause>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Reference Include="System" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
|
<Compile Include="BD.cs" />
|
||
|
|
<Compile Include="CD.cs" />
|
||
|
|
<Compile Include="DVD.cs" />
|
||
|
|
<Compile Include="Floppy.cs" />
|
||
|
|
<Compile Include="MMC.cs" />
|
||
|
|
<Compile Include="SCSI.cs" />
|
||
|
|
</ItemGroup>
|
||
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\DiscImageChef.Helpers\DiscImageChef.Helpers.csproj">
|
||
|
|
<Project>{F8BDF57B-1571-4CD0-84B3-B422088D359A}</Project>
|
||
|
|
<Name>DiscImageChef.Helpers</Name>
|
||
|
|
</ProjectReference>
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|