-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagar.cpp.sln
More file actions
48 lines (48 loc) · 2.58 KB
/
Copy pathagar.cpp.sln
File metadata and controls
48 lines (48 loc) · 2.58 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.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "client.cpp", "agar.cpp\agar.cpp.vcxproj", "{55E44FD0-4CBE-4EC8-832F-781F12D53156}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server.cpp", "server.cpp\server.cpp.vcxproj", "{26F46466-D648-49A2-A539-E336F2673283}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common\common.vcxitems", "{6D812FF1-6F3B-4FC7-B89E-A92A02E920DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55E44FD0-4CBE-4EC8-832F-781F12D53156}.Debug|x64.ActiveCfg = Debug|x64
{55E44FD0-4CBE-4EC8-832F-781F12D53156}.Debug|x64.Build.0 = Debug|x64
{55E44FD0-4CBE-4EC8-832F-781F12D53156}.Debug|x86.ActiveCfg = Debug|Win32
{55E44FD0-4CBE-4EC8-832F-781F12D53156}.Debug|x86.Build.0 = Debug|Win32
{55E44FD0-4CBE-4EC8-832F-781F12D53156}.Release|x64.ActiveCfg = Release|x64
{55E44FD0-4CBE-4EC8-832F-781F12D53156}.Release|x64.Build.0 = Release|x64
{55E44FD0-4CBE-4EC8-832F-781F12D53156}.Release|x86.ActiveCfg = Release|Win32
{55E44FD0-4CBE-4EC8-832F-781F12D53156}.Release|x86.Build.0 = Release|Win32
{26F46466-D648-49A2-A539-E336F2673283}.Debug|x64.ActiveCfg = Debug|x64
{26F46466-D648-49A2-A539-E336F2673283}.Debug|x64.Build.0 = Debug|x64
{26F46466-D648-49A2-A539-E336F2673283}.Debug|x86.ActiveCfg = Debug|Win32
{26F46466-D648-49A2-A539-E336F2673283}.Debug|x86.Build.0 = Debug|Win32
{26F46466-D648-49A2-A539-E336F2673283}.Release|x64.ActiveCfg = Release|x64
{26F46466-D648-49A2-A539-E336F2673283}.Release|x64.Build.0 = Release|x64
{26F46466-D648-49A2-A539-E336F2673283}.Release|x86.ActiveCfg = Release|Win32
{26F46466-D648-49A2-A539-E336F2673283}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {03F64995-C24A-4295-86EB-A44F3E315C19}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
common\common.vcxitems*{26f46466-d648-49a2-a539-e336f2673283}*SharedItemsImports = 4
common\common.vcxitems*{55e44fd0-4cbe-4ec8-832f-781f12d53156}*SharedItemsImports = 4
common\common.vcxitems*{6d812ff1-6f3b-4fc7-b89e-a92a02e920de}*SharedItemsImports = 9
EndGlobalSection
EndGlobal