-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlayerService.sln
50 lines (50 loc) · 2.94 KB
/
PlayerService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayerService", "PlayerService\PlayerService.csproj", "{B8F5D639-6AF3-4029-9372-655A8646A384}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetService", "BetService\BetService.csproj", "{675C68E5-8A68-42B2-B7B4-1F0C84F4A227}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PromotionService", "PromotionService\PromotionService.csproj", "{47328F7D-AC69-4384-BC0D-07C7B52AB8A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{3E57C075-99DB-491A-9F7E-483C2462D22F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIGateway", "APIGateway\APIGateway.csproj", "{2006793E-2789-4455-A381-2E4189348D92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8F5D639-6AF3-4029-9372-655A8646A384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8F5D639-6AF3-4029-9372-655A8646A384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8F5D639-6AF3-4029-9372-655A8646A384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8F5D639-6AF3-4029-9372-655A8646A384}.Release|Any CPU.Build.0 = Release|Any CPU
{675C68E5-8A68-42B2-B7B4-1F0C84F4A227}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{675C68E5-8A68-42B2-B7B4-1F0C84F4A227}.Debug|Any CPU.Build.0 = Debug|Any CPU
{675C68E5-8A68-42B2-B7B4-1F0C84F4A227}.Release|Any CPU.ActiveCfg = Release|Any CPU
{675C68E5-8A68-42B2-B7B4-1F0C84F4A227}.Release|Any CPU.Build.0 = Release|Any CPU
{47328F7D-AC69-4384-BC0D-07C7B52AB8A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47328F7D-AC69-4384-BC0D-07C7B52AB8A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47328F7D-AC69-4384-BC0D-07C7B52AB8A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47328F7D-AC69-4384-BC0D-07C7B52AB8A2}.Release|Any CPU.Build.0 = Release|Any CPU
{2006793E-2789-4455-A381-2E4189348D92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2006793E-2789-4455-A381-2E4189348D92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2006793E-2789-4455-A381-2E4189348D92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2006793E-2789-4455-A381-2E4189348D92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B8F5D639-6AF3-4029-9372-655A8646A384} = {3E57C075-99DB-491A-9F7E-483C2462D22F}
{675C68E5-8A68-42B2-B7B4-1F0C84F4A227} = {3E57C075-99DB-491A-9F7E-483C2462D22F}
{47328F7D-AC69-4384-BC0D-07C7B52AB8A2} = {3E57C075-99DB-491A-9F7E-483C2462D22F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5692F63E-96A9-4CFB-8244-22719DEBFF2B}
EndGlobalSection
EndGlobal