-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSparrowPlatform.sln
56 lines (56 loc) · 3.38 KB
/
SparrowPlatform.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{1027E842-414C-4DB2-8F06-36B0A07849B4}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SparrowPlatform.Infrastruct", "Sparrow.Infrastruct\SparrowPlatform.Infrastruct.csproj", "{83D8D091-2FB8-4AA8-9176-CB24F07E7CFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sparrow.Gateway", "Sparrow.Gateway\Sparrow.Gateway.csproj", "{F36EBCAC-4EA0-42F4-A780-D276194E815B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SparrowPlatform.Domain", "Sparrow.Domain\SparrowPlatform.Domain.csproj", "{5F00957C-DACE-459E-ACF8-A43661FF20CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SparrowPlatform.Application", "Sparrow.Application\SparrowPlatform.Application.csproj", "{751D5748-D779-4BAF-80E5-EEAF33147DB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SparrowPlatform.API", "Sparrow.API\SparrowPlatform.API.csproj", "{973522DC-A1EC-49CA-89E7-32A046553810}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83D8D091-2FB8-4AA8-9176-CB24F07E7CFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83D8D091-2FB8-4AA8-9176-CB24F07E7CFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83D8D091-2FB8-4AA8-9176-CB24F07E7CFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83D8D091-2FB8-4AA8-9176-CB24F07E7CFB}.Release|Any CPU.Build.0 = Release|Any CPU
{F36EBCAC-4EA0-42F4-A780-D276194E815B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F36EBCAC-4EA0-42F4-A780-D276194E815B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F36EBCAC-4EA0-42F4-A780-D276194E815B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F36EBCAC-4EA0-42F4-A780-D276194E815B}.Release|Any CPU.Build.0 = Release|Any CPU
{5F00957C-DACE-459E-ACF8-A43661FF20CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F00957C-DACE-459E-ACF8-A43661FF20CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F00957C-DACE-459E-ACF8-A43661FF20CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F00957C-DACE-459E-ACF8-A43661FF20CF}.Release|Any CPU.Build.0 = Release|Any CPU
{751D5748-D779-4BAF-80E5-EEAF33147DB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{751D5748-D779-4BAF-80E5-EEAF33147DB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{751D5748-D779-4BAF-80E5-EEAF33147DB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{751D5748-D779-4BAF-80E5-EEAF33147DB2}.Release|Any CPU.Build.0 = Release|Any CPU
{973522DC-A1EC-49CA-89E7-32A046553810}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{973522DC-A1EC-49CA-89E7-32A046553810}.Debug|Any CPU.Build.0 = Debug|Any CPU
{973522DC-A1EC-49CA-89E7-32A046553810}.Release|Any CPU.ActiveCfg = Release|Any CPU
{973522DC-A1EC-49CA-89E7-32A046553810}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7721B695-8296-4D8D-946B-D9C33566D7E2}
EndGlobalSection
EndGlobal