-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuthenticationApp.sln
More file actions
83 lines (83 loc) · 5.9 KB
/
AuthenticationApp.sln
File metadata and controls
83 lines (83 loc) · 5.9 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33027.164
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationApp.Android", "AuthenticationApp.Android\AuthenticationApp.Android.csproj", "{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationApp.iOS", "AuthenticationApp.iOS\AuthenticationApp.iOS.csproj", "{07A0EBDA-1136-476C-8585-6E8C1D355E7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationApp", "AuthenticationApp\AuthenticationApp.csproj", "{42E20323-0217-484F-800B-347D234319DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Debug|iPhone.Build.0 = Debug|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Release|Any CPU.Build.0 = Release|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Release|iPhone.ActiveCfg = Release|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Release|iPhone.Build.0 = Release|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Release|iPhone.Deploy.0 = Release|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{40CA1CF6-8429-4BE4-8369-F4C20C7D81EC}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Debug|Any CPU.Build.0 = Debug|iPhone
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Debug|Any CPU.Deploy.0 = Debug|iPhone
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Debug|iPhone.ActiveCfg = Debug|iPhone
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Debug|iPhone.Build.0 = Debug|iPhone
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Debug|iPhone.Deploy.0 = Debug|iPhone
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Release|Any CPU.Deploy.0 = Release|iPhoneSimulator
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Release|iPhone.ActiveCfg = Release|iPhone
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Release|iPhone.Build.0 = Release|iPhone
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Release|iPhone.Deploy.0 = Release|iPhone
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{07A0EBDA-1136-476C-8585-6E8C1D355E7F}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator
{42E20323-0217-484F-800B-347D234319DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Debug|iPhone.Build.0 = Debug|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Release|Any CPU.Build.0 = Release|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Release|iPhone.ActiveCfg = Release|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Release|iPhone.Build.0 = Release|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Release|iPhone.Deploy.0 = Release|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{42E20323-0217-484F-800B-347D234319DC}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D068B2D-98BF-4864-8E32-F404DE407361}
EndGlobalSection
EndGlobal