mirror of https://github.com/SixLabors/ImageSharp
Browse Source
Former-commit-id: d67ccae22dd0be392237738f05abc778f5f37bca Former-commit-id: b2cd4c7535080da11a3710d8e4a6dc4cba934512 Former-commit-id: 491167f89f2e9487a1956a33cf75616d3b4789c6af/merge-core
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