38 lines
1.8 KiB
XML
38 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<AssemblyName>SixLabors.ImageSharp.Drawing</AssemblyName>
|
|
<AssemblyTitle>SixLabors.ImageSharp.Drawing</AssemblyTitle>
|
|
<RootNamespace>SixLabors.ImageSharp.Drawing</RootNamespace>
|
|
<PackageId>SixLabors.ImageSharp.Drawing</PackageId>
|
|
<PackageIcon>sixlabors.imagesharp.drawing.128.png</PackageIcon>
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
<RepositoryUrl Condition="'$(RepositoryUrl)' == ''">https://github.com/SixLabors/ImageSharp.Drawing/</RepositoryUrl>
|
|
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
|
|
<PackageTags>ImageSharp Drawing Graphics Shapes Paths Text Fonts Vector Raster</PackageTags>
|
|
<Description>Drawing extensions for ImageSharp with support for shapes, paths, text, and image rendering.</Description>
|
|
<Configurations>Debug;Release</Configurations>
|
|
<IsTrimmable>true</IsTrimmable>
|
|
|
|
</PropertyGroup>
|
|
|
|
<!-- This enables the nullable analysis and treats all nullable warnings as error-->
|
|
<PropertyGroup>
|
|
<Nullable>enable</Nullable>
|
|
<WarningsAsErrors>Nullable</WarningsAsErrors>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" />
|
|
<ProjectReference Include="..\PolygonClipper\PolygonClipper.csproj" />
|
|
<ProjectReference Include="..\SixLabors.Fonts\SixLabors.Fonts.csproj" />
|
|
</ItemGroup>
|
|
|
|
<!-- <None Include="..\..\LICENSE" Pack="true" PackagePath="" /> -->
|
|
<!-- <None Include="..\..\shared-infrastructure\branding\icons\imagesharp.drawing\sixlabors.imagesharp.drawing.128.png" Pack="true" PackagePath="" /> -->
|
|
|
|
<Import Project="..\SharedInfrastructure.projitems" Label="Shared" />
|
|
|
|
</Project>
|