This repository was archived by the owner on Jan 18, 2026. It is now read-only.
forked from tiagomtotti/firebaseNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFirebaseNet.sln
More file actions
43 lines (43 loc) · 2.17 KB
/
Copy pathFirebaseNet.sln
File metadata and controls
43 lines (43 loc) · 2.17 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
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
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FirebaseNet", "src\FirebaseNet\FirebaseNet.xproj", "{2A4DFD2D-AB51-421D-A416-87FFF9D1376E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A53A9732-B506-4E03-949F-CBD2108DB2FB}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FirebaseNet.Tests", "test\FirebaseNet.Tests\FirebaseNet.Tests.xproj", "{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