-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathFirebaseNet.sln
42 lines (42 loc) · 2.15 KB
/
FirebaseNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5389B74E-25D4-47E1-B5ED-611613288459}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD35765E-3A56-4510-BA2E-49C69A8B8B76}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A53A9732-B506-4E03-949F-CBD2108DB2FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FirebaseNet", "src\FirebaseNet\FirebaseNet.csproj", "{2A4DFD2D-AB51-421D-A416-87FFF9D1376E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FirebaseNet.Tests", "test\FirebaseNet.Tests\FirebaseNet.Tests.csproj", "{ED5CF884-758B-426D-B875-A6077F31686E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A4DFD2D-AB51-421D-A416-87FFF9D1376E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A4DFD2D-AB51-421D-A416-87FFF9D1376E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A4DFD2D-AB51-421D-A416-87FFF9D1376E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A4DFD2D-AB51-421D-A416-87FFF9D1376E}.Release|Any CPU.Build.0 = Release|Any CPU
{ED5CF884-758B-426D-B875-A6077F31686E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED5CF884-758B-426D-B875-A6077F31686E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED5CF884-758B-426D-B875-A6077F31686E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED5CF884-758B-426D-B875-A6077F31686E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2A4DFD2D-AB51-421D-A416-87FFF9D1376E} = {5389B74E-25D4-47E1-B5ED-611613288459}
{ED5CF884-758B-426D-B875-A6077F31686E} = {A53A9732-B506-4E03-949F-CBD2108DB2FB}
EndGlobalSection
EndGlobal