1 | <?xml version="1.0" encoding="Windows-1252"?>
|
---|
2 | <VisualStudioProject
|
---|
3 | ProjectType="Visual C++"
|
---|
4 | Version="8.00"
|
---|
5 | Name="Plugin_OctreeSceneManager"
|
---|
6 | ProjectGUID="{A6830BB5-9993-4F6D-8D4E-930F36A1B88F}"
|
---|
7 | Keyword="Win32Proj"
|
---|
8 | >
|
---|
9 | <Platforms>
|
---|
10 | <Platform
|
---|
11 | Name="Win32"
|
---|
12 | />
|
---|
13 | </Platforms>
|
---|
14 | <ToolFiles>
|
---|
15 | </ToolFiles>
|
---|
16 | <Configurations>
|
---|
17 | <Configuration
|
---|
18 | Name="Debug|Win32"
|
---|
19 | OutputDirectory="..\bin\$(ConfigurationName)"
|
---|
20 | IntermediateDirectory="..\obj\$(ConfigurationName)"
|
---|
21 | ConfigurationType="2"
|
---|
22 | InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
|
---|
23 | CharacterSet="2"
|
---|
24 | >
|
---|
25 | <Tool
|
---|
26 | Name="VCPreBuildEventTool"
|
---|
27 | />
|
---|
28 | <Tool
|
---|
29 | Name="VCCustomBuildTool"
|
---|
30 | />
|
---|
31 | <Tool
|
---|
32 | Name="VCXMLDataGeneratorTool"
|
---|
33 | />
|
---|
34 | <Tool
|
---|
35 | Name="VCWebServiceProxyGeneratorTool"
|
---|
36 | />
|
---|
37 | <Tool
|
---|
38 | Name="VCMIDLTool"
|
---|
39 | />
|
---|
40 | <Tool
|
---|
41 | Name="VCCLCompilerTool"
|
---|
42 | Optimization="0"
|
---|
43 | AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include"
|
---|
44 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PLUGIN_TERRAIN_EXPORTS;"
|
---|
45 | MinimalRebuild="true"
|
---|
46 | BasicRuntimeChecks="3"
|
---|
47 | RuntimeLibrary="3"
|
---|
48 | EnableFunctionLevelLinking="true"
|
---|
49 | FloatingPointModel="2"
|
---|
50 | UsePrecompiledHeader="0"
|
---|
51 | WarningLevel="3"
|
---|
52 | Detect64BitPortabilityProblems="true"
|
---|
53 | DebugInformationFormat="4"
|
---|
54 | />
|
---|
55 | <Tool
|
---|
56 | Name="VCManagedResourceCompilerTool"
|
---|
57 | />
|
---|
58 | <Tool
|
---|
59 | Name="VCResourceCompilerTool"
|
---|
60 | />
|
---|
61 | <Tool
|
---|
62 | Name="VCPreLinkEventTool"
|
---|
63 | />
|
---|
64 | <Tool
|
---|
65 | Name="VCLinkerTool"
|
---|
66 | IgnoreImportLibrary="true"
|
---|
67 | AdditionalDependencies="OgreMain_d.lib"
|
---|
68 | OutputFile="$(OutDir)/Plugin_OctreeSceneManager.dll"
|
---|
69 | Version="0.99"
|
---|
70 | LinkIncremental="2"
|
---|
71 | SuppressStartupBanner="true"
|
---|
72 | AdditionalLibraryDirectories=""..\..\..\OgreMain\lib\$(ConfigurationName)";"..\..\..\Dependencies\lib\$(ConfigurationName)""
|
---|
73 | ModuleDefinitionFile="..\misc\OgreOctreeSceneManager.def"
|
---|
74 | GenerateDebugInformation="true"
|
---|
75 | ProgramDatabaseFile="$(OutDir)/Plugin_OctreeSceneManager.pdb"
|
---|
76 | SubSystem="2"
|
---|
77 | ImportLibrary="$(OutDir)/Plugin_OctreeSceneManager.lib"
|
---|
78 | TargetMachine="1"
|
---|
79 | />
|
---|
80 | <Tool
|
---|
81 | Name="VCALinkTool"
|
---|
82 | />
|
---|
83 | <Tool
|
---|
84 | Name="VCManifestTool"
|
---|
85 | />
|
---|
86 | <Tool
|
---|
87 | Name="VCXDCMakeTool"
|
---|
88 | />
|
---|
89 | <Tool
|
---|
90 | Name="VCBscMakeTool"
|
---|
91 | />
|
---|
92 | <Tool
|
---|
93 | Name="VCFxCopTool"
|
---|
94 | />
|
---|
95 | <Tool
|
---|
96 | Name="VCAppVerifierTool"
|
---|
97 | />
|
---|
98 | <Tool
|
---|
99 | Name="VCWebDeploymentTool"
|
---|
100 | />
|
---|
101 | <Tool
|
---|
102 | Name="VCPostBuildEventTool"
|
---|
103 | CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"
|
---|
104 | />
|
---|
105 | </Configuration>
|
---|
106 | <Configuration
|
---|
107 | Name="Release|Win32"
|
---|
108 | OutputDirectory="..\bin\$(ConfigurationName)"
|
---|
109 | IntermediateDirectory="..\obj\$(ConfigurationName)"
|
---|
110 | ConfigurationType="2"
|
---|
111 | InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
|
---|
112 | CharacterSet="2"
|
---|
113 | WholeProgramOptimization="1"
|
---|
114 | >
|
---|
115 | <Tool
|
---|
116 | Name="VCPreBuildEventTool"
|
---|
117 | />
|
---|
118 | <Tool
|
---|
119 | Name="VCCustomBuildTool"
|
---|
120 | />
|
---|
121 | <Tool
|
---|
122 | Name="VCXMLDataGeneratorTool"
|
---|
123 | />
|
---|
124 | <Tool
|
---|
125 | Name="VCWebServiceProxyGeneratorTool"
|
---|
126 | />
|
---|
127 | <Tool
|
---|
128 | Name="VCMIDLTool"
|
---|
129 | />
|
---|
130 | <Tool
|
---|
131 | Name="VCCLCompilerTool"
|
---|
132 | Optimization="3"
|
---|
133 | InlineFunctionExpansion="2"
|
---|
134 | EnableIntrinsicFunctions="true"
|
---|
135 | FavorSizeOrSpeed="1"
|
---|
136 | OmitFramePointers="true"
|
---|
137 | EnableFiberSafeOptimizations="true"
|
---|
138 | AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include"
|
---|
139 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_TERRAIN_EXPORTS"
|
---|
140 | StringPooling="true"
|
---|
141 | RuntimeLibrary="2"
|
---|
142 | BufferSecurityCheck="false"
|
---|
143 | EnableFunctionLevelLinking="true"
|
---|
144 | FloatingPointModel="2"
|
---|
145 | UsePrecompiledHeader="0"
|
---|
146 | WarningLevel="3"
|
---|
147 | Detect64BitPortabilityProblems="true"
|
---|
148 | DebugInformationFormat="3"
|
---|
149 | />
|
---|
150 | <Tool
|
---|
151 | Name="VCManagedResourceCompilerTool"
|
---|
152 | />
|
---|
153 | <Tool
|
---|
154 | Name="VCResourceCompilerTool"
|
---|
155 | />
|
---|
156 | <Tool
|
---|
157 | Name="VCPreLinkEventTool"
|
---|
158 | />
|
---|
159 | <Tool
|
---|
160 | Name="VCLinkerTool"
|
---|
161 | IgnoreImportLibrary="true"
|
---|
162 | AdditionalDependencies="OgreMain.lib"
|
---|
163 | OutputFile="$(OutDir)/Plugin_OctreeSceneManager.dll"
|
---|
164 | Version="0.99"
|
---|
165 | LinkIncremental="1"
|
---|
166 | SuppressStartupBanner="true"
|
---|
167 | AdditionalLibraryDirectories=""..\..\..\OgreMain\lib\$(ConfigurationName)";"..\..\..\Dependencies\lib\$(ConfigurationName)""
|
---|
168 | ModuleDefinitionFile="..\misc\OgreOctreeSceneManager.def"
|
---|
169 | GenerateDebugInformation="true"
|
---|
170 | SubSystem="2"
|
---|
171 | OptimizeReferences="2"
|
---|
172 | EnableCOMDATFolding="2"
|
---|
173 | ImportLibrary="$(OutDir)/Plugin_OctreeSceneManager.lib"
|
---|
174 | TargetMachine="1"
|
---|
175 | />
|
---|
176 | <Tool
|
---|
177 | Name="VCALinkTool"
|
---|
178 | />
|
---|
179 | <Tool
|
---|
180 | Name="VCManifestTool"
|
---|
181 | />
|
---|
182 | <Tool
|
---|
183 | Name="VCXDCMakeTool"
|
---|
184 | />
|
---|
185 | <Tool
|
---|
186 | Name="VCBscMakeTool"
|
---|
187 | />
|
---|
188 | <Tool
|
---|
189 | Name="VCFxCopTool"
|
---|
190 | />
|
---|
191 | <Tool
|
---|
192 | Name="VCAppVerifierTool"
|
---|
193 | />
|
---|
194 | <Tool
|
---|
195 | Name="VCWebDeploymentTool"
|
---|
196 | />
|
---|
197 | <Tool
|
---|
198 | Name="VCPostBuildEventTool"
|
---|
199 | CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"
|
---|
200 | />
|
---|
201 | </Configuration>
|
---|
202 | </Configurations>
|
---|
203 | <References>
|
---|
204 | </References>
|
---|
205 | <Files>
|
---|
206 | <Filter
|
---|
207 | Name="Source Files"
|
---|
208 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
|
---|
209 | >
|
---|
210 | <File
|
---|
211 | RelativePath="..\src\OgreHeightmapTerrainPageSource.cpp"
|
---|
212 | >
|
---|
213 | </File>
|
---|
214 | <File
|
---|
215 | RelativePath="..\src\OgreOctree.cpp"
|
---|
216 | >
|
---|
217 | </File>
|
---|
218 | <File
|
---|
219 | RelativePath="..\src\OgreOctreeCamera.cpp"
|
---|
220 | >
|
---|
221 | </File>
|
---|
222 | <File
|
---|
223 | RelativePath="..\src\OgreOctreeNode.cpp"
|
---|
224 | >
|
---|
225 | </File>
|
---|
226 | <File
|
---|
227 | RelativePath="..\src\OgreOctreeSceneManager.cpp"
|
---|
228 | >
|
---|
229 | </File>
|
---|
230 | <File
|
---|
231 | RelativePath="..\src\OgreOctreeSceneManagerDll.cpp"
|
---|
232 | >
|
---|
233 | </File>
|
---|
234 | <File
|
---|
235 | RelativePath="..\src\OgreOctreeSceneQuery.cpp"
|
---|
236 | >
|
---|
237 | </File>
|
---|
238 | <File
|
---|
239 | RelativePath="..\src\OgreTerrainPage.cpp"
|
---|
240 | >
|
---|
241 | </File>
|
---|
242 | <File
|
---|
243 | RelativePath="..\src\OgreTerrainPageSource.cpp"
|
---|
244 | >
|
---|
245 | </File>
|
---|
246 | <File
|
---|
247 | RelativePath="..\src\OgreTerrainRenderable.cpp"
|
---|
248 | >
|
---|
249 | </File>
|
---|
250 | <File
|
---|
251 | RelativePath="..\src\OgreTerrainSceneManager.cpp"
|
---|
252 | >
|
---|
253 | </File>
|
---|
254 | <File
|
---|
255 | RelativePath="..\src\OgreTerrainVertexProgram.cpp"
|
---|
256 | >
|
---|
257 | </File>
|
---|
258 | </Filter>
|
---|
259 | <Filter
|
---|
260 | Name="Header Files"
|
---|
261 | Filter="h;hpp;hxx;hm;inl;inc"
|
---|
262 | >
|
---|
263 | <File
|
---|
264 | RelativePath="..\include\OgreHeightmapTerrainPageSource.h"
|
---|
265 | >
|
---|
266 | </File>
|
---|
267 | <File
|
---|
268 | RelativePath="..\include\OgreOctree.h"
|
---|
269 | >
|
---|
270 | </File>
|
---|
271 | <File
|
---|
272 | RelativePath="..\include\OgreOctreeCamera.h"
|
---|
273 | >
|
---|
274 | </File>
|
---|
275 | <File
|
---|
276 | RelativePath="..\include\OgreOctreeNode.h"
|
---|
277 | >
|
---|
278 | </File>
|
---|
279 | <File
|
---|
280 | RelativePath="..\include\OgreOctreeSceneManager.h"
|
---|
281 | >
|
---|
282 | </File>
|
---|
283 | <File
|
---|
284 | RelativePath="..\include\OgreOctreeSceneQuery.h"
|
---|
285 | >
|
---|
286 | </File>
|
---|
287 | <File
|
---|
288 | RelativePath="..\include\OgreTerrainPage.h"
|
---|
289 | >
|
---|
290 | </File>
|
---|
291 | <File
|
---|
292 | RelativePath="..\include\OgreTerrainPageSource.h"
|
---|
293 | >
|
---|
294 | </File>
|
---|
295 | <File
|
---|
296 | RelativePath="..\include\OgreTerrainPrerequisites.h"
|
---|
297 | >
|
---|
298 | </File>
|
---|
299 | <File
|
---|
300 | RelativePath="..\include\OgreTerrainRenderable.h"
|
---|
301 | >
|
---|
302 | </File>
|
---|
303 | <File
|
---|
304 | RelativePath="..\include\OgreTerrainSceneManager.h"
|
---|
305 | >
|
---|
306 | </File>
|
---|
307 | <File
|
---|
308 | RelativePath="..\include\OgreTerrainVertexProgram.h"
|
---|
309 | >
|
---|
310 | </File>
|
---|
311 | </Filter>
|
---|
312 | <Filter
|
---|
313 | Name="Resource Files"
|
---|
314 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
315 | >
|
---|
316 | </Filter>
|
---|
317 | </Files>
|
---|
318 | <Globals>
|
---|
319 | </Globals>
|
---|
320 | </VisualStudioProject>
|
---|