-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWGC-Capture-with-OpenCV.sln
63 lines (63 loc) · 3.55 KB
/
WGC-Capture-with-OpenCV.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
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WGC-Capture-with-OpenCV", "WGC-Capture-with-OpenCV\WGC-Capture-with-OpenCV.vcxproj", "{1C431419-2BE8-4024-839C-BF9455796663}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{3B2BA1B9-B6BE-4BD3-A037-58F4CB5EB933}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExampleWin32", "ExampleWin32\ExampleWin32.vcxproj", "{635BD84A-AB7C-4F4F-99C8-386D5B3DCFD4}"
ProjectSection(ProjectDependencies) = postProject
{1C431419-2BE8-4024-839C-BF9455796663} = {1C431419-2BE8-4024-839C-BF9455796663}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExampleBasic", "ExampleBasic\ExampleBasic.vcxproj", "{DF2C7211-C422-40FB-9FA3-0F085CE2E93B}"
ProjectSection(ProjectDependencies) = postProject
{1C431419-2BE8-4024-839C-BF9455796663} = {1C431419-2BE8-4024-839C-BF9455796663}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C431419-2BE8-4024-839C-BF9455796663}.Debug|x64.ActiveCfg = Debug|x64
{1C431419-2BE8-4024-839C-BF9455796663}.Debug|x64.Build.0 = Debug|x64
{1C431419-2BE8-4024-839C-BF9455796663}.Debug|x86.ActiveCfg = Debug|Win32
{1C431419-2BE8-4024-839C-BF9455796663}.Debug|x86.Build.0 = Debug|Win32
{1C431419-2BE8-4024-839C-BF9455796663}.Release|x64.ActiveCfg = Release|x64
{1C431419-2BE8-4024-839C-BF9455796663}.Release|x64.Build.0 = Release|x64
{1C431419-2BE8-4024-839C-BF9455796663}.Release|x86.ActiveCfg = Release|Win32
{1C431419-2BE8-4024-839C-BF9455796663}.Release|x86.Build.0 = Release|Win32
{635BD84A-AB7C-4F4F-99C8-386D5B3DCFD4}.Debug|x64.ActiveCfg = Debug|x64
{635BD84A-AB7C-4F4F-99C8-386D5B3DCFD4}.Debug|x64.Build.0 = Debug|x64
{635BD84A-AB7C-4F4F-99C8-386D5B3DCFD4}.Debug|x86.ActiveCfg = Debug|Win32
{635BD84A-AB7C-4F4F-99C8-386D5B3DCFD4}.Debug|x86.Build.0 = Debug|Win32
{635BD84A-AB7C-4F4F-99C8-386D5B3DCFD4}.Release|x64.ActiveCfg = Release|x64
{635BD84A-AB7C-4F4F-99C8-386D5B3DCFD4}.Release|x64.Build.0 = Release|x64
{635BD84A-AB7C-4F4F-99C8-386D5B3DCFD4}.Release|x86.ActiveCfg = Release|Win32
{635BD84A-AB7C-4F4F-99C8-386D5B3DCFD4}.Release|x86.Build.0 = Release|Win32
{DF2C7211-C422-40FB-9FA3-0F085CE2E93B}.Debug|x64.ActiveCfg = Debug|x64
{DF2C7211-C422-40FB-9FA3-0F085CE2E93B}.Debug|x64.Build.0 = Debug|x64
{DF2C7211-C422-40FB-9FA3-0F085CE2E93B}.Debug|x86.ActiveCfg = Debug|Win32
{DF2C7211-C422-40FB-9FA3-0F085CE2E93B}.Debug|x86.Build.0 = Debug|Win32
{DF2C7211-C422-40FB-9FA3-0F085CE2E93B}.Release|x64.ActiveCfg = Release|x64
{DF2C7211-C422-40FB-9FA3-0F085CE2E93B}.Release|x64.Build.0 = Release|x64
{DF2C7211-C422-40FB-9FA3-0F085CE2E93B}.Release|x86.ActiveCfg = Release|Win32
{DF2C7211-C422-40FB-9FA3-0F085CE2E93B}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{635BD84A-AB7C-4F4F-99C8-386D5B3DCFD4} = {3B2BA1B9-B6BE-4BD3-A037-58F4CB5EB933}
{DF2C7211-C422-40FB-9FA3-0F085CE2E93B} = {3B2BA1B9-B6BE-4BD3-A037-58F4CB5EB933}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A82B30D-0EAC-4CD9-A024-539BBFDE48AB}
EndGlobalSection
EndGlobal