forked from xiaotie/GebImage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGeb.Image.sln
More file actions
49 lines (49 loc) · 3.04 KB
/
Geb.Image.sln
File metadata and controls
49 lines (49 loc) · 3.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2043
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geb.Image", "src\Geb.Image\Geb.Image.csproj", "{3E6EEDFD-13A8-422D-86F0-4DD9906E87F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geb.Image.Test", "src\Geb.Image.Test\Geb.Image.Test.csproj", "{A8CAA1FC-7A48-4598-8BF6-5B6640919E28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geb.Image.WinEx", "src\Geb.Image.WinEx\Geb.Image.WinEx.csproj", "{F84F308D-E24A-431E-B16A-E0B57A29910E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geb.Image.WinEx.Demo", "src\Geb.Image.WinEx.Demo\Geb.Image.WinEx.Demo.csproj", "{8136D9F1-DE02-4175-B69C-FBAD0768925B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geb.Image.OpenCVEx", "src\Geb.Image.OpenCVEx\Geb.Image.OpenCVEx.csproj", "{7425BCCB-F886-40B9-9017-1E032A9A52FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E6EEDFD-13A8-422D-86F0-4DD9906E87F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E6EEDFD-13A8-422D-86F0-4DD9906E87F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E6EEDFD-13A8-422D-86F0-4DD9906E87F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E6EEDFD-13A8-422D-86F0-4DD9906E87F2}.Release|Any CPU.Build.0 = Release|Any CPU
{A8CAA1FC-7A48-4598-8BF6-5B6640919E28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8CAA1FC-7A48-4598-8BF6-5B6640919E28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8CAA1FC-7A48-4598-8BF6-5B6640919E28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8CAA1FC-7A48-4598-8BF6-5B6640919E28}.Release|Any CPU.Build.0 = Release|Any CPU
{F84F308D-E24A-431E-B16A-E0B57A29910E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F84F308D-E24A-431E-B16A-E0B57A29910E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F84F308D-E24A-431E-B16A-E0B57A29910E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F84F308D-E24A-431E-B16A-E0B57A29910E}.Release|Any CPU.Build.0 = Release|Any CPU
{8136D9F1-DE02-4175-B69C-FBAD0768925B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8136D9F1-DE02-4175-B69C-FBAD0768925B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8136D9F1-DE02-4175-B69C-FBAD0768925B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8136D9F1-DE02-4175-B69C-FBAD0768925B}.Release|Any CPU.Build.0 = Release|Any CPU
{7425BCCB-F886-40B9-9017-1E032A9A52FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7425BCCB-F886-40B9-9017-1E032A9A52FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7425BCCB-F886-40B9-9017-1E032A9A52FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7425BCCB-F886-40B9-9017-1E032A9A52FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E29BB3B0-3870-4D42-9F06-92B77D170A01}
EndGlobalSection
EndGlobal