-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathGekkoNet.sln
More file actions
98 lines (98 loc) · 6.14 KB
/
GekkoNet.sln
File metadata and controls
98 lines (98 loc) · 6.14 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GekkoLib", "GekkoLib\GekkoLib.vcxproj", "{F984AF21-C578-4124-B8D5-F817C2EAB13C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{C80B26F2-22C4-4292-B876-EB9D9CFC0455}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{846098F4-A8F3-496E-812A-AFA839784BF5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OnlineSession", "Examples\OnlineSession\OnlineSession.vcxproj", "{052B8114-3124-4AFF-9040-1FB324C15937}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GekkoGame", "Examples\GekkoGame\GekkoGame.vcxproj", "{9AFB4E7E-5586-4016-B251-323199DDE62B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sliders", "Examples\Sliders\Sliders.vcxproj", "{57DBAEA8-8C5B-471A-BEDC-1888D0264AD9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SpectatorSession", "Examples\SpectatorSession\SpectatorSession.vcxproj", "{3DF5D51B-4050-4879-98AD-3F63946349AB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StressSession", "Examples\StressSession\StressSession.vcxproj", "{2CA70355-4D6C-4675-8088-BF0956B730C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
MinSizeRel|x64 = MinSizeRel|x64
Release|x64 = Release|x64
RelWithDebInfo|x64 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F984AF21-C578-4124-B8D5-F817C2EAB13C}.Debug|x64.ActiveCfg = Debug|x64
{F984AF21-C578-4124-B8D5-F817C2EAB13C}.Debug|x64.Build.0 = Debug|x64
{F984AF21-C578-4124-B8D5-F817C2EAB13C}.MinSizeRel|x64.ActiveCfg = Release|x64
{F984AF21-C578-4124-B8D5-F817C2EAB13C}.MinSizeRel|x64.Build.0 = Release|x64
{F984AF21-C578-4124-B8D5-F817C2EAB13C}.Release|x64.ActiveCfg = Release|x64
{F984AF21-C578-4124-B8D5-F817C2EAB13C}.Release|x64.Build.0 = Release|x64
{F984AF21-C578-4124-B8D5-F817C2EAB13C}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{F984AF21-C578-4124-B8D5-F817C2EAB13C}.RelWithDebInfo|x64.Build.0 = Release|x64
{052B8114-3124-4AFF-9040-1FB324C15937}.Debug|x64.ActiveCfg = Debug|x64
{052B8114-3124-4AFF-9040-1FB324C15937}.Debug|x64.Build.0 = Debug|x64
{052B8114-3124-4AFF-9040-1FB324C15937}.MinSizeRel|x64.ActiveCfg = Release|x64
{052B8114-3124-4AFF-9040-1FB324C15937}.MinSizeRel|x64.Build.0 = Release|x64
{052B8114-3124-4AFF-9040-1FB324C15937}.Release|x64.ActiveCfg = Release|x64
{052B8114-3124-4AFF-9040-1FB324C15937}.Release|x64.Build.0 = Release|x64
{052B8114-3124-4AFF-9040-1FB324C15937}.RelWithDebInfo|x64.ActiveCfg = Debug|x64
{052B8114-3124-4AFF-9040-1FB324C15937}.RelWithDebInfo|x64.Build.0 = Debug|x64
{9AFB4E7E-5586-4016-B251-323199DDE62B}.Debug|x64.ActiveCfg = Debug|x64
{9AFB4E7E-5586-4016-B251-323199DDE62B}.Debug|x64.Build.0 = Debug|x64
{9AFB4E7E-5586-4016-B251-323199DDE62B}.MinSizeRel|x64.ActiveCfg = Release|x64
{9AFB4E7E-5586-4016-B251-323199DDE62B}.MinSizeRel|x64.Build.0 = Release|x64
{9AFB4E7E-5586-4016-B251-323199DDE62B}.Release|x64.ActiveCfg = Release|x64
{9AFB4E7E-5586-4016-B251-323199DDE62B}.Release|x64.Build.0 = Release|x64
{9AFB4E7E-5586-4016-B251-323199DDE62B}.RelWithDebInfo|x64.ActiveCfg = Debug|x64
{9AFB4E7E-5586-4016-B251-323199DDE62B}.RelWithDebInfo|x64.Build.0 = Debug|x64
{57DBAEA8-8C5B-471A-BEDC-1888D0264AD9}.Debug|x64.ActiveCfg = Debug|x64
{57DBAEA8-8C5B-471A-BEDC-1888D0264AD9}.Debug|x64.Build.0 = Debug|x64
{57DBAEA8-8C5B-471A-BEDC-1888D0264AD9}.MinSizeRel|x64.ActiveCfg = Release|x64
{57DBAEA8-8C5B-471A-BEDC-1888D0264AD9}.MinSizeRel|x64.Build.0 = Release|x64
{57DBAEA8-8C5B-471A-BEDC-1888D0264AD9}.Release|x64.ActiveCfg = Release|x64
{57DBAEA8-8C5B-471A-BEDC-1888D0264AD9}.Release|x64.Build.0 = Release|x64
{57DBAEA8-8C5B-471A-BEDC-1888D0264AD9}.RelWithDebInfo|x64.ActiveCfg = Debug|x64
{57DBAEA8-8C5B-471A-BEDC-1888D0264AD9}.RelWithDebInfo|x64.Build.0 = Debug|x64
{3DF5D51B-4050-4879-98AD-3F63946349AB}.Debug|x64.ActiveCfg = Debug|x64
{3DF5D51B-4050-4879-98AD-3F63946349AB}.Debug|x64.Build.0 = Debug|x64
{3DF5D51B-4050-4879-98AD-3F63946349AB}.MinSizeRel|x64.ActiveCfg = Release|x64
{3DF5D51B-4050-4879-98AD-3F63946349AB}.MinSizeRel|x64.Build.0 = Release|x64
{3DF5D51B-4050-4879-98AD-3F63946349AB}.Release|x64.ActiveCfg = Release|x64
{3DF5D51B-4050-4879-98AD-3F63946349AB}.Release|x64.Build.0 = Release|x64
{3DF5D51B-4050-4879-98AD-3F63946349AB}.RelWithDebInfo|x64.ActiveCfg = Debug|x64
{3DF5D51B-4050-4879-98AD-3F63946349AB}.RelWithDebInfo|x64.Build.0 = Debug|x64
{2CA70355-4D6C-4675-8088-BF0956B730C2}.Debug|x64.ActiveCfg = Debug|x64
{2CA70355-4D6C-4675-8088-BF0956B730C2}.Debug|x64.Build.0 = Debug|x64
{2CA70355-4D6C-4675-8088-BF0956B730C2}.MinSizeRel|x64.ActiveCfg = Release|x64
{2CA70355-4D6C-4675-8088-BF0956B730C2}.MinSizeRel|x64.Build.0 = Release|x64
{2CA70355-4D6C-4675-8088-BF0956B730C2}.Release|x64.ActiveCfg = Release|x64
{2CA70355-4D6C-4675-8088-BF0956B730C2}.Release|x64.Build.0 = Release|x64
{2CA70355-4D6C-4675-8088-BF0956B730C2}.RelWithDebInfo|x64.ActiveCfg = Debug|x64
{2CA70355-4D6C-4675-8088-BF0956B730C2}.RelWithDebInfo|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{052B8114-3124-4AFF-9040-1FB324C15937} = {C80B26F2-22C4-4292-B876-EB9D9CFC0455}
{9AFB4E7E-5586-4016-B251-323199DDE62B} = {C80B26F2-22C4-4292-B876-EB9D9CFC0455}
{57DBAEA8-8C5B-471A-BEDC-1888D0264AD9} = {C80B26F2-22C4-4292-B876-EB9D9CFC0455}
{3DF5D51B-4050-4879-98AD-3F63946349AB} = {C80B26F2-22C4-4292-B876-EB9D9CFC0455}
{2CA70355-4D6C-4675-8088-BF0956B730C2} = {C80B26F2-22C4-4292-B876-EB9D9CFC0455}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53703212-0E21-473D-8C3D-CFCABD5DE432}
EndGlobalSection
EndGlobal