mirror of https://github.com/SixLabors/ImageSharp
4 changed files with 29 additions and 454 deletions
@ -1,403 +1,24 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<Project Sdk="Microsoft.NET.Sdk"> |
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<Import Project="..\..\packages\xunit.runner.visualstudio.2.2.0-beta4-build1194\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.2.0-beta4-build1194\build\net20\xunit.runner.visualstudio.props')" /> |
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
|
||||
<PropertyGroup> |
<PropertyGroup> |
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
||||
<ProjectGuid>{96188137-5FA6-4924-AB6E-4EFF79C6E0BB}</ProjectGuid> |
|
||||
<OutputType>Exe</OutputType> |
<OutputType>Exe</OutputType> |
||||
<AppDesignerFolder>Properties</AppDesignerFolder> |
<TargetFramework>net461</TargetFramework> |
||||
<RootNamespace>ImageSharp</RootNamespace> |
<RuntimeIdentifier>win7-x64</RuntimeIdentifier> |
||||
<AssemblyName>ImageSharp.Sandbox46</AssemblyName> |
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|
||||
<FileAlignment>512</FileAlignment> |
|
||||
<NuGetPackageImportStamp> |
|
||||
</NuGetPackageImportStamp> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
||||
<DebugSymbols>true</DebugSymbols> |
|
||||
<DebugType>full</DebugType> |
|
||||
<Optimize>false</Optimize> |
|
||||
<OutputPath>bin\Debug\</OutputPath> |
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
||||
<ErrorReport>prompt</ErrorReport> |
|
||||
<WarningLevel>4</WarningLevel> |
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
||||
<Prefer32Bit>false</Prefer32Bit> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
||||
<DebugType>pdbonly</DebugType> |
|
||||
<Optimize>true</Optimize> |
|
||||
<OutputPath>bin\Release\</OutputPath> |
|
||||
<DefineConstants>TRACE;BENCHMARKING</DefineConstants> |
|
||||
<ErrorReport>prompt</ErrorReport> |
|
||||
<WarningLevel>4</WarningLevel> |
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
||||
<Prefer32Bit>false</Prefer32Bit> |
<Prefer32Bit>false</Prefer32Bit> |
||||
</PropertyGroup> |
</PropertyGroup> |
||||
<PropertyGroup> |
|
||||
<StartupObject>ImageSharp.Sandbox46.Program</StartupObject> |
|
||||
</PropertyGroup> |
|
||||
<ItemGroup> |
|
||||
<Reference Include="BenchmarkDotNet, Version=0.10.1.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\BenchmarkDotNet.0.10.2\lib\net45\BenchmarkDotNet.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="BenchmarkDotNet.Core, Version=0.10.1.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\BenchmarkDotNet.Core.0.10.2\lib\net45\BenchmarkDotNet.Core.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="BenchmarkDotNet.Diagnostics.Windows, Version=0.10.1.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\BenchmarkDotNet.Diagnostics.Windows.0.10.2\lib\net45\BenchmarkDotNet.Diagnostics.Windows.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.1.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\BenchmarkDotNet.Toolchains.Roslyn.0.10.2\lib\net45\BenchmarkDotNet.Toolchains.Roslyn.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="Microsoft.CodeAnalysis, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\Microsoft.CodeAnalysis.Common.1.3.2\lib\net45\Microsoft.CodeAnalysis.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="Microsoft.CodeAnalysis.CSharp, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\Microsoft.CodeAnalysis.CSharp.1.3.2\lib\net45\Microsoft.CodeAnalysis.CSharp.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="Microsoft.Diagnostics.Tracing.TraceEvent, Version=1.0.41.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.1.0.41\lib\net40\Microsoft.Diagnostics.Tracing.TraceEvent.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System" /> |
|
||||
<Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.AppContext.4.1.0\lib\net46\System.AppContext.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.ComponentModel.Composition" /> |
|
||||
<Reference Include="System.Console, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Console.4.0.0\lib\net46\System.Console.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Core" /> |
|
||||
<Reference Include="System.Diagnostics.FileVersionInfo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Diagnostics.FileVersionInfo.4.0.0\lib\net46\System.Diagnostics.FileVersionInfo.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Diagnostics.StackTrace, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Diagnostics.StackTrace.4.0.1\lib\net46\System.Diagnostics.StackTrace.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.IO.FileSystem, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.IO.FileSystem.4.0.1\lib\net46\System.IO.FileSystem.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.IO.FileSystem.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.IO.FileSystem.Primitives.4.0.1\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Management" /> |
|
||||
<Reference Include="System.Numerics" /> |
|
||||
<Reference Include="System.Numerics.Vectors, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Numerics.Vectors.4.1.1\lib\net46\System.Numerics.Vectors.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Reflection.Metadata, Version=1.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Reflection.Metadata.1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Security.Cryptography.Algorithms.4.2.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Security.Cryptography.Encoding.4.0.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Security.Cryptography.Primitives.4.0.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Security.Cryptography.X509Certificates.4.1.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Text.Encoding.CodePages, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Text.Encoding.CodePages.4.0.1\lib\net46\System.Text.Encoding.CodePages.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Threading.Tasks.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.0.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Threading.Thread, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Threading.Thread.4.0.0\lib\net46\System.Threading.Thread.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Xml.Linq" /> |
|
||||
<Reference Include="System.Data.DataSetExtensions" /> |
|
||||
<Reference Include="Microsoft.CSharp" /> |
|
||||
<Reference Include="System.Data" /> |
|
||||
<Reference Include="System.Net.Http" /> |
|
||||
<Reference Include="System.Xml" /> |
|
||||
<Reference Include="System.Xml.XmlDocument, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Xml.XmlDocument.4.0.1\lib\net46\System.Xml.XmlDocument.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Xml.XPath, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Xml.XPath.4.0.1\lib\net46\System.Xml.XPath.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="System.Xml.XPath.XDocument, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\System.Xml.XPath.XDocument.4.0.1\lib\net46\System.Xml.XPath.XDocument.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="xunit.assert, Version=2.2.0.3444, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\xunit.assert.2.2.0-beta4-build3444\lib\netstandard1.0\xunit.assert.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="xunit.core, Version=2.2.0.3444, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\xunit.extensibility.core.2.2.0-beta4-build3444\lib\net45\xunit.core.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
<Reference Include="xunit.execution.desktop, Version=2.2.0.3444, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
||||
<HintPath>..\..\packages\xunit.extensibility.execution.2.2.0-beta4-build3444\lib\net45\xunit.execution.desktop.dll</HintPath> |
|
||||
<Private>True</Private> |
|
||||
</Reference> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<Reference Include="ImageSharp"> |
|
||||
<HintPath>..\..\src\ImageSharp\bin\$(Configuration)\net461\ImageSharp.dll</HintPath> |
|
||||
</Reference> |
|
||||
<Reference Include="ImageSharp.Drawing"> |
|
||||
<HintPath>..\..\src\ImageSharp.Drawing\bin\$(Configuration)\net461\ImageSharp.Drawing.dll</HintPath> |
|
||||
</Reference> |
|
||||
<Reference Include="ImageSharp.Drawing.Paths"> |
|
||||
<HintPath>..\..\src\ImageSharp.Drawing.Paths\bin\$(Configuration)\net461\ImageSharp.Drawing.Paths.dll</HintPath> |
|
||||
</Reference> |
|
||||
<Reference Include="SixLabors.Shapes"> |
|
||||
<HintPath>..\..\src\ImageSharp.Drawing.Paths\bin\$(Configuration)\net461\SixLabors.Shapes.dll</HintPath> |
|
||||
</Reference> |
|
||||
<Reference Include="ImageSharp.Formats.Bmp"> |
|
||||
<HintPath>..\..\src\ImageSharp.Formats.Bmp\bin\$(Configuration)\net461\ImageSharp.Formats.Bmp.dll</HintPath> |
|
||||
</Reference> |
|
||||
<Reference Include="ImageSharp.Formats.Gif"> |
|
||||
<HintPath>..\..\src\ImageSharp.Formats.Gif\bin\$(Configuration)\net461\ImageSharp.Formats.Gif.dll</HintPath> |
|
||||
</Reference> |
|
||||
<Reference Include="ImageSharp.Formats.Jpeg"> |
|
||||
<HintPath>..\..\src\ImageSharp.Formats.Jpeg\bin\$(Configuration)\net461\ImageSharp.Formats.Jpeg.dll</HintPath> |
|
||||
</Reference> |
|
||||
<Reference Include="ImageSharp.Formats.Png"> |
|
||||
<HintPath>..\..\src\ImageSharp.Formats.Png\bin\$(Configuration)\net461\ImageSharp.Formats.Png.dll</HintPath> |
|
||||
</Reference> |
|
||||
<Reference Include="ImageSharp.Processing"> |
|
||||
<HintPath>..\..\src\ImageSharp.Processing\bin\$(Configuration)\net461\ImageSharp.Processing.dll</HintPath> |
|
||||
</Reference> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<Compile Include="..\ImageSharp.Tests\Colors\BulkPixelOperationsTests.cs"> |
|
||||
<Link>Tests\Colors\BulkPixelOperationsTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Common\BufferPointerTests.cs"> |
|
||||
<Link>Tests\Common\BufferPointerTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Common\PinnedBufferTests.cs"> |
|
||||
<Link>Tests\Common\PinnedBufferTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Drawing\PolygonTests.cs"> |
|
||||
<Link>Tests\Drawing\PolygonTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\FileTestBase.cs"> |
|
||||
<Link>Tests\FileTestBase.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Formats\Jpg\BadEofJpegTests.cs"> |
|
||||
<Link>Tests\Formats\Jpg\BadEofJpegTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Formats\Jpg\Block8x8FTests.cs"> |
|
||||
<Link>Tests\Formats\Jpg\Block8x8FTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Formats\Jpg\JpegDecoderTests.cs"> |
|
||||
<Link>Tests\Formats\Jpg\JpegDecoderTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Formats\Jpg\JpegEncoderTests.cs"> |
|
||||
<Link>Tests\Formats\Jpg\JpegEncoderTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Formats\Jpg\JpegProfilingBenchmarks.cs"> |
|
||||
<Link>Tests\Formats\Jpg\JpegProfilingBenchmarks.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Formats\Jpg\JpegUtilityTestFixture.cs"> |
|
||||
<Link>Tests\Formats\Jpg\JpegUtilityTestFixture.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Formats\Jpg\JpegUtilsTests.cs"> |
|
||||
<Link>Tests\Formats\Jpg\JpegUtilsTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Formats\Jpg\ReferenceImplementations.cs"> |
|
||||
<Link>Tests\Formats\Jpg\ReferenceImplementations.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Formats\Jpg\ReferenceImplementationsTests.cs"> |
|
||||
<Link>Tests\Formats\Jpg\ReferenceImplementationsTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Formats\Jpg\YCbCrImageTests.cs"> |
|
||||
<Link>Tests\Formats\Jpg\YCbCrImageTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\MetaData\ImagePropertyTests.cs"> |
|
||||
<Link>Tests\MetaData\ImagePropertyTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Image\ImageTests.cs"> |
|
||||
<Link>Tests\Image\ImageTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Image\PixelAccessorTests.cs"> |
|
||||
<Link>Tests\Image\PixelAccessorTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\Processors\Filters\ResizeTests.cs"> |
|
||||
<Link>Tests\Processors\Filters\ResizeTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestBase.cs"> |
|
||||
<Link>Tests\TestBase.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestFile.cs"> |
|
||||
<Link>Tests\TestFile.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestImages.cs"> |
|
||||
<Link>Tests\TestImages.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\ApproximateFloatComparer.cs"> |
|
||||
<Link>Tests\TestUtilities\ApproximateFloatComparer.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\Attributes\ImageDataAttributeBase.cs"> |
|
||||
<Link>Tests\TestUtilities\Attributes\ImageDataAttributeBase.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\Attributes\WithBlankImageAttribute.cs"> |
|
||||
<Link>Tests\TestUtilities\Attributes\WithBlankImageAttribute.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\Attributes\WithFileAttribute.cs"> |
|
||||
<Link>Tests\TestUtilities\Attributes\WithFileAttribute.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\Attributes\WithFileCollectionAttribute.cs"> |
|
||||
<Link>Tests\TestUtilities\Attributes\WithFileCollectionAttribute.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\Attributes\WithMemberFactoryAttribute.cs"> |
|
||||
<Link>Tests\TestUtilities\Attributes\WithMemberFactoryAttribute.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\Attributes\WithSolidFilledImagesAttribute.cs"> |
|
||||
<Link>Tests\TestUtilities\Attributes\WithSolidFilledImagesAttribute.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\Factories\GenericFactory.cs"> |
|
||||
<Link>Tests\TestUtilities\Factories\GenericFactory.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\Factories\ImageFactory.cs"> |
|
||||
<Link>Tests\TestUtilities\Factories\ImageFactory.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\ImageProviders\BlankProvider.cs"> |
|
||||
<Link>Tests\TestUtilities\ImageProviders\BlankProvider.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\ImageProviders\FileProvider.cs"> |
|
||||
<Link>Tests\TestUtilities\ImageProviders\FileProvider.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\ImageProviders\LambdaProvider.cs"> |
|
||||
<Link>Tests\TestUtilities\ImageProviders\LambdaProvider.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\ImageProviders\SolidProvider.cs"> |
|
||||
<Link>Tests\TestUtilities\ImageProviders\SolidProvider.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\ImageProviders\TestImageProvider.cs"> |
|
||||
<Link>Tests\TestUtilities\ImageProviders\TestImageProvider.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\ImagingTestCaseUtility.cs"> |
|
||||
<Link>Tests\TestUtilities\ImagingTestCaseUtility.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\MeasureFixture.cs"> |
|
||||
<Link>Tests\TestUtilities\MeasureFixture.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\PixelTypes.cs"> |
|
||||
<Link>Tests\TestUtilities\PixelTypes.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\Tests\TestImageProviderTests.cs"> |
|
||||
<Link>Tests\TestUtilities\Tests\TestImageProviderTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\Tests\TestUtilityExtensionsTests.cs"> |
|
||||
<Link>Tests\TestUtilities\Tests\TestUtilityExtensionsTests.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="..\ImageSharp.Tests\TestUtilities\TestUtilityExtensions.cs"> |
|
||||
<Link>Tests\TestUtilities\TestUtilityExtensions.cs</Link> |
|
||||
</Compile> |
|
||||
<Compile Include="Program.cs" /> |
|
||||
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<None Include="app.config" /> |
|
||||
<None Include="packages.config" /> |
|
||||
<None Include="README.md" /> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
<ItemGroup> |
||||
<Folder Include="Benchmarks\" /> |
<ProjectReference Include="..\..\src\ImageSharp.Drawing\ImageSharp.Drawing.csproj" /> |
||||
|
<ProjectReference Include="..\..\src\ImageSharp\ImageSharp.csproj" /> |
||||
</ItemGroup> |
</ItemGroup> |
||||
<ItemGroup> |
<ItemGroup> |
||||
<Analyzer Include="..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" /> |
<!--<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />--> |
||||
<Analyzer Include="..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" /> |
<PackageReference Include="xunit" Version="2.2.0" /> |
||||
|
<PackageReference Include="Moq" Version="4.7.1" /> |
||||
|
<!--<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />--> |
||||
</ItemGroup> |
</ItemGroup> |
||||
<ItemGroup> |
<ItemGroup> |
||||
<ProjectReference Include="..\..\src\ImageSharp.Drawing\ImageSharp.Drawing.csproj"> |
<Compile Include="..\ImageSharp.Tests\**\*.cs" Exclude="bin\**;obj\**" Link="Tests\%(RecursiveDir)%(Filename)%(Extension)" /> |
||||
<Project>{2e33181e-6e28-4662-a801-e2e7dc206029}</Project> |
<Compile Remove="..\ImageSharp.Tests\obj\**\*.cs" /> |
||||
<Name>ImageSharp.Drawing</Name> |
<Compile Remove="..\ImageSharp.Tests\bin\**\*.cs" /> |
||||
</ProjectReference> |
|
||||
<ProjectReference Include="..\..\src\ImageSharp.Formats.Bmp\ImageSharp.Formats.Bmp.csproj"> |
|
||||
<Project>{c77661b9-f793-422e-8e27-ac60ecc5f215}</Project> |
|
||||
<Name>ImageSharp.Formats.Bmp</Name> |
|
||||
</ProjectReference> |
|
||||
<ProjectReference Include="..\..\src\ImageSharp.Formats.Gif\ImageSharp.Formats.Gif.csproj"> |
|
||||
<Project>{27ad4b5f-ecc4-4c63-9ecb-04ec772fdb6f}</Project> |
|
||||
<Name>ImageSharp.Formats.Gif</Name> |
|
||||
</ProjectReference> |
|
||||
<ProjectReference Include="..\..\src\ImageSharp.Formats.Jpeg\ImageSharp.Formats.Jpeg.csproj"> |
|
||||
<Project>{7213767c-0003-41ca-ab18-0223cfa7ce4b}</Project> |
|
||||
<Name>ImageSharp.Formats.Jpeg</Name> |
|
||||
</ProjectReference> |
|
||||
<ProjectReference Include="..\..\src\ImageSharp.Formats.Png\ImageSharp.Formats.Png.csproj"> |
|
||||
<Project>{556abdcf-ed93-4327-be98-f6815f78b9b8}</Project> |
|
||||
<Name>ImageSharp.Formats.Png</Name> |
|
||||
</ProjectReference> |
|
||||
<ProjectReference Include="..\..\src\ImageSharp.Processing\ImageSharp.Processing.csproj"> |
|
||||
<Project>{a623cfe9-9d2b-4528-ad1f-2e834b061134}</Project> |
|
||||
<Name>ImageSharp.Processing</Name> |
|
||||
</ProjectReference> |
|
||||
<ProjectReference Include="..\..\src\ImageSharp\ImageSharp.csproj"> |
|
||||
<Project>{2aa31a1f-142c-43f4-8687-09abca4b3a26}</Project> |
|
||||
<Name>ImageSharp</Name> |
|
||||
</ProjectReference> |
|
||||
<ProjectReference Include="..\ImageSharp.Benchmarks\ImageSharp.Benchmarks.csproj"> |
|
||||
<Project>{2bf743d8-2a06-412d-96d7-f448f00c5ea5}</Project> |
|
||||
<Name>ImageSharp.Benchmarks</Name> |
|
||||
</ProjectReference> |
|
||||
</ItemGroup> |
</ItemGroup> |
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
||||
<PropertyGroup> |
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
|
||||
</PropertyGroup> |
|
||||
<Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.2.0-beta4-build1194\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.2.0-beta4-build1194\build\net20\xunit.runner.visualstudio.props'))" /> |
|
||||
<Error Condition="!Exists('..\..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.1.0.41\build\Microsoft.Diagnostics.Tracing.TraceEvent.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.1.0.41\build\Microsoft.Diagnostics.Tracing.TraceEvent.targets'))" /> |
|
||||
</Target> |
|
||||
<Import Project="..\..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.1.0.41\build\Microsoft.Diagnostics.Tracing.TraceEvent.targets" Condition="Exists('..\..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.1.0.41\build\Microsoft.Diagnostics.Tracing.TraceEvent.targets')" /> |
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
||||
Other similar extension points exist, see Microsoft.Common.targets. |
|
||||
<Target Name="BeforeBuild"> |
|
||||
</Target> |
|
||||
<Target Name="AfterBuild"> |
|
||||
</Target> |
|
||||
--> |
|
||||
</Project> |
</Project> |
||||
@ -1,61 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<packages> |
|
||||
<package id="BenchmarkDotNet" version="0.10.2" targetFramework="net461" /> |
|
||||
<package id="BenchmarkDotNet.Core" version="0.10.2" targetFramework="net461" /> |
|
||||
<package id="BenchmarkDotNet.Diagnostics.Windows" version="0.10.2" targetFramework="net461" /> |
|
||||
<package id="BenchmarkDotNet.Toolchains.Roslyn" version="0.10.2" targetFramework="net461" /> |
|
||||
<package id="Microsoft.CodeAnalysis.Analyzers" version="1.1.0" targetFramework="net461" /> |
|
||||
<package id="Microsoft.CodeAnalysis.Common" version="1.3.2" targetFramework="net461" /> |
|
||||
<package id="Microsoft.CodeAnalysis.CSharp" version="1.3.2" targetFramework="net461" /> |
|
||||
<package id="Microsoft.Diagnostics.Tracing.TraceEvent" version="1.0.41" targetFramework="net461" /> |
|
||||
<package id="System.AppContext" version="4.1.0" targetFramework="net461" /> |
|
||||
<package id="System.Collections" version="4.0.11" targetFramework="net461" /> |
|
||||
<package id="System.Collections.Concurrent" version="4.0.12" targetFramework="net461" /> |
|
||||
<package id="System.Collections.Immutable" version="1.2.0" targetFramework="net461" /> |
|
||||
<package id="System.Console" version="4.0.0" targetFramework="net461" /> |
|
||||
<package id="System.Diagnostics.Debug" version="4.0.11" targetFramework="net461" /> |
|
||||
<package id="System.Diagnostics.FileVersionInfo" version="4.0.0" targetFramework="net461" /> |
|
||||
<package id="System.Diagnostics.StackTrace" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.Diagnostics.Tools" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.Dynamic.Runtime" version="4.0.11" targetFramework="net461" /> |
|
||||
<package id="System.Globalization" version="4.0.11" targetFramework="net461" /> |
|
||||
<package id="System.IO.FileSystem" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.IO.FileSystem.Primitives" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.Linq" version="4.1.0" targetFramework="net461" /> |
|
||||
<package id="System.Linq.Expressions" version="4.1.0" targetFramework="net461" /> |
|
||||
<package id="System.Numerics.Vectors" version="4.1.1" targetFramework="net461" /> |
|
||||
<package id="System.Reflection" version="4.1.0" targetFramework="net461" /> |
|
||||
<package id="System.Reflection.Metadata" version="1.3.0" targetFramework="net461" /> |
|
||||
<package id="System.Reflection.Primitives" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.Resources.ResourceManager" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.Runtime" version="4.1.0" targetFramework="net461" /> |
|
||||
<package id="System.Runtime.CompilerServices.Unsafe" version="4.3.0" targetFramework="net461" /> |
|
||||
<package id="System.Runtime.Extensions" version="4.1.0" targetFramework="net461" /> |
|
||||
<package id="System.Runtime.Handles" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.Runtime.InteropServices" version="4.1.0" targetFramework="net461" /> |
|
||||
<package id="System.Runtime.Numerics" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.Security.Cryptography.Algorithms" version="4.2.0" targetFramework="net461" /> |
|
||||
<package id="System.Security.Cryptography.Encoding" version="4.0.0" targetFramework="net461" /> |
|
||||
<package id="System.Security.Cryptography.Primitives" version="4.0.0" targetFramework="net461" /> |
|
||||
<package id="System.Security.Cryptography.X509Certificates" version="4.1.0" targetFramework="net461" /> |
|
||||
<package id="System.Text.Encoding" version="4.0.11" targetFramework="net461" /> |
|
||||
<package id="System.Text.Encoding.CodePages" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.Text.Encoding.Extensions" version="4.0.11" targetFramework="net461" /> |
|
||||
<package id="System.Threading" version="4.0.11" targetFramework="net461" /> |
|
||||
<package id="System.Threading.Tasks" version="4.0.11" targetFramework="net461" /> |
|
||||
<package id="System.Threading.Tasks.Extensions" version="4.0.0" targetFramework="net461" /> |
|
||||
<package id="System.Threading.Tasks.Parallel" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.Threading.Thread" version="4.0.0" targetFramework="net461" /> |
|
||||
<package id="System.Xml.ReaderWriter" version="4.0.11" targetFramework="net461" /> |
|
||||
<package id="System.Xml.XDocument" version="4.0.11" targetFramework="net461" /> |
|
||||
<package id="System.Xml.XmlDocument" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.Xml.XPath" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="System.Xml.XPath.XDocument" version="4.0.1" targetFramework="net461" /> |
|
||||
<package id="xunit" version="2.2.0-beta4-build3444" targetFramework="net461" /> |
|
||||
<package id="xunit.abstractions" version="2.0.1" targetFramework="net461" /> |
|
||||
<package id="xunit.assert" version="2.2.0-beta4-build3444" targetFramework="net461" /> |
|
||||
<package id="xunit.core" version="2.2.0-beta4-build3444" targetFramework="net461" /> |
|
||||
<package id="xunit.extensibility.core" version="2.2.0-beta4-build3444" targetFramework="net461" /> |
|
||||
<package id="xunit.extensibility.execution" version="2.2.0-beta4-build3444" targetFramework="net461" /> |
|
||||
<package id="xunit.runner.visualstudio" version="2.2.0-beta4-build1194" targetFramework="net461" developmentDependency="true" /> |
|
||||
</packages> |
|
||||
Loading…
Reference in new issue