-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNicuga.sln
More file actions
41 lines (41 loc) · 2.42 KB
/
Copy pathNicuga.sln
File metadata and controls
41 lines (41 loc) · 2.42 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Nicuga", "Nicuga\Nicuga.vcxproj", "{4EB8E4CD-8B13-4DC4-9B52-B19915DC7949}"
ProjectSection(ProjectDependencies) = postProject
{BB38AD43-F3FD-47F6-A838-74C79F6DC7C6} = {BB38AD43-F3FD-47F6-A838-74C79F6DC7C6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libBulletML", "libBulletML\libBulletML.vcxproj", "{BB38AD43-F3FD-47F6-A838-74C79F6DC7C6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NicugaOGLRenderer", "NicugaOGLRenderer\NicugaOGLRenderer.vcxproj", "{3AB66E70-CE87-428A-8ABE-1F92CA0BF568}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TextureGenerator", "TextureGenerator\TextureGenerator.vcxproj", "{DC2FD908-5D59-4817-8B59-34DFB622B504}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4EB8E4CD-8B13-4DC4-9B52-B19915DC7949}.Debug|Win32.ActiveCfg = Debug|Win32
{4EB8E4CD-8B13-4DC4-9B52-B19915DC7949}.Debug|Win32.Build.0 = Debug|Win32
{4EB8E4CD-8B13-4DC4-9B52-B19915DC7949}.Release|Win32.ActiveCfg = Release|Win32
{4EB8E4CD-8B13-4DC4-9B52-B19915DC7949}.Release|Win32.Build.0 = Release|Win32
{BB38AD43-F3FD-47F6-A838-74C79F6DC7C6}.Debug|Win32.ActiveCfg = Debug|Win32
{BB38AD43-F3FD-47F6-A838-74C79F6DC7C6}.Debug|Win32.Build.0 = Debug|Win32
{BB38AD43-F3FD-47F6-A838-74C79F6DC7C6}.Release|Win32.ActiveCfg = Release|Win32
{BB38AD43-F3FD-47F6-A838-74C79F6DC7C6}.Release|Win32.Build.0 = Release|Win32
{3AB66E70-CE87-428A-8ABE-1F92CA0BF568}.Debug|Win32.ActiveCfg = Debug|Win32
{3AB66E70-CE87-428A-8ABE-1F92CA0BF568}.Debug|Win32.Build.0 = Debug|Win32
{3AB66E70-CE87-428A-8ABE-1F92CA0BF568}.Release|Win32.ActiveCfg = Release|Win32
{3AB66E70-CE87-428A-8ABE-1F92CA0BF568}.Release|Win32.Build.0 = Release|Win32
{DC2FD908-5D59-4817-8B59-34DFB622B504}.Debug|Win32.ActiveCfg = Debug|Win32
{DC2FD908-5D59-4817-8B59-34DFB622B504}.Debug|Win32.Build.0 = Debug|Win32
{DC2FD908-5D59-4817-8B59-34DFB622B504}.Release|Win32.ActiveCfg = Release|Win32
{DC2FD908-5D59-4817-8B59-34DFB622B504}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal