Files
MicrosoftIris/UIX.RenderApi/UIX.RenderApi.csproj
T

23 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{CB2B7609-C7B8-4E2A-82D8-DD631B70B621}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>UIX.RenderApi</AssemblyName>
<RootNamespace></RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SixLaborsLicenseFile>./sixlabors-sample.lic</SixLaborsLicenseFile>
</PropertyGroup>
<ItemGroup>
<!-- TODO: Only import on non-Windows targets -->
<!-- ImageSharp provides support for decoding images -->
<PackageReference Include="SixLabors.ImageSharp" Version="4.0.0" />
<!-- ImageSharp.Drawing provides glyph rasterization on top of ImageSharp -->
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="3.0.0" />
<!-- Fonts provides font loading/measurement independent of ImageSharp -->
<PackageReference Include="SixLabors.Fonts" Version="3.0.0" />
</ItemGroup>
</Project>