forked from anyboo/FaceIdentifiSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFaceRecognition.sln
More file actions
58 lines (58 loc) · 3.63 KB
/
FaceRecognition.sln
File metadata and controls
58 lines (58 loc) · 3.63 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FaceRecognition", "FaceRecognition\ConsoleApplication1.vcxproj", "{EBF5723A-1E6C-4CB3-A4D8-957E6F1FE1B7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test", "sample\Test-cam\Test.vcxproj", "{B1BCB579-2A09-425A-B30F-15A8B2ED2F62}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "THDetectDemo", "sample\PhotoCompare\THDetectDemo\THDetectDemo.vcxproj", "{9F5EF5C3-5484-44E4-AC13-BB4B22DE3735}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FaceAttendServer", "sample\FaceVerify1024-768\NVL-TEST.vcxproj", "{22D8896E-1206-470A-A9D6-54FC4239C0E6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FaceRecognitionSerV", "FaceRecognitionSerV\FaceRecognitionSerV.vcxproj", "{C513C3B4-61F0-4C8E-8781-696108936122}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBF5723A-1E6C-4CB3-A4D8-957E6F1FE1B7}.Debug|Win32.ActiveCfg = Debug|Win32
{EBF5723A-1E6C-4CB3-A4D8-957E6F1FE1B7}.Debug|Win32.Build.0 = Debug|Win32
{EBF5723A-1E6C-4CB3-A4D8-957E6F1FE1B7}.Debug|x64.ActiveCfg = Debug|Win32
{EBF5723A-1E6C-4CB3-A4D8-957E6F1FE1B7}.Release|Win32.ActiveCfg = Release|Win32
{EBF5723A-1E6C-4CB3-A4D8-957E6F1FE1B7}.Release|Win32.Build.0 = Release|Win32
{EBF5723A-1E6C-4CB3-A4D8-957E6F1FE1B7}.Release|x64.ActiveCfg = Release|Win32
{B1BCB579-2A09-425A-B30F-15A8B2ED2F62}.Debug|Win32.ActiveCfg = Debug|Win32
{B1BCB579-2A09-425A-B30F-15A8B2ED2F62}.Debug|Win32.Build.0 = Debug|Win32
{B1BCB579-2A09-425A-B30F-15A8B2ED2F62}.Debug|x64.ActiveCfg = Debug|Win32
{B1BCB579-2A09-425A-B30F-15A8B2ED2F62}.Release|Win32.ActiveCfg = Release|Win32
{B1BCB579-2A09-425A-B30F-15A8B2ED2F62}.Release|Win32.Build.0 = Release|Win32
{B1BCB579-2A09-425A-B30F-15A8B2ED2F62}.Release|x64.ActiveCfg = Release|Win32
{9F5EF5C3-5484-44E4-AC13-BB4B22DE3735}.Debug|Win32.ActiveCfg = Debug|Win32
{9F5EF5C3-5484-44E4-AC13-BB4B22DE3735}.Debug|Win32.Build.0 = Debug|Win32
{9F5EF5C3-5484-44E4-AC13-BB4B22DE3735}.Debug|x64.ActiveCfg = Debug|Win32
{9F5EF5C3-5484-44E4-AC13-BB4B22DE3735}.Release|Win32.ActiveCfg = Release|Win32
{9F5EF5C3-5484-44E4-AC13-BB4B22DE3735}.Release|Win32.Build.0 = Release|Win32
{9F5EF5C3-5484-44E4-AC13-BB4B22DE3735}.Release|x64.ActiveCfg = Release|Win32
{22D8896E-1206-470A-A9D6-54FC4239C0E6}.Debug|Win32.ActiveCfg = Debug|Win32
{22D8896E-1206-470A-A9D6-54FC4239C0E6}.Debug|Win32.Build.0 = Debug|Win32
{22D8896E-1206-470A-A9D6-54FC4239C0E6}.Debug|x64.ActiveCfg = Debug|Win32
{22D8896E-1206-470A-A9D6-54FC4239C0E6}.Release|Win32.ActiveCfg = Release|Win32
{22D8896E-1206-470A-A9D6-54FC4239C0E6}.Release|Win32.Build.0 = Release|Win32
{22D8896E-1206-470A-A9D6-54FC4239C0E6}.Release|x64.ActiveCfg = Release|Win32
{C513C3B4-61F0-4C8E-8781-696108936122}.Debug|Win32.ActiveCfg = Debug|Win32
{C513C3B4-61F0-4C8E-8781-696108936122}.Debug|Win32.Build.0 = Debug|Win32
{C513C3B4-61F0-4C8E-8781-696108936122}.Debug|x64.ActiveCfg = Debug|Win32
{C513C3B4-61F0-4C8E-8781-696108936122}.Release|Win32.ActiveCfg = Release|Win32
{C513C3B4-61F0-4C8E-8781-696108936122}.Release|Win32.Build.0 = Release|Win32
{C513C3B4-61F0-4C8E-8781-696108936122}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal