-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotificationService.sln
More file actions
46 lines (46 loc) · 2.9 KB
/
NotificationService.sln
File metadata and controls
46 lines (46 loc) · 2.9 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notification.Messaging", "Notification.Messaging\Notification.Messaging.csproj", "{F1B562BF-DC02-45F4-BFAC-41A416C3994A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotificationGateway", "NotificationGateway\NotificationGateway.csproj", "{6A16EE86-6427-47F8-9E14-41300B3A3A1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmailService", "EmailService\EmailService.csproj", "{58153350-E223-4393-B1E1-FA83EFBE71C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmsService", "SmsService\SmsService.csproj", "{00F02EB6-7502-486E-8CCC-436597F7A0E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PushService", "PushService\PushService.csproj", "{63CFDD90-6A0A-46E2-BE24-D7762D8BFEA2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1B562BF-DC02-45F4-BFAC-41A416C3994A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1B562BF-DC02-45F4-BFAC-41A416C3994A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1B562BF-DC02-45F4-BFAC-41A416C3994A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1B562BF-DC02-45F4-BFAC-41A416C3994A}.Release|Any CPU.Build.0 = Release|Any CPU
{6A16EE86-6427-47F8-9E14-41300B3A3A1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A16EE86-6427-47F8-9E14-41300B3A3A1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A16EE86-6427-47F8-9E14-41300B3A3A1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A16EE86-6427-47F8-9E14-41300B3A3A1C}.Release|Any CPU.Build.0 = Release|Any CPU
{58153350-E223-4393-B1E1-FA83EFBE71C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58153350-E223-4393-B1E1-FA83EFBE71C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58153350-E223-4393-B1E1-FA83EFBE71C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58153350-E223-4393-B1E1-FA83EFBE71C6}.Release|Any CPU.Build.0 = Release|Any CPU
{00F02EB6-7502-486E-8CCC-436597F7A0E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00F02EB6-7502-486E-8CCC-436597F7A0E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00F02EB6-7502-486E-8CCC-436597F7A0E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00F02EB6-7502-486E-8CCC-436597F7A0E1}.Release|Any CPU.Build.0 = Release|Any CPU
{63CFDD90-6A0A-46E2-BE24-D7762D8BFEA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63CFDD90-6A0A-46E2-BE24-D7762D8BFEA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63CFDD90-6A0A-46E2-BE24-D7762D8BFEA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63CFDD90-6A0A-46E2-BE24-D7762D8BFEA2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal