2018-04-11 22:56:48 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-11 08:13:49 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2015-10-18 22:04:03 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
2020-02-27 00:33:24 +00:00
|
|
|
|
<RootNamespace>Aaru.Console</RootNamespace>
|
2020-02-26 19:24:05 +00:00
|
|
|
|
<AssemblyName>Aaru.Console</AssemblyName>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<ReleaseVersion>$(Version)</ReleaseVersion>
|
2018-04-11 08:13:49 +01:00
|
|
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
2022-03-06 00:59:43 +00:00
|
|
|
|
<Version>5.3.1</Version>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<Company>Claunia.com</Company>
|
2022-02-18 10:27:06 +00:00
|
|
|
|
<Copyright>Copyright © 2011-2022 Natalia Portillo</Copyright>
|
2020-02-27 11:27:51 +00:00
|
|
|
|
<Product>Aaru Data Preservation Suite</Product>
|
2020-02-27 00:39:32 +00:00
|
|
|
|
<Title>Aaru.Console</Title>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
2020-06-14 16:13:46 +01:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-07-19 21:44:31 +01:00
|
|
|
|
<LangVersion>8</LangVersion>
|
2020-12-20 22:59:31 +00:00
|
|
|
|
<Description>Contains console implementation 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.Console</RepositoryUrl>
|
|
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
|
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
|
|
|
|
<Authors>Natalia Portillo <claunia@claunia.com></Authors>
|
2015-10-18 22:04:03 +01:00
|
|
|
|
</PropertyGroup>
|
2018-04-12 00:20:29 +01:00
|
|
|
|
<PropertyGroup>
|
2020-12-20 22:59:31 +00:00
|
|
|
|
<NrtRevisionFormat>$(Version)+{chash:8}</NrtRevisionFormat>
|
2018-04-12 00:20:29 +01:00
|
|
|
|
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
|
|
|
|
|
|
<NrtShowRevision>true</NrtShowRevision>
|
|
|
|
|
|
</PropertyGroup>
|
2015-10-18 22:04:03 +01:00
|
|
|
|
<ItemGroup>
|
2021-08-17 21:23:23 +01:00
|
|
|
|
<Reference Include="System"/>
|
2015-10-18 22:04:03 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2021-08-17 21:23:23 +01:00
|
|
|
|
<Compile Include="AaruConsole.cs"/>
|
2015-10-18 22:04:03 +01:00
|
|
|
|
</ItemGroup>
|
2016-07-28 18:13:49 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="..\LICENSE.LGPL">
|
|
|
|
|
|
<Link>LICENSE.LGPL</Link>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
2018-04-12 00:20:29 +01:00
|
|
|
|
<ItemGroup>
|
2020-12-20 22:59:31 +00:00
|
|
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.3.0" PrivateAssets="all"/>
|
2018-04-12 00:20:29 +01:00
|
|
|
|
</ItemGroup>
|
2015-10-18 22:04:03 +01:00
|
|
|
|
</Project>
|