-
Notifications
You must be signed in to change notification settings - Fork 0
/
Backend.sln
49 lines (49 loc) · 2.98 KB
/
Backend.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagementService", "ManagementService\ManagementService.csproj", "{C612B1C4-06D6-4729-BF79-CFFE153D0163}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TradingService", "TradingService\TradingService.csproj", "{C41DAC2E-7864-4BAF-B8BA-C0367A338EDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserService", "UserService\UserService.csproj", "{955628F6-13CE-4661-8C3E-67BD8349880E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CandleService", "CandleService\CandleService.csproj", "{2C85881B-2750-4D13-9A29-02F238E06F3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Messages\Utils.csproj", "{4992EEDC-1878-4745-927D-ECBB9B14A40A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C612B1C4-06D6-4729-BF79-CFFE153D0163}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C612B1C4-06D6-4729-BF79-CFFE153D0163}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C612B1C4-06D6-4729-BF79-CFFE153D0163}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C612B1C4-06D6-4729-BF79-CFFE153D0163}.Release|Any CPU.Build.0 = Release|Any CPU
{C41DAC2E-7864-4BAF-B8BA-C0367A338EDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C41DAC2E-7864-4BAF-B8BA-C0367A338EDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C41DAC2E-7864-4BAF-B8BA-C0367A338EDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C41DAC2E-7864-4BAF-B8BA-C0367A338EDB}.Release|Any CPU.Build.0 = Release|Any CPU
{955628F6-13CE-4661-8C3E-67BD8349880E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{955628F6-13CE-4661-8C3E-67BD8349880E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{955628F6-13CE-4661-8C3E-67BD8349880E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{955628F6-13CE-4661-8C3E-67BD8349880E}.Release|Any CPU.Build.0 = Release|Any CPU
{2C85881B-2750-4D13-9A29-02F238E06F3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C85881B-2750-4D13-9A29-02F238E06F3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C85881B-2750-4D13-9A29-02F238E06F3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C85881B-2750-4D13-9A29-02F238E06F3F}.Release|Any CPU.Build.0 = Release|Any CPU
{4992EEDC-1878-4745-927D-ECBB9B14A40A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4992EEDC-1878-4745-927D-ECBB9B14A40A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4992EEDC-1878-4745-927D-ECBB9B14A40A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4992EEDC-1878-4745-927D-ECBB9B14A40A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ACAD3146-803A-4F39-A041-1322D3F38C1C}
EndGlobalSection
EndGlobal