12 строки
390 B
XML
12 строки
390 B
XML
<?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>
|