root/trunk/llmozlib2/llmozlib2.sln

Revision 16, 2.2 kB (checked in by callum.linden, 1 year ago)

Some misc fixes: Fixed up VC8 solution/project files, added VC8 release and debug versions of GLUI library, fixed testGL dependency, fixed uninitialized HWND in llembeddedbrowserwindow.cpp.
Reviewed by telephone

Line 
1 Microsoft Visual Studio Solution File, Format Version 8.00
2 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llmozlib2", "llmozlib2.vcproj", "{23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}"
3         ProjectSection(ProjectDependencies) = postProject
4         EndProjectSection
5 EndProject
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ubrowser", "tests\ubrowser\ubrowser.vcproj", "{2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}"
7         ProjectSection(ProjectDependencies) = postProject
8                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000} = {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}
9         EndProjectSection
10 EndProject
11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testgl", "tests\testgl\testgl.vcproj", "{2BB0EAD3-E37A-4FC8-AFC3-F9580C7587A5}"
12         ProjectSection(ProjectDependencies) = postProject
13                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000} = {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}
14         EndProjectSection
15 EndProject
16 Global
17         GlobalSection(SolutionConfiguration) = preSolution
18                 Debug = Debug
19                 Release = Release
20         EndGlobalSection
21         GlobalSection(ProjectDependencies) = postSolution
22         EndGlobalSection
23         GlobalSection(ProjectConfiguration) = postSolution
24                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}.Debug.ActiveCfg = Debug|Win32
25                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}.Debug.Build.0 = Debug|Win32
26                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}.Release.ActiveCfg = Release|Win32
27                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}.Release.Build.0 = Release|Win32
28                 {2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}.Debug.ActiveCfg = Debug|Win32
29                 {2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}.Debug.Build.0 = Debug|Win32
30                 {2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}.Release.ActiveCfg = Release|Win32
31                 {2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}.Release.Build.0 = Release|Win32
32                 {2BB0EAD3-E37A-4FC8-AFC3-F9580C7587A5}.Debug.ActiveCfg = Debug|Win32
33                 {2BB0EAD3-E37A-4FC8-AFC3-F9580C7587A5}.Debug.Build.0 = Debug|Win32
34                 {2BB0EAD3-E37A-4FC8-AFC3-F9580C7587A5}.Release.ActiveCfg = Release|Win32
35                 {2BB0EAD3-E37A-4FC8-AFC3-F9580C7587A5}.Release.Build.0 = Release|Win32
36         EndGlobalSection
37         GlobalSection(SolutionItems) = postSolution
38         EndGlobalSection
39         GlobalSection(ExtensibilityGlobals) = postSolution
40         EndGlobalSection
41         GlobalSection(ExtensibilityAddIns) = postSolution
42         EndGlobalSection
43 EndGlobal
Note: See TracBrowser for help on using the browser.