-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathyellowEngine.sln
More file actions
57 lines (57 loc) · 3.14 KB
/
yellowEngine.sln
File metadata and controls
57 lines (57 loc) · 3.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yellowEngine", "yellowEngine\yellowEngine.vcxproj", "{7031AE11-501A-4690-84B0-7BFB2CDD3514}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yellowEditor", "yellowEditor\yellowEditor.vcxproj", "{A06FC7B3-C96F-49CC-A117-4AA209DDBF63}"
ProjectSection(ProjectDependencies) = postProject
{7031AE11-501A-4690-84B0-7BFB2CDD3514} = {7031AE11-501A-4690-84B0-7BFB2CDD3514}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Game", "Game\Game.vcxproj", "{0F1382A3-CAD0-4A95-B4C3-A4CC376240BD}"
ProjectSection(ProjectDependencies) = postProject
{7031AE11-501A-4690-84B0-7BFB2CDD3514} = {7031AE11-501A-4690-84B0-7BFB2CDD3514}
EndProjectSection
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
{7031AE11-501A-4690-84B0-7BFB2CDD3514}.Debug|x64.ActiveCfg = Debug|x64
{7031AE11-501A-4690-84B0-7BFB2CDD3514}.Debug|x64.Build.0 = Debug|x64
{7031AE11-501A-4690-84B0-7BFB2CDD3514}.Debug|x86.ActiveCfg = Debug|Win32
{7031AE11-501A-4690-84B0-7BFB2CDD3514}.Debug|x86.Build.0 = Debug|Win32
{7031AE11-501A-4690-84B0-7BFB2CDD3514}.Release|x64.ActiveCfg = Release|x64
{7031AE11-501A-4690-84B0-7BFB2CDD3514}.Release|x64.Build.0 = Release|x64
{7031AE11-501A-4690-84B0-7BFB2CDD3514}.Release|x86.ActiveCfg = Release|Win32
{7031AE11-501A-4690-84B0-7BFB2CDD3514}.Release|x86.Build.0 = Release|Win32
{A06FC7B3-C96F-49CC-A117-4AA209DDBF63}.Debug|x64.ActiveCfg = Debug|x64
{A06FC7B3-C96F-49CC-A117-4AA209DDBF63}.Debug|x64.Build.0 = Debug|x64
{A06FC7B3-C96F-49CC-A117-4AA209DDBF63}.Debug|x86.ActiveCfg = Debug|Win32
{A06FC7B3-C96F-49CC-A117-4AA209DDBF63}.Debug|x86.Build.0 = Debug|Win32
{A06FC7B3-C96F-49CC-A117-4AA209DDBF63}.Release|x64.ActiveCfg = Release|x64
{A06FC7B3-C96F-49CC-A117-4AA209DDBF63}.Release|x64.Build.0 = Release|x64
{A06FC7B3-C96F-49CC-A117-4AA209DDBF63}.Release|x86.ActiveCfg = Release|Win32
{A06FC7B3-C96F-49CC-A117-4AA209DDBF63}.Release|x86.Build.0 = Release|Win32
{0F1382A3-CAD0-4A95-B4C3-A4CC376240BD}.Debug|x64.ActiveCfg = Debug|x64
{0F1382A3-CAD0-4A95-B4C3-A4CC376240BD}.Debug|x64.Build.0 = Debug|x64
{0F1382A3-CAD0-4A95-B4C3-A4CC376240BD}.Debug|x86.ActiveCfg = Debug|Win32
{0F1382A3-CAD0-4A95-B4C3-A4CC376240BD}.Debug|x86.Build.0 = Debug|Win32
{0F1382A3-CAD0-4A95-B4C3-A4CC376240BD}.Release|x64.ActiveCfg = Release|x64
{0F1382A3-CAD0-4A95-B4C3-A4CC376240BD}.Release|x64.Build.0 = Release|x64
{0F1382A3-CAD0-4A95-B4C3-A4CC376240BD}.Release|x86.ActiveCfg = Release|Win32
{0F1382A3-CAD0-4A95-B4C3-A4CC376240BD}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C483243-F83C-4A30-AB99-A3E731A9D9D2}
EndGlobalSection
EndGlobal