2017-12-19 03:50:57 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-27 14:43:48 +01:00
|
|
|
|
<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>{679659B8-25D0-4279-B632-56EF8F94ADC0}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>DiscImageChef.Core</RootNamespace>
|
|
|
|
|
|
<AssemblyName>DiscImageChef.Core</AssemblyName>
|
2017-12-24 05:45:43 +00:00
|
|
|
|
<ReleaseVersion>4.0.0.0</ReleaseVersion>
|
2017-05-27 14:43:48 +01:00
|
|
|
|
<SynchReleaseVersion>false</SynchReleaseVersion>
|
|
|
|
|
|
</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' ">
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
2017-05-27 15:24:07 +01:00
|
|
|
|
<Reference Include="System.Xml" />
|
2017-05-30 02:00:55 +01:00
|
|
|
|
<Reference Include="System.ValueTuple">
|
2017-10-12 17:07:08 +01:00
|
|
|
|
<HintPath>..\packages\System.ValueTuple.4.4.0\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll</HintPath>
|
2017-05-30 02:00:55 +01:00
|
|
|
|
</Reference>
|
2017-05-27 14:43:48 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2017-05-27 14:54:15 +01:00
|
|
|
|
<Compile Include="PluginBase.cs" />
|
2017-05-27 15:17:20 +01:00
|
|
|
|
<Compile Include="ImageFormat.cs" />
|
2017-05-27 15:24:07 +01:00
|
|
|
|
<Compile Include="Statistics.cs" />
|
2017-05-27 15:29:07 +01:00
|
|
|
|
<Compile Include="Checksum.cs" />
|
2017-05-27 15:42:00 +01:00
|
|
|
|
<Compile Include="Logging\IBGLog.cs" />
|
2017-05-27 15:54:03 +01:00
|
|
|
|
<Compile Include="Logging\MHDDLog.cs" />
|
2017-05-27 18:58:20 +01:00
|
|
|
|
<Compile Include="Devices\Scanning\ATA.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Scanning\SecureDigital.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Scanning\NVMe.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Scanning\SCSI.cs" />
|
2017-05-27 20:02:57 +01:00
|
|
|
|
<Compile Include="Devices\Dumping\ATA.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\NVMe.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\SCSI.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\SecureDigital.cs" />
|
|
|
|
|
|
<Compile Include="DataFile.cs" />
|
2017-05-27 20:11:33 +01:00
|
|
|
|
<Compile Include="Filesystems.cs" />
|
2017-05-27 22:30:02 +01:00
|
|
|
|
<Compile Include="Benchmark.cs" />
|
2017-05-28 00:31:46 +01:00
|
|
|
|
<Compile Include="Delegates.cs" />
|
2017-05-28 01:16:49 +01:00
|
|
|
|
<Compile Include="Devices\Scanning\ScanResults.cs" />
|
2017-05-28 21:01:17 +01:00
|
|
|
|
<Compile Include="Devices\Report\ATA.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\ATAPI.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\FireWire.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\USB.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\NVMe.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\SecureDigital.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\SCSI\MMC.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\SCSI\SSC.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\SCSI\General.cs" />
|
|
|
|
|
|
<Compile Include="Remote.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\PCMCIA.cs" />
|
2017-05-30 02:00:55 +01:00
|
|
|
|
<Compile Include="Devices\Reader.cs" />
|
|
|
|
|
|
<Compile Include="Devices\ReaderATA.cs" />
|
|
|
|
|
|
<Compile Include="Devices\ReaderSCSI.cs" />
|
2017-05-31 01:00:58 +01:00
|
|
|
|
<Compile Include="Devices\Dumping\SSC.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\MMC.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\SBC.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\XGD.cs" />
|
2017-06-03 01:13:47 +01:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2017-06-20 05:48:09 +01:00
|
|
|
|
<Compile Include="Devices\Dumping\ResumeSupport.cs" />
|
2017-07-24 23:35:33 +01:00
|
|
|
|
<Compile Include="Partitions.cs" />
|
2017-08-08 12:15:55 +01:00
|
|
|
|
<Compile Include="Sidecar\Events.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\Sidecar.cs" />
|
2017-08-08 13:40:32 +01:00
|
|
|
|
<Compile Include="Sidecar\OpticalDisc.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\BlockMedia.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\LinearMedia.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\AudioMedia.cs" />
|
2017-08-08 21:15:14 +01:00
|
|
|
|
<Compile Include="Sidecar\BlockTape.cs" />
|
2017-11-20 05:07:16 +00:00
|
|
|
|
<Compile Include="Logging\DumpLog.cs" />
|
2017-11-26 18:23:50 +00:00
|
|
|
|
<Compile Include="Devices\Dumping\Alcohol120.cs" />
|
2017-05-27 14:54:15 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">
|
2017-12-28 06:04:54 +00:00
|
|
|
|
<Project>{ccaa7afe-c094-4d82-a66d-630de8a3f545}</Project>
|
2017-05-27 14:54:15 +01:00
|
|
|
|
<Name>DiscImageChef.Console</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Filesystems\DiscImageChef.Filesystems.csproj">
|
|
|
|
|
|
<Project>{D7016DF2-5A5E-4524-B40D-BA2D59576688}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Filesystems</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Partitions\DiscImageChef.Partitions.csproj">
|
|
|
|
|
|
<Project>{DA7AB65D-B5BA-4003-8893-A51BB071BA2F}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Partitions</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.DiscImages\DiscImageChef.DiscImages.csproj">
|
|
|
|
|
|
<Project>{74032CBC-339B-42F3-AF6F-E96C261F3E6A}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.DiscImages</Name>
|
|
|
|
|
|
</ProjectReference>
|
2017-05-27 15:17:20 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Filters\DiscImageChef.Filters.csproj">
|
|
|
|
|
|
<Project>{D571B8EF-903D-4353-BDD5-B834F9F029EF}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Filters</Name>
|
|
|
|
|
|
</ProjectReference>
|
2017-05-27 15:24:07 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Settings\DiscImageChef.Settings.csproj">
|
|
|
|
|
|
<Project>{5C4C7BAA-CF60-4233-84ED-39CB2312AF38}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Settings</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Devices\DiscImageChef.Devices.csproj">
|
|
|
|
|
|
<Project>{57BB2341-AB62-48FD-91B8-46F5A2F9ED51}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Devices</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.CommonTypes\DiscImageChef.CommonTypes.csproj">
|
|
|
|
|
|
<Project>{F2B84194-26EB-4227-B1C5-6602517E85AE}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.CommonTypes</Name>
|
|
|
|
|
|
</ProjectReference>
|
2017-05-27 15:29:07 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Checksums\DiscImageChef.Checksums.csproj">
|
|
|
|
|
|
<Project>{CC48B324-A532-4A45-87A6-6F91F7141E8D}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Checksums</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Metadata\DiscImageChef.Metadata.csproj">
|
|
|
|
|
|
<Project>{9F213318-5CB8-4066-A757-074489C9F818}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Metadata</Name>
|
|
|
|
|
|
</ProjectReference>
|
2017-05-27 18:58:20 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Decoders\DiscImageChef.Decoders.csproj">
|
|
|
|
|
|
<Project>{0BEB3088-B634-4289-AE17-CDF2D25D00D5}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Decoders</Name>
|
|
|
|
|
|
</ProjectReference>
|
2017-05-27 20:02:57 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Interop\DiscImageChef.Interop.csproj">
|
|
|
|
|
|
<Project>{9183F2E0-A879-4F23-9EE3-C6908F1332B2}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Interop</Name>
|
|
|
|
|
|
</ProjectReference>
|
2017-05-28 21:01:17 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Helpers\DiscImageChef.Helpers.csproj">
|
|
|
|
|
|
<Project>{F8BDF57B-1571-4CD0-84B3-B422088D359A}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Helpers</Name>
|
|
|
|
|
|
</ProjectReference>
|
2017-05-27 14:43:48 +01:00
|
|
|
|
</ItemGroup>
|
2017-05-27 15:42:00 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Logging\" />
|
2017-05-27 18:58:20 +01:00
|
|
|
|
<Folder Include="Devices\" />
|
|
|
|
|
|
<Folder Include="Devices\Scanning\" />
|
2017-05-27 20:02:57 +01:00
|
|
|
|
<Folder Include="Devices\Dumping\" />
|
2017-05-28 21:01:17 +01:00
|
|
|
|
<Folder Include="Devices\Report\" />
|
|
|
|
|
|
<Folder Include="Devices\Report\SCSI\" />
|
2017-06-03 01:13:47 +01:00
|
|
|
|
<Folder Include="Properties\" />
|
2017-08-08 12:15:55 +01:00
|
|
|
|
<Folder Include="Sidecar\" />
|
2017-05-27 15:42:00 +01:00
|
|
|
|
</ItemGroup>
|
2017-05-30 02:00:55 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
|
</ItemGroup>
|
2017-12-19 03:50:57 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="..\LICENSE">
|
|
|
|
|
|
<Link>LICENSE</Link>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
2017-05-27 14:43:48 +01:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2017-05-27 18:10:50 +01:00
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
|
<MonoDevelop>
|
|
|
|
|
|
<Properties>
|
|
|
|
|
|
<Policies>
|
2017-09-05 17:21:24 +01:00
|
|
|
|
<TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" TabsToSpaces="True" scope="text/x-csharp" />
|
2017-11-20 05:07:16 +00:00
|
|
|
|
<CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchSection="True" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="True" NewLinesForBracesInProperties="True" NewLinesForBracesInAccessors="True" NewLinesForBracesInAnonymousMethods="True" NewLinesForBracesInControlBlocks="True" NewLinesForBracesInAnonymousTypes="True" NewLinesForBracesInObjectCollectionArrayInitializers="True" NewLinesForBracesInLambdaExpressionBody="True" NewLineForElse="True" NewLineForCatch="True" NewLineForFinally="True" SpacingAfterMethodDeclarationName="False" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceAfterMethodCallName="False" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBeforeOpenSquareBracket="False" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeColonInBaseTypeDeclaration="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" NewLineForMembersInObjectInit="False" NewLineForMembersInAnonymousTypes="False" NewLineForClausesInQuery="False" SpaceAfterControlFlowStatementKeyword="False" scope="text/x-csharp" />
|
2017-09-05 17:21:24 +01:00
|
|
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
|
2017-05-27 18:10:50 +01:00
|
|
|
|
</Policies>
|
|
|
|
|
|
</Properties>
|
|
|
|
|
|
</MonoDevelop>
|
|
|
|
|
|
</ProjectExtensions>
|
2017-05-27 14:43:48 +01:00
|
|
|
|
</Project>
|