2015-10-05 19:45:07 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{74032CBC-339B-42F3-AF6F-E96C261F3E6A}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>DiscImageChef.DiscImages</RootNamespace>
|
|
|
|
|
<AssemblyName>DiscImageChef.DiscImages</AssemblyName>
|
2016-08-09 15:34:26 +01:00
|
|
|
<ReleaseVersion>3.2.99.2</ReleaseVersion>
|
2015-10-05 19:45:07 +01:00
|
|
|
</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" />
|
2016-09-02 04:02:35 +01:00
|
|
|
<Reference Include="plist-cil">
|
|
|
|
|
<HintPath>..\packages\plist-cil.1.14\lib\plist-cil.dll</HintPath>
|
|
|
|
|
</Reference>
|
2015-10-05 19:45:07 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Apple2MG.cs" />
|
|
|
|
|
<Compile Include="CDRWin.cs" />
|
|
|
|
|
<Compile Include="DiskCopy42.cs" />
|
|
|
|
|
<Compile Include="ImageInfo.cs" />
|
|
|
|
|
<Compile Include="ImagePlugin.cs" />
|
|
|
|
|
<Compile Include="Nero.cs" />
|
|
|
|
|
<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" />
|
2015-10-05 19:45:07 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<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>
|
|
|
|
|
<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-02 04:02:35 +01:00
|
|
|
<ProjectReference Include="..\Claunia.RsrcFork\Claunia.RsrcFork\Claunia.RsrcFork.csproj">
|
|
|
|
|
<Project>{CA231ED3-0C78-496C-AAFE-D085F6E9BEC6}</Project>
|
|
|
|
|
<Name>Claunia.RsrcFork</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>
|
|
|
|
|
<None Include="docs\ChangeLog.txt" />
|
|
|
|
|
<None Include="docs\LICENSE.txt" />
|
|
|
|
|
<None Include="docs\README.txt" />
|
|
|
|
|
<None Include="docs\html\index.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\ASCIIPropertyListParser.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\BinaryPropertyListParser.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\BinaryPropertyListWriter.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\NSArray.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\NSData.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\NSDate.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\NSDictionary.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\NSNumber.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\NSObject.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\NSSet.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\NSString.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\PropertyListFormatException.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\PropertyListParser.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\UID.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\XmlPropertyListParser.html" />
|
|
|
|
|
<None Include="docs\html\Claunia.PropertyList\index.html" />
|
|
|
|
|
<None Include="docs\mono\index.xml" />
|
|
|
|
|
<None Include="docs\mono\ns-Claunia.PropertyList.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\ASCIIPropertyListParser.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\BinaryPropertyListParser.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\BinaryPropertyListWriter.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\NSArray.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\NSData.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\NSDate.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\NSDictionary.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\NSNumber.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\NSObject.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\NSSet.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\NSString.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\PropertyListFormatException.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\PropertyListParser.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\UID.xml" />
|
|
|
|
|
<None Include="docs\mono\Claunia.PropertyList\XmlPropertyListParser.xml" />
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2016-07-28 18:13:49 +01:00
|
|
|
<ProjectExtensions>
|
|
|
|
|
<MonoDevelop>
|
|
|
|
|
<Properties>
|
|
|
|
|
<Policies>
|
|
|
|
|
<StandardHeader 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}
****************************************************************************/" IncludeInNewFiles="True" />
|
2016-09-06 23:21:10 +01:00
|
|
|
<TextStylePolicy FileWidth="120" TabsToSpaces="False" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" />
|
|
|
|
|
<CSharpFormattingPolicy IndentSwitchSection="True" NewLinesForBracesInProperties="True" NewLinesForBracesInAccessors="True" NewLinesForBracesInAnonymousMethods="True" NewLinesForBracesInControlBlocks="True" NewLinesForBracesInAnonymousTypes="True" NewLinesForBracesInObjectCollectionArrayInitializers="True" NewLinesForBracesInLambdaExpressionBody="True" NewLineForElse="True" NewLineForCatch="True" NewLineForFinally="True" SpacingAfterMethodDeclarationName="False" SpaceAfterMethodCallName="False" SpaceAfterControlFlowStatementKeyword="False" SpaceBeforeOpenSquareBracket="False" inheritsSet="Mono" inheritsScope="text/x-csharp" 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>
|