-
Notifications
You must be signed in to change notification settings - Fork 0
/
Example.sln
35 lines (35 loc) · 1.95 KB
/
Example.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua", "Lua\Lua.vcproj", "{78610AB1-8345-439B-A4FE-92158EFC0C9A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Example", "Example\Example.vcproj", "{6A7D90E8-8D7A-4777-B43A-F8C0B1DBF6B5}"
ProjectSection(ProjectDependencies) = postProject
{CCC1C144-886B-43EB-8BB7-B2D5CB2675B4} = {CCC1C144-886B-43EB-8BB7-B2D5CB2675B4}
{78610AB1-8345-439B-A4FE-92158EFC0C9A} = {78610AB1-8345-439B-A4FE-92158EFC0C9A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Graphics", "Graphics\Graphics.vcproj", "{CCC1C144-886B-43EB-8BB7-B2D5CB2675B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78610AB1-8345-439B-A4FE-92158EFC0C9A}.Debug|Win32.ActiveCfg = Debug|Win32
{78610AB1-8345-439B-A4FE-92158EFC0C9A}.Debug|Win32.Build.0 = Debug|Win32
{78610AB1-8345-439B-A4FE-92158EFC0C9A}.Release|Win32.ActiveCfg = Release|Win32
{78610AB1-8345-439B-A4FE-92158EFC0C9A}.Release|Win32.Build.0 = Release|Win32
{6A7D90E8-8D7A-4777-B43A-F8C0B1DBF6B5}.Debug|Win32.ActiveCfg = Debug|Win32
{6A7D90E8-8D7A-4777-B43A-F8C0B1DBF6B5}.Debug|Win32.Build.0 = Debug|Win32
{6A7D90E8-8D7A-4777-B43A-F8C0B1DBF6B5}.Release|Win32.ActiveCfg = Release|Win32
{6A7D90E8-8D7A-4777-B43A-F8C0B1DBF6B5}.Release|Win32.Build.0 = Release|Win32
{CCC1C144-886B-43EB-8BB7-B2D5CB2675B4}.Debug|Win32.ActiveCfg = Debug|Win32
{CCC1C144-886B-43EB-8BB7-B2D5CB2675B4}.Debug|Win32.Build.0 = Debug|Win32
{CCC1C144-886B-43EB-8BB7-B2D5CB2675B4}.Release|Win32.ActiveCfg = Release|Win32
{CCC1C144-886B-43EB-8BB7-B2D5CB2675B4}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal