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

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

fixed some bugs

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                                RuntimeTypeInfo="TRUE"
78                                UsePrecompiledHeader="0"
79                                WarningLevel="3"
80                                Detect64BitPortabilityProblems="TRUE"
81                                DebugInformationFormat="3"/>
82                        <Tool
83                                Name="VCCustomBuildTool"/>
84                        <Tool
85                                Name="VCLinkerTool"
86                                AdditionalDependencies="OGREMain.LIB CEGUIBase.lib OgreGUIRenderer.lib Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib"
87                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCullingTerrain.exe"
88                                LinkIncremental="1"
89                                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;"
90                                GenerateDebugInformation="TRUE"
91                                SubSystem="2"
92                                OptimizeReferences="2"
93                                EnableCOMDATFolding="2"
94                                TargetMachine="1"/>
95                        <Tool
96                                Name="VCMIDLTool"/>
97                        <Tool
98                                Name="VCPostBuildEventTool"/>
99                        <Tool
100                                Name="VCPreBuildEventTool"/>
101                        <Tool
102                                Name="VCPreLinkEventTool"/>
103                        <Tool
104                                Name="VCResourceCompilerTool"/>
105                        <Tool
106                                Name="VCWebServiceProxyGeneratorTool"/>
107                        <Tool
108                                Name="VCXMLDataGeneratorTool"/>
109                        <Tool
110                                Name="VCWebDeploymentTool"/>
111                        <Tool
112                                Name="VCManagedWrapperGeneratorTool"/>
113                        <Tool
114                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
115                </Configuration>
116        </Configurations>
117        <References>
118        </References>
119        <Files>
120                <Filter
121                        Name="Source Files"
122                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
123                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
124                        <File
125                                RelativePath=".\TerrainFrameListener.cpp">
126                        </File>
127                        <File
128                                RelativePath=".\TestCullingTerrainApplication.cpp">
129                        </File>
130                </Filter>
131                <Filter
132                        Name="Header Files"
133                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
134                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
135                        <File
136                                RelativePath=".\TerrainFrameListener.h">
137                        </File>
138                        <File
139                                RelativePath=".\TestCullingTerrainApplication.h">
140                        </File>
141                </Filter>
142        </Files>
143        <Globals>
144        </Globals>
145</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.