-
Notifications
You must be signed in to change notification settings - Fork 0
/
Serverless.Notifications.sln
51 lines (51 loc) · 3.31 KB
/
Serverless.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{03630A7A-75B5-4F68-9D11-8DD081601AE8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serverless.Notifications.AzureFunctions", "src\Serverless.Notifications.AzureFunctions\Serverless.Notifications.AzureFunctions.csproj", "{EBE1C1D8-D9F6-4B96-BCAD-1EA6D7C2534C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serverless.Notifications.Domain", "src\Serverless.Notifications.Domain\Serverless.Notifications.Domain.csproj", "{69079DB1-5C69-4296-AEE7-91D8FB1AF813}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serverless.Notifications.Application", "src\Serverless.Notifications.Application\Serverless.Notifications.Application.csproj", "{F352EF95-5B1C-40E3-A82B-9BE9C83DBDA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serverless.Notifications.Infrastructure", "src\Serverless.Notifications.Infrastructure\Serverless.Notifications.Infrastructure.csproj", "{D3A43177-4AD7-47C2-8C97-B3E0CED3C4CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBE1C1D8-D9F6-4B96-BCAD-1EA6D7C2534C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBE1C1D8-D9F6-4B96-BCAD-1EA6D7C2534C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBE1C1D8-D9F6-4B96-BCAD-1EA6D7C2534C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBE1C1D8-D9F6-4B96-BCAD-1EA6D7C2534C}.Release|Any CPU.Build.0 = Release|Any CPU
{69079DB1-5C69-4296-AEE7-91D8FB1AF813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69079DB1-5C69-4296-AEE7-91D8FB1AF813}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69079DB1-5C69-4296-AEE7-91D8FB1AF813}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69079DB1-5C69-4296-AEE7-91D8FB1AF813}.Release|Any CPU.Build.0 = Release|Any CPU
{F352EF95-5B1C-40E3-A82B-9BE9C83DBDA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F352EF95-5B1C-40E3-A82B-9BE9C83DBDA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F352EF95-5B1C-40E3-A82B-9BE9C83DBDA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F352EF95-5B1C-40E3-A82B-9BE9C83DBDA6}.Release|Any CPU.Build.0 = Release|Any CPU
{D3A43177-4AD7-47C2-8C97-B3E0CED3C4CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3A43177-4AD7-47C2-8C97-B3E0CED3C4CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3A43177-4AD7-47C2-8C97-B3E0CED3C4CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3A43177-4AD7-47C2-8C97-B3E0CED3C4CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EBE1C1D8-D9F6-4B96-BCAD-1EA6D7C2534C} = {03630A7A-75B5-4F68-9D11-8DD081601AE8}
{69079DB1-5C69-4296-AEE7-91D8FB1AF813} = {03630A7A-75B5-4F68-9D11-8DD081601AE8}
{F352EF95-5B1C-40E3-A82B-9BE9C83DBDA6} = {03630A7A-75B5-4F68-9D11-8DD081601AE8}
{D3A43177-4AD7-47C2-8C97-B3E0CED3C4CD} = {03630A7A-75B5-4F68-9D11-8DD081601AE8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {562701A7-592D-448C-A3AF-3E354D684319}
EndGlobalSection
EndGlobal