-
Notifications
You must be signed in to change notification settings - Fork 5
/
LykkePublicAPI.sln
59 lines (59 loc) · 3.44 KB
/
LykkePublicAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9E068AD8-532A-4FFB-89B5-1EF9A9BEC91C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70EE310D-63BA-4816-957A-DB5997E2C654}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{68D31CEB-637C-4C5D-B154-5086F305B241}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LykkePublicAPI", "src\LykkePublicAPI\LykkePublicAPI.csproj", "{C39C2F7E-428A-458A-BF3D-AF6239371E27}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "src\Core\Core.csproj", "{E212D432-2079-472A-A9FC-509818387049}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureRepositories", "src\AzureRepositories\AzureRepositories.csproj", "{4B78FB66-FFE0-43A4-A664-BDDD5D384979}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "src\Services\Services.csproj", "{13636CE2-0B83-42BF-88C5-E162DE97A974}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C39C2F7E-428A-458A-BF3D-AF6239371E27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C39C2F7E-428A-458A-BF3D-AF6239371E27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C39C2F7E-428A-458A-BF3D-AF6239371E27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C39C2F7E-428A-458A-BF3D-AF6239371E27}.Release|Any CPU.Build.0 = Release|Any CPU
{E212D432-2079-472A-A9FC-509818387049}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E212D432-2079-472A-A9FC-509818387049}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E212D432-2079-472A-A9FC-509818387049}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E212D432-2079-472A-A9FC-509818387049}.Release|Any CPU.Build.0 = Release|Any CPU
{4B78FB66-FFE0-43A4-A664-BDDD5D384979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B78FB66-FFE0-43A4-A664-BDDD5D384979}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B78FB66-FFE0-43A4-A664-BDDD5D384979}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B78FB66-FFE0-43A4-A664-BDDD5D384979}.Release|Any CPU.Build.0 = Release|Any CPU
{13636CE2-0B83-42BF-88C5-E162DE97A974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13636CE2-0B83-42BF-88C5-E162DE97A974}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13636CE2-0B83-42BF-88C5-E162DE97A974}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13636CE2-0B83-42BF-88C5-E162DE97A974}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{68D31CEB-637C-4C5D-B154-5086F305B241} = {9E068AD8-532A-4FFB-89B5-1EF9A9BEC91C}
{C39C2F7E-428A-458A-BF3D-AF6239371E27} = {9E068AD8-532A-4FFB-89B5-1EF9A9BEC91C}
{E212D432-2079-472A-A9FC-509818387049} = {68D31CEB-637C-4C5D-B154-5086F305B241}
{4B78FB66-FFE0-43A4-A664-BDDD5D384979} = {68D31CEB-637C-4C5D-B154-5086F305B241}
{13636CE2-0B83-42BF-88C5-E162DE97A974} = {68D31CEB-637C-4C5D-B154-5086F305B241}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3040155B-F136-4A3D-B7BA-A42BB960124E}
EndGlobalSection
EndGlobal