2018-02-03 17:01:17 +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 18:58:13 +01:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {CC48B324-A532-4A45-87A6-6F91F7141E8D}</ProjectGuid>
<OutputType > Library</OutputType>
<RootNamespace > DiscImageChef.Checksums</RootNamespace>
<AssemblyName > DiscImageChef.Checksums</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.Checksums</Title>
<ApplicationVersion > $(Version)</ApplicationVersion>
2018-08-27 22:03:20 +01:00
<TargetFrameworks > net461;netstandard2.0</TargetFrameworks>
2015-10-05 18:58:13 +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 18:58:13 +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 >
2018-07-20 22:53:46 +01:00
<Compile Include= "Register.cs" />
2015-10-05 18:58:13 +01:00
<Compile Include= "SpamSumContext.cs" />
<Compile Include= "Adler32Context.cs" />
<Compile Include= "CDChecksums.cs" />
<Compile Include= "CRC16Context.cs" />
<Compile Include= "CRC32Context.cs" />
<Compile Include= "CRC64Context.cs" />
<Compile Include= "FletcherContext.cs" />
<Compile Include= "MD5Context.cs" />
<Compile Include= "ReedSolomon.cs" />
<Compile Include= "SHA1Context.cs" />
<Compile Include= "SHA256Context.cs" />
<Compile Include= "SHA384Context.cs" />
<Compile Include= "SHA512Context.cs" />
</ItemGroup>
<ItemGroup >
2018-06-25 19:08:16 +01:00
<ProjectReference Include= "..\DiscImageChef.CommonTypes\DiscImageChef.CommonTypes.csproj" />
2015-10-05 18:58:13 +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>
2015-10-05 18:58:13 +01:00
</ItemGroup>
2016-07-28 18:13:49 +01:00
<ItemGroup >
<EmbeddedResource Include= "..\LICENSE.LGPL" >
<Link > LICENSE.LGPL</Link>
</EmbeddedResource>
<EmbeddedResource Include= "..\LICENSE" >
<Link > LICENSE</Link>
</EmbeddedResource>
</ItemGroup>
2018-04-12 00:20:29 +01:00
<ItemGroup >
2019-09-19 15:02:21 +01:00
<PackageReference Include= "Unclassified.NetRevisionTask" Version= "0.3.0" />
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>
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>
2015-10-05 18:58:13 +01:00
</Project>