This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 500
/
ImageProcessor.sln
56 lines (56 loc) · 3.05 KB
/
ImageProcessor.sln
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
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageProcessor", "src\ImageProcessor\ImageProcessor.csproj", "{37B5AB0B-F2D3-418B-BC2B-956AB934CC35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E12DAFB7-1E0E-4B9F-A997-22F0896ADD0F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F7EF30FE-9BFD-4EA1-838C-F3D505AB3CD8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageProcessor.Tests", "tests\ImageProcessor.Tests\ImageProcessor.Tests.csproj", "{47C75531-C0F3-469B-88CF-4F0B00BDD841}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageProcessor.Plugins.WebP", "src\ImageProcessor.Plugins.WebP\ImageProcessor.Plugins.WebP.csproj", "{D8285938-B99E-4B77-BE60-9FBF8A4BD173}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0170E9EB-0F33-45E0-AF6A-7D964F25E73F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
ImageProcessor.ruleset = ImageProcessor.ruleset
README.md = README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37B5AB0B-F2D3-418B-BC2B-956AB934CC35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37B5AB0B-F2D3-418B-BC2B-956AB934CC35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37B5AB0B-F2D3-418B-BC2B-956AB934CC35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37B5AB0B-F2D3-418B-BC2B-956AB934CC35}.Release|Any CPU.Build.0 = Release|Any CPU
{47C75531-C0F3-469B-88CF-4F0B00BDD841}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47C75531-C0F3-469B-88CF-4F0B00BDD841}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47C75531-C0F3-469B-88CF-4F0B00BDD841}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47C75531-C0F3-469B-88CF-4F0B00BDD841}.Release|Any CPU.Build.0 = Release|Any CPU
{D8285938-B99E-4B77-BE60-9FBF8A4BD173}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8285938-B99E-4B77-BE60-9FBF8A4BD173}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8285938-B99E-4B77-BE60-9FBF8A4BD173}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8285938-B99E-4B77-BE60-9FBF8A4BD173}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{37B5AB0B-F2D3-418B-BC2B-956AB934CC35} = {E12DAFB7-1E0E-4B9F-A997-22F0896ADD0F}
{47C75531-C0F3-469B-88CF-4F0B00BDD841} = {F7EF30FE-9BFD-4EA1-838C-F3D505AB3CD8}
{D8285938-B99E-4B77-BE60-9FBF8A4BD173} = {E12DAFB7-1E0E-4B9F-A997-22F0896ADD0F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D838DCC-759C-4EB1-9DD5-FF87A299A6D5}
EndGlobalSection
EndGlobal