forked from Andoreatta/biometric-service-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBiometricService.sln
More file actions
53 lines (53 loc) · 2.66 KB
/
Copy pathBiometricService.sln
File metadata and controls
53 lines (53 loc) · 2.66 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiometricService", "BiometricService.csproj", "{696379F6-B07E-4A0B-8A82-1E687848909C}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Fingertech-API-Installer", "..\Fingertech-API-installer\Fingertech-API-installer.vdproj", "{41FC0F61-600D-42A3-9986-B9E153E71E4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Default = Debug|Default
Release|Any CPU = Release|Any CPU
Release|Default = Release|Default
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{696379F6-B07E-4A0B-8A82-1E687848909C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{696379F6-B07E-4A0B-8A82-1E687848909C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{696379F6-B07E-4A0B-8A82-1E687848909C}.Debug|Default.ActiveCfg = Debug|Any CPU
{696379F6-B07E-4A0B-8A82-1E687848909C}.Debug|Default.Build.0 = Debug|Any CPU
{696379F6-B07E-4A0B-8A82-1E687848909C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{696379F6-B07E-4A0B-8A82-1E687848909C}.Release|Any CPU.Build.0 = Release|Any CPU
{696379F6-B07E-4A0B-8A82-1E687848909C}.Release|Default.ActiveCfg = Release|Any CPU
{696379F6-B07E-4A0B-8A82-1E687848909C}.Release|Default.Build.0 = Release|Any CPU
{41FC0F61-600D-42A3-9986-B9E153E71E4C}.Debug|Any CPU.ActiveCfg = Debug
{41FC0F61-600D-42A3-9986-B9E153E71E4C}.Debug|Any CPU.Build.0 = Debug
{41FC0F61-600D-42A3-9986-B9E153E71E4C}.Debug|Default.ActiveCfg = Debug
{41FC0F61-600D-42A3-9986-B9E153E71E4C}.Debug|Default.Build.0 = Debug
{41FC0F61-600D-42A3-9986-B9E153E71E4C}.Release|Any CPU.ActiveCfg = Release
{41FC0F61-600D-42A3-9986-B9E153E71E4C}.Release|Any CPU.Build.0 = Release
{41FC0F61-600D-42A3-9986-B9E153E71E4C}.Release|Default.ActiveCfg = Release
{41FC0F61-600D-42A3-9986-B9E153E71E4C}.Release|Default.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22E59401-BA5D-4FDC-BF7F-8324F0626A5B}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Default = Debug|Default
Release|Any CPU = Release|Any CPU
Release|Default = Release|Default
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Default = Debug|Default
Release|Any CPU = Release|Any CPU
Release|Default = Release|Default
EndGlobalSection
EndGlobal