-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathPlugin.FirebaseAuth.sln
96 lines (95 loc) · 7.21 KB
/
Plugin.FirebaseAuth.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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.FirebaseAuth", "Plugin.FirebaseAuth\Plugin.FirebaseAuth.csproj", "{763549DD-5329-41E9-8139-433B6CDA2687}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{912260F2-3267-4694-9F99-5D84B60B296F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.FirebaseAuth.Sample", "Plugin.FirebaseAuth.Sample\Plugin.FirebaseAuth.Sample\Plugin.FirebaseAuth.Sample.csproj", "{3661AB65-6A4F-4B83-822C-8EFB21900887}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.FirebaseAuth.Sample.Android", "Plugin.FirebaseAuth.Sample\Plugin.FirebaseAuth.Sample.Android\Plugin.FirebaseAuth.Sample.Android.csproj", "{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.FirebaseAuth.Sample.iOS", "Plugin.FirebaseAuth.Sample\Plugin.FirebaseAuth.Sample.iOS\Plugin.FirebaseAuth.Sample.iOS.csproj", "{8B09A626-E185-401F-9818-2AB296BB41F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{763549DD-5329-41E9-8139-433B6CDA2687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Debug|Any CPU.Build.0 = Debug|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Release|Any CPU.ActiveCfg = Release|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Release|Any CPU.Build.0 = Release|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Debug|iPhone.Build.0 = Debug|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Release|iPhone.ActiveCfg = Release|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Release|iPhone.Build.0 = Release|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{763549DD-5329-41E9-8139-433B6CDA2687}.AppStore|iPhone.Build.0 = Debug|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Release|Any CPU.Build.0 = Release|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Debug|iPhone.Build.0 = Debug|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Release|iPhone.ActiveCfg = Release|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Release|iPhone.Build.0 = Release|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{3661AB65-6A4F-4B83-822C-8EFB21900887}.AppStore|iPhone.Build.0 = Debug|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Release|Any CPU.Build.0 = Release|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Debug|iPhone.Build.0 = Debug|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Release|iPhone.ActiveCfg = Release|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Release|iPhone.Build.0 = Release|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB}.AppStore|iPhone.Build.0 = Debug|Any CPU
{8B09A626-E185-401F-9818-2AB296BB41F8}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{8B09A626-E185-401F-9818-2AB296BB41F8}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{8B09A626-E185-401F-9818-2AB296BB41F8}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{8B09A626-E185-401F-9818-2AB296BB41F8}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{8B09A626-E185-401F-9818-2AB296BB41F8}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{8B09A626-E185-401F-9818-2AB296BB41F8}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{8B09A626-E185-401F-9818-2AB296BB41F8}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{8B09A626-E185-401F-9818-2AB296BB41F8}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{8B09A626-E185-401F-9818-2AB296BB41F8}.Debug|iPhone.ActiveCfg = Debug|iPhone
{8B09A626-E185-401F-9818-2AB296BB41F8}.Debug|iPhone.Build.0 = Debug|iPhone
{8B09A626-E185-401F-9818-2AB296BB41F8}.Release|iPhone.ActiveCfg = Release|iPhone
{8B09A626-E185-401F-9818-2AB296BB41F8}.Release|iPhone.Build.0 = Release|iPhone
{8B09A626-E185-401F-9818-2AB296BB41F8}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{8B09A626-E185-401F-9818-2AB296BB41F8}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{8B09A626-E185-401F-9818-2AB296BB41F8}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{8B09A626-E185-401F-9818-2AB296BB41F8}.AppStore|iPhone.Build.0 = AppStore|iPhone
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3661AB65-6A4F-4B83-822C-8EFB21900887} = {912260F2-3267-4694-9F99-5D84B60B296F}
{5FDE3859-9C87-466E-BD57-9FDDAE28A9AB} = {912260F2-3267-4694-9F99-5D84B60B296F}
{8B09A626-E185-401F-9818-2AB296BB41F8} = {912260F2-3267-4694-9F99-5D84B60B296F}
EndGlobalSection
EndGlobal