source: GTP/trunk/App/Demos/Vis/FriendlyCulling/FriendlyCulling.sln @ 3019

Revision 3019, 1.9 KB checked in by mattausch, 16 years ago (diff)

detected memory leaks mainly in shadowmapping!!
strange problems with deferred rendering, seems to be uninitialized sometimes (solved?)

Line 
1
2Microsoft Visual Studio Solution File, Format Version 9.00
3# Visual Studio 2005
4Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DemoEngine", "FriendlyCulling.vcproj", "{03661866-4093-4B02-B26A-028EA91AF023}"
5EndProject
6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Converter", "Converter.vcproj", "{93A522E1-76F0-4D46-9C97-30DC2DDB531D}"
7EndProject
8Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MainApp", "MainApp.vcproj", "{A564071F-D054-4556-883B-999D7F9CC58C}"
9        ProjectSection(ProjectDependencies) = postProject
10                {03661866-4093-4B02-B26A-028EA91AF023} = {03661866-4093-4B02-B26A-028EA91AF023}
11        EndProjectSection
12EndProject
13Global
14        GlobalSection(SolutionConfigurationPlatforms) = preSolution
15                Debug|Win32 = Debug|Win32
16                Release|Win32 = Release|Win32
17        EndGlobalSection
18        GlobalSection(ProjectConfigurationPlatforms) = postSolution
19                {03661866-4093-4B02-B26A-028EA91AF023}.Debug|Win32.ActiveCfg = Debug|Win32
20                {03661866-4093-4B02-B26A-028EA91AF023}.Debug|Win32.Build.0 = Debug|Win32
21                {03661866-4093-4B02-B26A-028EA91AF023}.Release|Win32.ActiveCfg = Release|Win32
22                {03661866-4093-4B02-B26A-028EA91AF023}.Release|Win32.Build.0 = Release|Win32
23                {93A522E1-76F0-4D46-9C97-30DC2DDB531D}.Debug|Win32.ActiveCfg = Debug|Win32
24                {93A522E1-76F0-4D46-9C97-30DC2DDB531D}.Debug|Win32.Build.0 = Debug|Win32
25                {93A522E1-76F0-4D46-9C97-30DC2DDB531D}.Release|Win32.ActiveCfg = Release|Win32
26                {93A522E1-76F0-4D46-9C97-30DC2DDB531D}.Release|Win32.Build.0 = Release|Win32
27                {A564071F-D054-4556-883B-999D7F9CC58C}.Debug|Win32.ActiveCfg = Debug|Win32
28                {A564071F-D054-4556-883B-999D7F9CC58C}.Debug|Win32.Build.0 = Debug|Win32
29                {A564071F-D054-4556-883B-999D7F9CC58C}.Release|Win32.ActiveCfg = Release|Win32
30                {A564071F-D054-4556-883B-999D7F9CC58C}.Release|Win32.Build.0 = Release|Win32
31        EndGlobalSection
32        GlobalSection(SolutionProperties) = preSolution
33                HideSolutionNode = FALSE
34        EndGlobalSection
35EndGlobal
Note: See TracBrowser for help on using the repository browser.