-
Notifications
You must be signed in to change notification settings - Fork 0
/
Belot.sln.bak
44 lines (44 loc) · 2.45 KB
/
Belot.sln.bak
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67180CF1-3CED-479C-AC16-38AB0EAC5DF4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Belot.Tests", "Belot.Tests\Belot.Tests.csproj", "{63A53086-A4AC-45AE-9864-407948BF4320}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Belot.Server", "Belot_New\Belot_New.Server\Belot.Server.csproj", "{E94BD62D-EDFB-4E34-93DF-26820322C66C}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "Belot.Client", "Belot_New\belot_new.client\Belot.Client.esproj", "{D1CF16CB-1554-4F52-9CE8-25164844F54F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63A53086-A4AC-45AE-9864-407948BF4320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63A53086-A4AC-45AE-9864-407948BF4320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63A53086-A4AC-45AE-9864-407948BF4320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63A53086-A4AC-45AE-9864-407948BF4320}.Release|Any CPU.Build.0 = Release|Any CPU
{E94BD62D-EDFB-4E34-93DF-26820322C66C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E94BD62D-EDFB-4E34-93DF-26820322C66C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E94BD62D-EDFB-4E34-93DF-26820322C66C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E94BD62D-EDFB-4E34-93DF-26820322C66C}.Release|Any CPU.Build.0 = Release|Any CPU
{D1CF16CB-1554-4F52-9CE8-25164844F54F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1CF16CB-1554-4F52-9CE8-25164844F54F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1CF16CB-1554-4F52-9CE8-25164844F54F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D1CF16CB-1554-4F52-9CE8-25164844F54F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1CF16CB-1554-4F52-9CE8-25164844F54F}.Release|Any CPU.Build.0 = Release|Any CPU
{D1CF16CB-1554-4F52-9CE8-25164844F54F}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24BAD263-EA49-44C6-B8A0-0C7C2F312F78}
EndGlobalSection
EndGlobal