-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAspNetCoreMicroserviceInitializer.sln
More file actions
48 lines (48 loc) · 3.11 KB
/
Copy pathAspNetCoreMicroserviceInitializer.sln
File metadata and controls
48 lines (48 loc) · 3.11 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
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreMicroserviceInitializer.TradingDesk", "AspNetCoreMicroserviceInitializer.TradingDesk\AspNetCoreMicroserviceInitializer.TradingDesk.csproj", "{EAA70567-CA8D-440F-8958-097D340A0F8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3A9BFB1C-85BC-4E48-9E9B-80FC50E84C66}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreMicroserviceInitializer.Registrations", "AspNetCoreMicroserviceInitializer.Registrations\AspNetCoreMicroserviceInitializer.Registrations.csproj", "{AD616535-D00F-45B7-8685-6B699957E607}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreMicroserviceInitializer.Database", "AspNetCoreMicroserviceInitializer.Database\AspNetCoreMicroserviceInitializer.Database.csproj", "{206B8A9E-64F2-4A2A-AFB9-2B1129B7927E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreMicroserviceInitializer.Examples", "AspNetCoreMicroserviceInitializer.Examples\AspNetCoreMicroserviceInitializer.Examples.csproj", "{2551143E-91C9-4587-9686-2136C7DDC53E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAA70567-CA8D-440F-8958-097D340A0F8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAA70567-CA8D-440F-8958-097D340A0F8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAA70567-CA8D-440F-8958-097D340A0F8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAA70567-CA8D-440F-8958-097D340A0F8B}.Release|Any CPU.Build.0 = Release|Any CPU
{AD616535-D00F-45B7-8685-6B699957E607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD616535-D00F-45B7-8685-6B699957E607}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD616535-D00F-45B7-8685-6B699957E607}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD616535-D00F-45B7-8685-6B699957E607}.Release|Any CPU.Build.0 = Release|Any CPU
{206B8A9E-64F2-4A2A-AFB9-2B1129B7927E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{206B8A9E-64F2-4A2A-AFB9-2B1129B7927E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{206B8A9E-64F2-4A2A-AFB9-2B1129B7927E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{206B8A9E-64F2-4A2A-AFB9-2B1129B7927E}.Release|Any CPU.Build.0 = Release|Any CPU
{2551143E-91C9-4587-9686-2136C7DDC53E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2551143E-91C9-4587-9686-2136C7DDC53E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2551143E-91C9-4587-9686-2136C7DDC53E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2551143E-91C9-4587-9686-2136C7DDC53E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3FF05A8-80F6-4C45-BA4C-5630A17BB5EF}
EndGlobalSection
EndGlobal