-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFaceRecognition.sln
34 lines (34 loc) · 1.51 KB
/
FaceRecognition.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FaceRecognition", "FaceRecognition\FaceRecognition.csproj", "{8CADDF23-F5A0-4877-9E41-0149D95C4531}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C246B88A-5749-453D-AA9D-23682D1C2049}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8CADDF23-F5A0-4877-9E41-0149D95C4531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CADDF23-F5A0-4877-9E41-0149D95C4531}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CADDF23-F5A0-4877-9E41-0149D95C4531}.Debug|x64.ActiveCfg = Debug|x64
{8CADDF23-F5A0-4877-9E41-0149D95C4531}.Debug|x64.Build.0 = Debug|x64
{8CADDF23-F5A0-4877-9E41-0149D95C4531}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{8CADDF23-F5A0-4877-9E41-0149D95C4531}.Release|x64.ActiveCfg = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6581416A-0114-4B69-8CA9-F662A8B533D7}
EndGlobalSection
EndGlobal