root/trunk/llmozlib2/llmozlib2_vc8.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 9.00
2 # Visual Studio 2005
3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llmozlib2", "llmozlib2_vc8.vcproj", "{23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}"
4 EndProject
5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ubrowser", "tests\ubrowser\ubrowser_vc8.vcproj", "{2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}"
6         ProjectSection(ProjectDependencies) = postProject
7                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000} = {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}
8         EndProjectSection
9 EndProject
10 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testgl", "tests\testgl\testgl_vc8.vcproj", "{2BB0EAD3-E37A-4FC8-AFC3-F9580C7587A5}"
11         ProjectSection(ProjectDependencies) = postProject
12                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000} = {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}
13         EndProjectSection
14 EndProject
15 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{73C2BAC3-26CB-433E-9218-6CB4A0B1C69E}"
16 EndProject
17 Global
18         GlobalSection(SolutionConfigurationPlatforms) = preSolution
19                 Debug|Win32 = Debug|Win32
20                 Release|Win32 = Release|Win32
21         EndGlobalSection
22         GlobalSection(ProjectConfigurationPlatforms) = postSolution
23                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}.Debug|Win32.ActiveCfg = Debug|Win32
24                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}.Debug|Win32.Build.0 = Debug|Win32
25                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}.Release|Win32.ActiveCfg = Release|Win32
26                 {23504F1F-3A7E-4E11-8D8F-4C4B8BF89000}.Release|Win32.Build.0 = Release|Win32
27                 {2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}.Debug|Win32.ActiveCfg = Debug|Win32
28                 {2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}.Debug|Win32.Build.0 = Debug|Win32
29                 {2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}.Release|Win32.ActiveCfg = Release|Win32
30                 {2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}.Release|Win32.Build.0 = Release|Win32
31                 {2BB0EAD3-E37A-4FC8-AFC3-F9580C7587A5}.Debug|Win32.ActiveCfg = Debug|Win32
32                 {2BB0EAD3-E37A-4FC8-AFC3-F9580C7587A5}.Debug|Win32.Build.0 = Debug|Win32
33                 {2BB0EAD3-E37A-4FC8-AFC3-F9580C7587A5}.Release|Win32.ActiveCfg = Release|Win32
34                 {2BB0EAD3-E37A-4FC8-AFC3-F9580C7587A5}.Release|Win32.Build.0 = Release|Win32
35         EndGlobalSection
36         GlobalSection(SolutionProperties) = preSolution
37                 HideSolutionNode = FALSE
38         EndGlobalSection
39 EndGlobal
Note: See TracBrowser for help on using the browser.