-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPyImageSearchSharp-Complete.sln
More file actions
91 lines (91 loc) · 5.56 KB
/
PyImageSearchSharp-Complete.sln
File metadata and controls
91 lines (91 loc) · 5.56 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorTransfer-OpenCVSharp", "6-30-2014-ColorTransfer\ColorTransfer-OpenCVSharp\ColorTransfer-OpenCVSharp.csproj", "{2986B2B5-97E6-4F23-9D0C-1287BA2B1C52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ColorTransfer", "ColorTransfer", "{18D41E41-FDBC-49FB-B011-00B59AB257BB}"
ProjectSection(SolutionItems) = preProject
6-30-2014-ColorTransfer\README.md = 6-30-2014-ColorTransfer\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SkinDetection", "SkinDetection", "{BA1C690A-3C72-4BFE-896B-962EF55AAFDD}"
ProjectSection(SolutionItems) = preProject
8-18-2014-SkinDetection\README.md = 8-18-2014-SkinDetection\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkinDetection-EmguCV", "8-18-2014-SkinDetection\SkinDetection-EmguCV\SkinDetection-EmguCV.csproj", "{AA02A2E3-7FF3-42EA-B621-6407BE957ED0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkinDetection-OpenCVSharp", "8-18-2014-SkinDetection\SkinDetection-OpenCVSharp\SkinDetection-OpenCVSharp.csproj", "{CF90AFD4-1B5A-4288-8F50-9999955FC616}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DocumentScanner", "DocumentScanner", "{A253D95F-FCF9-4CB2-BCFD-065CE48701BA}"
ProjectSection(SolutionItems) = preProject
9-1-2014-DocumentScanner\README.md = 9-1-2014-DocumentScanner\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumentScanner-EmguCV", "9-1-2014-DocumentScanner\DocumentScanner-EmguCV\DocumentScanner-EmguCV.csproj", "{7C363315-6468-4DAF-AF59-8F181EB73F6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumentScanner-OpenCVSharp", "9-1-2014-DocumentScanner\DocumentScanner-OpenCVSharp\DocumentScanner-OpenCVSharp.csproj", "{11F694F7-5F05-4F3D-BDE8-449EC002258E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{F618C3E1-813C-4AE2-AFF7-597E0E8E9432}"
ProjectSection(SolutionItems) = preProject
Common\DefaultProgram.cs = Common\DefaultProgram.cs
Common\Disposer.cs = Common\Disposer.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OpenCVSharp", "OpenCVSharp", "{0F779628-31E5-483A-9742-784E39986410}"
ProjectSection(SolutionItems) = preProject
Common\OpenCVSharp\ImageUtil.cs = Common\OpenCVSharp\ImageUtil.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EmguCV", "EmguCV", "{A2B59D9C-6ECC-4DFA-A733-65DF5AF72E14}"
ProjectSection(SolutionItems) = preProject
Common\EmguCV\ImageUtil.cs = Common\EmguCV\ImageUtil.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E4DB6F59-F073-44C7-A2DB-A9B9BA9EB55D}"
ProjectSection(SolutionItems) = preProject
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
{2986B2B5-97E6-4F23-9D0C-1287BA2B1C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2986B2B5-97E6-4F23-9D0C-1287BA2B1C52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2986B2B5-97E6-4F23-9D0C-1287BA2B1C52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2986B2B5-97E6-4F23-9D0C-1287BA2B1C52}.Release|Any CPU.Build.0 = Release|Any CPU
{AA02A2E3-7FF3-42EA-B621-6407BE957ED0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA02A2E3-7FF3-42EA-B621-6407BE957ED0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA02A2E3-7FF3-42EA-B621-6407BE957ED0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA02A2E3-7FF3-42EA-B621-6407BE957ED0}.Release|Any CPU.Build.0 = Release|Any CPU
{CF90AFD4-1B5A-4288-8F50-9999955FC616}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF90AFD4-1B5A-4288-8F50-9999955FC616}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF90AFD4-1B5A-4288-8F50-9999955FC616}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF90AFD4-1B5A-4288-8F50-9999955FC616}.Release|Any CPU.Build.0 = Release|Any CPU
{7C363315-6468-4DAF-AF59-8F181EB73F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C363315-6468-4DAF-AF59-8F181EB73F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C363315-6468-4DAF-AF59-8F181EB73F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C363315-6468-4DAF-AF59-8F181EB73F6D}.Release|Any CPU.Build.0 = Release|Any CPU
{11F694F7-5F05-4F3D-BDE8-449EC002258E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11F694F7-5F05-4F3D-BDE8-449EC002258E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11F694F7-5F05-4F3D-BDE8-449EC002258E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11F694F7-5F05-4F3D-BDE8-449EC002258E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2986B2B5-97E6-4F23-9D0C-1287BA2B1C52} = {18D41E41-FDBC-49FB-B011-00B59AB257BB}
{AA02A2E3-7FF3-42EA-B621-6407BE957ED0} = {BA1C690A-3C72-4BFE-896B-962EF55AAFDD}
{CF90AFD4-1B5A-4288-8F50-9999955FC616} = {BA1C690A-3C72-4BFE-896B-962EF55AAFDD}
{7C363315-6468-4DAF-AF59-8F181EB73F6D} = {A253D95F-FCF9-4CB2-BCFD-065CE48701BA}
{11F694F7-5F05-4F3D-BDE8-449EC002258E} = {A253D95F-FCF9-4CB2-BCFD-065CE48701BA}
{0F779628-31E5-483A-9742-784E39986410} = {F618C3E1-813C-4AE2-AFF7-597E0E8E9432}
{A2B59D9C-6ECC-4DFA-A733-65DF5AF72E14} = {F618C3E1-813C-4AE2-AFF7-597E0E8E9432}
EndGlobalSection
EndGlobal