Files
RollMarking/packages/SixLabors.ImageSharp.3.1.6/build/SixLabors.ImageSharp.props
T

12 lines
390 B
XML
Raw Normal View History

2026-09-07 08:07:08 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project>
<!--Add common namespaces to implicit global usings if enabled.-->
<ItemGroup Condition="'$(UseImageSharp)'=='enable' OR '$(UseImageSharp)'=='true'">
<Using Include="SixLabors.ImageSharp" />
<Using Include="SixLabors.ImageSharp.PixelFormats" />
<Using Include="SixLabors.ImageSharp.Processing" />
</ItemGroup>
</Project>