12 lines
390 B
Plaintext
12 lines
390 B
Plaintext
|
|
<?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>
|