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.
140 lines
6.9 KiB
140 lines
6.9 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<Description>A cross-platform library for the processing of image files; written in C#</Description>
|
|
<AssemblyTitle>SixLabors.ImageSharp</AssemblyTitle>
|
|
<VersionPrefix Condition="$(packageversion) != ''">$(packageversion)</VersionPrefix>
|
|
<VersionPrefix Condition="$(packageversion) == ''">0.0.1</VersionPrefix>
|
|
<Authors>Six Labors and contributors</Authors>
|
|
<TargetFrameworks>netstandard1.1;netstandard1.3;netstandard2.0;netcoreapp2.1</TargetFrameworks>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<AssemblyName>SixLabors.ImageSharp</AssemblyName>
|
|
<PackageId>SixLabors.ImageSharp</PackageId>
|
|
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Png Core</PackageTags>
|
|
<PackageIconUrl>https://raw.githubusercontent.com/SixLabors/Branding/master/icons/imagesharp/sixlabors.imagesharp.128.png</PackageIconUrl>
|
|
<PackageProjectUrl>https://github.com/SixLabors/ImageSharp</PackageProjectUrl>
|
|
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/SixLabors/ImageSharp</RepositoryUrl>
|
|
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
|
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
|
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
|
|
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
|
|
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
|
|
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
|
|
<DebugType Condition="$(codecov) != ''">full</DebugType>
|
|
<DebugType Condition="$(codecov) == ''">portable</DebugType>
|
|
<DebugSymbols>True</DebugSymbols>
|
|
<Features>IOperation</Features>
|
|
<LangVersion>Latest</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="SixLabors.Core" Version="1.0.0-beta0005" />
|
|
<AdditionalFiles Include="..\..\stylecop.json" />
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta007">
|
|
<PrivateAssets>All</PrivateAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' != 'netcoreapp2.1'">
|
|
<PackageReference Include="System.Buffers" Version="4.5.0" />
|
|
<PackageReference Include="System.Memory" Version="4.5.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
|
|
<PackageReference Include="System.IO.UnmanagedMemoryStream" Version="4.3.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' OR '$(TargetFramework)' == 'netstandard1.3'">
|
|
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
|
|
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.3.0" />
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<CodeAnalysisRuleSet>..\..\ImageSharp.ruleset</CodeAnalysisRuleSet>
|
|
<RootNamespace>SixLabors.ImageSharp</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Update="Formats\Jpeg\Components\Block8x8F.Generated.tt">
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
<LastGenOutput>Block8x8F.Generated.cs</LastGenOutput>
|
|
</None>
|
|
<None Update="Formats\Jpeg\Components\GenericBlock8x8.Generated.tt">
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
<LastGenOutput>GenericBlock8x8.Generated.cs</LastGenOutput>
|
|
</None>
|
|
<None Update="Formats\Jpeg\Components\Block8x8F.Generated.tt">
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
<LastGenOutput>Block8x8F.Generated.cs</LastGenOutput>
|
|
</None>
|
|
<None Update="PixelFormats\Generated\PixelOperations{TPixel}.Generated.tt">
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
<LastGenOutput>PixelOperations{TPixel}.Generated.cs</LastGenOutput>
|
|
</None>
|
|
<None Update="PixelFormats\Generated\Rgba32.PixelOperations.Generated.tt">
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
<LastGenOutput>Rgba32.PixelOperations.Generated.cs</LastGenOutput>
|
|
</None>
|
|
<None Update="PixelFormats\PixelBlenders\PorterDuffFunctions.Generated.tt">
|
|
<LastGenOutput>PorterDuffFunctions.Generated.cs</LastGenOutput>
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
</None>
|
|
<None Update="PixelFormats\PixelBlenders\DefaultPixelBlenders.Generated.tt">
|
|
<LastGenOutput>DefaultPixelBlenders.Generated.cs</LastGenOutput>
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Update="Formats\Jpeg\Components\Block8x8F.Generated.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Block8x8F.Generated.tt</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="Formats\Jpeg\Components\GenericBlock8x8.Generated.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>GenericBlock8x8.Generated.tt</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="Formats\Jpeg\Components\Block8x8F.Generated.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Block8x8F.Generated.tt</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="PixelFormats\Generated\PixelOperations{TPixel}.Generated.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>PixelOperations{TPixel}.Generated.tt</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="PixelFormats\Generated\Rgba32.PixelOperations.Generated.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Rgba32.PixelOperations.Generated.tt</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="PixelFormats\PixelBlenders\DefaultPixelBlenders.Generated.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>DefaultPixelBlenders.Generated.tt</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="PixelFormats\PixelBlenders\PorterDuffFunctions.Generated.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>PorterDuffFunctions.Generated.tt</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
|
|
</ItemGroup>
|
|
</Project>
|