2017-12-30 09:09:49 +00:00
<?xml version="1.0" encoding="utf-8"?>
2018-04-11 08:13:49 +01:00
<Project Sdk= "Microsoft.NET.Sdk" >
2017-12-30 09:09:49 +00:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {679659B8-25D0-4279-B632-56EF8F94ADC0}</ProjectGuid>
<OutputType > Library</OutputType>
<RootNamespace > DiscImageChef.Core</RootNamespace>
<AssemblyName > DiscImageChef.Core</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.Core</Title>
<ApplicationVersion > $(Version)</ApplicationVersion>
2018-08-27 22:03:20 +01:00
<TargetFrameworks > net461;netstandard2.0</TargetFrameworks>
2019-04-21 00:51:55 +01:00
<LangVersion > latest</LangVersion>
2017-12-30 09:09:49 +00: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>
2017-12-30 09:09:49 +00: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' " >
<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 >
2019-04-19 17:23:54 +01:00
<Compile Include= "Devices\Dumping\Dump.cs" />
2019-01-01 04:31:59 +00:00
<Compile Include= "Devices\Dumping\PlayStationPortable.cs" />
2018-09-01 19:22:46 +01:00
<Compile Include= "Devices\Info\DeviceInfo.cs" />
<Compile Include= "Devices\Info\Plextor.cs" />
<Compile Include= "Devices\Info\Properties.cs" />
2018-11-25 18:28:57 +00:00
<Compile Include= "Devices\Report\DeviceReport.cs" />
2018-11-25 22:17:19 +00:00
<Compile Include= "Devices\Report\Scsi.cs" />
<Compile Include= "Devices\Report\MMC.cs" />
<Compile Include= "Devices\Report\SSC.cs" />
2019-04-21 00:11:27 +01:00
<Compile Include= "Devices\Scanning\MediaScan.cs" />
2018-10-13 14:39:26 +01:00
<Compile Include= "Entropy.cs" />
2018-07-20 22:53:46 +01:00
<Compile Include= "GetPluginBase.cs" />
2018-01-28 16:05:54 +00:00
<Compile Include= "ImageInfo.cs" />
2018-09-13 20:03:07 +01:00
<Compile Include= "Media\Detection\MMC.cs" />
2018-09-07 23:26:10 +01:00
<Compile Include= "Media\Info\ScsiInfo.cs" />
<Compile Include= "Media\Info\XgdInfo.cs" />
2018-01-17 19:10:46 +00:00
<Compile Include= "Options.cs" />
2017-12-30 09:09:49 +00:00
<Compile Include= "ImageFormat.cs" />
2018-01-28 16:05:54 +00:00
<Compile Include= "PrintScsiModePages.cs" />
2019-05-10 23:36:49 +01:00
<Compile Include= "Sidecar\Files.cs" />
2017-12-30 09:09:49 +00:00
<Compile Include= "Statistics.cs" />
<Compile Include= "Checksum.cs" />
<Compile Include= "Logging\IBGLog.cs" />
<Compile Include= "Logging\MHDDLog.cs" />
<Compile Include= "Devices\Scanning\ATA.cs" />
<Compile Include= "Devices\Scanning\SecureDigital.cs" />
<Compile Include= "Devices\Scanning\NVMe.cs" />
<Compile Include= "Devices\Scanning\SCSI.cs" />
<Compile Include= "Devices\Dumping\ATA.cs" />
<Compile Include= "Devices\Dumping\NVMe.cs" />
<Compile Include= "Devices\Dumping\SCSI.cs" />
<Compile Include= "Devices\Dumping\SecureDigital.cs" />
<Compile Include= "DataFile.cs" />
<Compile Include= "Filesystems.cs" />
<Compile Include= "Benchmark.cs" />
<Compile Include= "Delegates.cs" />
<Compile Include= "Devices\Scanning\ScanResults.cs" />
<Compile Include= "Devices\Report\ATA.cs" />
<Compile Include= "Devices\Report\FireWire.cs" />
<Compile Include= "Devices\Report\USB.cs" />
<Compile Include= "Devices\Report\SecureDigital.cs" />
<Compile Include= "Remote.cs" />
<Compile Include= "Devices\Report\PCMCIA.cs" />
<Compile Include= "Devices\Reader.cs" />
<Compile Include= "Devices\ReaderATA.cs" />
<Compile Include= "Devices\ReaderSCSI.cs" />
<Compile Include= "Devices\Dumping\SSC.cs" />
<Compile Include= "Devices\Dumping\MMC.cs" />
<Compile Include= "Devices\Dumping\CompactDisc.cs" />
<Compile Include= "Devices\Dumping\SBC.cs" />
<Compile Include= "Devices\Dumping\XGD.cs" />
<Compile Include= "Devices\Dumping\ResumeSupport.cs" />
<Compile Include= "Partitions.cs" />
<Compile Include= "Sidecar\Events.cs" />
<Compile Include= "Sidecar\Helpers.cs" />
<Compile Include= "Sidecar\Sidecar.cs" />
<Compile Include= "Sidecar\OpticalDisc.cs" />
<Compile Include= "Sidecar\BlockMedia.cs" />
<Compile Include= "Sidecar\LinearMedia.cs" />
<Compile Include= "Sidecar\AudioMedia.cs" />
<Compile Include= "Sidecar\BlockTape.cs" />
<Compile Include= "Logging\DumpLog.cs" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\DiscImageChef.Console\DiscImageChef.Console.csproj" >
<Project > {ccaa7afe-c094-4d82-a66d-630de8a3f545}</Project>
<Name > DiscImageChef.Console</Name>
</ProjectReference>
2018-12-21 03:17:35 +00:00
<ProjectReference Include= "..\DiscImageChef.Database\DiscImageChef.Database.csproj" />
2019-01-02 04:05:51 +00:00
<ProjectReference Include= "..\DiscImageChef.Dto\DiscImageChef.Dto.csproj" />
2017-12-30 09:09:49 +00:00
<ProjectReference Include= "..\DiscImageChef.Filesystems\DiscImageChef.Filesystems.csproj" >
<Project > {D7016DF2-5A5E-4524-B40D-BA2D59576688}</Project>
<Name > DiscImageChef.Filesystems</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.Filters\DiscImageChef.Filters.csproj" >
<Project > {D571B8EF-903D-4353-BDD5-B834F9F029EF}</Project>
<Name > DiscImageChef.Filters</Name>
</ProjectReference>
<ProjectReference Include= "..\DiscImageChef.Settings\DiscImageChef.Settings.csproj" >
<Project > {5C4C7BAA-CF60-4233-84ED-39CB2312AF38}</Project>
<Name > DiscImageChef.Settings</Name>
</ProjectReference>
<ProjectReference Include= "..\DiscImageChef.Devices\DiscImageChef.Devices.csproj" >
<Project > {57BB2341-AB62-48FD-91B8-46F5A2F9ED51}</Project>
<Name > DiscImageChef.Devices</Name>
</ProjectReference>
<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.Decoders\DiscImageChef.Decoders.csproj" >
<Project > {0BEB3088-B634-4289-AE17-CDF2D25D00D5}</Project>
<Name > DiscImageChef.Decoders</Name>
</ProjectReference>
<ProjectReference Include= "..\DiscImageChef.Helpers\DiscImageChef.Helpers.csproj" >
<Project > {F8BDF57B-1571-4CD0-84B3-B422088D359A}</Project>
<Name > DiscImageChef.Helpers</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<Folder Include= "Logging\" />
<Folder Include= "Devices\" />
<Folder Include= "Devices\Scanning\" />
<Folder Include= "Devices\Dumping\" />
<Folder Include= "Devices\Report\" />
<Folder Include= "Sidecar\" />
</ItemGroup>
<ItemGroup >
</ItemGroup>
<ItemGroup >
<Content Include= "..\LICENSE" >
<Link > LICENSE</Link>
</Content>
</ItemGroup>
2018-04-11 08:57:34 +01:00
<ItemGroup >
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" />
2019-07-14 01:09:44 +01:00
<PackageReference Include= "System.Collections" Version= "4.3.0" />
<PackageReference Include= "System.Diagnostics.Debug" Version= "4.3.0" />
<PackageReference Include= "System.IO.FileSystem.Primitives" Version= "4.3.0" />
<PackageReference Include= "System.Runtime.Extensions" Version= "4.3.0" />
<PackageReference Include= "System.Runtime.Handles" Version= "4.3.0" />
<PackageReference Include= "System.Runtime.InteropServices" Version= "4.3.0" />
2018-04-11 08:57:34 +01:00
</ItemGroup>
2017-12-30 09:09:49 +00:00
<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" 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" />
<DotNetNamingPolicy DirectoryNamespaceAssociation= "PrefixedHierarchical" ResourceNamePolicy= "MSBuild" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
2019-09-13 19:21:25 +01:00
<PropertyGroup Condition= "$(TargetFramework.StartsWith('net4')) and '$(OS)' == 'Unix'" >
<!-- When compiling .NET SDK 2.0 projects targeting .NET 4.x on Mono using 'dotnet build' you -->
<!-- have to teach MSBuild where the Mono copy of the reference asssemblies is -->
<!-- Look in the standard install locations -->
<BaseFrameworkPathOverrideForMono Condition= "'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/Library/Frameworks/Mono.framework/Versions/Current/lib/mono')" > /Library/Frameworks/Mono.framework/Versions/Current/lib/mono</BaseFrameworkPathOverrideForMono>
<BaseFrameworkPathOverrideForMono Condition= "'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/usr/lib/mono')" > /usr/lib/mono</BaseFrameworkPathOverrideForMono>
<BaseFrameworkPathOverrideForMono Condition= "'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/usr/local/lib/mono')" > /usr/local/lib/mono</BaseFrameworkPathOverrideForMono>
<!-- If we found Mono reference assemblies, then use them -->
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net40'" > $(BaseFrameworkPathOverrideForMono)/4.0-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net45'" > $(BaseFrameworkPathOverrideForMono)/4.5-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net451'" > $(BaseFrameworkPathOverrideForMono)/4.5.1-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net452'" > $(BaseFrameworkPathOverrideForMono)/4.5.2-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net46'" > $(BaseFrameworkPathOverrideForMono)/4.6-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net461'" > $(BaseFrameworkPathOverrideForMono)/4.6.1-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net462'" > $(BaseFrameworkPathOverrideForMono)/4.6.2-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net47'" > $(BaseFrameworkPathOverrideForMono)/4.7-api</FrameworkPathOverride>
<FrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net471'" > $(BaseFrameworkPathOverrideForMono)/4.7.1-api</FrameworkPathOverride>
<EnableFrameworkPathOverride Condition= "'$(BaseFrameworkPathOverrideForMono)' != ''" > true</EnableFrameworkPathOverride>
<!-- Add the Facades directory. Not sure how else to do this. Necessary at least for .NET 4.5 -->
<AssemblySearchPaths Condition= "'$(BaseFrameworkPathOverrideForMono)' != ''" > $(FrameworkPathOverride)/Facades;$(AssemblySearchPaths)</AssemblySearchPaths>
</PropertyGroup>
2017-05-27 14:43:48 +01:00
</Project>