-
Notifications
You must be signed in to change notification settings - Fork 4
/
Firebase.Notification.sln
37 lines (37 loc) · 2.11 KB
/
Firebase.Notification.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Firebase.Notification.Standard", "Firebase.Network.Standard\Firebase.Notification.Standard.csproj", "{87336A0F-2D67-4412-998F-9575EE9C69F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Firebase.Notification.Test", "Firebase.Notification.Test\Firebase.Notification.Test.csproj", "{4507560E-E502-4E9C-9701-20F8D750183C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{A0A43841-F40F-4528-B7F1-2DC291C70B15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87336A0F-2D67-4412-998F-9575EE9C69F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87336A0F-2D67-4412-998F-9575EE9C69F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87336A0F-2D67-4412-998F-9575EE9C69F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87336A0F-2D67-4412-998F-9575EE9C69F5}.Release|Any CPU.Build.0 = Release|Any CPU
{4507560E-E502-4E9C-9701-20F8D750183C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4507560E-E502-4E9C-9701-20F8D750183C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4507560E-E502-4E9C-9701-20F8D750183C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4507560E-E502-4E9C-9701-20F8D750183C}.Release|Any CPU.Build.0 = Release|Any CPU
{A0A43841-F40F-4528-B7F1-2DC291C70B15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0A43841-F40F-4528-B7F1-2DC291C70B15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0A43841-F40F-4528-B7F1-2DC291C70B15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0A43841-F40F-4528-B7F1-2DC291C70B15}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33F049A9-255F-4823-92DB-6C8A3D173053}
EndGlobalSection
EndGlobal