-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDetectFacesAPI.sln
More file actions
43 lines (43 loc) · 2.5 KB
/
Copy pathDetectFacesAPI.sln
File metadata and controls
43 lines (43 loc) · 2.5 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DetectFacesAPI", "DetectFacesAPI.csproj", "{F78920CE-07C5-4A42-AD9E-FA2E03717B7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PettyCashManagement", "..\..\..\PettyCashManagement\PettyCashManagement.csproj", "{249E93BE-6F6A-4FD5-8C88-851720E39D22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoanBook", "..\..\..\LoanBook\LoanBook.csproj", "{56FFF068-0FA8-4C1A-A2D6-948F4A5165AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OOP", "..\OOP\OOP.csproj", "{C02DA2D6-CC59-48EA-8D42-E27BB837EBBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F78920CE-07C5-4A42-AD9E-FA2E03717B7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F78920CE-07C5-4A42-AD9E-FA2E03717B7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F78920CE-07C5-4A42-AD9E-FA2E03717B7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F78920CE-07C5-4A42-AD9E-FA2E03717B7A}.Release|Any CPU.Build.0 = Release|Any CPU
{249E93BE-6F6A-4FD5-8C88-851720E39D22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{249E93BE-6F6A-4FD5-8C88-851720E39D22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{249E93BE-6F6A-4FD5-8C88-851720E39D22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{249E93BE-6F6A-4FD5-8C88-851720E39D22}.Release|Any CPU.Build.0 = Release|Any CPU
{56FFF068-0FA8-4C1A-A2D6-948F4A5165AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56FFF068-0FA8-4C1A-A2D6-948F4A5165AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56FFF068-0FA8-4C1A-A2D6-948F4A5165AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56FFF068-0FA8-4C1A-A2D6-948F4A5165AE}.Release|Any CPU.Build.0 = Release|Any CPU
{C02DA2D6-CC59-48EA-8D42-E27BB837EBBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C02DA2D6-CC59-48EA-8D42-E27BB837EBBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C02DA2D6-CC59-48EA-8D42-E27BB837EBBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C02DA2D6-CC59-48EA-8D42-E27BB837EBBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A013CD14-D907-4854-8644-B70AA1789BAF}
EndGlobalSection
EndGlobal