source: GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE/TestCullingTerrain.vcproj @ 2183

Revision 2183, 18.5 KB checked in by mattausch, 17 years ago (diff)
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;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include"
24                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_DEBUG;WIN32;_STLP_DEBUG;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                RuntimeTypeInfo="TRUE"
29                                UsePrecompiledHeader="0"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="3"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLinkerTool"
37                                AdditionalDependencies="Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib GtpVisibility.lib Preprocessor.lib OGREMain_d.LIB CEGUIBase_d.lib OgreGUIRenderer_d.lib zdll.lib zziplibd.lib IVReader.lib"
38                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Debug/TestCullingTerrain.exe"
39                                LinkIncremental="1"
40                                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;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\Lib\Vis\Preprocessing\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\lib\$(ConfigurationName)&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                                Optimization="3"
76                                GlobalOptimizations="TRUE"
77                                InlineFunctionExpansion="2"
78                                EnableIntrinsicFunctions="TRUE"
79                                FavorSizeOrSpeed="1"
80                                OmitFramePointers="TRUE"
81                                EnableFiberSafeOptimizations="TRUE"
82                                OptimizeForProcessor="0"
83                                OptimizeForWindowsApplication="TRUE"
84                                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;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\include;..\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include"
85                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_RELEASE;WIN32;_STLP_RELEASE;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE"
86                                RuntimeLibrary="2"
87                                RuntimeTypeInfo="FALSE"
88                                UsePrecompiledHeader="0"
89                                WarningLevel="3"
90                                Detect64BitPortabilityProblems="TRUE"
91                                DebugInformationFormat="3"/>
92                        <Tool
93                                Name="VCCustomBuildTool"/>
94                        <Tool
95                                Name="VCLinkerTool"
96                                AdditionalDependencies="OGREMain.LIB CEGUIBase.lib OgreGUIRenderer.lib IVReader.lib zdll.lib zziplib.lib xerces-c_2.lib Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib GtpVisibility.lib Preprocessor.lib"
97                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCullingTerrain.exe"
98                                LinkIncremental="1"
99                                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;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;&quot;..\..\..\..\..\Lib\Vis\Preprocessing\lib\$(ConfigurationName)&quot;"
100                                GenerateDebugInformation="FALSE"
101                                SubSystem="2"
102                                OptimizeReferences="2"
103                                EnableCOMDATFolding="2"
104                                TargetMachine="1"/>
105                        <Tool
106                                Name="VCMIDLTool"/>
107                        <Tool
108                                Name="VCPostBuildEventTool"/>
109                        <Tool
110                                Name="VCPreBuildEventTool"/>
111                        <Tool
112                                Name="VCPreLinkEventTool"/>
113                        <Tool
114                                Name="VCResourceCompilerTool"/>
115                        <Tool
116                                Name="VCWebServiceProxyGeneratorTool"/>
117                        <Tool
118                                Name="VCXMLDataGeneratorTool"/>
119                        <Tool
120                                Name="VCWebDeploymentTool"/>
121                        <Tool
122                                Name="VCManagedWrapperGeneratorTool"/>
123                        <Tool
124                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
125                </Configuration>
126                <Configuration
127                        Name="mlrt|Win32"
128                        OutputDirectory="$(ConfigurationName)"
129                        IntermediateDirectory="$(ConfigurationName)"
130                        ConfigurationType="1"
131                        CharacterSet="2">
132                        <Tool
133                                Name="VCCLCompilerTool"
134                                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;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\include;..\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include;&quot;$(LIBXML_HOME)\include&quot;;d:\work\Collada\include"
135                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_RELEASE;WIN32;_STLP_RELEASE;GTP_VISIBILITY_MODIFIED_OGRE"
136                                RuntimeLibrary="2"
137                                RuntimeTypeInfo="TRUE"
138                                UsePrecompiledHeader="0"
139                                WarningLevel="3"
140                                Detect64BitPortabilityProblems="TRUE"
141                                DebugInformationFormat="3"/>
142                        <Tool
143                                Name="VCCustomBuildTool"/>
144                        <Tool
145                                Name="VCLinkerTool"
146                                AdditionalDependencies="OGREMain.LIB CEGUIBase.lib OgreGUIRenderer.lib Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib IVReader.lib zdll.lib zziplib.lib xerces-c_2.lib"
147                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCullingTerrain.exe"
148                                LinkIncremental="1"
149                                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;..\..\Ogre\lib\$(ConfigurationName)&quot;;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\lib;&quot;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib"
150                                GenerateDebugInformation="TRUE"
151                                SubSystem="2"
152                                OptimizeReferences="2"
153                                EnableCOMDATFolding="2"
154                                TargetMachine="1"/>
155                        <Tool
156                                Name="VCMIDLTool"/>
157                        <Tool
158                                Name="VCPostBuildEventTool"/>
159                        <Tool
160                                Name="VCPreBuildEventTool"/>
161                        <Tool
162                                Name="VCPreLinkEventTool"/>
163                        <Tool
164                                Name="VCResourceCompilerTool"/>
165                        <Tool
166                                Name="VCWebServiceProxyGeneratorTool"/>
167                        <Tool
168                                Name="VCXMLDataGeneratorTool"/>
169                        <Tool
170                                Name="VCWebDeploymentTool"/>
171                        <Tool
172                                Name="VCManagedWrapperGeneratorTool"/>
173                        <Tool
174                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
175                </Configuration>
176                <Configuration
177                        Name="Release_Internal|Win32"
178                        OutputDirectory="$(ConfigurationName)"
179                        IntermediateDirectory="$(ConfigurationName)"
180                        ConfigurationType="1"
181                        CharacterSet="2">
182                        <Tool
183                                Name="VCCLCompilerTool"
184                                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;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\include;..\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include;&quot;$(LIBXML_HOME)\include&quot;;d:\work\Collada\include"
185                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_RELEASE;WIN32;_STLP_RELEASE;GTP_VISIBILITY_MODIFIED_OGRE"
186                                RuntimeLibrary="2"
187                                RuntimeTypeInfo="TRUE"
188                                UsePrecompiledHeader="0"
189                                WarningLevel="3"
190                                Detect64BitPortabilityProblems="TRUE"
191                                DebugInformationFormat="3"/>
192                        <Tool
193                                Name="VCCustomBuildTool"/>
194                        <Tool
195                                Name="VCLinkerTool"
196                                AdditionalDependencies="OGREMain.LIB CEGUIBase.lib OgreGUIRenderer.lib Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib IVReader.lib zdll.lib zziplib.lib xerces-c_2.lib"
197                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCullingTerrain.exe"
198                                LinkIncremental="1"
199                                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;..\..\Ogre\lib\$(ConfigurationName)&quot;;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\lib;&quot;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib"
200                                GenerateDebugInformation="TRUE"
201                                SubSystem="2"
202                                OptimizeReferences="2"
203                                EnableCOMDATFolding="2"
204                                TargetMachine="1"/>
205                        <Tool
206                                Name="VCMIDLTool"/>
207                        <Tool
208                                Name="VCPostBuildEventTool"/>
209                        <Tool
210                                Name="VCPreBuildEventTool"/>
211                        <Tool
212                                Name="VCPreLinkEventTool"/>
213                        <Tool
214                                Name="VCResourceCompilerTool"/>
215                        <Tool
216                                Name="VCWebServiceProxyGeneratorTool"/>
217                        <Tool
218                                Name="VCXMLDataGeneratorTool"/>
219                        <Tool
220                                Name="VCWebDeploymentTool"/>
221                        <Tool
222                                Name="VCManagedWrapperGeneratorTool"/>
223                        <Tool
224                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
225                </Configuration>
226                <Configuration
227                        Name="Release Internal|Win32"
228                        OutputDirectory="$(ConfigurationName)"
229                        IntermediateDirectory="$(ConfigurationName)"
230                        ConfigurationType="1"
231                        CharacterSet="2">
232                        <Tool
233                                Name="VCCLCompilerTool"
234                                Optimization="3"
235                                GlobalOptimizations="TRUE"
236                                InlineFunctionExpansion="2"
237                                EnableIntrinsicFunctions="TRUE"
238                                FavorSizeOrSpeed="1"
239                                OmitFramePointers="TRUE"
240                                EnableFiberSafeOptimizations="TRUE"
241                                OptimizeForProcessor="3"
242                                OptimizeForWindowsApplication="TRUE"
243                                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;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\include;..\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include;&quot;$(LIBXML_HOME)\include&quot;;d:\work\Collada\include"
244                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_RELEASE;WIN32;_STLP_RELEASE;GTP_VISIBILITY_MODIFIED_OGRE"
245                                StringPooling="TRUE"
246                                RuntimeLibrary="2"
247                                EnableEnhancedInstructionSet="2"
248                                RuntimeTypeInfo="TRUE"
249                                UsePrecompiledHeader="0"
250                                WarningLevel="3"
251                                Detect64BitPortabilityProblems="TRUE"
252                                DebugInformationFormat="3"/>
253                        <Tool
254                                Name="VCCustomBuildTool"/>
255                        <Tool
256                                Name="VCLinkerTool"
257                                AdditionalDependencies="OGREMain.LIB CEGUIBase.lib OgreGUIRenderer.lib Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib GtpVisibility.lib Preprocessor.lib IVReader.lib zdll.lib zziplib.lib xerces-c_2.lib"
258                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCullingTerrain.exe"
259                                LinkIncremental="1"
260                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\Dependencies\Lib\Release&quot;;&quot;$(OGRE_PATH)\OgreMain\Lib\Release&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\Release&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;..\..\Ogre\lib\Release;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\lib;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\lib\Release;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\lib\Release;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\lib\Release;..\..\..\..\..\Lib\Vis\Preprocessing\lib\Release"
261                                GenerateDebugInformation="FALSE"
262                                SubSystem="2"
263                                OptimizeReferences="2"
264                                EnableCOMDATFolding="2"
265                                OptimizeForWindows98="1"
266                                TargetMachine="1"/>
267                        <Tool
268                                Name="VCMIDLTool"/>
269                        <Tool
270                                Name="VCPostBuildEventTool"/>
271                        <Tool
272                                Name="VCPreBuildEventTool"/>
273                        <Tool
274                                Name="VCPreLinkEventTool"/>
275                        <Tool
276                                Name="VCResourceCompilerTool"/>
277                        <Tool
278                                Name="VCWebServiceProxyGeneratorTool"/>
279                        <Tool
280                                Name="VCXMLDataGeneratorTool"/>
281                        <Tool
282                                Name="VCWebDeploymentTool"/>
283                        <Tool
284                                Name="VCManagedWrapperGeneratorTool"/>
285                        <Tool
286                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
287                </Configuration>
288                <Configuration
289                        Name="Release_qt|Win32"
290                        OutputDirectory="$(ConfigurationName)"
291                        IntermediateDirectory="$(ConfigurationName)"
292                        ConfigurationType="1"
293                        CharacterSet="2">
294                        <Tool
295                                Name="VCCLCompilerTool"
296                                Optimization="3"
297                                GlobalOptimizations="TRUE"
298                                InlineFunctionExpansion="2"
299                                EnableIntrinsicFunctions="TRUE"
300                                FavorSizeOrSpeed="1"
301                                EnableFiberSafeOptimizations="TRUE"
302                                OptimizeForProcessor="0"
303                                OptimizeForWindowsApplication="TRUE"
304                                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;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\include;..\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include"
305                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_RELEASE;WIN32;_STLP_RELEASE;GTP_VISIBILITY_MODIFIED_OGRE"
306                                RuntimeLibrary="2"
307                                RuntimeTypeInfo="TRUE"
308                                UsePrecompiledHeader="0"
309                                WarningLevel="3"
310                                Detect64BitPortabilityProblems="TRUE"
311                                DebugInformationFormat="3"/>
312                        <Tool
313                                Name="VCCustomBuildTool"/>
314                        <Tool
315                                Name="VCLinkerTool"
316                                AdditionalDependencies="OGREMain.LIB CEGUIBase.lib OgreGUIRenderer.lib IVReader.lib zdll.lib zziplib.lib xerces-c_2.lib Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib GtpVisibility.lib Preprocessor.lib"
317                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCullingTerrain.exe"
318                                LinkIncremental="1"
319                                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;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;&quot;..\..\..\..\..\Lib\Vis\Preprocessing\lib\$(ConfigurationName)&quot;"
320                                GenerateDebugInformation="FALSE"
321                                SubSystem="2"
322                                OptimizeReferences="2"
323                                EnableCOMDATFolding="2"
324                                TargetMachine="1"/>
325                        <Tool
326                                Name="VCMIDLTool"/>
327                        <Tool
328                                Name="VCPostBuildEventTool"/>
329                        <Tool
330                                Name="VCPreBuildEventTool"/>
331                        <Tool
332                                Name="VCPreLinkEventTool"/>
333                        <Tool
334                                Name="VCResourceCompilerTool"/>
335                        <Tool
336                                Name="VCWebServiceProxyGeneratorTool"/>
337                        <Tool
338                                Name="VCXMLDataGeneratorTool"/>
339                        <Tool
340                                Name="VCWebDeploymentTool"/>
341                        <Tool
342                                Name="VCManagedWrapperGeneratorTool"/>
343                        <Tool
344                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
345                </Configuration>
346        </Configurations>
347        <References>
348        </References>
349        <Files>
350                <Filter
351                        Name="Source Files"
352                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
353                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
354                        <File
355                                RelativePath=".\TerrainFrameListener.cpp">
356                        </File>
357                        <File
358                                RelativePath=".\TestCullingTerrainApplication.cpp">
359                        </File>
360                </Filter>
361                <Filter
362                        Name="Header Files"
363                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
364                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
365                        <File
366                                RelativePath=".\TerrainFrameListener.h">
367                        </File>
368                        <File
369                                RelativePath=".\TestCullingTerrainApplication.h">
370                        </File>
371                </Filter>
372                <File
373                        RelativePath=".\VTune\TestCullingTerrain.vpj">
374                </File>
375        </Files>
376        <Globals>
377        </Globals>
378</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.