-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuiplogs.Notifications.sln
61 lines (61 loc) · 4.31 KB
/
Quiplogs.Notifications.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.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quiplogs.Notifications.Email", "Quiplogs.Notifications.Email\Quiplogs.Notifications.Email.csproj", "{94525188-CFF0-482A-A88F-DB34C57183D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quiplogs.Notifications.Send", "Quiplogs.Notifications.Send\Quiplogs.Notifications.Send.csproj", "{F542D0BF-AFDC-4BE5-A616-624329D61057}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quiplogs.Notifications.Process", "Quiplogs.Notifications.Process\Quiplogs.Notifications.Process.csproj", "{87A1CE6C-E264-481E-AF7B-4A71B160268C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quiplogs.Notifications.Queue", "Quiplogs.Notifications.Queue\Quiplogs.Notifications.Queue.csproj", "{CCE35A52-CB8B-490F-93BA-BC0F059319BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quiplogs.Notifications.ConsoleApp", "Quiplogs.Notifications.ConsoleApp\Quiplogs.Notifications.ConsoleApp.csproj", "{A8E46BFF-8B01-4288-BBBC-1364BD6DAA74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quiplogs.Notifications.Utilities", "Quiplogs.Notifications.Utilities\Quiplogs.Notifications.Utilities.csproj", "{D0C067A2-369C-4B8F-BD61-6232D549311F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quiplogs.Notifications.AzureFunction", "Quiplogs.Notifications.AzureFunction\Quiplogs.Notifications.AzureFunction.csproj", "{93A78EAD-DE2C-47A7-94A0-B19EA817A7E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94525188-CFF0-482A-A88F-DB34C57183D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94525188-CFF0-482A-A88F-DB34C57183D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94525188-CFF0-482A-A88F-DB34C57183D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94525188-CFF0-482A-A88F-DB34C57183D7}.Release|Any CPU.Build.0 = Release|Any CPU
{F542D0BF-AFDC-4BE5-A616-624329D61057}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F542D0BF-AFDC-4BE5-A616-624329D61057}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F542D0BF-AFDC-4BE5-A616-624329D61057}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F542D0BF-AFDC-4BE5-A616-624329D61057}.Release|Any CPU.Build.0 = Release|Any CPU
{87A1CE6C-E264-481E-AF7B-4A71B160268C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87A1CE6C-E264-481E-AF7B-4A71B160268C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87A1CE6C-E264-481E-AF7B-4A71B160268C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87A1CE6C-E264-481E-AF7B-4A71B160268C}.Release|Any CPU.Build.0 = Release|Any CPU
{CCE35A52-CB8B-490F-93BA-BC0F059319BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCE35A52-CB8B-490F-93BA-BC0F059319BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCE35A52-CB8B-490F-93BA-BC0F059319BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCE35A52-CB8B-490F-93BA-BC0F059319BB}.Release|Any CPU.Build.0 = Release|Any CPU
{A8E46BFF-8B01-4288-BBBC-1364BD6DAA74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8E46BFF-8B01-4288-BBBC-1364BD6DAA74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8E46BFF-8B01-4288-BBBC-1364BD6DAA74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8E46BFF-8B01-4288-BBBC-1364BD6DAA74}.Release|Any CPU.Build.0 = Release|Any CPU
{D0C067A2-369C-4B8F-BD61-6232D549311F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0C067A2-369C-4B8F-BD61-6232D549311F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0C067A2-369C-4B8F-BD61-6232D549311F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0C067A2-369C-4B8F-BD61-6232D549311F}.Release|Any CPU.Build.0 = Release|Any CPU
{93A78EAD-DE2C-47A7-94A0-B19EA817A7E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93A78EAD-DE2C-47A7-94A0-B19EA817A7E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93A78EAD-DE2C-47A7-94A0-B19EA817A7E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93A78EAD-DE2C-47A7-94A0-B19EA817A7E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D42139A7-22E0-4BEF-947E-54F87E18B29C}
EndGlobalSection
EndGlobal