2017-12-28 04:57:26 +00:00
<?xml version="1.0" encoding="utf-8"?>
2018-04-11 08:13:49 +01:00
<Project Sdk= "Microsoft.NET.Sdk" >
2015-10-05 19:45:07 +01:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {F2B84194-26EB-4227-B1C5-6602517E85AE}</ProjectGuid>
<OutputType > Library</OutputType>
2020-02-27 00:33:15 +00:00
<RootNamespace > Aaru.CommonTypes</RootNamespace>
2020-02-26 19:24:04 +00:00
<AssemblyName > Aaru.CommonTypes</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>
2020-07-25 04:16:52 +01:00
<Version > 5.1.99.3216</Version>
2018-04-11 22:56:48 +01:00
<Company > Claunia.com</Company>
2020-01-03 17:51:28 +00:00
<Copyright > Copyright © 2011-2020 Natalia Portillo</Copyright>
2020-02-27 11:27:42 +00:00
<Product > Aaru Data Preservation Suite</Product>
2020-02-27 00:39:31 +00:00
<Title > Aaru.CommonTypes</Title>
2018-04-11 22:56:48 +01:00
<ApplicationVersion > $(Version)</ApplicationVersion>
2020-06-14 16:13:37 +01:00
<TargetFramework > netcoreapp3.1</TargetFramework>
2020-07-19 21:44:31 +01:00
<LangVersion > 8</LangVersion>
2015-10-05 19:45:07 +01:00
</PropertyGroup>
2018-04-12 00:20:29 +01:00
<PropertyGroup >
2020-04-17 23:30:11 +01:00
<NrtRevisionFormat > $(Version)+{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>
2018-04-12 00:20:29 +01:00
<NrtResolveSimpleAttributes > true</NrtResolveSimpleAttributes>
<NrtShowRevision > true</NrtShowRevision>
</PropertyGroup>
2015-10-05 19:45:07 +01:00
<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 >
2018-06-25 19:08:16 +01:00
<Compile Include= "..\CICMMetadata\dotnet\cicm.cs" >
<Link > Metadata/cicm.cs</Link>
</Compile>
2018-11-27 00:09:53 +00:00
<Compile Include= "Enums\DeviceType.cs" />
2019-01-05 19:50:56 +00:00
<Compile Include= "Enums\ErrorNumber.cs" />
2018-06-25 19:08:16 +01:00
<Compile Include= "Enums\Images.cs" />
<Compile Include= "Exceptions\Images.cs" />
<Compile Include= "Extents\ExtentsByte.cs" />
<Compile Include= "Extents\ExtentsConverter.cs" />
<Compile Include= "Extents\ExtentsInt.cs" />
<Compile Include= "Extents\ExtentsLong.cs" />
<Compile Include= "Extents\ExtentsSByte.cs" />
<Compile Include= "Extents\ExtentsShort.cs" />
<Compile Include= "Extents\ExtentsUInt.cs" />
<Compile Include= "Extents\ExtentsULong.cs" />
<Compile Include= "Extents\ExtentsUShort.cs" />
<Compile Include= "Filters.cs" />
2017-12-28 04:57:26 +00:00
<Compile Include= "Geometry.cs" />
2018-06-25 19:08:16 +01:00
<Compile Include= "Interfaces\IChecksum.cs" />
<Compile Include= "Interfaces\IFilesystem.cs" />
2019-08-15 22:35:57 +02:00
<Compile Include= "Interfaces\IArchive.cs" />
2018-06-25 19:08:16 +01:00
<Compile Include= "Interfaces\IFilter.cs" />
<Compile Include= "Interfaces\IFloppyImage.cs" />
<Compile Include= "Interfaces\IMediaImage.cs" />
2019-01-20 20:11:10 +00:00
<Compile Include= "Interfaces\IOpticalMediaImage.cs" />
2018-06-25 19:08:16 +01:00
<Compile Include= "Interfaces\IPartition.cs" />
2019-01-20 20:11:10 +00:00
<Compile Include= "Interfaces\IPartitionableMediaImage.cs" />
2018-07-20 22:53:46 +01:00
<Compile Include= "Interfaces\IPluginRegister.cs" />
2018-06-25 19:08:16 +01:00
<Compile Include= "Interfaces\IReadOnlyFilesystem.cs" />
2019-04-30 22:49:32 +01:00
<Compile Include= "Interfaces\ITapeImage.cs" />
2019-01-20 22:24:15 +00:00
<Compile Include= "Interfaces\IVerifiableImage.cs" />
<Compile Include= "Interfaces\IVerifiableSectorsImage.cs" />
2018-06-25 19:08:16 +01:00
<Compile Include= "Interfaces\IWritableFloppyImage.cs" />
<Compile Include= "Interfaces\IWritableImage.cs" />
2019-01-20 20:11:10 +00:00
<Compile Include= "Interfaces\IWritableOpticalImage.cs" />
2019-04-30 22:49:32 +01:00
<Compile Include= "Interfaces\IWritableTapeImage.cs" />
2018-06-25 19:08:16 +01:00
<Compile Include= "Interop\DetectOS.cs" />
<Compile Include= "Interop\PlatformID.cs" />
<Compile Include= "Interop\Version.cs" />
2020-07-12 21:03:45 +01:00
<Compile Include= "MediaTypeFromDevice\FromAta.cs" />
<Compile Include= "MediaTypeFromDevice\FromMmc.cs" />
<Compile Include= "MediaTypeFromDevice\FromOdc.cs" />
<Compile Include= "MediaTypeFromDevice\FromScsi.cs" />
<Compile Include= "MediaTypeFromDevice\FromSbc.cs" />
<Compile Include= "MediaTypeFromDevice\FromSsc.cs" />
2018-12-25 03:04:57 +00:00
<Compile Include= "Metadata\CdOffset.cs" />
2018-06-25 19:08:16 +01:00
<Compile Include= "Metadata\DeviceReport.cs" />
2018-11-25 17:47:14 +00:00
<Compile Include= "Metadata\DeviceReportV2.cs" />
2018-06-25 19:08:16 +01:00
<Compile Include= "Metadata\Dimensions.cs" />
<Compile Include= "Metadata\MediaType.cs" />
<Compile Include= "Metadata\Resume.cs" />
<Compile Include= "Metadata\Statistics.cs" />
<Compile Include= "Metadata\Version.cs" />
2015-10-05 19:45:07 +01:00
<Compile Include= "Partition.cs" />
2016-01-16 03:54:55 +00:00
<Compile Include= "MediaType.cs" />
2018-06-25 19:08:16 +01:00
<Compile Include= "PluginBase.cs" />
2020-01-11 20:55:47 +00:00
<Compile Include= "Structs\Devices\ATA\Identify.cs" />
<Compile Include= "Structs\Devices\SCSI\Enums.cs" />
<Compile Include= "Structs\Devices\SCSI\Inquiry.cs" />
<Compile Include= "Structs\Devices\SCSI\Modes\2A.cs" />
2018-06-25 19:08:16 +01:00
<Compile Include= "Structs\Filesystems.cs" />
<Compile Include= "Structs\Images.cs" />
2019-04-30 22:49:32 +01:00
<Compile Include= "Structs\TapeFile.cs" />
<Compile Include= "Structs\TapePartition.cs" />
2016-07-28 18:13:49 +01:00
</ItemGroup>
2018-04-11 08:57:34 +01:00
<ItemGroup >
2020-03-12 00:06:31 +00:00
<PackageReference Include= "Newtonsoft.Json" Version= "12.0.3" />
<PackageReference Include= "System.ComponentModel.Annotations" Version= "4.7.0" />
<PackageReference Include= "System.Security.Principal.Windows" Version= "4.7.0" />
2019-01-03 18:53:29 +00:00
<PackageReference Include= "System.ValueTuple" Version= "4.5.0" />
2019-09-19 15:02:21 +01:00
<PackageReference Include= "Unclassified.NetRevisionTask" Version= "0.3.0" />
2018-04-11 08:57:34 +01:00
</ItemGroup>
2018-06-25 19:08:16 +01:00
<ItemGroup >
<Content Include= "..\LICENSE.MIT" >
<Link > LICENSE.MIT</Link>
</Content>
</ItemGroup>
<ItemGroup >
2020-02-26 19:19:25 +00:00
<ProjectReference Include= "..\Aaru.Console\Aaru.Console.csproj" />
<ProjectReference Include= "..\Aaru.Helpers\Aaru.Helpers.csproj" />
2018-06-25 19:08:16 +01:00
</ItemGroup>
2016-07-28 18:13:49 +01:00
<ProjectExtensions >
<MonoDevelop >
<Properties >
<Policies >
2020-02-27 11:27:42 +00:00
<StandardHeader IncludeInNewFiles= "True" Text= "/***************************************************************************
Aaru Data Preservation Suite
----------------------------------------------------------------------------
 
Filename : ${FileName}
Author(s) : ${AuthorName} <${AuthorEmail}>

Component : Component
 
--[ Description ] ----------------------------------------------------------
 
 Description
 
--[ License ] --------------------------------------------------------------
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as
 published by the Free Software Foundation; either version 2.1 of the
 License, or (at your option) any later version.

 This library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 Lesser General Public License for more details.

 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, see <http://www.gnu.org/licenses/>.

----------------------------------------------------------------------------
Copyright © 2011-${Year} ${CopyrightHolder}
****************************************************************************/" />
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-29 16:02:19 +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" NewLineForMembersInObjectInit= "True" NewLineForMembersInAnonymousTypes= "True" NewLineForClausesInQuery= "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" SpaceAfterControlFlowStatementKeyword= "False" scope= "text/x-csharp" />
2016-07-28 18:13:49 +01:00
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
2019-09-13 19:21:25 +01:00
<PropertyGroup Condition= "$(TargetFramework.StartsWith('net4')) and '$(OS)' == 'Unix'" >
<!-- When compiling .NET SDK 2.0 projects targeting .NET 4.x on Mono using 'dotnet build' you -->
<!-- have to teach MSBuild where the Mono copy of the reference asssemblies is -->
<!-- Look in the standard install locations -->
<BaseFrameworkPathOverrideForMono Condition= "'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/Library/Frameworks/Mono.framework/Versions/Current/lib/mono')" > /Library/Frameworks/Mono.framework/Versions/Current/lib/mono</BaseFrameworkPathOverrideForMono>
<BaseFrameworkPathOverrideForMono Condition= "'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/usr/lib/mono')" > /usr/lib/mono</BaseFrameworkPathOverrideForMono>
<BaseFrameworkPathOverrideForMono Condition= "'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/usr/local/lib/mono')" > /usr/local/lib/mono</BaseFrameworkPathOverrideForMono>
<!-- If we found Mono reference assemblies, then use them -->
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net40'" > $(BaseFrameworkPathOverrideForMono)/4.0-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net45'" > $(BaseFrameworkPathOverrideForMono)/4.5-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net451'" > $(BaseFrameworkPathOverrideForMono)/4.5.1-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net452'" > $(BaseFrameworkPathOverrideForMono)/4.5.2-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net46'" > $(BaseFrameworkPathOverrideForMono)/4.6-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net461'" > $(BaseFrameworkPathOverrideForMono)/4.6.1-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net462'" > $(BaseFrameworkPathOverrideForMono)/4.6.2-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net47'" > $(BaseFrameworkPathOverrideForMono)/4.7-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net471'" > $(BaseFrameworkPathOverrideForMono)/4.7.1-api</FrameworkPathOverride>
<EnableFrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != ''" > true</EnableFrameworkPathOverride>
<!-- Add the Facades directory. Not sure how else to do this. Necessary at least for .NET 4.5 -->
<AssemblySearchPaths Condition= "'$(BaseFrameworkPathOverrideForMono)' != ''" > $(FrameworkPathOverride)/Facades;$(AssemblySearchPaths)</AssemblySearchPaths>
</PropertyGroup>
2019-08-15 22:35:57 +02:00
</Project>