2017-12-30 09:09:49 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-11 08:13:49 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-03-07 07:36:44 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{679659B8-25D0-4279-B632-56EF8F94ADC0}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>Aaru.Core</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Aaru.Core</AssemblyName>
|
|
|
|
|
|
<ReleaseVersion>$(Version)</ReleaseVersion>
|
|
|
|
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
|
|
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
|
|
|
|
<Version>6.0.0-alpha8</Version>
|
|
|
|
|
|
<Company>Claunia.com</Company>
|
|
|
|
|
|
<Copyright>Copyright © 2011-2022 Natalia Portillo</Copyright>
|
|
|
|
|
|
<Product>Aaru Data Preservation Suite</Product>
|
|
|
|
|
|
<Title>Aaru.Core</Title>
|
|
|
|
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
2022-11-13 12:46:18 +00:00
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2022-11-13 12:48:42 +00:00
|
|
|
|
<LangVersion>11</LangVersion>
|
2022-03-07 07:36:44 +00:00
|
|
|
|
<Description>Contains core algorithms used by the Aaru Data Preservation Suite.</Description>
|
|
|
|
|
|
<PackageProjectUrl>https://github.com/aaru-dps/</PackageProjectUrl>
|
|
|
|
|
|
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/aaru-dps/Aaru</RepositoryUrl>
|
|
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
|
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
|
|
|
|
<Authors>Natalia Portillo <claunia@claunia.com></Authors>
|
|
|
|
|
|
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
|
2022-11-13 17:13:10 +00:00
|
|
|
|
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
2022-03-07 07:36:44 +00:00
|
|
|
|
</PropertyGroup>
|
2022-11-13 13:19:57 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
|
|
<NoWarn>CS1591;CS1574</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
2022-11-13 16:38:18 +00:00
|
|
|
|
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
|
|
<InternalsVisibleTo Include="Aaru.Tests"/>
|
|
|
|
|
|
<InternalsVisibleTo Include="Aaru.Tests.Devices"/>
|
|
|
|
|
|
</ItemGroup>
|
2022-03-07 07:36:44 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<NrtRevisionFormat>$(Version)+{chash:8}</NrtRevisionFormat>
|
|
|
|
|
|
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
|
|
|
|
|
|
<NrtShowRevision>true</NrtShowRevision>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2022-04-14 13:11:48 +01:00
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\CdiReady.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\Data.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\Dump.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\Error.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\LeadOuts.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\Offset.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\Plextor.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\Pregap.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\Recordable.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\Subchannel.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\Tags.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\Tracks.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\CompactDisc\Trim.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\Dump.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\LinearMemory\Retrode.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\Metadata.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\MiniDisc.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\PlayStationPortable\MemoryStick.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\PlayStationPortable\PlayStationPortable.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\PlayStationPortable\UMD.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\Sbc\Data.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\Sbc\Error.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\Sbc\Dump.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\Sbc\Optical.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\Sbc\Trim.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Info\DeviceInfo.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Info\Plextor.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Info\Properties.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\DeviceReport.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\GdRomSwapTrick.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\Scsi.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\MMC.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\SSC.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Scanning\MediaScan.cs" />
|
|
|
|
|
|
<Compile Include="Entropy.cs" />
|
|
|
|
|
|
<Compile Include="GetPluginBase.cs" />
|
|
|
|
|
|
<Compile Include="ImageInfo.cs" />
|
|
|
|
|
|
<Compile Include="Logging\ErrorLog.cs" />
|
|
|
|
|
|
<Compile Include="Logging\SubchannelLog.cs" />
|
|
|
|
|
|
<Compile Include="Media\CompactDisc.cs" />
|
|
|
|
|
|
<Compile Include="Media\Detection\MMC.cs" />
|
|
|
|
|
|
<Compile Include="Media\Info\CompactDisc.cs" />
|
|
|
|
|
|
<Compile Include="Media\Info\ScsiInfo.cs" />
|
|
|
|
|
|
<Compile Include="Media\Info\XgdInfo.cs" />
|
|
|
|
|
|
<Compile Include="Options.cs" />
|
|
|
|
|
|
<Compile Include="ImageFormat.cs" />
|
|
|
|
|
|
<Compile Include="Error.cs" />
|
|
|
|
|
|
<Compile Include="PrintScsiModePages.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\Files.cs" />
|
|
|
|
|
|
<Compile Include="Spectre.cs" />
|
|
|
|
|
|
<Compile Include="Statistics.cs" />
|
|
|
|
|
|
<Compile Include="Checksum.cs" />
|
|
|
|
|
|
<Compile Include="Logging\IBGLog.cs" />
|
|
|
|
|
|
<Compile Include="Logging\MHDDLog.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Scanning\ATA.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Scanning\SecureDigital.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Scanning\NVMe.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Scanning\SCSI.cs" />
|
|
|
|
|
|
<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" />
|
|
|
|
|
|
<Compile Include="Filesystems.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Scanning\ScanResults.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\ATA.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\FireWire.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\USB.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\SecureDigital.cs" />
|
|
|
|
|
|
<Compile Include="Remote.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Report\PCMCIA.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Reader.cs" />
|
|
|
|
|
|
<Compile Include="Devices\ReaderATA.cs" />
|
|
|
|
|
|
<Compile Include="Devices\ReaderSCSI.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\SSC.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\MMC.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\XGD.cs" />
|
|
|
|
|
|
<Compile Include="Devices\Dumping\ResumeSupport.cs" />
|
|
|
|
|
|
<Compile Include="Partitions.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\Events.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\Sidecar.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\OpticalDisc.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\BlockMedia.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\LinearMedia.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\AudioMedia.cs" />
|
|
|
|
|
|
<Compile Include="Sidecar\BlockTape.cs" />
|
|
|
|
|
|
<Compile Include="Logging\DumpLog.cs" />
|
2022-03-07 07:36:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2022-04-14 13:11:48 +01:00
|
|
|
|
<ProjectReference Include="..\Aaru.Archives\Aaru.Archives.csproj" />
|
2022-11-13 14:50:27 +00:00
|
|
|
|
<ProjectReference Include="..\Aaru.Console\Aaru.Console.csproj" />
|
2022-04-14 13:11:48 +01:00
|
|
|
|
<ProjectReference Include="..\Aaru.Database\Aaru.Database.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Decryption\Aaru.Decryption.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Dto\Aaru.Dto.csproj" />
|
2022-11-13 14:50:27 +00:00
|
|
|
|
<ProjectReference Include="..\Aaru.Filesystems\Aaru.Filesystems.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Partitions\Aaru.Partitions.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Images\Aaru.Images.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Filters\Aaru.Filters.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Settings\Aaru.Settings.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Devices\Aaru.Devices.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.CommonTypes\Aaru.CommonTypes.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Checksums\Aaru.Checksums.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Decoders\Aaru.Decoders.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Helpers\Aaru.Helpers.csproj" />
|
2022-03-07 07:36:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2022-04-14 13:11:48 +01:00
|
|
|
|
<Folder Include="Logging\" />
|
|
|
|
|
|
<Folder Include="Devices\" />
|
|
|
|
|
|
<Folder Include="Devices\Scanning\" />
|
|
|
|
|
|
<Folder Include="Devices\Dumping\" />
|
|
|
|
|
|
<Folder Include="Devices\Report\" />
|
|
|
|
|
|
<Folder Include="Sidecar\" />
|
2022-03-07 07:36:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="..\LICENSE">
|
|
|
|
|
|
<Link>LICENSE</Link>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2022-11-13 14:50:27 +00:00
|
|
|
|
<PackageReference Include="Spectre.Console" Version="0.45.0" />
|
2022-04-14 13:11:48 +01:00
|
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
|
2022-11-13 14:50:27 +00:00
|
|
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.3" PrivateAssets="all" />
|
2022-04-14 13:11:48 +01:00
|
|
|
|
<PackageReference Include="System.Collections" Version="4.3.0" />
|
|
|
|
|
|
<PackageReference Include="System.Diagnostics.Debug" Version="4.3.0" />
|
|
|
|
|
|
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
|
|
|
|
|
|
<PackageReference Include="System.Runtime.Extensions" Version="4.3.1" />
|
|
|
|
|
|
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" />
|
|
|
|
|
|
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
|
2022-03-07 07:36:44 +00:00
|
|
|
|
</ItemGroup>
|
2021-03-05 14:04:09 +01:00
|
|
|
|
</Project>
|