Browse Source
Merge branch 'main' into js/smaller-aot
pull/2514/head
James Jackson-South
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
ImageSharp.sln
-
SixLabors.ImageSharp.props
|
|
|
@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{C317F1B1 |
|
|
|
Directory.Build.targets = Directory.Build.targets |
|
|
|
LICENSE = LICENSE |
|
|
|
README.md = README.md |
|
|
|
SixLabors.ImageSharp.props = SixLabors.ImageSharp.props |
|
|
|
EndProjectSection |
|
|
|
EndProject |
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1799C43E-5C54-4A8F-8D64-B1475241DB0D}" |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
<Project> |
|
|
|
|
|
|
|
<!--Add common namespaces to implicit global usings if enabled.--> |
|
|
|
<ItemGroup Condition="'$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'=='true'"> |
|
|
|
<ItemGroup Condition="'$(UseImageSharp)'=='enable' OR '$(UseImageSharp)'=='true'"> |
|
|
|
<Using Include="SixLabors.ImageSharp" /> |
|
|
|
<Using Include="SixLabors.ImageSharp.PixelFormats" /> |
|
|
|
<Using Include="SixLabors.ImageSharp.Processing" /> |
|
|
|
|