-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEngine-Kupce-EB.sln
29 lines (29 loc) · 1.48 KB
/
Engine-Kupce-EB.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestGame", "src\TestGame\TestGame.vcxproj", "{960CBC53-E54C-45D5-9027-5559BFFD69CA}"
ProjectSection(ProjectDependencies) = postProject
{DBF7380D-8CC3-423E-804A-ED2962519591} = {DBF7380D-8CC3-423E-804A-ED2962519591}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Engine", "src\Engine\Engine.vcxproj", "{DBF7380D-8CC3-423E-804A-ED2962519591}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{960CBC53-E54C-45D5-9027-5559BFFD69CA}.Debug|Win32.ActiveCfg = Debug|Win32
{960CBC53-E54C-45D5-9027-5559BFFD69CA}.Debug|Win32.Build.0 = Debug|Win32
{960CBC53-E54C-45D5-9027-5559BFFD69CA}.Release|Win32.ActiveCfg = Release|Win32
{960CBC53-E54C-45D5-9027-5559BFFD69CA}.Release|Win32.Build.0 = Release|Win32
{DBF7380D-8CC3-423E-804A-ED2962519591}.Debug|Win32.ActiveCfg = Debug|Win32
{DBF7380D-8CC3-423E-804A-ED2962519591}.Debug|Win32.Build.0 = Debug|Win32
{DBF7380D-8CC3-423E-804A-ED2962519591}.Release|Win32.ActiveCfg = Release|Win32
{DBF7380D-8CC3-423E-804A-ED2962519591}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal