-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCoral.sln
More file actions
44 lines (44 loc) · 2.36 KB
/
Coral.sln
File metadata and controls
44 lines (44 loc) · 2.36 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Coral", "Coral.vcxproj", "{A5D06FEC-7FCB-4AF8-B043-6D92D6B99695}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExampleGame", "Games\ExampleGame\ExampleGame.vcxproj", "{E177CE21-4736-47E8-9F92-132652C5750F}"
ProjectSection(ProjectDependencies) = postProject
{A5D06FEC-7FCB-4AF8-B043-6D92D6B99695} = {A5D06FEC-7FCB-4AF8-B043-6D92D6B99695}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
EditorDebug|x64 = EditorDebug|x64
EditorRelease|x64 = EditorRelease|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5D06FEC-7FCB-4AF8-B043-6D92D6B99695}.Debug|x64.ActiveCfg = Debug|x64
{A5D06FEC-7FCB-4AF8-B043-6D92D6B99695}.Debug|x64.Build.0 = Debug|x64
{A5D06FEC-7FCB-4AF8-B043-6D92D6B99695}.EditorDebug|x64.ActiveCfg = EditorDebug|x64
{A5D06FEC-7FCB-4AF8-B043-6D92D6B99695}.EditorDebug|x64.Build.0 = EditorDebug|x64
{A5D06FEC-7FCB-4AF8-B043-6D92D6B99695}.EditorRelease|x64.ActiveCfg = EditorRelease|x64
{A5D06FEC-7FCB-4AF8-B043-6D92D6B99695}.EditorRelease|x64.Build.0 = EditorRelease|x64
{A5D06FEC-7FCB-4AF8-B043-6D92D6B99695}.Release|x64.ActiveCfg = Release|x64
{A5D06FEC-7FCB-4AF8-B043-6D92D6B99695}.Release|x64.Build.0 = Release|x64
{E177CE21-4736-47E8-9F92-132652C5750F}.Debug|x64.ActiveCfg = Debug|x64
{E177CE21-4736-47E8-9F92-132652C5750F}.Debug|x64.Build.0 = Debug|x64
{E177CE21-4736-47E8-9F92-132652C5750F}.EditorDebug|x64.ActiveCfg = EditorDebug|x64
{E177CE21-4736-47E8-9F92-132652C5750F}.EditorDebug|x64.Build.0 = EditorDebug|x64
{E177CE21-4736-47E8-9F92-132652C5750F}.EditorRelease|x64.ActiveCfg = EditorRelease|x64
{E177CE21-4736-47E8-9F92-132652C5750F}.EditorRelease|x64.Build.0 = EditorRelease|x64
{E177CE21-4736-47E8-9F92-132652C5750F}.Release|x64.ActiveCfg = Release|x64
{E177CE21-4736-47E8-9F92-132652C5750F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C7F1DF0-DFEE-4342-80E8-F52AFF3E55F5}
EndGlobalSection
EndGlobal