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 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.DiscImages</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: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>
|
2019-04-24 08:04:18 +01:00
|
|
|
|
<PackageReference Include="Claunia.Encoding" Version="1.7.0" />
|
|
|
|
|
|
<PackageReference Include="Claunia.RsrcFork" Version="1.1.0" />
|
2019-04-23 22:40:52 +01:00
|
|
|
|
<PackageReference Include="DotNetZip" Version="1.13.3" />
|
|
|
|
|
|
<PackageReference Include="plist-cil" Version="1.60.0" />
|
|
|
|
|
|
<PackageReference Include="SharpCompress" Version="0.23.0" />
|
2019-01-03 18:53:29 +00:00
|
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
|
2018-12-20 21:02:05 +00:00
|
|
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.2.5" />
|
2018-04-11 08:57:34 +01:00
|
|
|
|
</ItemGroup>
|
2015-10-05 19:45:07 +01:00
|
|
|
|
<ItemGroup>
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="Alcohol120\Alcohol120.cs" />
|
|
|
|
|
|
<Compile Include="Alcohol120\Constants.cs" />
|
|
|
|
|
|
<Compile Include="Alcohol120\Enums.cs" />
|
|
|
|
|
|
<Compile Include="Alcohol120\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="Alcohol120\Identify.cs" />
|
|
|
|
|
|
<Compile Include="Alcohol120\Properties.cs" />
|
|
|
|
|
|
<Compile Include="Alcohol120\Read.cs" />
|
|
|
|
|
|
<Compile Include="Alcohol120\Structs.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="Alcohol120\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="Alcohol120\Write.cs" />
|
|
|
|
|
|
<Compile Include="Anex86\Anex86.cs" />
|
|
|
|
|
|
<Compile Include="Anex86\Identify.cs" />
|
|
|
|
|
|
<Compile Include="Anex86\Properties.cs" />
|
|
|
|
|
|
<Compile Include="Anex86\Read.cs" />
|
|
|
|
|
|
<Compile Include="Anex86\Structs.cs" />
|
|
|
|
|
|
<Compile Include="Anex86\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="Anex86\Write.cs" />
|
|
|
|
|
|
<Compile Include="Apple2MG\Constants.cs" />
|
|
|
|
|
|
<Compile Include="Apple2MG\Enums.cs" />
|
|
|
|
|
|
<Compile Include="Apple2MG\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="Apple2MG\Identify.cs" />
|
|
|
|
|
|
<Compile Include="Apple2MG\Properties.cs" />
|
|
|
|
|
|
<Compile Include="Apple2MG\Read.cs" />
|
|
|
|
|
|
<Compile Include="Apple2MG\Structs.cs" />
|
|
|
|
|
|
<Compile Include="Apple2MG\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="Apple2MG\Write.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\Constants.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\Identify.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\Properties.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\Read.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\Write.cs" />
|
|
|
|
|
|
<Compile Include="AppleNIB\Constants.cs" />
|
|
|
|
|
|
<Compile Include="AppleNIB\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="AppleNIB\Identify.cs" />
|
|
|
|
|
|
<Compile Include="AppleNIB\Properties.cs" />
|
|
|
|
|
|
<Compile Include="AppleNIB\Read.cs" />
|
|
|
|
|
|
<Compile Include="AppleNIB\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="Apridisk\Compression.cs" />
|
|
|
|
|
|
<Compile Include="Apridisk\Constants.cs" />
|
|
|
|
|
|
<Compile Include="Apridisk\Enums.cs" />
|
|
|
|
|
|
<Compile Include="Apridisk\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="Apridisk\Identify.cs" />
|
|
|
|
|
|
<Compile Include="Apridisk\Properties.cs" />
|
|
|
|
|
|
<Compile Include="Apridisk\Read.cs" />
|
|
|
|
|
|
<Compile Include="Apridisk\Structs.cs" />
|
|
|
|
|
|
<Compile Include="Apridisk\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="Apridisk\Write.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite4\Constants.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite4\Enums.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite4\Identify.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite4\Properties.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite4\Read.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite4\Structs.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="BlindWrite4\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="BlindWrite5\Constants.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite5\Enums.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite5\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite5\Identify.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite5\Properties.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite5\Read.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite5\Structs.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="BlindWrite5\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="BLU\Constants.cs" />
|
|
|
|
|
|
<Compile Include="BLU\Identify.cs" />
|
|
|
|
|
|
<Compile Include="BLU\Properties.cs" />
|
|
|
|
|
|
<Compile Include="BLU\Read.cs" />
|
|
|
|
|
|
<Compile Include="BLU\Unsupported.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="BLU\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="BLU\Write.cs" />
|
|
|
|
|
|
<Compile Include="CDRDAO\Constants.cs" />
|
|
|
|
|
|
<Compile Include="CDRDAO\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="CDRDAO\Identify.cs" />
|
|
|
|
|
|
<Compile Include="CDRDAO\Properties.cs" />
|
|
|
|
|
|
<Compile Include="CDRDAO\Read.cs" />
|
|
|
|
|
|
<Compile Include="CDRDAO\Structs.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="CDRDAO\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="CDRDAO\Write.cs" />
|
|
|
|
|
|
<Compile Include="CDRWin\Constants.cs" />
|
|
|
|
|
|
<Compile Include="CDRWin\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="CDRWin\Identify.cs" />
|
|
|
|
|
|
<Compile Include="CDRWin\Properties.cs" />
|
|
|
|
|
|
<Compile Include="CDRWin\Read.cs" />
|
|
|
|
|
|
<Compile Include="CDRWin\Structs.cs" />
|
2019-01-19 17:39:31 +00:00
|
|
|
|
<Compile Include="CDRWin\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="CDRWin\Write.cs" />
|
|
|
|
|
|
<Compile Include="CHD\Constants.cs" />
|
|
|
|
|
|
<Compile Include="CHD\Enums.cs" />
|
|
|
|
|
|
<Compile Include="CHD\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="CHD\Identify.cs" />
|
|
|
|
|
|
<Compile Include="CHD\Properties.cs" />
|
|
|
|
|
|
<Compile Include="CHD\Read.cs" />
|
|
|
|
|
|
<Compile Include="CHD\Structs.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="CHD\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="CisCopy\Enums.cs" />
|
|
|
|
|
|
<Compile Include="CisCopy\Identify.cs" />
|
|
|
|
|
|
<Compile Include="CisCopy\Properties.cs" />
|
|
|
|
|
|
<Compile Include="CisCopy\Read.cs" />
|
|
|
|
|
|
<Compile Include="CisCopy\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="CisCopy\Write.cs" />
|
|
|
|
|
|
<Compile Include="CloneCD\Constants.cs" />
|
|
|
|
|
|
<Compile Include="CloneCD\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="CloneCD\Identify.cs" />
|
|
|
|
|
|
<Compile Include="CloneCD\Properties.cs" />
|
|
|
|
|
|
<Compile Include="CloneCD\Read.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="CloneCD\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="CloneCD\Write.cs" />
|
|
|
|
|
|
<Compile Include="CopyQM\Constants.cs" />
|
|
|
|
|
|
<Compile Include="CopyQM\Identify.cs" />
|
|
|
|
|
|
<Compile Include="CopyQM\Properties.cs" />
|
|
|
|
|
|
<Compile Include="CopyQM\Read.cs" />
|
|
|
|
|
|
<Compile Include="CopyQM\Structs.cs" />
|
|
|
|
|
|
<Compile Include="CopyQM\Unsupported.cs" />
|
2019-05-06 18:37:29 +01:00
|
|
|
|
<Compile Include="CopyTape\Constants.cs" />
|
|
|
|
|
|
<Compile Include="CopyTape\CopyTape.cs" />
|
|
|
|
|
|
<Compile Include="CopyTape\Identify.cs" />
|
|
|
|
|
|
<Compile Include="CopyTape\Properties.cs" />
|
|
|
|
|
|
<Compile Include="CopyTape\Read.cs" />
|
|
|
|
|
|
<Compile Include="CopyTape\Unsupported.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="CPCDSK\Constants.cs" />
|
|
|
|
|
|
<Compile Include="CPCDSK\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="CPCDSK\Identify.cs" />
|
|
|
|
|
|
<Compile Include="CPCDSK\Properties.cs" />
|
|
|
|
|
|
<Compile Include="CPCDSK\Read.cs" />
|
|
|
|
|
|
<Compile Include="CPCDSK\Structs.cs" />
|
|
|
|
|
|
<Compile Include="CPCDSK\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="D88\Constants.cs" />
|
|
|
|
|
|
<Compile Include="D88\Enums.cs" />
|
|
|
|
|
|
<Compile Include="D88\Identify.cs" />
|
|
|
|
|
|
<Compile Include="D88\Properties.cs" />
|
|
|
|
|
|
<Compile Include="D88\Read.cs" />
|
|
|
|
|
|
<Compile Include="D88\Structs.cs" />
|
|
|
|
|
|
<Compile Include="D88\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="DART\Constants.cs" />
|
|
|
|
|
|
<Compile Include="DART\Identify.cs" />
|
|
|
|
|
|
<Compile Include="DART\Properties.cs" />
|
|
|
|
|
|
<Compile Include="DART\Read.cs" />
|
|
|
|
|
|
<Compile Include="DART\Structs.cs" />
|
|
|
|
|
|
<Compile Include="DART\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="DIM\Constants.cs" />
|
|
|
|
|
|
<Compile Include="DIM\Enums.cs" />
|
|
|
|
|
|
<Compile Include="DIM\Identify.cs" />
|
|
|
|
|
|
<Compile Include="DIM\Properties.cs" />
|
|
|
|
|
|
<Compile Include="DIM\Read.cs" />
|
|
|
|
|
|
<Compile Include="DIM\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="DiscFerret\Constants.cs" />
|
|
|
|
|
|
<Compile Include="DiscFerret\DiscFerret.cs" />
|
|
|
|
|
|
<Compile Include="DiscFerret\Identify.cs" />
|
|
|
|
|
|
<Compile Include="DiscFerret\Properties.cs" />
|
|
|
|
|
|
<Compile Include="DiscFerret\Read.cs" />
|
|
|
|
|
|
<Compile Include="DiscFerret\Structs.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="DiscFerret\Verify.cs" />
|
2018-07-31 23:27:08 +01:00
|
|
|
|
<Compile Include="DiscImageChef\CdEcc.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="DiscImageChef\ClauniaSubchannelTransform.cs" />
|
|
|
|
|
|
<Compile Include="DiscImageChef\Constants.cs" />
|
|
|
|
|
|
<Compile Include="DiscImageChef\DiscImageChef.cs" />
|
|
|
|
|
|
<Compile Include="DiscImageChef\Enums.cs" />
|
|
|
|
|
|
<Compile Include="DiscImageChef\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="DiscImageChef\Identify.cs" />
|
|
|
|
|
|
<Compile Include="DiscImageChef\Properties.cs" />
|
|
|
|
|
|
<Compile Include="DiscImageChef\Read.cs" />
|
|
|
|
|
|
<Compile Include="DiscImageChef\Structs.cs" />
|
2019-04-30 23:32:25 +01:00
|
|
|
|
<Compile Include="DiscImageChef\Tape.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="DiscImageChef\Verify.cs" />
|
|
|
|
|
|
<Compile Include="DiscImageChef\Write.cs" />
|
|
|
|
|
|
<Compile Include="DiscJuggler\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="DiscJuggler\Identify.cs" />
|
|
|
|
|
|
<Compile Include="DiscJuggler\Properties.cs" />
|
|
|
|
|
|
<Compile Include="DiscJuggler\Read.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="DiscJuggler\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="DiskCopy42\Constants.cs" />
|
|
|
|
|
|
<Compile Include="DiskCopy42\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="DiskCopy42\Identify.cs" />
|
|
|
|
|
|
<Compile Include="DiskCopy42\Properties.cs" />
|
|
|
|
|
|
<Compile Include="DiskCopy42\Read.cs" />
|
|
|
|
|
|
<Compile Include="DiskCopy42\Structs.cs" />
|
|
|
|
|
|
<Compile Include="DiskCopy42\Unsupported.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="DiskCopy42\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="DiskCopy42\Write.cs" />
|
|
|
|
|
|
<Compile Include="DriDiskCopy\Constants.cs" />
|
|
|
|
|
|
<Compile Include="DriDiskCopy\Enums.cs" />
|
|
|
|
|
|
<Compile Include="DriDiskCopy\Identify.cs" />
|
|
|
|
|
|
<Compile Include="DriDiskCopy\Properties.cs" />
|
|
|
|
|
|
<Compile Include="DriDiskCopy\Read.cs" />
|
|
|
|
|
|
<Compile Include="DriDiskCopy\Structs.cs" />
|
|
|
|
|
|
<Compile Include="DriDiskCopy\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="DriDiskCopy\Write.cs" />
|
|
|
|
|
|
<Compile Include="GDI\Constants.cs" />
|
|
|
|
|
|
<Compile Include="GDI\Identify.cs" />
|
|
|
|
|
|
<Compile Include="GDI\Properties.cs" />
|
|
|
|
|
|
<Compile Include="GDI\Read.cs" />
|
|
|
|
|
|
<Compile Include="GDI\Structs.cs" />
|
|
|
|
|
|
<Compile Include="GDI\Unsupported.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="GDI\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="HDCopy\HDCopy.cs" />
|
|
|
|
|
|
<Compile Include="HDCopy\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="HDCopy\Identify.cs" />
|
|
|
|
|
|
<Compile Include="HDCopy\Properties.cs" />
|
|
|
|
|
|
<Compile Include="HDCopy\Read.cs" />
|
|
|
|
|
|
<Compile Include="HDCopy\Structs.cs" />
|
|
|
|
|
|
<Compile Include="HDCopy\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="IMD\Constants.cs" />
|
|
|
|
|
|
<Compile Include="IMD\Enums.cs" />
|
|
|
|
|
|
<Compile Include="IMD\Identify.cs" />
|
|
|
|
|
|
<Compile Include="IMD\Properties.cs" />
|
|
|
|
|
|
<Compile Include="IMD\Read.cs" />
|
|
|
|
|
|
<Compile Include="IMD\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="KryoFlux\Constants.cs" />
|
|
|
|
|
|
<Compile Include="KryoFlux\Enums.cs" />
|
|
|
|
|
|
<Compile Include="KryoFlux\Identify.cs" />
|
|
|
|
|
|
<Compile Include="KryoFlux\KryoFlux.cs" />
|
|
|
|
|
|
<Compile Include="Apple2MG\Apple2MG.cs" />
|
|
|
|
|
|
<Compile Include="CDRWin\CDRWin.cs" />
|
|
|
|
|
|
<Compile Include="DiskCopy42\DiskCopy42.cs" />
|
|
|
|
|
|
<Compile Include="KryoFlux\Properties.cs" />
|
|
|
|
|
|
<Compile Include="KryoFlux\Read.cs" />
|
|
|
|
|
|
<Compile Include="KryoFlux\Structs.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="KryoFlux\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="MaxiDisk\Enums.cs" />
|
|
|
|
|
|
<Compile Include="MaxiDisk\Identify.cs" />
|
|
|
|
|
|
<Compile Include="MaxiDisk\Properties.cs" />
|
|
|
|
|
|
<Compile Include="MaxiDisk\Read.cs" />
|
|
|
|
|
|
<Compile Include="MaxiDisk\Structs.cs" />
|
|
|
|
|
|
<Compile Include="MaxiDisk\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="MaxiDisk\Write.cs" />
|
|
|
|
|
|
<Compile Include="NDIF\Constants.cs" />
|
|
|
|
|
|
<Compile Include="NDIF\Identify.cs" />
|
|
|
|
|
|
<Compile Include="NDIF\Properties.cs" />
|
|
|
|
|
|
<Compile Include="NDIF\Read.cs" />
|
|
|
|
|
|
<Compile Include="NDIF\Structs.cs" />
|
|
|
|
|
|
<Compile Include="NDIF\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="Nero\Constants.cs" />
|
|
|
|
|
|
<Compile Include="Nero\Enums.cs" />
|
|
|
|
|
|
<Compile Include="Nero\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="Nero\Identify.cs" />
|
|
|
|
|
|
<Compile Include="Nero\Nero.cs" />
|
|
|
|
|
|
<Compile Include="Nero\Properties.cs" />
|
|
|
|
|
|
<Compile Include="Nero\Read.cs" />
|
|
|
|
|
|
<Compile Include="Nero\Structs.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="Nero\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="NHDr0\Constants.cs" />
|
|
|
|
|
|
<Compile Include="NHDr0\Identify.cs" />
|
|
|
|
|
|
<Compile Include="NHDr0\Properties.cs" />
|
|
|
|
|
|
<Compile Include="NHDr0\Read.cs" />
|
|
|
|
|
|
<Compile Include="NHDr0\Structs.cs" />
|
|
|
|
|
|
<Compile Include="NHDr0\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="NHDr0\Write.cs" />
|
|
|
|
|
|
<Compile Include="Parallels\Constants.cs" />
|
|
|
|
|
|
<Compile Include="Parallels\Identify.cs" />
|
|
|
|
|
|
<Compile Include="Parallels\Properties.cs" />
|
|
|
|
|
|
<Compile Include="Parallels\Read.cs" />
|
|
|
|
|
|
<Compile Include="Parallels\Structs.cs" />
|
|
|
|
|
|
<Compile Include="Parallels\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="Parallels\Write.cs" />
|
|
|
|
|
|
<Compile Include="PartClone\Constants.cs" />
|
|
|
|
|
|
<Compile Include="PartClone\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="PartClone\Identify.cs" />
|
|
|
|
|
|
<Compile Include="PartClone\Properties.cs" />
|
|
|
|
|
|
<Compile Include="PartClone\Read.cs" />
|
|
|
|
|
|
<Compile Include="PartClone\Structs.cs" />
|
|
|
|
|
|
<Compile Include="PartClone\Unsupported.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="PartClone\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="Partimage\Constants.cs" />
|
|
|
|
|
|
<Compile Include="Partimage\Enums.cs" />
|
|
|
|
|
|
<Compile Include="Partimage\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="Partimage\Identify.cs" />
|
|
|
|
|
|
<Compile Include="Partimage\Properties.cs" />
|
|
|
|
|
|
<Compile Include="Partimage\Read.cs" />
|
|
|
|
|
|
<Compile Include="Partimage\Structs.cs" />
|
|
|
|
|
|
<Compile Include="Partimage\Unsupported.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="Partimage\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="QCOW2\Constants.cs" />
|
|
|
|
|
|
<Compile Include="QCOW2\Identify.cs" />
|
|
|
|
|
|
<Compile Include="QCOW2\Properties.cs" />
|
|
|
|
|
|
<Compile Include="QCOW2\Read.cs" />
|
|
|
|
|
|
<Compile Include="QCOW2\Structs.cs" />
|
|
|
|
|
|
<Compile Include="QCOW2\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="QCOW2\Write.cs" />
|
|
|
|
|
|
<Compile Include="QCOW\Constants.cs" />
|
|
|
|
|
|
<Compile Include="QCOW\Identify.cs" />
|
|
|
|
|
|
<Compile Include="QCOW\Properties.cs" />
|
|
|
|
|
|
<Compile Include="QCOW\Read.cs" />
|
|
|
|
|
|
<Compile Include="QCOW\Structs.cs" />
|
|
|
|
|
|
<Compile Include="QCOW\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="QCOW\Write.cs" />
|
|
|
|
|
|
<Compile Include="QED\Constants.cs" />
|
|
|
|
|
|
<Compile Include="QED\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="QED\Identify.cs" />
|
|
|
|
|
|
<Compile Include="QED\Properties.cs" />
|
|
|
|
|
|
<Compile Include="QED\Read.cs" />
|
|
|
|
|
|
<Compile Include="QED\Structs.cs" />
|
|
|
|
|
|
<Compile Include="QED\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="QED\Write.cs" />
|
|
|
|
|
|
<Compile Include="RayDIM\Constants.cs" />
|
|
|
|
|
|
<Compile Include="RayDIM\Enums.cs" />
|
|
|
|
|
|
<Compile Include="RayDIM\Identify.cs" />
|
|
|
|
|
|
<Compile Include="RayDIM\Properties.cs" />
|
|
|
|
|
|
<Compile Include="RayDIM\Read.cs" />
|
|
|
|
|
|
<Compile Include="RayDIM\Structs.cs" />
|
|
|
|
|
|
<Compile Include="RayDIM\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="RayDIM\Write.cs" />
|
2018-07-20 22:53:46 +01:00
|
|
|
|
<Compile Include="Register.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="RsIde\Constants.cs" />
|
|
|
|
|
|
<Compile Include="RsIde\Enums.cs" />
|
|
|
|
|
|
<Compile Include="RsIde\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="RsIde\Identify.cs" />
|
|
|
|
|
|
<Compile Include="RsIde\Properties.cs" />
|
|
|
|
|
|
<Compile Include="RsIde\Read.cs" />
|
|
|
|
|
|
<Compile Include="RsIde\Structs.cs" />
|
|
|
|
|
|
<Compile Include="RsIde\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="RsIde\Write.cs" />
|
|
|
|
|
|
<Compile Include="SaveDskF\Constants.cs" />
|
|
|
|
|
|
<Compile Include="SaveDskF\Identify.cs" />
|
|
|
|
|
|
<Compile Include="SaveDskF\Properties.cs" />
|
|
|
|
|
|
<Compile Include="SaveDskF\Read.cs" />
|
|
|
|
|
|
<Compile Include="SaveDskF\Structs.cs" />
|
|
|
|
|
|
<Compile Include="SaveDskF\Unsupported.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="SaveDskF\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="SaveDskF\Write.cs" />
|
|
|
|
|
|
<Compile Include="SuperCardPro\Constants.cs" />
|
|
|
|
|
|
<Compile Include="SuperCardPro\Enums.cs" />
|
|
|
|
|
|
<Compile Include="SuperCardPro\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="SuperCardPro\Identify.cs" />
|
|
|
|
|
|
<Compile Include="SuperCardPro\Properties.cs" />
|
|
|
|
|
|
<Compile Include="SuperCardPro\Read.cs" />
|
|
|
|
|
|
<Compile Include="SuperCardPro\Structs.cs" />
|
|
|
|
|
|
<Compile Include="SuperCardPro\SuperCardPro.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="SuperCardPro\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="T98\Identify.cs" />
|
|
|
|
|
|
<Compile Include="T98\Properties.cs" />
|
|
|
|
|
|
<Compile Include="T98\Read.cs" />
|
|
|
|
|
|
<Compile Include="T98\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="T98\Write.cs" />
|
|
|
|
|
|
<Compile Include="TeleDisk\Constants.cs" />
|
|
|
|
|
|
<Compile Include="TeleDisk\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="TeleDisk\Identify.cs" />
|
|
|
|
|
|
<Compile Include="TeleDisk\Properties.cs" />
|
|
|
|
|
|
<Compile Include="TeleDisk\Read.cs" />
|
|
|
|
|
|
<Compile Include="TeleDisk\Structs.cs" />
|
|
|
|
|
|
<Compile Include="TeleDisk\TeleDisk.cs" />
|
|
|
|
|
|
<Compile Include="TeleDisk\Unsupported.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="TeleDisk\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="UDIF\Constants.cs" />
|
|
|
|
|
|
<Compile Include="UDIF\Identify.cs" />
|
|
|
|
|
|
<Compile Include="UDIF\Properties.cs" />
|
|
|
|
|
|
<Compile Include="UDIF\Read.cs" />
|
|
|
|
|
|
<Compile Include="UDIF\Structs.cs" />
|
|
|
|
|
|
<Compile Include="UDIF\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="UDIF\Write.cs" />
|
|
|
|
|
|
<Compile Include="UkvFdi\Constants.cs" />
|
|
|
|
|
|
<Compile Include="UkvFdi\Enums.cs" />
|
|
|
|
|
|
<Compile Include="UkvFdi\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="UkvFdi\Identify.cs" />
|
|
|
|
|
|
<Compile Include="UkvFdi\Properties.cs" />
|
|
|
|
|
|
<Compile Include="UkvFdi\Read.cs" />
|
|
|
|
|
|
<Compile Include="UkvFdi\Structs.cs" />
|
|
|
|
|
|
<Compile Include="UkvFdi\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="VDI\Constants.cs" />
|
|
|
|
|
|
<Compile Include="VDI\Enums.cs" />
|
|
|
|
|
|
<Compile Include="VDI\Identify.cs" />
|
|
|
|
|
|
<Compile Include="VDI\Properties.cs" />
|
|
|
|
|
|
<Compile Include="VDI\Read.cs" />
|
|
|
|
|
|
<Compile Include="VDI\Structs.cs" />
|
|
|
|
|
|
<Compile Include="VDI\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="VDI\Write.cs" />
|
|
|
|
|
|
<Compile Include="VHDX\Constants.cs" />
|
|
|
|
|
|
<Compile Include="VHDX\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="VHDX\Identify.cs" />
|
|
|
|
|
|
<Compile Include="VHDX\Properties.cs" />
|
|
|
|
|
|
<Compile Include="VHDX\Read.cs" />
|
|
|
|
|
|
<Compile Include="VHDX\Structs.cs" />
|
|
|
|
|
|
<Compile Include="VHDX\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="VHD\Constants.cs" />
|
|
|
|
|
|
<Compile Include="VHD\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="VHD\Identify.cs" />
|
|
|
|
|
|
<Compile Include="VHD\Properties.cs" />
|
|
|
|
|
|
<Compile Include="VHD\Read.cs" />
|
|
|
|
|
|
<Compile Include="VHD\Structs.cs" />
|
|
|
|
|
|
<Compile Include="VHD\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="VHD\VHD.cs" />
|
|
|
|
|
|
<Compile Include="VHD\Write.cs" />
|
|
|
|
|
|
<Compile Include="Virtual98\Constants.cs" />
|
|
|
|
|
|
<Compile Include="Virtual98\Identify.cs" />
|
|
|
|
|
|
<Compile Include="Virtual98\Properties.cs" />
|
|
|
|
|
|
<Compile Include="Virtual98\Read.cs" />
|
|
|
|
|
|
<Compile Include="Virtual98\Structs.cs" />
|
|
|
|
|
|
<Compile Include="Virtual98\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="Virtual98\Write.cs" />
|
|
|
|
|
|
<Compile Include="VMware\Constants.cs" />
|
|
|
|
|
|
<Compile Include="VMware\Identify.cs" />
|
|
|
|
|
|
<Compile Include="VMware\Properties.cs" />
|
|
|
|
|
|
<Compile Include="VMware\Read.cs" />
|
|
|
|
|
|
<Compile Include="VMware\Structs.cs" />
|
|
|
|
|
|
<Compile Include="VMware\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="VMware\Write.cs" />
|
2018-08-29 13:09:04 +02:00
|
|
|
|
<Compile Include="WCDiskImage\Identify.cs" />
|
|
|
|
|
|
<Compile Include="WCDiskImage\Properties.cs" />
|
|
|
|
|
|
<Compile Include="WCDiskImage\Read.cs" />
|
|
|
|
|
|
<Compile Include="WCDiskImage\Structs.cs" />
|
|
|
|
|
|
<Compile Include="WCDiskImage\Unsupported.cs" />
|
|
|
|
|
|
<Compile Include="WCDiskImage\WCDiskImage.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="ZZZRawImage\Constants.cs" />
|
|
|
|
|
|
<Compile Include="ZZZRawImage\Helpers.cs" />
|
|
|
|
|
|
<Compile Include="ZZZRawImage\Identify.cs" />
|
|
|
|
|
|
<Compile Include="ZZZRawImage\Properties.cs" />
|
|
|
|
|
|
<Compile Include="ZZZRawImage\Read.cs" />
|
2019-01-20 22:24:15 +00:00
|
|
|
|
<Compile Include="ZZZRawImage\Verify.cs" />
|
2018-07-23 23:25:43 +01:00
|
|
|
|
<Compile Include="ZZZRawImage\Write.cs" />
|
|
|
|
|
|
<Compile Include="ZZZRawImage\ZZZRawImage.cs" />
|
|
|
|
|
|
<Compile Include="CDRDAO\CDRDAO.cs" />
|
|
|
|
|
|
<Compile Include="GDI\GDI.cs" />
|
|
|
|
|
|
<Compile Include="BLU\BLU.cs" />
|
|
|
|
|
|
<Compile Include="CopyQM\CopyQM.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite4\BlindWrite4.cs" />
|
|
|
|
|
|
<Compile Include="BlindWrite5\BlindWrite5.cs" />
|
|
|
|
|
|
<Compile Include="DIM\DIM.cs" />
|
|
|
|
|
|
<Compile Include="CPCDSK\CPCDSK.cs" />
|
|
|
|
|
|
<Compile Include="QCOW\QCOW.cs" />
|
|
|
|
|
|
<Compile Include="QED\QED.cs" />
|
|
|
|
|
|
<Compile Include="QCOW2\QCOW2.cs" />
|
|
|
|
|
|
<Compile Include="Parallels\Parallels.cs" />
|
|
|
|
|
|
<Compile Include="VDI\VDI.cs" />
|
|
|
|
|
|
<Compile Include="VHDX\VHDX.cs" />
|
|
|
|
|
|
<Compile Include="VMware\VMware.cs" />
|
|
|
|
|
|
<Compile Include="UDIF\UDIF.cs" />
|
|
|
|
|
|
<Compile Include="NDIF\NDIF.cs" />
|
|
|
|
|
|
<Compile Include="DART\DART.cs" />
|
|
|
|
|
|
<Compile Include="CHD\CHD.cs" />
|
|
|
|
|
|
<Compile Include="AppleNIB\AppleNIB.cs" />
|
|
|
|
|
|
<Compile Include="CloneCD\CloneCD.cs" />
|
|
|
|
|
|
<Compile Include="DiscJuggler\DiscJuggler.cs" />
|
|
|
|
|
|
<Compile Include="SaveDskF\SaveDskF.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\AppleDOS.cs" />
|
|
|
|
|
|
<Compile Include="D88\D88.cs" />
|
|
|
|
|
|
<Compile Include="T98\T98.cs" />
|
|
|
|
|
|
<Compile Include="NHDr0\NHDr0.cs" />
|
|
|
|
|
|
<Compile Include="Virtual98\Virtual98.cs" />
|
|
|
|
|
|
<Compile Include="IMD\IMD.cs" />
|
|
|
|
|
|
<Compile Include="CisCopy\CisCopy.cs" />
|
|
|
|
|
|
<Compile Include="DriDiskCopy\DriDiskCopy.cs" />
|
|
|
|
|
|
<Compile Include="RsIde\RsIde.cs" />
|
|
|
|
|
|
<Compile Include="UkvFdi\UkvFdi.cs" />
|
|
|
|
|
|
<Compile Include="PartClone\PartClone.cs" />
|
|
|
|
|
|
<Compile Include="Partimage\Partimage.cs" />
|
|
|
|
|
|
<Compile Include="Apridisk\Apridisk.cs" />
|
|
|
|
|
|
<Compile Include="MaxiDisk\MaxiDisk.cs" />
|
|
|
|
|
|
<Compile Include="RayDIM\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>
|
|
|
|
|
|
<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>
|