mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
216 lines
11 KiB
216 lines
11 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<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>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{96188137-5FA6-4924-AB6E-4EFF79C6E0BB}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ImageSharp</RootNamespace>
|
|
<AssemblyName>ImageSharp.Sandbox46</AssemblyName>
|
|
<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>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Numerics" />
|
|
<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="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.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\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\JpegTestBase.cs">
|
|
<Link>Tests\Formats\Jpg\JpegTestBase.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\ImageSharp.Tests\Formats\Jpg\JpegTests.cs">
|
|
<Link>Tests\Formats\Jpg\JpegTests.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\Image\ImagePropertyTests.cs">
|
|
<Link>Tests\Image\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\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="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="README.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
</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'))" />
|
|
</Target>
|
|
<!-- 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>
|