初始化提交
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user