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

Revision 187, 5.8 KB checked in by mattausch, 19 years ago (diff)

added animationbug fix (deleting while animation)fixed visibilityQueriesadditive shadow volumes fixed for octree
hack to fully empty queue after traversal
added demo for vienna model

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                                RuntimeTypeInfo="TRUE"
29                                UsePrecompiledHeader="0"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="4"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLinkerTool"
37                                AdditionalDependencies="Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib OGREMain_d.LIB CEGUIBase_d.lib OgreGUIRenderer_d.lib Plugin_DotSceneManager.lib"
38                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Debug/TestCullingTerrain.exe"
39                                LinkIncremental="2"
40                                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;"
41                                GenerateDebugInformation="TRUE"
42                                ProgramDatabaseFile="$(OutDir)/TestCullingTerrain.pdb"
43                                SubSystem="2"
44                                ImportLibrary=""
45                                TargetMachine="1"/>
46                        <Tool
47                                Name="VCMIDLTool"/>
48                        <Tool
49                                Name="VCPostBuildEventTool"/>
50                        <Tool
51                                Name="VCPreBuildEventTool"/>
52                        <Tool
53                                Name="VCPreLinkEventTool"/>
54                        <Tool
55                                Name="VCResourceCompilerTool"/>
56                        <Tool
57                                Name="VCWebServiceProxyGeneratorTool"/>
58                        <Tool
59                                Name="VCXMLDataGeneratorTool"/>
60                        <Tool
61                                Name="VCWebDeploymentTool"/>
62                        <Tool
63                                Name="VCManagedWrapperGeneratorTool"/>
64                        <Tool
65                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
66                </Configuration>
67                <Configuration
68                        Name="Release|Win32"
69                        OutputDirectory=".\bin\$(ConfigurationName)"
70                        IntermediateDirectory=".\obj\$(ConfigurationName)"
71                        ConfigurationType="1"
72                        CharacterSet="2">
73                        <Tool
74                                Name="VCCLCompilerTool"
75                                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_PATH)\Samples\Common\CEGUIRenderer\include&quot;;..\..\Ogre\include;..\..\GtpVisibility\include;..\include"
76                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_RELEASE;WIN32;_STLP_RELEASE;GTP_VISIBILITY_MODIFIED_OGRE"
77                                RuntimeLibrary="2"
78                                RuntimeTypeInfo="TRUE"
79                                UsePrecompiledHeader="0"
80                                WarningLevel="3"
81                                Detect64BitPortabilityProblems="TRUE"
82                                DebugInformationFormat="3"/>
83                        <Tool
84                                Name="VCCustomBuildTool"/>
85                        <Tool
86                                Name="VCLinkerTool"
87                                AdditionalDependencies="OGREMain.LIB CEGUIBase.lib OgreGUIRenderer.lib Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib"
88                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCullingTerrain.exe"
89                                LinkIncremental="1"
90                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\Dependencies\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;;&quot;$(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)&quot;"
91                                GenerateDebugInformation="TRUE"
92                                SubSystem="2"
93                                OptimizeReferences="2"
94                                EnableCOMDATFolding="2"
95                                TargetMachine="1"/>
96                        <Tool
97                                Name="VCMIDLTool"/>
98                        <Tool
99                                Name="VCPostBuildEventTool"/>
100                        <Tool
101                                Name="VCPreBuildEventTool"/>
102                        <Tool
103                                Name="VCPreLinkEventTool"/>
104                        <Tool
105                                Name="VCResourceCompilerTool"/>
106                        <Tool
107                                Name="VCWebServiceProxyGeneratorTool"/>
108                        <Tool
109                                Name="VCXMLDataGeneratorTool"/>
110                        <Tool
111                                Name="VCWebDeploymentTool"/>
112                        <Tool
113                                Name="VCManagedWrapperGeneratorTool"/>
114                        <Tool
115                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
116                </Configuration>
117        </Configurations>
118        <References>
119        </References>
120        <Files>
121                <Filter
122                        Name="Source Files"
123                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
124                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
125                        <File
126                                RelativePath=".\TerrainFrameListener.cpp">
127                        </File>
128                        <File
129                                RelativePath=".\TestCullingTerrainApplication.cpp">
130                        </File>
131                </Filter>
132                <Filter
133                        Name="Header Files"
134                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
135                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
136                        <File
137                                RelativePath=".\TerrainFrameListener.h">
138                        </File>
139                        <File
140                                RelativePath=".\TestCullingTerrainApplication.h">
141                        </File>
142                </Filter>
143        </Files>
144        <Globals>
145        </Globals>
146</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.