mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
247 lines
13 KiB
XML
247 lines
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{D7016DF2-5A5E-4524-B40D-BA2D59576688}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>DiscImageChef.Filesystems</RootNamespace>
|
|
<AssemblyName>DiscImageChef.Filesystems</AssemblyName>
|
|
<ReleaseVersion>$(Version)</ReleaseVersion>
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
<TargetFramework>net461</TargetFramework>
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
<Version>4.5.99.1663</Version>
|
|
<Company>Claunia.com</Company>
|
|
<Copyright>Copyright © 2011-2018 Natalia Portillo</Copyright>
|
|
<Product>The Disc Image Chef</Product>
|
|
<Title>DiscImageChef.Filesystems</Title>
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<NrtRevisionFormat>$(Version)-{chash:8} built by {mname} in $(Configuration){!:, modified}</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</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" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Claunia.Encoding" Version="1.6.1" />
|
|
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.2.2-beta" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="HPOFS.cs" />
|
|
<Compile Include="IReadOnlyFilesystem.cs" />
|
|
<Compile Include="PCFX.cs" />
|
|
<Compile Include="AmigaDOS.cs" />
|
|
<Compile Include="AppleHFS.cs" />
|
|
<Compile Include="AppleHFSPlus.cs" />
|
|
<Compile Include="BFS.cs" />
|
|
<Compile Include="ext2FS.cs" />
|
|
<Compile Include="extFS.cs" />
|
|
<Compile Include="FAT.cs" />
|
|
<Compile Include="FFS.cs" />
|
|
<Compile Include="HPFS.cs" />
|
|
<Compile Include="MinixFS.cs" />
|
|
<Compile Include="NTFS.cs" />
|
|
<Compile Include="ODS.cs" />
|
|
<Compile Include="Opera.cs" />
|
|
<Compile Include="PCEngine.cs" />
|
|
<Compile Include="IFilesystem.cs" />
|
|
<Compile Include="ProDOS.cs" />
|
|
<Compile Include="ReFS.cs" />
|
|
<Compile Include="SolarFS.cs" />
|
|
<Compile Include="Symbian.cs" />
|
|
<Compile Include="SysV.cs" />
|
|
<Compile Include="UNIXBFS.cs" />
|
|
<Compile Include="Acorn.cs" />
|
|
<Compile Include="Nintendo.cs" />
|
|
<Compile Include="BTRFS.cs" />
|
|
<Compile Include="APFS.cs" />
|
|
<Compile Include="Structs.cs" />
|
|
<Compile Include="LisaFS\LisaFS.cs" />
|
|
<Compile Include="LisaFS\Consts.cs" />
|
|
<Compile Include="LisaFS\Structs.cs" />
|
|
<Compile Include="LisaFS\Info.cs" />
|
|
<Compile Include="LisaFS\Super.cs" />
|
|
<Compile Include="LisaFS\Xattr.cs" />
|
|
<Compile Include="LisaFS\Dir.cs" />
|
|
<Compile Include="LisaFS\File.cs" />
|
|
<Compile Include="LisaFS\Extent.cs" />
|
|
<Compile Include="UCSDPascal\UCSDPascal.cs" />
|
|
<Compile Include="UCSDPascal\Consts.cs" />
|
|
<Compile Include="UCSDPascal\File.cs" />
|
|
<Compile Include="UCSDPascal\Info.cs" />
|
|
<Compile Include="UCSDPascal\Structs.cs" />
|
|
<Compile Include="UCSDPascal\Super.cs" />
|
|
<Compile Include="UCSDPascal\Dir.cs" />
|
|
<Compile Include="AppleMFS\AppleMFS.cs" />
|
|
<Compile Include="AppleMFS\Consts.cs" />
|
|
<Compile Include="AppleMFS\Dir.cs" />
|
|
<Compile Include="AppleMFS\File.cs" />
|
|
<Compile Include="AppleMFS\Info.cs" />
|
|
<Compile Include="AppleMFS\Structs.cs" />
|
|
<Compile Include="AppleMFS\Super.cs" />
|
|
<Compile Include="AppleMFS\Xattr.cs" />
|
|
<Compile Include="exFAT.cs" />
|
|
<Compile Include="CPM\Info.cs" />
|
|
<Compile Include="CPM\CPM.cs" />
|
|
<Compile Include="CPM\Structs.cs" />
|
|
<Compile Include="CPM\Definitions.cs" />
|
|
<Compile Include="CPM\Dir.cs" />
|
|
<Compile Include="CPM\Super.cs" />
|
|
<Compile Include="CPM\Consts.cs" />
|
|
<Compile Include="CPM\File.cs" />
|
|
<Compile Include="CPM\Xattr.cs" />
|
|
<Compile Include="QNX4.cs" />
|
|
<Compile Include="QNX6.cs" />
|
|
<Compile Include="JFS.cs" />
|
|
<Compile Include="F2FS.cs" />
|
|
<Compile Include="NILFS2.cs" />
|
|
<Compile Include="Reiser.cs" />
|
|
<Compile Include="Reiser4.cs" />
|
|
<Compile Include="XFS.cs" />
|
|
<Compile Include="PFS.cs" />
|
|
<Compile Include="SFS.cs" />
|
|
<Compile Include="VMfs.cs" />
|
|
<Compile Include="VxFS.cs" />
|
|
<Compile Include="Squash.cs" />
|
|
<Compile Include="Cram.cs" />
|
|
<Compile Include="CBM.cs" />
|
|
<Compile Include="UDF.cs" />
|
|
<Compile Include="ECMA67.cs" />
|
|
<Compile Include="FATX.cs" />
|
|
<Compile Include="Xia.cs" />
|
|
<Compile Include="ZFS.cs" />
|
|
<Compile Include="AppleDOS\Dir.cs" />
|
|
<Compile Include="AppleDOS\File.cs" />
|
|
<Compile Include="AppleDOS\Info.cs" />
|
|
<Compile Include="AppleDOS\AppleDOS.cs" />
|
|
<Compile Include="AppleDOS\Structs.cs" />
|
|
<Compile Include="AppleDOS\Super.cs" />
|
|
<Compile Include="AppleDOS\Xattr.cs" />
|
|
<Compile Include="AtheOS.cs" />
|
|
<Compile Include="HAMMER.cs" />
|
|
<Compile Include="Fossil.cs" />
|
|
<Compile Include="EFS.cs" />
|
|
<Compile Include="UNICOS.cs" />
|
|
<Compile Include="RBF.cs" />
|
|
<Compile Include="AODOS.cs" />
|
|
<Compile Include="RT11.cs" />
|
|
<Compile Include="LIF.cs" />
|
|
<Compile Include="Locus.cs" />
|
|
<Compile Include="dump.cs" />
|
|
<Compile Include="MicroDOS.cs" />
|
|
<Compile Include="ISO9660\Info.cs" />
|
|
<Compile Include="ISO9660\ISO9660.cs" />
|
|
<Compile Include="ISO9660\Structs\ISO.cs" />
|
|
<Compile Include="ISO9660\Structs\RRIP.cs" />
|
|
<Compile Include="ISO9660\Structs\SUSP.cs" />
|
|
<Compile Include="ISO9660\Structs\Amiga.cs" />
|
|
<Compile Include="ISO9660\Structs\HighSierra.cs" />
|
|
<Compile Include="ISO9660\Structs\Apple.cs" />
|
|
<Compile Include="ISO9660\Structs\ElTorito.cs" />
|
|
<Compile Include="ISO9660\Structs\XA.cs" />
|
|
<Compile Include="ISO9660\Structs\Ziso.cs" />
|
|
<Compile Include="ISO9660\Structs\Joliet.cs" />
|
|
<Compile Include="ISO9660\Structs\Common.cs" />
|
|
<Compile Include="ISO9660\Consts\ISO.cs" />
|
|
<Compile Include="ISO9660\Consts\HighSierra.cs" />
|
|
<Compile Include="ISO9660\Consts\XA.cs" />
|
|
<Compile Include="ISO9660\Consts\ElTorito.cs" />
|
|
<Compile Include="ISO9660\Consts\Apple.cs" />
|
|
<Compile Include="ISO9660\Consts\RRIP.cs" />
|
|
<Compile Include="ISO9660\Consts\Amiga.cs" />
|
|
<Compile Include="ISO9660\Consts\SUSP.cs" />
|
|
<Compile Include="ISO9660\Consts\Ziso.cs" />
|
|
<Compile Include="ISO9660\Consts\AAIP.cs" />
|
|
<Compile Include="ISO9660\Structs\CDi.cs" />
|
|
<Compile Include="ISO9660\Consts\CDi.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DiscImageChef.Checksums\DiscImageChef.Checksums.csproj">
|
|
<Project>{CC48B324-A532-4A45-87A6-6F91F7141E8D}</Project>
|
|
<Name>DiscImageChef.Checksums</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DiscImageChef.CommonTypes\DiscImageChef.CommonTypes.csproj">
|
|
<Project>{F2B84194-26EB-4227-B1C5-6602517E85AE}</Project>
|
|
<Name>DiscImageChef.CommonTypes</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DiscImageChef.Helpers\DiscImageChef.Helpers.csproj">
|
|
<Project>{F8BDF57B-1571-4CD0-84B3-B422088D359A}</Project>
|
|
<Name>DiscImageChef.Helpers</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DiscImageChef.Partitions\DiscImageChef.Partitions.csproj">
|
|
<Project>{DA7AB65D-B5BA-4003-8893-A51BB071BA2F}</Project>
|
|
<Name>DiscImageChef.Partitions</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DiscImageChef.DiscImages\DiscImageChef.DiscImages.csproj">
|
|
<Project>{74032CBC-339B-42F3-AF6F-E96C261F3E6A}</Project>
|
|
<Name>DiscImageChef.DiscImages</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">
|
|
<Project>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</Project>
|
|
<Name>DiscImageChef.Console</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DiscImageChef.Metadata\DiscImageChef.Metadata.csproj">
|
|
<Project>{9F213318-5CB8-4066-A757-074489C9F818}</Project>
|
|
<Name>DiscImageChef.Metadata</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DiscImageChef.Decoders\DiscImageChef.Decoders.csproj">
|
|
<Project>{0BEB3088-B634-4289-AE17-CDF2D25D00D5}</Project>
|
|
<Name>DiscImageChef.Decoders</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="LisaFS\" />
|
|
<Folder Include="UCSDPascal\" />
|
|
<Folder Include="AppleMFS\" />
|
|
<Folder Include="CPM\" />
|
|
<Folder Include="AppleDOS\" />
|
|
<Folder Include="ISO9660\" />
|
|
<Folder Include="ISO9660\Structs\" />
|
|
<Folder Include="ISO9660\Consts\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="..\LICENSE.LGPL">
|
|
<Link>LICENSE.LGPL</Link>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CPM\cpmdefs.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
</ItemGroup>
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<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" PlaceSystemDirectiveFirst="True" SpaceAfterControlFlowStatementKeyword="False" scope="text/x-csharp" />
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
|
|
<StandardHeader IncludeInNewFiles="True" Text="/***************************************************************************
The Disc Image Chef
----------------------------------------------------------------------------
 
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}
****************************************************************************/" />
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project> |