-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
Demo.AspNetCore.PushNotifications.sln
61 lines (61 loc) · 4.65 KB
/
Demo.AspNetCore.PushNotifications.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.AspNetCore.PushNotifications", "Demo.AspNetCore.PushNotifications\Demo.AspNetCore.PushNotifications.csproj", "{F42BD81B-8C02-4D77-A35E-6A81A98427F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.AspNetCore.PushNotifications.Services.Abstractions", "Demo.AspNetCore.PushNotifications.Services.Abstractions\Demo.AspNetCore.PushNotifications.Services.Abstractions.csproj", "{4235FEA4-E48D-44FE-A553-CA0B400415EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.AspNetCore.PushNotifications.Services.Sqlite", "Demo.AspNetCore.PushNotifications.Services.Sqlite\Demo.AspNetCore.PushNotifications.Services.Sqlite.csproj", "{5C622F92-5B9E-4D4E-BE46-7F67A31D900D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.AspNetCore.PushNotifications.Services", "Demo.AspNetCore.PushNotifications.Services\Demo.AspNetCore.PushNotifications.Services.csproj", "{8F1FB921-BD09-4963-AFC5-C48555721D03}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.AspNetCore.PushNotifications.Services.PushService", "Demo.AspNetCore.PushNotifications.Services.PushService\Demo.AspNetCore.PushNotifications.Services.PushService.csproj", "{A5673FCA-B7C2-427F-BD56-0E9AB539F5CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.AspNetCore.PushNotifications.Services.LiteDB", "Demo.AspNetCore.PushNotifications.Services.LiteDB\Demo.AspNetCore.PushNotifications.Services.LiteDB.csproj", "{07239E05-582A-43AD-981B-E09CF2BC0C36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.AspNetCore.PushNotifications.Services.Cosmos", "Demo.AspNetCore.PushNotifications.Services.Cosmos\Demo.AspNetCore.PushNotifications.Services.Cosmos.csproj", "{9DC94D39-D41C-459C-95C5-A936573263FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F42BD81B-8C02-4D77-A35E-6A81A98427F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F42BD81B-8C02-4D77-A35E-6A81A98427F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F42BD81B-8C02-4D77-A35E-6A81A98427F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F42BD81B-8C02-4D77-A35E-6A81A98427F3}.Release|Any CPU.Build.0 = Release|Any CPU
{4235FEA4-E48D-44FE-A553-CA0B400415EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4235FEA4-E48D-44FE-A553-CA0B400415EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4235FEA4-E48D-44FE-A553-CA0B400415EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4235FEA4-E48D-44FE-A553-CA0B400415EB}.Release|Any CPU.Build.0 = Release|Any CPU
{5C622F92-5B9E-4D4E-BE46-7F67A31D900D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C622F92-5B9E-4D4E-BE46-7F67A31D900D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C622F92-5B9E-4D4E-BE46-7F67A31D900D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C622F92-5B9E-4D4E-BE46-7F67A31D900D}.Release|Any CPU.Build.0 = Release|Any CPU
{8F1FB921-BD09-4963-AFC5-C48555721D03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F1FB921-BD09-4963-AFC5-C48555721D03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F1FB921-BD09-4963-AFC5-C48555721D03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F1FB921-BD09-4963-AFC5-C48555721D03}.Release|Any CPU.Build.0 = Release|Any CPU
{A5673FCA-B7C2-427F-BD56-0E9AB539F5CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5673FCA-B7C2-427F-BD56-0E9AB539F5CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5673FCA-B7C2-427F-BD56-0E9AB539F5CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5673FCA-B7C2-427F-BD56-0E9AB539F5CE}.Release|Any CPU.Build.0 = Release|Any CPU
{07239E05-582A-43AD-981B-E09CF2BC0C36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07239E05-582A-43AD-981B-E09CF2BC0C36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07239E05-582A-43AD-981B-E09CF2BC0C36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07239E05-582A-43AD-981B-E09CF2BC0C36}.Release|Any CPU.Build.0 = Release|Any CPU
{9DC94D39-D41C-459C-95C5-A936573263FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DC94D39-D41C-459C-95C5-A936573263FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DC94D39-D41C-459C-95C5-A936573263FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DC94D39-D41C-459C-95C5-A936573263FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {111A0031-F261-48EB-B8D4-08377D22F7D0}
EndGlobalSection
EndGlobal