-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathAutoCrop.sln
More file actions
55 lines (55 loc) · 3.27 KB
/
AutoCrop.sln
File metadata and controls
55 lines (55 loc) · 3.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Processing.AutoCrop", "src\ImageSharp.Processing.AutoCrop\ImageSharp.Processing.AutoCrop.csproj", "{A77A54D1-25FE-4AB2-A582-CCADF7F40163}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B2D77117-77FF-4366-8AE2-151AEBBE6DB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Processing.AutoCrop.Tests", "tests\ImageSharp.Processing.AutoCrop.Tests\ImageSharp.Processing.AutoCrop.Tests.csproj", "{967FB33F-3D42-4831-97A5-D3E560578025}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Web.AutoCrop", "src\ImageSharp.Web.AutoCrop\ImageSharp.Web.AutoCrop.csproj", "{5E58929B-E685-488A-888E-E8031873E4B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Web.AutoCrop.Demo", "src\ImageSharp.Web.AutoCrop.Demo\ImageSharp.Web.AutoCrop.Demo.csproj", "{83CFC211-E70E-44C3-B7DD-2E41AED2729F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2AF19D02-925B-4250-9C4A-67CB837426EB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A77A54D1-25FE-4AB2-A582-CCADF7F40163}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A77A54D1-25FE-4AB2-A582-CCADF7F40163}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A77A54D1-25FE-4AB2-A582-CCADF7F40163}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A77A54D1-25FE-4AB2-A582-CCADF7F40163}.Release|Any CPU.Build.0 = Release|Any CPU
{967FB33F-3D42-4831-97A5-D3E560578025}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{967FB33F-3D42-4831-97A5-D3E560578025}.Debug|Any CPU.Build.0 = Debug|Any CPU
{967FB33F-3D42-4831-97A5-D3E560578025}.Release|Any CPU.ActiveCfg = Release|Any CPU
{967FB33F-3D42-4831-97A5-D3E560578025}.Release|Any CPU.Build.0 = Release|Any CPU
{5E58929B-E685-488A-888E-E8031873E4B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E58929B-E685-488A-888E-E8031873E4B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E58929B-E685-488A-888E-E8031873E4B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E58929B-E685-488A-888E-E8031873E4B3}.Release|Any CPU.Build.0 = Release|Any CPU
{83CFC211-E70E-44C3-B7DD-2E41AED2729F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83CFC211-E70E-44C3-B7DD-2E41AED2729F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83CFC211-E70E-44C3-B7DD-2E41AED2729F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83CFC211-E70E-44C3-B7DD-2E41AED2729F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{967FB33F-3D42-4831-97A5-D3E560578025} = {B2D77117-77FF-4366-8AE2-151AEBBE6DB2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {86D11F9C-7B6C-4373-AF4A-90A6864E1DDA}
EndGlobalSection
EndGlobal