2017-12-03 01:49:33 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-11 08:13:49 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-11-15 15:58:43 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{74032CBC-339B-42F3-AF6F-E96C261F3E6A}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
2023-10-06 01:16:28 +01:00
|
|
|
|
<RootNamespace>Aaru.Images</RootNamespace>
|
2022-11-15 15:58:43 +00:00
|
|
|
|
<AssemblyName>Aaru.Images</AssemblyName>
|
2023-10-06 01:16:28 +01:00
|
|
|
|
<Title>Aaru.Images</Title>
|
2022-11-15 15:58:43 +00:00
|
|
|
|
<NoWarn>CS0649</NoWarn>
|
|
|
|
|
|
<Description>Media image formats used by the Aaru Data Preservation Suite.</Description>
|
|
|
|
|
|
<PackageProjectUrl>https://github.com/aaru-dps/</PackageProjectUrl>
|
|
|
|
|
|
<PackageLicenseExpression>LGPL-2.1-only</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>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
|
|
<NoWarn>CS1591;CS1574</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
|
2023-10-03 23:34:59 +01:00
|
|
|
|
<InternalsVisibleTo Include="Aaru.Tests"/>
|
|
|
|
|
|
<InternalsVisibleTo Include="Aaru.Tests.Devices"/>
|
2022-11-15 15:58:43 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<NrtRevisionFormat>$(Version)+{chash:8}</NrtRevisionFormat>
|
|
|
|
|
|
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
|
|
|
|
|
|
<NrtShowRevision>true</NrtShowRevision>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2025-08-14 15:52:05 +01:00
|
|
|
|
<PackageReference Include="Claunia.Encoding"/>
|
|
|
|
|
|
<PackageReference Include="Claunia.RsrcFork"/>
|
|
|
|
|
|
<PackageReference Include="DotNetZip"/>
|
2025-08-23 00:13:52 +01:00
|
|
|
|
<PackageReference Include="Humanizer"/>
|
2025-11-24 20:12:10 +00:00
|
|
|
|
<PackageReference Include="libaaruformat"/>
|
2025-08-14 15:52:05 +01:00
|
|
|
|
<PackageReference Include="plist-cil"/>
|
2025-11-24 20:12:10 +00:00
|
|
|
|
<PackageReference Include="Sentry"/>
|
2025-08-14 15:52:05 +01:00
|
|
|
|
<PackageReference Include="SharpCompress"/>
|
|
|
|
|
|
<PackageReference Include="System.ValueTuple"/>
|
2022-11-15 15:58:43 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2023-10-03 23:34:59 +01:00
|
|
|
|
<ProjectReference Include="..\Aaru.CommonTypes\Aaru.CommonTypes.csproj"/>
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Checksums\Aaru.Checksums.csproj"/>
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Compression\Aaru.Compression.csproj"/>
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Database\Aaru.Database.csproj"/>
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Helpers\Aaru.Helpers.csproj"/>
|
2025-08-17 05:50:25 +01:00
|
|
|
|
<ProjectReference Include="..\Aaru.Logging\Aaru.Logging.csproj"/>
|
2023-10-03 23:34:59 +01:00
|
|
|
|
<ProjectReference Include="..\Aaru.Decoders\Aaru.Decoders.csproj"/>
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Filters\Aaru.Filters.csproj"/>
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Settings\Aaru.Settings.csproj"/>
|
2022-11-15 15:58:43 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="..\LICENSE.LGPL">
|
|
|
|
|
|
<Link>LICENSE.LGPL</Link>
|
|
|
|
|
|
</EmbeddedResource>
|
2022-11-29 02:10:37 +00:00
|
|
|
|
<EmbeddedResource Update="Localization\Localization.resx">
|
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Localization.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</EmbeddedResource>
|
2022-11-15 15:58:43 +00:00
|
|
|
|
</ItemGroup>
|
2022-12-14 20:56:08 +00:00
|
|
|
|
<ItemGroup>
|
2023-10-03 23:34:59 +01:00
|
|
|
|
<ProjectReference Include="..\Aaru.Generators\Aaru.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
|
2022-12-14 20:56:08 +00:00
|
|
|
|
</ItemGroup>
|
2020-04-22 18:52:09 +01:00
|
|
|
|
</Project>
|