mirror of https://github.com/SixLabors/ImageSharp
3 changed files with 13 additions and 1 deletions
@ -0,0 +1,11 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<Project> |
|||
|
|||
<!--Add common namespaces to implicit global usings if enabled.--> |
|||
<ItemGroup Condition="'$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'=='true'"> |
|||
<Using Include="SixLabors.ImageSharp" /> |
|||
<Using Include="SixLabors.ImageSharp.PixelFormats" /> |
|||
<Using Include="SixLabors.ImageSharp.Processing" /> |
|||
</ItemGroup> |
|||
|
|||
</Project> |
|||
@ -1 +1 @@ |
|||
Subproject commit b9094822f523a19d7afc89de07f33dd6c534514e |
|||
Subproject commit f79b8d073aeb2deb4cb095a9d4b94aa2be26c848 |
|||
Loading…
Reference in new issue