2015-10-05 20:27:44 +01:00
|
|
|
<?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>
|
|
|
|
|
</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" />
|
2015-10-19 01:46:06 +01:00
|
|
|
<Compile Include="SCSI\Inquiry.cs" />
|
|
|
|
|
<Compile Include="Blu-ray\BD.cs" />
|
2015-10-19 02:04:38 +01:00
|
|
|
<Compile Include="Floppy\Enums.cs" />
|
|
|
|
|
<Compile Include="Floppy\System3740.cs" />
|
|
|
|
|
<Compile Include="Floppy\System34.cs" />
|
|
|
|
|
<Compile Include="Floppy\Perpendicular.cs" />
|
|
|
|
|
<Compile Include="Floppy\ISO.cs" />
|
|
|
|
|
<Compile Include="Floppy\Apple2.cs" />
|
|
|
|
|
<Compile Include="Floppy\AppleSony.cs" />
|
|
|
|
|
<Compile Include="Floppy\Commodore.cs" />
|
|
|
|
|
<Compile Include="Floppy\Amiga.cs" />
|
2015-10-19 02:28:40 +01:00
|
|
|
<Compile Include="DVD\Enums.cs" />
|
|
|
|
|
<Compile Include="DVD\PFI.cs" />
|
|
|
|
|
<Compile Include="DVD\DMI.cs" />
|
|
|
|
|
<Compile Include="DVD\BCA.cs" />
|
|
|
|
|
<Compile Include="DVD\DDS.cs" />
|
|
|
|
|
<Compile Include="DVD\RMD.cs" />
|
|
|
|
|
<Compile Include="DVD\Spare.cs" />
|
|
|
|
|
<Compile Include="DVD\PRI.cs" />
|
|
|
|
|
<Compile Include="DVD\UDI.cs" />
|
|
|
|
|
<Compile Include="DVD\ADIP.cs" />
|
|
|
|
|
<Compile Include="DVD\Layers.cs" />
|
|
|
|
|
<Compile Include="DVD\AACS.cs" />
|
|
|
|
|
<Compile Include="DVD\CSS&CPRM.cs" />
|
|
|
|
|
<Compile Include="DVD\CPRM.cs" />
|
|
|
|
|
<Compile Include="DVD\Cartridge.cs" />
|
2015-10-19 02:40:30 +01:00
|
|
|
<Compile Include="CD\TOC.cs" />
|
|
|
|
|
<Compile Include="CD\Session.cs" />
|
|
|
|
|
<Compile Include="CD\FullTOC.cs" />
|
|
|
|
|
<Compile Include="CD\PMA.cs" />
|
|
|
|
|
<Compile Include="CD\ATIP.cs" />
|
|
|
|
|
<Compile Include="CD\Enums.cs" />
|
|
|
|
|
<Compile Include="CD\CDTextOnLeadIn.cs" />
|
2015-10-19 02:59:32 +01:00
|
|
|
<Compile Include="SCSI\MMC\AACS.cs" />
|
|
|
|
|
<Compile Include="SCSI\MMC\CPRM.cs" />
|
|
|
|
|
<Compile Include="SCSI\MMC\Enums.cs" />
|
|
|
|
|
<Compile Include="SCSI\MMC\Hybrid.cs" />
|
|
|
|
|
<Compile Include="SCSI\MMC\WriteProtect.cs" />
|
|
|
|
|
<Compile Include="SCSI\MMC\DiscInformation.cs" />
|
|
|
|
|
<Compile Include="SCSI\MMC\TrackInformation.cs" />
|
|
|
|
|
<Compile Include="SCSI\MMC\OPW.cs" />
|
|
|
|
|
<Compile Include="SCSI\Enums.cs" />
|
|
|
|
|
<Compile Include="SCSI\VendorString.cs" />
|
2015-10-19 03:17:03 +01:00
|
|
|
<Compile Include="ATA\Identify.cs" />
|
2015-10-19 04:32:16 +01:00
|
|
|
<Compile Include="SCSI\EVPD.cs" />
|
2015-10-05 20:27:44 +01:00
|
|
|
</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>
|
2015-10-18 22:04:03 +01:00
|
|
|
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">
|
|
|
|
|
<Project>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</Project>
|
|
|
|
|
<Name>DiscImageChef.Console</Name>
|
|
|
|
|
</ProjectReference>
|
2015-10-05 20:27:44 +01:00
|
|
|
</ItemGroup>
|
2015-10-19 01:46:06 +01:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="SCSI\" />
|
|
|
|
|
<Folder Include="ATA\" />
|
|
|
|
|
<Folder Include="Blu-ray\" />
|
|
|
|
|
<Folder Include="DVD\" />
|
|
|
|
|
<Folder Include="SCSI\MMC\" />
|
|
|
|
|
<Folder Include="CD\" />
|
|
|
|
|
<Folder Include="Floppy\" />
|
|
|
|
|
</ItemGroup>
|
2015-10-19 02:04:38 +01:00
|
|
|
<ProjectExtensions>
|
|
|
|
|
<MonoDevelop>
|
|
|
|
|
<Properties>
|
|
|
|
|
<Policies>
|
|
|
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
|
|
|
|
|
</Policies>
|
|
|
|
|
</Properties>
|
|
|
|
|
</MonoDevelop>
|
|
|
|
|
</ProjectExtensions>
|
2015-10-05 20:27:44 +01:00
|
|
|
</Project>
|