-
Notifications
You must be signed in to change notification settings - Fork 1
/
Facial Recognition.sln
42 lines (42 loc) · 2.28 KB
/
Facial Recognition.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Facial Recognition", "Facial Recognition\Facial Recognition.vcproj", "{3CA30916-3D24-41CD-9395-85D5AA6EF0F5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NaiveGestures", "NaiveGestures\NaiveGestures.vcproj", "{BF7C6C59-ADC3-4F93-8925-97856689DE85}"
ProjectSection(ProjectDependencies) = postProject
{3CA30916-3D24-41CD-9395-85D5AA6EF0F5} = {3CA30916-3D24-41CD-9395-85D5AA6EF0F5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContextGestures", "ContextGestures\ContextGestures.vcproj", "{D60E04DD-72B2-4CEC-A255-FBD42658FE48}"
ProjectSection(ProjectDependencies) = postProject
{3CA30916-3D24-41CD-9395-85D5AA6EF0F5} = {3CA30916-3D24-41CD-9395-85D5AA6EF0F5}
EndProjectSection
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CA30916-3D24-41CD-9395-85D5AA6EF0F5}.Debug|Win32.ActiveCfg = Debug|Win32
{3CA30916-3D24-41CD-9395-85D5AA6EF0F5}.Debug|Win32.Build.0 = Debug|Win32
{3CA30916-3D24-41CD-9395-85D5AA6EF0F5}.Release|Win32.ActiveCfg = Release|Win32
{3CA30916-3D24-41CD-9395-85D5AA6EF0F5}.Release|Win32.Build.0 = Release|Win32
{BF7C6C59-ADC3-4F93-8925-97856689DE85}.Debug|Win32.ActiveCfg = Debug|Win32
{BF7C6C59-ADC3-4F93-8925-97856689DE85}.Debug|Win32.Build.0 = Debug|Win32
{BF7C6C59-ADC3-4F93-8925-97856689DE85}.Release|Win32.ActiveCfg = Release|Win32
{BF7C6C59-ADC3-4F93-8925-97856689DE85}.Release|Win32.Build.0 = Release|Win32
{D60E04DD-72B2-4CEC-A255-FBD42658FE48}.Debug|Win32.ActiveCfg = Debug|Win32
{D60E04DD-72B2-4CEC-A255-FBD42658FE48}.Debug|Win32.Build.0 = Debug|Win32
{D60E04DD-72B2-4CEC-A255-FBD42658FE48}.Release|Win32.ActiveCfg = Release|Win32
{D60E04DD-72B2-4CEC-A255-FBD42658FE48}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal