-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRealGame.sln
More file actions
43 lines (43 loc) · 2.57 KB
/
RealGame.sln
File metadata and controls
43 lines (43 loc) · 2.57 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealGame.Server", "RealGame.Server\RealGame.Server.csproj", "{C466F1A0-9E6D-4BEB-AAD4-AA6104DAAE45}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealGame.GameEngine", "RealGame.GameEngine\RealGame.GameEngine.csproj", "{63D124F2-7BE7-4F1C-8EF0-023081645262}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealGame.Debug", "RealGame.Debug\RealGame.Debug.csproj", "{01B42D07-89A5-46E0-A3ED-3B5FBFBC22D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealGame.Application", "RealGame.Application\RealGame.Application.csproj", "{F6ACF231-46DF-4D11-A7FF-E6365590F2EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C466F1A0-9E6D-4BEB-AAD4-AA6104DAAE45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C466F1A0-9E6D-4BEB-AAD4-AA6104DAAE45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C466F1A0-9E6D-4BEB-AAD4-AA6104DAAE45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C466F1A0-9E6D-4BEB-AAD4-AA6104DAAE45}.Release|Any CPU.Build.0 = Release|Any CPU
{63D124F2-7BE7-4F1C-8EF0-023081645262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63D124F2-7BE7-4F1C-8EF0-023081645262}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63D124F2-7BE7-4F1C-8EF0-023081645262}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63D124F2-7BE7-4F1C-8EF0-023081645262}.Release|Any CPU.Build.0 = Release|Any CPU
{01B42D07-89A5-46E0-A3ED-3B5FBFBC22D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01B42D07-89A5-46E0-A3ED-3B5FBFBC22D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01B42D07-89A5-46E0-A3ED-3B5FBFBC22D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01B42D07-89A5-46E0-A3ED-3B5FBFBC22D7}.Release|Any CPU.Build.0 = Release|Any CPU
{F6ACF231-46DF-4D11-A7FF-E6365590F2EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6ACF231-46DF-4D11-A7FF-E6365590F2EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6ACF231-46DF-4D11-A7FF-E6365590F2EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6ACF231-46DF-4D11-A7FF-E6365590F2EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED317C3F-B297-49BB-AF1E-7C9BC94170A8}
EndGlobalSection
EndGlobal