source: trunk/VUT/work/TestCullingTerrain/TestCullingTerrain.vcproj @ 115

Revision 115, 6.0 KB checked in by mattausch, 19 years ago (diff)

added depth pass algorithm + delayed transparent object rendering (so depth ordering is right)

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="TestCullingTerrain"
6        ProjectGUID="{248F19A6-2FE0-4F5D-8928-E0EA10609887}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory=".\bin\$(ConfigurationName)"
16                        IntermediateDirectory=".\obj\$(ConfigurationName)"
17                        ConfigurationType="1"
18                        CharacterSet="2"
19                        ReferencesPath="">
20                        <Tool
21                                Name="VCCLCompilerTool"
22                                Optimization="0"
23                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\include&quot;;&quot;$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;..\..\GtpVisibility\include;..\..\Ogre\include;..\include;..\TestCulling"
24                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_DEBUG;WIN32;_STLP_DEBUG;PLUGIN_TERRAIN_IMPORTS;GTP_VISIBILITY_MODIFIED_OGRE"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                UsePrecompiledHeader="0"
29                                WarningLevel="3"
30                                Detect64BitPortabilityProblems="TRUE"
31                                DebugInformationFormat="4"/>
32                        <Tool
33                                Name="VCCustomBuildTool"/>
34                        <Tool
35                                Name="VCLinkerTool"
36                                AdditionalDependencies="Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib OGREMain_d.LIB CEGUIBase_d.lib OgreGUIRenderer_d.lib Plugin_DotSceneManager.lib"
37                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Debug/TestCullingTerrain.exe"
38                                LinkIncremental="2"
39                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)&quot;;&quot;$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)&quot;;&quot;$(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;"
40                                GenerateDebugInformation="TRUE"
41                                ProgramDatabaseFile="$(OutDir)/TestCullingTerrain.pdb"
42                                SubSystem="2"
43                                ImportLibrary=""
44                                TargetMachine="1"/>
45                        <Tool
46                                Name="VCMIDLTool"/>
47                        <Tool
48                                Name="VCPostBuildEventTool"/>
49                        <Tool
50                                Name="VCPreBuildEventTool"/>
51                        <Tool
52                                Name="VCPreLinkEventTool"/>
53                        <Tool
54                                Name="VCResourceCompilerTool"/>
55                        <Tool
56                                Name="VCWebServiceProxyGeneratorTool"/>
57                        <Tool
58                                Name="VCXMLDataGeneratorTool"/>
59                        <Tool
60                                Name="VCWebDeploymentTool"/>
61                        <Tool
62                                Name="VCManagedWrapperGeneratorTool"/>
63                        <Tool
64                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65                </Configuration>
66                <Configuration
67                        Name="Release|Win32"
68                        OutputDirectory=".\bin\$(ConfigurationName)"
69                        IntermediateDirectory=".\obj\$(ConfigurationName)"
70                        ConfigurationType="1"
71                        CharacterSet="2">
72                        <Tool
73                                Name="VCCLCompilerTool"
74                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\ReferenceApplication\ReferenceAppLayer\include&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\include&quot;;&quot;$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;..\..\Ogre\include;..\..\GtpVisibility\include;..\include;..\TestCulling"
75                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_RELEASE;WIN32;_STLP_RELEASE;GTP_VISIBILITY_MODIFIED_OGRE"
76                                RuntimeLibrary="2"
77                                UsePrecompiledHeader="0"
78                                WarningLevel="3"
79                                Detect64BitPortabilityProblems="TRUE"
80                                DebugInformationFormat="3"/>
81                        <Tool
82                                Name="VCCustomBuildTool"/>
83                        <Tool
84                                Name="VCLinkerTool"
85                                AdditionalDependencies="OGREMain.LIB CEGUIBase.lib OgreGUIRenderer.lib Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib"
86                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCullingTerrain.exe"
87                                LinkIncremental="1"
88                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)&quot;;&quot;$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;$(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)&quot;"
89                                GenerateDebugInformation="TRUE"
90                                SubSystem="2"
91                                OptimizeReferences="2"
92                                EnableCOMDATFolding="2"
93                                TargetMachine="1"/>
94                        <Tool
95                                Name="VCMIDLTool"/>
96                        <Tool
97                                Name="VCPostBuildEventTool"/>
98                        <Tool
99                                Name="VCPreBuildEventTool"/>
100                        <Tool
101                                Name="VCPreLinkEventTool"/>
102                        <Tool
103                                Name="VCResourceCompilerTool"/>
104                        <Tool
105                                Name="VCWebServiceProxyGeneratorTool"/>
106                        <Tool
107                                Name="VCXMLDataGeneratorTool"/>
108                        <Tool
109                                Name="VCWebDeploymentTool"/>
110                        <Tool
111                                Name="VCManagedWrapperGeneratorTool"/>
112                        <Tool
113                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
114                </Configuration>
115        </Configurations>
116        <References>
117        </References>
118        <Files>
119                <Filter
120                        Name="Source Files"
121                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
122                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
123                        <File
124                                RelativePath=".\TerrainMouseQueryListener.cpp">
125                        </File>
126                        <File
127                                RelativePath=".\TestCullingTerrainApplication.cpp">
128                        </File>
129                </Filter>
130                <Filter
131                        Name="Header Files"
132                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
133                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
134                        <File
135                                RelativePath=".\TerrainMouseQueryListener.h">
136                        </File>
137                        <File
138                                RelativePath=".\TestCullingTerrainApplication.h">
139                        </File>
140                </Filter>
141        </Files>
142        <Globals>
143        </Globals>
144</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.