-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathFirebase.sln
More file actions
63 lines (63 loc) · 3.67 KB
/
Firebase.sln
File metadata and controls
63 lines (63 loc) · 3.67 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{25A37862-8246-4AD9-B219-F2524B6D52C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Firebase.Auth", "src\Firebase.Auth\Firebase.Auth.csproj", "{F69C95E3-EF9B-4243-BEDB-44014710BC8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{1A9DE4BA-5AAC-438C-B01A-54E6ED0E7F5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Firebase.Auth.IntegrationTests", "test\Firebase.Auth.IntegrationTests\Firebase.Auth.IntegrationTests.csproj", "{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C8218F7-D7F3-47CF-B958-53D1302A471C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Debug|x64.ActiveCfg = Debug|Any CPU
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Debug|x64.Build.0 = Debug|Any CPU
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Debug|x86.ActiveCfg = Debug|Any CPU
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Debug|x86.Build.0 = Debug|Any CPU
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Release|Any CPU.Build.0 = Release|Any CPU
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Release|x64.ActiveCfg = Release|Any CPU
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Release|x64.Build.0 = Release|Any CPU
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Release|x86.ActiveCfg = Release|Any CPU
{F69C95E3-EF9B-4243-BEDB-44014710BC8B}.Release|x86.Build.0 = Release|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Debug|x64.ActiveCfg = Debug|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Debug|x64.Build.0 = Debug|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Debug|x86.ActiveCfg = Debug|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Debug|x86.Build.0 = Debug|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Release|Any CPU.Build.0 = Release|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Release|x64.ActiveCfg = Release|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Release|x64.Build.0 = Release|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Release|x86.ActiveCfg = Release|Any CPU
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F69C95E3-EF9B-4243-BEDB-44014710BC8B} = {25A37862-8246-4AD9-B219-F2524B6D52C2}
{6B9B0B09-EC8C-43F2-9B53-1B19AD78FB86} = {1A9DE4BA-5AAC-438C-B01A-54E6ED0E7F5D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C3453BC-A1EB-4169-9AF2-DEA620889F6A}
EndGlobalSection
EndGlobal