2017-12-20 17:15: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:58:42 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{DA7AB65D-B5BA-4003-8893-A51BB071BA2F}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>DiscImageChef.Partitions</RootNamespace>
|
|
|
|
|
|
<AssemblyName>DiscImageChef.Partitions</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>
|
2018-07-20 20:50:20 +01:00
|
|
|
|
<Version>4.5.99.1693</Version>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<Company>Claunia.com</Company>
|
2018-12-29 17:34:38 +00:00
|
|
|
|
<Copyright>Copyright © 2011-2019 Natalia Portillo</Copyright>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<Product>The Disc Image Chef</Product>
|
|
|
|
|
|
<Title>DiscImageChef.Partitions</Title>
|
|
|
|
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
2018-08-27 22:03:20 +01:00
|
|
|
|
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
|
2019-01-05 20:46:30 +00:00
|
|
|
|
<NoWarn>CS0649</NoWarn>
|
2015-10-05 19:58:42 +01:00
|
|
|
|
</PropertyGroup>
|
2018-04-12 00:20:29 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<NrtRevisionFormat>$(Version)-{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>
|
|
|
|
|
|
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
|
|
|
|
|
|
<NrtShowRevision>true</NrtShowRevision>
|
|
|
|
|
|
</PropertyGroup>
|
2015-10-05 19:58:42 +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>
|
|
|
|
|
|
<Compile Include="AppleMap.cs" />
|
|
|
|
|
|
<Compile Include="Atari.cs" />
|
|
|
|
|
|
<Compile Include="MBR.cs" />
|
|
|
|
|
|
<Compile Include="NeXT.cs" />
|
|
|
|
|
|
<Compile Include="RDB.cs" />
|
2018-07-20 22:53:46 +01:00
|
|
|
|
<Compile Include="Register.cs" />
|
2016-02-05 05:39:15 +00:00
|
|
|
|
<Compile Include="Sun.cs" />
|
2016-02-05 19:24:48 +00:00
|
|
|
|
<Compile Include="GPT.cs" />
|
* DiscImageChef.Helpers/BigEndianStructure.cs:
* DiscImageChef.Helpers/DiscImageChef.Helpers.csproj:
Added code that directly marshals from a big-endian byte
array. But untested with nested structures.
* DiscImageChef.Partitions/Acorn.cs:
Added support for Acorn FileCore partition, closes #4.
* DiscImageChef.Partitions/BSD.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/DEC.cs:
Added support for DEC disklabels, closes #11.
* DiscImageChef.Partitions/DragonFlyBSD.cs:
Added support for DragonFly BSD 64-bit disklabels.
* DiscImageChef.Partitions/PC98.cs:
Added support for NEC PC-9800 partitions.
* DiscImageChef.Partitions/RioKarma.cs:
Added support for Rio Karma partitions.
* DiscImageChef.Partitions/SGI.cs:
Added support for SGI DVHs, closes #9.
* DiscImageChef.Partitions/UNIX.cs:
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* TODO:
* README.md:
* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj:
Added support for Acorn FileCore partition, closes #4.
Added support for DEC disklabels, closes #11.
Added support for SGI DVHs, closes #9.
Moved BSD partitions from inside MBR code to separate code, as
they can (and do) appear on other architectures as the only
scheme.
Added support for DragonFly BSD 64-bit disklabels.
Added support for NEC PC-9800 partitions.
Added support for Rio Karma partitions.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/GPT.cs:
Added new partition type UUIDs.
* DiscImageChef.Partitions/MBR.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/Sun.cs:
Added new partition types.
Prepare structures for marshaling.
2016-08-21 08:27:43 +01:00
|
|
|
|
<Compile Include="RioKarma.cs" />
|
|
|
|
|
|
<Compile Include="BSD.cs" />
|
|
|
|
|
|
<Compile Include="PC98.cs" />
|
|
|
|
|
|
<Compile Include="DEC.cs" />
|
|
|
|
|
|
<Compile Include="SGI.cs" />
|
|
|
|
|
|
<Compile Include="Acorn.cs" />
|
|
|
|
|
|
<Compile Include="DragonFlyBSD.cs" />
|
2017-07-30 16:09:43 +01:00
|
|
|
|
<Compile Include="VTOC.cs" />
|
2016-08-22 00:49:48 +01:00
|
|
|
|
<Compile Include="Human68k.cs" />
|
2016-09-17 21:25:14 +01:00
|
|
|
|
<Compile Include="Xbox.cs" />
|
2017-07-31 14:42:11 +01:00
|
|
|
|
<Compile Include="UNIX.cs" />
|
2017-08-02 13:57:53 +01:00
|
|
|
|
<Compile Include="XENIX.cs" />
|
2017-08-07 16:15:28 +01:00
|
|
|
|
<Compile Include="Plan9.cs" />
|
2017-09-24 19:16:00 +01:00
|
|
|
|
<Compile Include="Apricot.cs" />
|
2015-10-05 19:58:42 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<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.DiscImages\DiscImageChef.DiscImages.csproj">
|
|
|
|
|
|
<Project>{74032CBC-339B-42F3-AF6F-E96C261F3E6A}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.DiscImages</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Checksums\DiscImageChef.Checksums.csproj">
|
|
|
|
|
|
<Project>{CC48B324-A532-4A45-87A6-6F91F7141E8D}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Checksums</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-10-18 22:04:03 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">
|
|
|
|
|
|
<Project>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Console</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-10-05 19:58:42 +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>
|
2018-12-20 21:02:05 +00:00
|
|
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.2.5" />
|
2018-04-12 00:20:29 +01:00
|
|
|
|
</ItemGroup>
|
2016-07-28 18:13:49 +01:00
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
|
<MonoDevelop>
|
|
|
|
|
|
<Properties>
|
|
|
|
|
|
<Policies>
|
2017-09-05 17:21:24 +01:00
|
|
|
|
<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}
****************************************************************************/" />
|
|
|
|
|
|
<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>
|
2015-10-05 19:58:42 +01:00
|
|
|
|
</Project>
|