-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathes_core.sln
38 lines (38 loc) · 2.16 KB
/
es_core.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
30
31
32
33
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scene", "scene.vcxproj", "{2B8CCDA4-06B5-4111-8F4A-83A6B88FA992}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "head", "head.vcxproj", "{684F93C6-66E9-4F3E-AA15-73013F4C790E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "template", "template.vcxproj", "{5048A0C5-6979-4CB5-B4A3-A61B7593A80C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bsp", "bsp.vcxproj", "{04819BDB-EC22-4ABF-A925-4CEE758B9EAB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B8CCDA4-06B5-4111-8F4A-83A6B88FA992}.Debug|Win32.ActiveCfg = Debug|Win32
{2B8CCDA4-06B5-4111-8F4A-83A6B88FA992}.Debug|Win32.Build.0 = Debug|Win32
{2B8CCDA4-06B5-4111-8F4A-83A6B88FA992}.Release|Win32.ActiveCfg = Release|Win32
{2B8CCDA4-06B5-4111-8F4A-83A6B88FA992}.Release|Win32.Build.0 = Release|Win32
{684F93C6-66E9-4F3E-AA15-73013F4C790E}.Debug|Win32.ActiveCfg = Debug|Win32
{684F93C6-66E9-4F3E-AA15-73013F4C790E}.Debug|Win32.Build.0 = Debug|Win32
{684F93C6-66E9-4F3E-AA15-73013F4C790E}.Release|Win32.ActiveCfg = Release|Win32
{684F93C6-66E9-4F3E-AA15-73013F4C790E}.Release|Win32.Build.0 = Release|Win32
{5048A0C5-6979-4CB5-B4A3-A61B7593A80C}.Debug|Win32.ActiveCfg = Debug|Win32
{5048A0C5-6979-4CB5-B4A3-A61B7593A80C}.Debug|Win32.Build.0 = Debug|Win32
{5048A0C5-6979-4CB5-B4A3-A61B7593A80C}.Release|Win32.ActiveCfg = Release|Win32
{5048A0C5-6979-4CB5-B4A3-A61B7593A80C}.Release|Win32.Build.0 = Release|Win32
{04819BDB-EC22-4ABF-A925-4CEE758B9EAB}.Debug|Win32.ActiveCfg = Debug|Win32
{04819BDB-EC22-4ABF-A925-4CEE758B9EAB}.Debug|Win32.Build.0 = Debug|Win32
{04819BDB-EC22-4ABF-A925-4CEE758B9EAB}.Release|Win32.ActiveCfg = Release|Win32
{04819BDB-EC22-4ABF-A925-4CEE758B9EAB}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal