mirror of https://github.com/SixLabors/ImageSharp
Browse Source
Former-commit-id: c18f0149c93be6a2b8f196bd9265d293071f303b Former-commit-id: ec96e4fa102a05b541bee1dc6be583ad9676a664 Former-commit-id: af407d177b01792436a266deecb16925f1c22981pull/1/head
264 changed files with 259 additions and 256 deletions
@ -1,11 +1,11 @@ |
|||||
|
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00 |
Microsoft Visual Studio Solution File, Format Version 12.00 |
||||
# Visual Studio 14 |
# Visual Studio 14 |
||||
VisualStudioVersion = 14.0.23107.0 |
VisualStudioVersion = 14.0.24720.0 |
||||
MinimumVisualStudioVersion = 10.0.40219.1 |
MinimumVisualStudioVersion = 10.0.40219.1 |
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ImageProcessor", "src\ImageProcessor\ImageProcessor.xproj", "{2AA31A1F-142C-43F4-8687-09ABCA4B3A26}" |
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ImageProcessorCore", "src\ImageProcessorCore\ImageProcessorCore.xproj", "{2AA31A1F-142C-43F4-8687-09ABCA4B3A26}" |
||||
EndProject |
EndProject |
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ImageProcessor.Tests", "tests\ImageProcessor.Tests\ImageProcessor.Tests.xproj", "{F836E8E6-B4D9-4208-8346-140C74678B91}" |
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ImageProcessorCore.Tests", "tests\ImageProcessorCore.Tests\ImageProcessorCore.Tests.xproj", "{F836E8E6-B4D9-4208-8346-140C74678B91}" |
||||
EndProject |
EndProject |
||||
Global |
Global |
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
||||
@ -1,13 +0,0 @@ |
|||||
{ |
|
||||
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", |
|
||||
"settings": { |
|
||||
"documentationRules": { |
|
||||
"companyName": "James Jackson-South", |
|
||||
"copyrightText": "Copyright (c) {companyName} and contributors.\nLicensed under the {licenseName}.", |
|
||||
"variables": { |
|
||||
"licenseName": "Apache License, Version 2.0" |
|
||||
}, |
|
||||
"documentPrivateFields": true |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
@ -1,4 +1,4 @@ |
|||||
namespace ImageProcessor.Filters |
namespace ImageProcessorCore.Filters |
||||
{ |
{ |
||||
using System; |
using System; |
||||
using System.Numerics; |
using System.Numerics; |
||||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue