-
Notifications
You must be signed in to change notification settings - Fork 7
/
OSS13.sln
80 lines (80 loc) · 5 KB
/
OSS13.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SharedLibrary", "SharedLibrary\SharedLibrary.vcxproj", "{7434416A-7972-4353-AF2F-709A7ECA887B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SharedLibrary_Test", "SharedLibrary\Tests\SharedLibrary_Test.vcxproj", "{9D9EB597-A767-41B6-B1E9-334CE0FDADAD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OSS13 Client", "OSS13 Client\OSS13 Client.vcxproj", "{8A227764-8BA1-4007-AF4F-B66AA5B36445}"
ProjectSection(ProjectDependencies) = postProject
{792F3535-FADC-47D9-A34F-5BE82719CF17} = {792F3535-FADC-47D9-A34F-5BE82719CF17}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OSS13 Server", "OSS13 Server\OSS13 Server.vcxproj", "{D678DA42-ECAA-4A64-99BE-8C7971DAE941}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "GameLogic", "GameLogic\GameLogic.pyproj", "{74A70D4D-782B-477D-8C9D-07C256164917}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "browser_subprocess", "OSS13 Client\browser_subprocess\browser_subprocess.vcxproj", "{792F3535-FADC-47D9-A34F-5BE82719CF17}"
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
{7434416A-7972-4353-AF2F-709A7ECA887B}.Debug|x64.ActiveCfg = Debug|x64
{7434416A-7972-4353-AF2F-709A7ECA887B}.Debug|x64.Build.0 = Debug|x64
{7434416A-7972-4353-AF2F-709A7ECA887B}.Debug|x86.ActiveCfg = Debug|Win32
{7434416A-7972-4353-AF2F-709A7ECA887B}.Debug|x86.Build.0 = Debug|Win32
{7434416A-7972-4353-AF2F-709A7ECA887B}.Release|x64.ActiveCfg = Release|x64
{7434416A-7972-4353-AF2F-709A7ECA887B}.Release|x64.Build.0 = Release|x64
{7434416A-7972-4353-AF2F-709A7ECA887B}.Release|x86.ActiveCfg = Release|Win32
{7434416A-7972-4353-AF2F-709A7ECA887B}.Release|x86.Build.0 = Release|Win32
{9D9EB597-A767-41B6-B1E9-334CE0FDADAD}.Debug|x64.ActiveCfg = Debug|x64
{9D9EB597-A767-41B6-B1E9-334CE0FDADAD}.Debug|x64.Build.0 = Debug|x64
{9D9EB597-A767-41B6-B1E9-334CE0FDADAD}.Debug|x86.ActiveCfg = Debug|Win32
{9D9EB597-A767-41B6-B1E9-334CE0FDADAD}.Debug|x86.Build.0 = Debug|Win32
{9D9EB597-A767-41B6-B1E9-334CE0FDADAD}.Release|x64.ActiveCfg = Release|x64
{9D9EB597-A767-41B6-B1E9-334CE0FDADAD}.Release|x64.Build.0 = Release|x64
{9D9EB597-A767-41B6-B1E9-334CE0FDADAD}.Release|x86.ActiveCfg = Release|Win32
{9D9EB597-A767-41B6-B1E9-334CE0FDADAD}.Release|x86.Build.0 = Release|Win32
{8A227764-8BA1-4007-AF4F-B66AA5B36445}.Debug|x64.ActiveCfg = Debug|x64
{8A227764-8BA1-4007-AF4F-B66AA5B36445}.Debug|x64.Build.0 = Debug|x64
{8A227764-8BA1-4007-AF4F-B66AA5B36445}.Debug|x86.ActiveCfg = Debug|Win32
{8A227764-8BA1-4007-AF4F-B66AA5B36445}.Debug|x86.Build.0 = Debug|Win32
{8A227764-8BA1-4007-AF4F-B66AA5B36445}.Release|x64.ActiveCfg = Release|x64
{8A227764-8BA1-4007-AF4F-B66AA5B36445}.Release|x64.Build.0 = Release|x64
{8A227764-8BA1-4007-AF4F-B66AA5B36445}.Release|x86.ActiveCfg = Release|Win32
{8A227764-8BA1-4007-AF4F-B66AA5B36445}.Release|x86.Build.0 = Release|Win32
{D678DA42-ECAA-4A64-99BE-8C7971DAE941}.Debug|x64.ActiveCfg = Debug|x64
{D678DA42-ECAA-4A64-99BE-8C7971DAE941}.Debug|x64.Build.0 = Debug|x64
{D678DA42-ECAA-4A64-99BE-8C7971DAE941}.Debug|x86.ActiveCfg = Debug|Win32
{D678DA42-ECAA-4A64-99BE-8C7971DAE941}.Debug|x86.Build.0 = Debug|Win32
{D678DA42-ECAA-4A64-99BE-8C7971DAE941}.Release|x64.ActiveCfg = Release|x64
{D678DA42-ECAA-4A64-99BE-8C7971DAE941}.Release|x64.Build.0 = Release|x64
{D678DA42-ECAA-4A64-99BE-8C7971DAE941}.Release|x86.ActiveCfg = Release|Win32
{D678DA42-ECAA-4A64-99BE-8C7971DAE941}.Release|x86.Build.0 = Release|Win32
{74A70D4D-782B-477D-8C9D-07C256164917}.Debug|x64.ActiveCfg = Debug|Any CPU
{74A70D4D-782B-477D-8C9D-07C256164917}.Debug|x86.ActiveCfg = Debug|Any CPU
{74A70D4D-782B-477D-8C9D-07C256164917}.Release|x64.ActiveCfg = Release|Any CPU
{74A70D4D-782B-477D-8C9D-07C256164917}.Release|x86.ActiveCfg = Release|Any CPU
{792F3535-FADC-47D9-A34F-5BE82719CF17}.Debug|x64.ActiveCfg = Debug|x64
{792F3535-FADC-47D9-A34F-5BE82719CF17}.Debug|x64.Build.0 = Debug|x64
{792F3535-FADC-47D9-A34F-5BE82719CF17}.Debug|x86.ActiveCfg = Debug|Win32
{792F3535-FADC-47D9-A34F-5BE82719CF17}.Debug|x86.Build.0 = Debug|Win32
{792F3535-FADC-47D9-A34F-5BE82719CF17}.Release|x64.ActiveCfg = Release|x64
{792F3535-FADC-47D9-A34F-5BE82719CF17}.Release|x64.Build.0 = Release|x64
{792F3535-FADC-47D9-A34F-5BE82719CF17}.Release|x86.ActiveCfg = Release|Win32
{792F3535-FADC-47D9-A34F-5BE82719CF17}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBAFB5DE-8EE7-4083-B8E7-13B717AE022D}
EndGlobalSection
EndGlobal