2017-08-22 03:40:43 +01: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 >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {57BB2341-AB62-48FD-91B8-46F5A2F9ED51}</ProjectGuid>
<OutputType > Library</OutputType>
<RootNamespace > Aaru.Devices</RootNamespace>
<AssemblyName > Aaru.Devices</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.Devices</Title>
<ApplicationVersion > $(Version)</ApplicationVersion>
<TargetFramework > net6</TargetFramework>
<LangVersion > 10</LangVersion>
<Description > Media device hardware interface 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</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>
</PropertyGroup>
<PropertyGroup >
<NrtRevisionFormat > $(Version)+{chash:8}</NrtRevisionFormat>
<NrtResolveSimpleAttributes > true</NrtResolveSimpleAttributes>
<NrtShowRevision > true</NrtShowRevision>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\net6</OutputPath>
<DefineConstants > DEBUG;</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<ConsolePause > false</ConsolePause>
<PlatformTarget > AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > full</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\net6</OutputPath>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<ConsolePause > false</ConsolePause>
</PropertyGroup>
<ItemGroup >
<Compile Include= "Device\DeviceException.cs" />
<Compile Include= "Device\ScsiCommands\MediaTek.cs" />
<Compile Include= "Device\ScsiCommands\MiniDisc.cs" />
<Compile Include= "Device\ScsiCommands\Optical.cs" />
<Compile Include= "Linux\Extern.cs" />
<Compile Include= "Linux\Structs.cs" />
<Compile Include= "Linux\Enums.cs" />
<Compile Include= "Enums.cs" />
<Compile Include= "Remote\Consts.cs" />
<Compile Include= "Remote\Enums.cs" />
<Compile Include= "Remote\Remote.cs" />
<Compile Include= "Remote\Structs.cs" />
<Compile Include= "Windows\Extern.cs" />
<Compile Include= "Windows\ListDevices.cs" />
<Compile Include= "Windows\Structs.cs" />
<Compile Include= "Windows\Enums.cs" />
<Compile Include= "Windows\Command.cs" />
<Compile Include= "Linux\Command.cs" />
<Compile Include= "Command.cs" />
<Compile Include= "Device\Constructor.cs" />
<Compile Include= "Device\Variables.cs" />
<Compile Include= "Device\Destructor.cs" />
<Compile Include= "Device\Commands.cs" />
<Compile Include= "Device\ScsiCommands\MMC.cs" />
<Compile Include= "Device\ScsiCommands\SPC.cs" />
<Compile Include= "Device\ScsiCommands\SBC.cs" />
<Compile Include= "Device\ScsiCommands\Pioneer.cs" />
<Compile Include= "Device\ScsiCommands\Plextor.cs" />
<Compile Include= "Device\ScsiCommands\NEC.cs" />
<Compile Include= "Device\ScsiCommands\HL-DT-ST.cs" />
<Compile Include= "Device\ScsiCommands\SSC.cs" />
<Compile Include= "Device\ScsiCommands\SMC.cs" />
<Compile Include= "Device\ScsiCommands\Adaptec.cs" />
<Compile Include= "Device\ScsiCommands\ArchiveCorp.cs" />
<Compile Include= "Device\ScsiCommands\Certance.cs" />
<Compile Include= "Device\ScsiCommands\Fujitsu.cs" />
<Compile Include= "Device\ScsiCommands\HP.cs" />
<Compile Include= "Device\ScsiCommands\Plasmon.cs" />
<Compile Include= "Device\ScsiCommands\SyQuest.cs" />
<Compile Include= "Device\AtaCommands\AtaCHS.cs" />
<Compile Include= "Device\AtaCommands\Atapi.cs" />
<Compile Include= "Device\AtaCommands\Ata28.cs" />
<Compile Include= "Device\AtaCommands\Ata48.cs" />
<Compile Include= "Device\AtaCommands\Smart.cs" />
<Compile Include= "Device\AtaCommands\Cfa.cs" />
<Compile Include= "Device\AtaCommands\MCPT.cs" />
<Compile Include= "Device\MmcCommands\MMC.cs" />
<Compile Include= "Device\MmcCommands\SecureDigital.cs" />
<Compile Include= "Device\ScsiCommands\Kreon.cs" />
<Compile Include= "Device\List.cs" />
<Compile Include= "Linux\ListDevices.cs" />
<Compile Include= "Windows\Usb.cs" />
<Compile Include= "Windows\UsbFunctions.cs" />
</ItemGroup>
<ItemGroup >
<PackageReference Include= "System.Management" Version= "6.0.0" />
<PackageReference Include= "Unclassified.NetRevisionTask" Version= "0.4.2" PrivateAssets= "all" />
</ItemGroup>
<ProjectExtensions >
<MonoDevelop >
<Properties >
<Policies >
<DotNetNamingPolicy DirectoryNamespaceAssociation= "PrefixedHierarchical" ResourceNamePolicy= "MSBuild" />
<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}
****************************************************************************/" />
<TextStylePolicy FileWidth= "120" TabWidth= "4" IndentWidth= "4" RemoveTrailingWhitespace= "True" NoTabsAfterNonTabs= "False" EolMarker= "Native" TabsToSpaces= "True" scope= "text/x-csharp" />
<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" SpaceAfterControlFlowStatementKeyword= "False" scope= "text/x-csharp" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
<ItemGroup >
<ProjectReference Include= "..\Aaru.CommonTypes\Aaru.CommonTypes.csproj" />
<ProjectReference Include= "..\Aaru.Console\Aaru.Console.csproj" > </ProjectReference>
<ProjectReference Include= "..\Aaru.Decoders\Aaru.Decoders.csproj" > </ProjectReference>
<ProjectReference Include= "..\Aaru.Helpers\Aaru.Helpers.csproj" > </ProjectReference>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "..\LICENSE.LGPL" >
<Link > LICENSE.LGPL</Link>
</EmbeddedResource>
</ItemGroup>
<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>
2015-10-05 21:20:25 +01:00
</Project>