mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.2 KiB
55 lines
1.2 KiB
{
|
|
"version": "1.0.0-*",
|
|
"description": "ImageSharp.Benchmarks Console Application",
|
|
"authors": [ "James.South" ],
|
|
"packOptions": {
|
|
"projectUrl": "https://github.com/JimBobSquarePants/ImageSharp",
|
|
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
|
|
"tags": [
|
|
"Image Resize Crop Gif Jpg Jpeg Bitmap Png Core"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"allowUnsafe": true
|
|
},
|
|
"dependencies": {
|
|
"BenchmarkDotNet.Diagnostics.Windows": "0.10.1",
|
|
"ImageSharp": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Drawing": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Drawing.Paths": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Formats.Jpeg": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Formats.Png": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Formats.Bmp": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Formats.Gif": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Processing": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"commands": {
|
|
"ImageSharp.Benchmarks": "ImageSharp.Benchmarks"
|
|
},
|
|
"frameworks": {
|
|
"net46": {
|
|
"dependencies": {
|
|
},
|
|
"frameworkAssemblies": {
|
|
"System.Drawing": ""
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|