2017-12-03 01:49:33 +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>{74032CBC-339B-42F3-AF6F-E96C261F3E6A}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>DiscImageChef.DiscImages</RootNamespace>
|
|
|
|
|
|
<AssemblyName>DiscImageChef.DiscImages</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 08:28:45 +01:00
|
|
|
|
<TargetFramework>net461</TargetFramework>
|
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>
|
|
|
|
|
|
<Copyright>Copyright © 2011-2018 Natalia Portillo</Copyright>
|
|
|
|
|
|
<Product>The Disc Image Chef</Product>
|
|
|
|
|
|
<Title>DiscImageChef.DiscImages</Title>
|
|
|
|
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
2015-10-05 19:45:07 +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: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" />
|
2017-06-06 18:22:16 +01:00
|
|
|
|
<Reference Include="System.Core" />
|
2018-01-28 21:35:38 +00:00
|
|
|
|
<Reference Include="System.Xml" />
|
2015-10-05 19:45:07 +01:00
|
|
|
|
</ItemGroup>
|
2018-04-11 08:57:34 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Claunia.Encoding" Version="1.6.1" />
|
|
|
|
|
|
<PackageReference Include="Claunia.RsrcFork" Version="1.0.0" />
|
|
|
|
|
|
<PackageReference Include="DotNetZip" Version="1.10.1" />
|
|
|
|
|
|
<PackageReference Include="plist-cil" Version="1.16.0" />
|
|
|
|
|
|
<PackageReference Include="SharpCompress" Version="0.20.0" />
|
|
|
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
|
2018-04-12 00:20:29 +01:00
|
|
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.2.2-beta" />
|
2018-04-11 08:57:34 +01:00
|
|
|
|
</ItemGroup>
|
2015-10-05 19:45:07 +01:00
|
|
|
|
<ItemGroup>
|
2017-12-05 00:07:36 +00:00
|
|
|
|
<Compile Include="DiscFerret.cs" />
|
2018-01-23 15:50:19 +00:00
|
|
|
|
<Compile Include="DiscImageChef.cs" />
|
2017-12-18 23:00:25 +01:00
|
|
|
|
<Compile Include="HDCopy.cs" />
|
2017-12-04 19:35:42 +00:00
|
|
|
|
<Compile Include="KryoFlux.cs" />
|
2015-10-05 19:45:07 +01:00
|
|
|
|
<Compile Include="Apple2MG.cs" />
|
|
|
|
|
|
<Compile Include="CDRWin.cs" />
|
|
|
|
|
|
<Compile Include="DiskCopy42.cs" />
|
|
|
|
|
|
<Compile Include="Nero.cs" />
|
2018-07-20 22:53:46 +01:00
|
|
|
|
<Compile Include="Register.cs" />
|
2017-12-03 01:49:33 +00:00
|
|
|
|
<Compile Include="SuperCardPro.cs" />
|
2015-10-05 19:45:07 +01:00
|
|
|
|
<Compile Include="TeleDisk.cs" />
|
|
|
|
|
|
<Compile Include="VHD.cs" />
|
|
|
|
|
|
<Compile Include="ZZZRawImage.cs" />
|
2015-12-23 23:46:31 +00:00
|
|
|
|
<Compile Include="CDRDAO.cs" />
|
2015-12-25 20:47:40 +00:00
|
|
|
|
<Compile Include="GDI.cs" />
|
2016-08-02 18:09:24 +01:00
|
|
|
|
<Compile Include="BLU.cs" />
|
2016-08-07 04:35:32 +01:00
|
|
|
|
<Compile Include="CopyQM.cs" />
|
2016-08-09 15:33:41 +01:00
|
|
|
|
<Compile Include="Alcohol120.cs" />
|
2016-08-17 01:33:48 +01:00
|
|
|
|
<Compile Include="BlindWrite4.cs" />
|
2016-08-18 00:07:16 +01:00
|
|
|
|
<Compile Include="BlindWrite5.cs" />
|
2016-08-21 17:35:35 +01:00
|
|
|
|
<Compile Include="DIM.cs" />
|
2016-08-26 01:45:58 +01:00
|
|
|
|
<Compile Include="CPCDSK.cs" />
|
2016-08-26 07:24:14 +01:00
|
|
|
|
<Compile Include="QCOW.cs" />
|
2016-08-26 20:07:34 +01:00
|
|
|
|
<Compile Include="QED.cs" />
|
2016-08-27 01:49:52 +01:00
|
|
|
|
<Compile Include="QCOW2.cs" />
|
2016-08-27 03:24:20 +01:00
|
|
|
|
<Compile Include="Parallels.cs" />
|
2016-08-27 04:44:36 +01:00
|
|
|
|
<Compile Include="VDI.cs" />
|
2016-08-29 03:38:18 +01:00
|
|
|
|
<Compile Include="VHDX.cs" />
|
2016-08-30 05:25:27 +01:00
|
|
|
|
<Compile Include="VMware.cs" />
|
2016-09-02 04:02:35 +01:00
|
|
|
|
<Compile Include="UDIF.cs" />
|
2016-09-06 23:21:10 +01:00
|
|
|
|
<Compile Include="NDIF.cs" />
|
2016-09-09 22:58:39 +01:00
|
|
|
|
<Compile Include="DART.cs" />
|
2016-09-21 01:55:41 +01:00
|
|
|
|
<Compile Include="CHD.cs" />
|
2016-10-07 00:43:12 +01:00
|
|
|
|
<Compile Include="AppleNIB.cs" />
|
2016-10-08 04:29:33 +01:00
|
|
|
|
<Compile Include="CloneCD.cs" />
|
2016-10-10 02:06:52 +01:00
|
|
|
|
<Compile Include="DiscJuggler.cs" />
|
2017-06-22 16:20:49 +01:00
|
|
|
|
<Compile Include="SaveDskF.cs" />
|
2017-07-20 13:11:27 +01:00
|
|
|
|
<Compile Include="AppleDOS.cs" />
|
2017-08-02 18:30:30 +01:00
|
|
|
|
<Compile Include="D88.cs" />
|
2017-08-02 20:44:50 +01:00
|
|
|
|
<Compile Include="Anex86.cs" />
|
2017-08-03 01:14:12 +01:00
|
|
|
|
<Compile Include="T98.cs" />
|
2017-08-03 11:11:13 +01:00
|
|
|
|
<Compile Include="NHDr0.cs" />
|
|
|
|
|
|
<Compile Include="Virtual98.cs" />
|
2017-08-17 02:17:08 +01:00
|
|
|
|
<Compile Include="IMD.cs" />
|
2017-08-23 01:29:45 +01:00
|
|
|
|
<Compile Include="CisCopy.cs" />
|
2017-09-13 00:15:19 +01:00
|
|
|
|
<Compile Include="DriDiskCopy.cs" />
|
2017-09-16 18:48:23 +01:00
|
|
|
|
<Compile Include="RsIde.cs" />
|
2017-09-16 21:21:17 +01:00
|
|
|
|
<Compile Include="UkvFdi.cs" />
|
2017-09-19 21:13:16 +01:00
|
|
|
|
<Compile Include="PartClone.cs" />
|
2017-09-21 18:29:35 +01:00
|
|
|
|
<Compile Include="Partimage.cs" />
|
2017-09-22 23:02:30 +01:00
|
|
|
|
<Compile Include="Apridisk.cs" />
|
2017-09-25 01:29:38 +01:00
|
|
|
|
<Compile Include="MaxiDisk.cs" />
|
2017-09-26 23:54:14 +01:00
|
|
|
|
<Compile Include="RayDIM.cs" />
|
2015-10-05 19:45:07 +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.Checksums\DiscImageChef.Checksums.csproj">
|
|
|
|
|
|
<Project>{CC48B324-A532-4A45-87A6-6F91F7141E8D}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Checksums</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-01-21 12:37:32 +00:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Compression\DiscImageChef.Compression.csproj">
|
|
|
|
|
|
<Project>{858398d1-7321-4763-8bab-56bbfec74e29}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Compression</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-10-05 19:45:07 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Helpers\DiscImageChef.Helpers.csproj">
|
|
|
|
|
|
<Project>{F8BDF57B-1571-4CD0-84B3-B422088D359A}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Helpers</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>
|
2016-08-09 15:33:41 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Decoders\DiscImageChef.Decoders.csproj">
|
|
|
|
|
|
<Project>{0BEB3088-B634-4289-AE17-CDF2D25D00D5}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Decoders</Name>
|
|
|
|
|
|
</ProjectReference>
|
2016-09-05 17:37:31 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Filters\DiscImageChef.Filters.csproj">
|
|
|
|
|
|
<Project>{D571B8EF-903D-4353-BDD5-B834F9F029EF}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Filters</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-10-05 19:45:07 +01:00
|
|
|
|
</ItemGroup>
|
2016-07-28 18:13:49 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="..\LICENSE.LGPL">
|
|
|
|
|
|
<Link>LICENSE.LGPL</Link>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
2016-09-02 04:02:35 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
</ItemGroup>
|
2016-07-28 18:13:49 +01:00
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
|
<MonoDevelop>
|
|
|
|
|
|
<Properties>
|
|
|
|
|
|
<Policies>
|
2017-08-23 01:29:45 +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" TabsToSpaces="False" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Unix" scope="text/x-csharp" />
|
2017-09-28 17:12:41 +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" 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" NewLineForMembersInObjectInit="False" NewLineForMembersInAnonymousTypes="False" NewLineForClausesInQuery="False" SpaceAfterControlFlowStatementKeyword="False" scope="text/x-csharp" />
|
2016-07-28 18:13:49 +01:00
|
|
|
|
</Policies>
|
|
|
|
|
|
</Properties>
|
|
|
|
|
|
</MonoDevelop>
|
|
|
|
|
|
</ProjectExtensions>
|
2015-10-05 19:45:07 +01:00
|
|
|
|
</Project>
|