-
Notifications
You must be signed in to change notification settings - Fork 5
/
MSA-Template.sln
92 lines (92 loc) · 5.56 KB
/
MSA-Template.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "services", "services", "{84DBDC7F-5C56-4FFC-95D4-1E8BEAA6B451}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_internal-grpc", "_internal-grpc", "{25B76532-40F3-4284-871B-A7B0E8AD25BF}"
ProjectSection(SolutionItems) = preProject
services\_internal-grpc\README.md = services\_internal-grpc\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InternalGrpc.Api", "services\_internal-grpc\InternalGrpc.Api\InternalGrpc.Api.csproj", "{53388159-633C-4FA4-B308-C5D262D83F11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shared", "shared", "{FF648FB9-64D9-47ED-B625-16E01F54DDD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "shared\Shared\Shared.csproj", "{1A29C5C0-6FC4-43A2-BEBE-054D51562797}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E84EB295-5A86-4941-A33B-CDF73C4F7020}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_internal-http-bus", "_internal-http-bus", "{A578A299-6EC4-441D-970A-FD794E6AB9E7}"
ProjectSection(SolutionItems) = preProject
services\_internal-http-bus\README.md = services\_internal-http-bus\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InternalHttpBus.Api", "services\_internal-http-bus\InternalHttpBus.Api\InternalHttpBus.Api.csproj", "{B72C0307-0215-48AB-80CB-2B0EA1139E67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InternalGrpcSqlBus.Api", "services\_internal-grpc-sql-bus\InternalGrpcSqlBus.Api\InternalGrpcSqlBus.Api.csproj", "{B8484ED6-EC22-41C4-AC4E-1E64CE63E761}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_internal-grpc-sql-bus", "_internal-grpc-sql-bus", "{24003D62-0728-4F67-908C-5DC121318EF7}"
ProjectSection(SolutionItems) = preProject
services\_internal-grpc-sql-bus\README.md = services\_internal-grpc-sql-bus\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_public-razor", "_public-razor", "{ACD65BE0-F674-4E03-B2BF-37478C577C08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PublicRazor.Web", "services\_public-razor\PublicRazor.Web\PublicRazor.Web.csproj", "{DDA1D41A-B3C3-441D-9CB6-FBD6D98A35D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53388159-633C-4FA4-B308-C5D262D83F11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53388159-633C-4FA4-B308-C5D262D83F11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53388159-633C-4FA4-B308-C5D262D83F11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53388159-633C-4FA4-B308-C5D262D83F11}.Release|Any CPU.Build.0 = Release|Any CPU
{1A29C5C0-6FC4-43A2-BEBE-054D51562797}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A29C5C0-6FC4-43A2-BEBE-054D51562797}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A29C5C0-6FC4-43A2-BEBE-054D51562797}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A29C5C0-6FC4-43A2-BEBE-054D51562797}.Release|Any CPU.Build.0 = Release|Any CPU
{B72C0307-0215-48AB-80CB-2B0EA1139E67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B72C0307-0215-48AB-80CB-2B0EA1139E67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B72C0307-0215-48AB-80CB-2B0EA1139E67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B72C0307-0215-48AB-80CB-2B0EA1139E67}.Release|Any CPU.Build.0 = Release|Any CPU
{B8484ED6-EC22-41C4-AC4E-1E64CE63E761}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8484ED6-EC22-41C4-AC4E-1E64CE63E761}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8484ED6-EC22-41C4-AC4E-1E64CE63E761}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8484ED6-EC22-41C4-AC4E-1E64CE63E761}.Release|Any CPU.Build.0 = Release|Any CPU
{DDA1D41A-B3C3-441D-9CB6-FBD6D98A35D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDA1D41A-B3C3-441D-9CB6-FBD6D98A35D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDA1D41A-B3C3-441D-9CB6-FBD6D98A35D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDA1D41A-B3C3-441D-9CB6-FBD6D98A35D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{25B76532-40F3-4284-871B-A7B0E8AD25BF} = {84DBDC7F-5C56-4FFC-95D4-1E8BEAA6B451}
{53388159-633C-4FA4-B308-C5D262D83F11} = {25B76532-40F3-4284-871B-A7B0E8AD25BF}
{1A29C5C0-6FC4-43A2-BEBE-054D51562797} = {FF648FB9-64D9-47ED-B625-16E01F54DDD6}
{A578A299-6EC4-441D-970A-FD794E6AB9E7} = {84DBDC7F-5C56-4FFC-95D4-1E8BEAA6B451}
{B72C0307-0215-48AB-80CB-2B0EA1139E67} = {A578A299-6EC4-441D-970A-FD794E6AB9E7}
{B8484ED6-EC22-41C4-AC4E-1E64CE63E761} = {24003D62-0728-4F67-908C-5DC121318EF7}
{24003D62-0728-4F67-908C-5DC121318EF7} = {84DBDC7F-5C56-4FFC-95D4-1E8BEAA6B451}
{ACD65BE0-F674-4E03-B2BF-37478C577C08} = {84DBDC7F-5C56-4FFC-95D4-1E8BEAA6B451}
{DDA1D41A-B3C3-441D-9CB6-FBD6D98A35D9} = {ACD65BE0-F674-4E03-B2BF-37478C577C08}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D423435A-06C9-47CA-A100-D16D6E066AF7}
EndGlobalSection
EndGlobal