diff options
Diffstat (limited to 'libraries/ode-0.9/build/vs2002/ode.vcproj')
-rw-r--r-- | libraries/ode-0.9/build/vs2002/ode.vcproj | 864 |
1 files changed, 864 insertions, 0 deletions
diff --git a/libraries/ode-0.9/build/vs2002/ode.vcproj b/libraries/ode-0.9/build/vs2002/ode.vcproj new file mode 100644 index 0000000..ddaf370 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/ode.vcproj | |||
@@ -0,0 +1,864 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="ode" | ||
6 | ProjectGUID="{7530658D-B5A8-6046-ACD2-C155B5A252A8}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/ode/DebugDLL" | ||
17 | ConfigurationType="2" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
23 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="user32.lib" | ||
38 | OutputFile="$(OutDir)/ode.dll" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/ode.pdb" | ||
43 | SubSystem="2" | ||
44 | ImportLibrary="../../lib/DebugDLL/ode.lib" | ||
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 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
57 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/ode/ReleaseDLL" | ||
67 | ConfigurationType="2" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="2" | ||
72 | OmitFramePointers="TRUE" | ||
73 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
74 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
75 | StringPooling="TRUE" | ||
76 | RuntimeLibrary="2" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="0"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="user32.lib" | ||
88 | OutputFile="$(OutDir)/ode.dll" | ||
89 | LinkIncremental="1" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="FALSE" | ||
92 | SubSystem="2" | ||
93 | OptimizeReferences="2" | ||
94 | EnableCOMDATFolding="2" | ||
95 | ImportLibrary="../../lib/ReleaseDLL/ode.lib" | ||
96 | TargetMachine="1"/> | ||
97 | <Tool | ||
98 | Name="VCMIDLTool"/> | ||
99 | <Tool | ||
100 | Name="VCPostBuildEventTool"/> | ||
101 | <Tool | ||
102 | Name="VCPreBuildEventTool"/> | ||
103 | <Tool | ||
104 | Name="VCPreLinkEventTool"/> | ||
105 | <Tool | ||
106 | Name="VCResourceCompilerTool" | ||
107 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
108 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
109 | <Tool | ||
110 | Name="VCWebServiceProxyGeneratorTool"/> | ||
111 | <Tool | ||
112 | Name="VCWebDeploymentTool"/> | ||
113 | </Configuration> | ||
114 | <Configuration | ||
115 | Name="DebugLib|Win32" | ||
116 | OutputDirectory="../../lib/DebugLib" | ||
117 | IntermediateDirectory="obj/ode/DebugLib" | ||
118 | ConfigurationType="4" | ||
119 | CharacterSet="2"> | ||
120 | <Tool | ||
121 | Name="VCCLCompilerTool" | ||
122 | Optimization="0" | ||
123 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
124 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
125 | MinimalRebuild="TRUE" | ||
126 | BasicRuntimeChecks="3" | ||
127 | RuntimeLibrary="1" | ||
128 | EnableFunctionLevelLinking="TRUE" | ||
129 | RuntimeTypeInfo="TRUE" | ||
130 | UsePrecompiledHeader="2" | ||
131 | WarningLevel="3" | ||
132 | Detect64BitPortabilityProblems="TRUE" | ||
133 | DebugInformationFormat="4"/> | ||
134 | <Tool | ||
135 | Name="VCCustomBuildTool"/> | ||
136 | <Tool | ||
137 | Name="VCLibrarianTool" | ||
138 | OutputFile="$(OutDir)/ode.lib"/> | ||
139 | <Tool | ||
140 | Name="VCMIDLTool"/> | ||
141 | <Tool | ||
142 | Name="VCPostBuildEventTool"/> | ||
143 | <Tool | ||
144 | Name="VCPreBuildEventTool"/> | ||
145 | <Tool | ||
146 | Name="VCPreLinkEventTool"/> | ||
147 | <Tool | ||
148 | Name="VCResourceCompilerTool" | ||
149 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
150 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
151 | <Tool | ||
152 | Name="VCWebServiceProxyGeneratorTool"/> | ||
153 | <Tool | ||
154 | Name="VCWebDeploymentTool"/> | ||
155 | </Configuration> | ||
156 | <Configuration | ||
157 | Name="ReleaseLib|Win32" | ||
158 | OutputDirectory="../../lib/ReleaseLib" | ||
159 | IntermediateDirectory="obj/ode/ReleaseLib" | ||
160 | ConfigurationType="4" | ||
161 | CharacterSet="2"> | ||
162 | <Tool | ||
163 | Name="VCCLCompilerTool" | ||
164 | Optimization="2" | ||
165 | OmitFramePointers="TRUE" | ||
166 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
167 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
168 | StringPooling="TRUE" | ||
169 | RuntimeLibrary="0" | ||
170 | EnableFunctionLevelLinking="TRUE" | ||
171 | RuntimeTypeInfo="TRUE" | ||
172 | UsePrecompiledHeader="2" | ||
173 | WarningLevel="3" | ||
174 | Detect64BitPortabilityProblems="TRUE" | ||
175 | DebugInformationFormat="0"/> | ||
176 | <Tool | ||
177 | Name="VCCustomBuildTool"/> | ||
178 | <Tool | ||
179 | Name="VCLibrarianTool" | ||
180 | OutputFile="$(OutDir)/ode.lib"/> | ||
181 | <Tool | ||
182 | Name="VCMIDLTool"/> | ||
183 | <Tool | ||
184 | Name="VCPostBuildEventTool"/> | ||
185 | <Tool | ||
186 | Name="VCPreBuildEventTool"/> | ||
187 | <Tool | ||
188 | Name="VCPreLinkEventTool"/> | ||
189 | <Tool | ||
190 | Name="VCResourceCompilerTool" | ||
191 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
192 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
193 | <Tool | ||
194 | Name="VCWebServiceProxyGeneratorTool"/> | ||
195 | <Tool | ||
196 | Name="VCWebDeploymentTool"/> | ||
197 | </Configuration> | ||
198 | </Configurations> | ||
199 | <Files> | ||
200 | <Filter | ||
201 | Name="include" | ||
202 | Filter=""> | ||
203 | <Filter | ||
204 | Name="ode" | ||
205 | Filter=""> | ||
206 | <File | ||
207 | RelativePath="..\..\include\ode\collision.h"> | ||
208 | </File> | ||
209 | <File | ||
210 | RelativePath="..\..\include\ode\collision_space.h"> | ||
211 | </File> | ||
212 | <File | ||
213 | RelativePath="..\..\include\ode\collision_trimesh.h"> | ||
214 | </File> | ||
215 | <File | ||
216 | RelativePath="..\..\include\ode\common.h"> | ||
217 | </File> | ||
218 | <File | ||
219 | RelativePath="..\..\include\ode\compatibility.h"> | ||
220 | </File> | ||
221 | <File | ||
222 | RelativePath="..\..\include\ode\config.h"> | ||
223 | </File> | ||
224 | <File | ||
225 | RelativePath="..\..\include\ode\contact.h"> | ||
226 | </File> | ||
227 | <File | ||
228 | RelativePath="..\..\include\ode\error.h"> | ||
229 | </File> | ||
230 | <File | ||
231 | RelativePath="..\..\include\ode\export-dif.h"> | ||
232 | </File> | ||
233 | <File | ||
234 | RelativePath="..\..\include\ode\mass.h"> | ||
235 | </File> | ||
236 | <File | ||
237 | RelativePath="..\..\include\ode\matrix.h"> | ||
238 | </File> | ||
239 | <File | ||
240 | RelativePath="..\..\include\ode\memory.h"> | ||
241 | </File> | ||
242 | <File | ||
243 | RelativePath="..\..\include\ode\misc.h"> | ||
244 | </File> | ||
245 | <File | ||
246 | RelativePath="..\..\include\ode\objects.h"> | ||
247 | </File> | ||
248 | <File | ||
249 | RelativePath="..\..\include\ode\ode.h"> | ||
250 | </File> | ||
251 | <File | ||
252 | RelativePath="..\..\include\ode\odecpp.h"> | ||
253 | </File> | ||
254 | <File | ||
255 | RelativePath="..\..\include\ode\odecpp_collision.h"> | ||
256 | </File> | ||
257 | <File | ||
258 | RelativePath="..\..\include\ode\odemath.h"> | ||
259 | </File> | ||
260 | <File | ||
261 | RelativePath="..\..\include\ode\rotation.h"> | ||
262 | </File> | ||
263 | <File | ||
264 | RelativePath="..\..\include\ode\timer.h"> | ||
265 | </File> | ||
266 | </Filter> | ||
267 | </Filter> | ||
268 | <Filter | ||
269 | Name="ode" | ||
270 | Filter=""> | ||
271 | <Filter | ||
272 | Name="src" | ||
273 | Filter=""> | ||
274 | <File | ||
275 | RelativePath="..\..\ode\src\array.h"> | ||
276 | </File> | ||
277 | <File | ||
278 | RelativePath="..\..\ode\src\collision_kernel.h"> | ||
279 | </File> | ||
280 | <File | ||
281 | RelativePath="..\..\ode\src\collision_space_internal.h"> | ||
282 | </File> | ||
283 | <File | ||
284 | RelativePath="..\..\ode\src\collision_std.h"> | ||
285 | </File> | ||
286 | <File | ||
287 | RelativePath="..\..\ode\src\collision_transform.h"> | ||
288 | </File> | ||
289 | <File | ||
290 | RelativePath="..\..\ode\src\collision_trimesh_internal.h"> | ||
291 | </File> | ||
292 | <File | ||
293 | RelativePath="..\..\ode\src\collision_util.h"> | ||
294 | </File> | ||
295 | <File | ||
296 | RelativePath="..\..\ode\src\heightfield.h"> | ||
297 | </File> | ||
298 | <File | ||
299 | RelativePath="..\..\ode\src\joint.h"> | ||
300 | </File> | ||
301 | <File | ||
302 | RelativePath="..\..\ode\src\lcp.h"> | ||
303 | </File> | ||
304 | <File | ||
305 | RelativePath="..\..\ode\src\mat.h"> | ||
306 | </File> | ||
307 | <File | ||
308 | RelativePath="..\..\ode\src\objects.h"> | ||
309 | </File> | ||
310 | <File | ||
311 | RelativePath="..\..\ode\src\obstack.h"> | ||
312 | </File> | ||
313 | <File | ||
314 | RelativePath="..\..\ode\src\quickstep.h"> | ||
315 | </File> | ||
316 | <File | ||
317 | RelativePath="..\..\ode\src\stack.h"> | ||
318 | </File> | ||
319 | <File | ||
320 | RelativePath="..\..\ode\src\step.h"> | ||
321 | </File> | ||
322 | <File | ||
323 | RelativePath="..\..\ode\src\testing.h"> | ||
324 | </File> | ||
325 | <File | ||
326 | RelativePath="..\..\ode\src\util.h"> | ||
327 | </File> | ||
328 | <File | ||
329 | RelativePath="..\..\ode\src\fastdot.c"> | ||
330 | </File> | ||
331 | <File | ||
332 | RelativePath="..\..\ode\src\fastldlt.c"> | ||
333 | </File> | ||
334 | <File | ||
335 | RelativePath="..\..\ode\src\fastlsolve.c"> | ||
336 | </File> | ||
337 | <File | ||
338 | RelativePath="..\..\ode\src\fastltsolve.c"> | ||
339 | </File> | ||
340 | <File | ||
341 | RelativePath="..\..\ode\src\array.cpp"> | ||
342 | </File> | ||
343 | <File | ||
344 | RelativePath="..\..\ode\src\box.cpp"> | ||
345 | </File> | ||
346 | <File | ||
347 | RelativePath="..\..\ode\src\capsule.cpp"> | ||
348 | </File> | ||
349 | <File | ||
350 | RelativePath="..\..\ode\src\collision_cylinder_box.cpp"> | ||
351 | </File> | ||
352 | <File | ||
353 | RelativePath="..\..\ode\src\collision_cylinder_plane.cpp"> | ||
354 | </File> | ||
355 | <File | ||
356 | RelativePath="..\..\ode\src\collision_cylinder_sphere.cpp"> | ||
357 | </File> | ||
358 | <File | ||
359 | RelativePath="..\..\ode\src\collision_cylinder_trimesh.cpp"> | ||
360 | </File> | ||
361 | <File | ||
362 | RelativePath="..\..\ode\src\collision_kernel.cpp"> | ||
363 | </File> | ||
364 | <File | ||
365 | RelativePath="..\..\ode\src\collision_quadtreespace.cpp"> | ||
366 | </File> | ||
367 | <File | ||
368 | RelativePath="..\..\ode\src\collision_space.cpp"> | ||
369 | </File> | ||
370 | <File | ||
371 | RelativePath="..\..\ode\src\collision_transform.cpp"> | ||
372 | </File> | ||
373 | <File | ||
374 | RelativePath="..\..\ode\src\collision_trimesh_box.cpp"> | ||
375 | </File> | ||
376 | <File | ||
377 | RelativePath="..\..\ode\src\collision_trimesh_ccylinder.cpp"> | ||
378 | </File> | ||
379 | <File | ||
380 | RelativePath="..\..\ode\src\collision_trimesh_distance.cpp"> | ||
381 | </File> | ||
382 | <File | ||
383 | RelativePath="..\..\ode\src\collision_trimesh_gimpact.cpp"> | ||
384 | </File> | ||
385 | <File | ||
386 | RelativePath="..\..\ode\src\collision_trimesh_opcode.cpp"> | ||
387 | </File> | ||
388 | <File | ||
389 | RelativePath="..\..\ode\src\collision_trimesh_plane.cpp"> | ||
390 | </File> | ||
391 | <File | ||
392 | RelativePath="..\..\ode\src\collision_trimesh_ray.cpp"> | ||
393 | </File> | ||
394 | <File | ||
395 | RelativePath="..\..\ode\src\collision_trimesh_sphere.cpp"> | ||
396 | </File> | ||
397 | <File | ||
398 | RelativePath="..\..\ode\src\collision_trimesh_trimesh.cpp"> | ||
399 | </File> | ||
400 | <File | ||
401 | RelativePath="..\..\ode\src\collision_trimesh_trimesh_new.cpp"> | ||
402 | </File> | ||
403 | <File | ||
404 | RelativePath="..\..\ode\src\collision_util.cpp"> | ||
405 | </File> | ||
406 | <File | ||
407 | RelativePath="..\..\ode\src\convex.cpp"> | ||
408 | </File> | ||
409 | <File | ||
410 | RelativePath="..\..\ode\src\cylinder.cpp"> | ||
411 | </File> | ||
412 | <File | ||
413 | RelativePath="..\..\ode\src\error.cpp"> | ||
414 | </File> | ||
415 | <File | ||
416 | RelativePath="..\..\ode\src\export-dif.cpp"> | ||
417 | </File> | ||
418 | <File | ||
419 | RelativePath="..\..\ode\src\heightfield.cpp"> | ||
420 | </File> | ||
421 | <File | ||
422 | RelativePath="..\..\ode\src\joint.cpp"> | ||
423 | </File> | ||
424 | <File | ||
425 | RelativePath="..\..\ode\src\lcp.cpp"> | ||
426 | </File> | ||
427 | <File | ||
428 | RelativePath="..\..\ode\src\mass.cpp"> | ||
429 | </File> | ||
430 | <File | ||
431 | RelativePath="..\..\ode\src\mat.cpp"> | ||
432 | </File> | ||
433 | <File | ||
434 | RelativePath="..\..\ode\src\matrix.cpp"> | ||
435 | </File> | ||
436 | <File | ||
437 | RelativePath="..\..\ode\src\memory.cpp"> | ||
438 | </File> | ||
439 | <File | ||
440 | RelativePath="..\..\ode\src\misc.cpp"> | ||
441 | </File> | ||
442 | <File | ||
443 | RelativePath="..\..\ode\src\obstack.cpp"> | ||
444 | </File> | ||
445 | <File | ||
446 | RelativePath="..\..\ode\src\ode.cpp"> | ||
447 | </File> | ||
448 | <File | ||
449 | RelativePath="..\..\ode\src\odemath.cpp"> | ||
450 | </File> | ||
451 | <File | ||
452 | RelativePath="..\..\ode\src\plane.cpp"> | ||
453 | </File> | ||
454 | <File | ||
455 | RelativePath="..\..\ode\src\quickstep.cpp"> | ||
456 | </File> | ||
457 | <File | ||
458 | RelativePath="..\..\ode\src\ray.cpp"> | ||
459 | </File> | ||
460 | <File | ||
461 | RelativePath="..\..\ode\src\rotation.cpp"> | ||
462 | </File> | ||
463 | <File | ||
464 | RelativePath="..\..\ode\src\sphere.cpp"> | ||
465 | </File> | ||
466 | <File | ||
467 | RelativePath="..\..\ode\src\step.cpp"> | ||
468 | </File> | ||
469 | <File | ||
470 | RelativePath="..\..\ode\src\stepfast.cpp"> | ||
471 | </File> | ||
472 | <File | ||
473 | RelativePath="..\..\ode\src\testing.cpp"> | ||
474 | </File> | ||
475 | <File | ||
476 | RelativePath="..\..\ode\src\timer.cpp"> | ||
477 | </File> | ||
478 | <File | ||
479 | RelativePath="..\..\ode\src\util.cpp"> | ||
480 | </File> | ||
481 | </Filter> | ||
482 | </Filter> | ||
483 | <Filter | ||
484 | Name="GIMPACT" | ||
485 | Filter=""> | ||
486 | <Filter | ||
487 | Name="include" | ||
488 | Filter=""> | ||
489 | <Filter | ||
490 | Name="GIMPACT" | ||
491 | Filter=""> | ||
492 | <File | ||
493 | RelativePath="..\..\GIMPACT\include\GIMPACT\gimpact.h"> | ||
494 | </File> | ||
495 | <File | ||
496 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_boxpruning.h"> | ||
497 | </File> | ||
498 | <File | ||
499 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_contact.h"> | ||
500 | </File> | ||
501 | <File | ||
502 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_geometry.h"> | ||
503 | </File> | ||
504 | <File | ||
505 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_math.h"> | ||
506 | </File> | ||
507 | <File | ||
508 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_memory.h"> | ||
509 | </File> | ||
510 | <File | ||
511 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_radixsort.h"> | ||
512 | </File> | ||
513 | <File | ||
514 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_trimesh.h"> | ||
515 | </File> | ||
516 | <File | ||
517 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_capsule_collision.h"> | ||
518 | </File> | ||
519 | <File | ||
520 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_collision.h"> | ||
521 | </File> | ||
522 | <File | ||
523 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_sphere_collision.h"> | ||
524 | </File> | ||
525 | </Filter> | ||
526 | </Filter> | ||
527 | <Filter | ||
528 | Name="src" | ||
529 | Filter=""> | ||
530 | <File | ||
531 | RelativePath="..\..\GIMPACT\src\gimpact.cpp"> | ||
532 | </File> | ||
533 | <File | ||
534 | RelativePath="..\..\GIMPACT\src\gim_boxpruning.cpp"> | ||
535 | </File> | ||
536 | <File | ||
537 | RelativePath="..\..\GIMPACT\src\gim_contact.cpp"> | ||
538 | </File> | ||
539 | <File | ||
540 | RelativePath="..\..\GIMPACT\src\gim_math.cpp"> | ||
541 | </File> | ||
542 | <File | ||
543 | RelativePath="..\..\GIMPACT\src\gim_memory.cpp"> | ||
544 | </File> | ||
545 | <File | ||
546 | RelativePath="..\..\GIMPACT\src\gim_trimesh.cpp"> | ||
547 | </File> | ||
548 | <File | ||
549 | RelativePath="..\..\GIMPACT\src\gim_trimesh_capsule_collision.cpp"> | ||
550 | </File> | ||
551 | <File | ||
552 | RelativePath="..\..\GIMPACT\src\gim_trimesh_ray_collision.cpp"> | ||
553 | </File> | ||
554 | <File | ||
555 | RelativePath="..\..\GIMPACT\src\gim_trimesh_sphere_collision.cpp"> | ||
556 | </File> | ||
557 | <File | ||
558 | RelativePath="..\..\GIMPACT\src\gim_trimesh_trimesh_collision.cpp"> | ||
559 | </File> | ||
560 | <File | ||
561 | RelativePath="..\..\GIMPACT\src\gim_tri_tri_overlap.cpp"> | ||
562 | </File> | ||
563 | </Filter> | ||
564 | </Filter> | ||
565 | <Filter | ||
566 | Name="OPCODE" | ||
567 | Filter=""> | ||
568 | <Filter | ||
569 | Name="Ice" | ||
570 | Filter=""> | ||
571 | <File | ||
572 | RelativePath="..\..\OPCODE\Ice\IceAABB.h"> | ||
573 | </File> | ||
574 | <File | ||
575 | RelativePath="..\..\OPCODE\Ice\IceAxes.h"> | ||
576 | </File> | ||
577 | <File | ||
578 | RelativePath="..\..\OPCODE\Ice\IceBoundingSphere.h"> | ||
579 | </File> | ||
580 | <File | ||
581 | RelativePath="..\..\OPCODE\Ice\IceContainer.h"> | ||
582 | </File> | ||
583 | <File | ||
584 | RelativePath="..\..\OPCODE\Ice\IceFPU.h"> | ||
585 | </File> | ||
586 | <File | ||
587 | RelativePath="..\..\OPCODE\Ice\IceHPoint.h"> | ||
588 | </File> | ||
589 | <File | ||
590 | RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.h"> | ||
591 | </File> | ||
592 | <File | ||
593 | RelativePath="..\..\OPCODE\Ice\IceLSS.h"> | ||
594 | </File> | ||
595 | <File | ||
596 | RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.h"> | ||
597 | </File> | ||
598 | <File | ||
599 | RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.h"> | ||
600 | </File> | ||
601 | <File | ||
602 | RelativePath="..\..\OPCODE\Ice\IceMemoryMacros.h"> | ||
603 | </File> | ||
604 | <File | ||
605 | RelativePath="..\..\OPCODE\Ice\IceOBB.h"> | ||
606 | </File> | ||
607 | <File | ||
608 | RelativePath="..\..\OPCODE\Ice\IcePairs.h"> | ||
609 | </File> | ||
610 | <File | ||
611 | RelativePath="..\..\OPCODE\Ice\IcePlane.h"> | ||
612 | </File> | ||
613 | <File | ||
614 | RelativePath="..\..\OPCODE\Ice\IcePoint.h"> | ||
615 | </File> | ||
616 | <File | ||
617 | RelativePath="..\..\OPCODE\Ice\IcePreprocessor.h"> | ||
618 | </File> | ||
619 | <File | ||
620 | RelativePath="..\..\OPCODE\Ice\IceRandom.h"> | ||
621 | </File> | ||
622 | <File | ||
623 | RelativePath="..\..\OPCODE\Ice\IceRay.h"> | ||
624 | </File> | ||
625 | <File | ||
626 | RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.h"> | ||
627 | </File> | ||
628 | <File | ||
629 | RelativePath="..\..\OPCODE\Ice\IceSegment.h"> | ||
630 | </File> | ||
631 | <File | ||
632 | RelativePath="..\..\OPCODE\Ice\IceTriangle.h"> | ||
633 | </File> | ||
634 | <File | ||
635 | RelativePath="..\..\OPCODE\Ice\IceTriList.h"> | ||
636 | </File> | ||
637 | <File | ||
638 | RelativePath="..\..\OPCODE\Ice\IceTypes.h"> | ||
639 | </File> | ||
640 | <File | ||
641 | RelativePath="..\..\OPCODE\Ice\IceUtils.h"> | ||
642 | </File> | ||
643 | <File | ||
644 | RelativePath="..\..\OPCODE\Ice\IceAABB.cpp"> | ||
645 | </File> | ||
646 | <File | ||
647 | RelativePath="..\..\OPCODE\Ice\IceContainer.cpp"> | ||
648 | </File> | ||
649 | <File | ||
650 | RelativePath="..\..\OPCODE\Ice\IceHPoint.cpp"> | ||
651 | </File> | ||
652 | <File | ||
653 | RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.cpp"> | ||
654 | </File> | ||
655 | <File | ||
656 | RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.cpp"> | ||
657 | </File> | ||
658 | <File | ||
659 | RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.cpp"> | ||
660 | </File> | ||
661 | <File | ||
662 | RelativePath="..\..\OPCODE\Ice\IceOBB.cpp"> | ||
663 | </File> | ||
664 | <File | ||
665 | RelativePath="..\..\OPCODE\Ice\IcePlane.cpp"> | ||
666 | </File> | ||
667 | <File | ||
668 | RelativePath="..\..\OPCODE\Ice\IcePoint.cpp"> | ||
669 | </File> | ||
670 | <File | ||
671 | RelativePath="..\..\OPCODE\Ice\IceRandom.cpp"> | ||
672 | </File> | ||
673 | <File | ||
674 | RelativePath="..\..\OPCODE\Ice\IceRay.cpp"> | ||
675 | </File> | ||
676 | <File | ||
677 | RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.cpp"> | ||
678 | </File> | ||
679 | <File | ||
680 | RelativePath="..\..\OPCODE\Ice\IceSegment.cpp"> | ||
681 | </File> | ||
682 | <File | ||
683 | RelativePath="..\..\OPCODE\Ice\IceTriangle.cpp"> | ||
684 | </File> | ||
685 | <File | ||
686 | RelativePath="..\..\OPCODE\Ice\IceUtils.cpp"> | ||
687 | </File> | ||
688 | </Filter> | ||
689 | <File | ||
690 | RelativePath="..\..\OPCODE\Opcode.h"> | ||
691 | </File> | ||
692 | <File | ||
693 | RelativePath="..\..\OPCODE\OPC_AABBCollider.h"> | ||
694 | </File> | ||
695 | <File | ||
696 | RelativePath="..\..\OPCODE\OPC_AABBTree.h"> | ||
697 | </File> | ||
698 | <File | ||
699 | RelativePath="..\..\OPCODE\OPC_BaseModel.h"> | ||
700 | </File> | ||
701 | <File | ||
702 | RelativePath="..\..\OPCODE\OPC_BoxBoxOverlap.h"> | ||
703 | </File> | ||
704 | <File | ||
705 | RelativePath="..\..\OPCODE\OPC_BoxPruning.h"> | ||
706 | </File> | ||
707 | <File | ||
708 | RelativePath="..\..\OPCODE\OPC_Collider.h"> | ||
709 | </File> | ||
710 | <File | ||
711 | RelativePath="..\..\OPCODE\OPC_Common.h"> | ||
712 | </File> | ||
713 | <File | ||
714 | RelativePath="..\..\OPCODE\OPC_HybridModel.h"> | ||
715 | </File> | ||
716 | <File | ||
717 | RelativePath="..\..\OPCODE\OPC_IceHook.h"> | ||
718 | </File> | ||
719 | <File | ||
720 | RelativePath="..\..\OPCODE\OPC_LSSAABBOverlap.h"> | ||
721 | </File> | ||
722 | <File | ||
723 | RelativePath="..\..\OPCODE\OPC_LSSCollider.h"> | ||
724 | </File> | ||
725 | <File | ||
726 | RelativePath="..\..\OPCODE\OPC_LSSTriOverlap.h"> | ||
727 | </File> | ||
728 | <File | ||
729 | RelativePath="..\..\OPCODE\OPC_MeshInterface.h"> | ||
730 | </File> | ||
731 | <File | ||
732 | RelativePath="..\..\OPCODE\OPC_Model.h"> | ||
733 | </File> | ||
734 | <File | ||
735 | RelativePath="..\..\OPCODE\OPC_OBBCollider.h"> | ||
736 | </File> | ||
737 | <File | ||
738 | RelativePath="..\..\OPCODE\OPC_OptimizedTree.h"> | ||
739 | </File> | ||
740 | <File | ||
741 | RelativePath="..\..\OPCODE\OPC_Picking.h"> | ||
742 | </File> | ||
743 | <File | ||
744 | RelativePath="..\..\OPCODE\OPC_PlanesAABBOverlap.h"> | ||
745 | </File> | ||
746 | <File | ||
747 | RelativePath="..\..\OPCODE\OPC_PlanesCollider.h"> | ||
748 | </File> | ||
749 | <File | ||
750 | RelativePath="..\..\OPCODE\OPC_PlanesTriOverlap.h"> | ||
751 | </File> | ||
752 | <File | ||
753 | RelativePath="..\..\OPCODE\OPC_RayAABBOverlap.h"> | ||
754 | </File> | ||
755 | <File | ||
756 | RelativePath="..\..\OPCODE\OPC_RayCollider.h"> | ||
757 | </File> | ||
758 | <File | ||
759 | RelativePath="..\..\OPCODE\OPC_RayTriOverlap.h"> | ||
760 | </File> | ||
761 | <File | ||
762 | RelativePath="..\..\OPCODE\OPC_Settings.h"> | ||
763 | </File> | ||
764 | <File | ||
765 | RelativePath="..\..\OPCODE\OPC_SphereAABBOverlap.h"> | ||
766 | </File> | ||
767 | <File | ||
768 | RelativePath="..\..\OPCODE\OPC_SphereCollider.h"> | ||
769 | </File> | ||
770 | <File | ||
771 | RelativePath="..\..\OPCODE\OPC_SphereTriOverlap.h"> | ||
772 | </File> | ||
773 | <File | ||
774 | RelativePath="..\..\OPCODE\OPC_SweepAndPrune.h"> | ||
775 | </File> | ||
776 | <File | ||
777 | RelativePath="..\..\OPCODE\OPC_TreeBuilders.h"> | ||
778 | </File> | ||
779 | <File | ||
780 | RelativePath="..\..\OPCODE\OPC_TreeCollider.h"> | ||
781 | </File> | ||
782 | <File | ||
783 | RelativePath="..\..\OPCODE\OPC_TriBoxOverlap.h"> | ||
784 | </File> | ||
785 | <File | ||
786 | RelativePath="..\..\OPCODE\OPC_TriTriOverlap.h"> | ||
787 | </File> | ||
788 | <File | ||
789 | RelativePath="..\..\OPCODE\OPC_VolumeCollider.h"> | ||
790 | </File> | ||
791 | <File | ||
792 | RelativePath="..\..\OPCODE\Stdafx.h"> | ||
793 | </File> | ||
794 | <File | ||
795 | RelativePath="..\..\OPCODE\Opcode.cpp"> | ||
796 | </File> | ||
797 | <File | ||
798 | RelativePath="..\..\OPCODE\OPC_AABBCollider.cpp"> | ||
799 | </File> | ||
800 | <File | ||
801 | RelativePath="..\..\OPCODE\OPC_AABBTree.cpp"> | ||
802 | </File> | ||
803 | <File | ||
804 | RelativePath="..\..\OPCODE\OPC_BaseModel.cpp"> | ||
805 | </File> | ||
806 | <File | ||
807 | RelativePath="..\..\OPCODE\OPC_BoxPruning.cpp"> | ||
808 | </File> | ||
809 | <File | ||
810 | RelativePath="..\..\OPCODE\OPC_Collider.cpp"> | ||
811 | </File> | ||
812 | <File | ||
813 | RelativePath="..\..\OPCODE\OPC_Common.cpp"> | ||
814 | </File> | ||
815 | <File | ||
816 | RelativePath="..\..\OPCODE\OPC_HybridModel.cpp"> | ||
817 | </File> | ||
818 | <File | ||
819 | RelativePath="..\..\OPCODE\OPC_LSSCollider.cpp"> | ||
820 | </File> | ||
821 | <File | ||
822 | RelativePath="..\..\OPCODE\OPC_MeshInterface.cpp"> | ||
823 | </File> | ||
824 | <File | ||
825 | RelativePath="..\..\OPCODE\OPC_Model.cpp"> | ||
826 | </File> | ||
827 | <File | ||
828 | RelativePath="..\..\OPCODE\OPC_OBBCollider.cpp"> | ||
829 | </File> | ||
830 | <File | ||
831 | RelativePath="..\..\OPCODE\OPC_OptimizedTree.cpp"> | ||
832 | </File> | ||
833 | <File | ||
834 | RelativePath="..\..\OPCODE\OPC_Picking.cpp"> | ||
835 | </File> | ||
836 | <File | ||
837 | RelativePath="..\..\OPCODE\OPC_PlanesCollider.cpp"> | ||
838 | </File> | ||
839 | <File | ||
840 | RelativePath="..\..\OPCODE\OPC_RayCollider.cpp"> | ||
841 | </File> | ||
842 | <File | ||
843 | RelativePath="..\..\OPCODE\OPC_SphereCollider.cpp"> | ||
844 | </File> | ||
845 | <File | ||
846 | RelativePath="..\..\OPCODE\OPC_SweepAndPrune.cpp"> | ||
847 | </File> | ||
848 | <File | ||
849 | RelativePath="..\..\OPCODE\OPC_TreeBuilders.cpp"> | ||
850 | </File> | ||
851 | <File | ||
852 | RelativePath="..\..\OPCODE\OPC_TreeCollider.cpp"> | ||
853 | </File> | ||
854 | <File | ||
855 | RelativePath="..\..\OPCODE\OPC_VolumeCollider.cpp"> | ||
856 | </File> | ||
857 | <File | ||
858 | RelativePath="..\..\OPCODE\StdAfx.cpp"> | ||
859 | </File> | ||
860 | </Filter> | ||
861 | </Files> | ||
862 | <Globals> | ||
863 | </Globals> | ||
864 | </VisualStudioProject> | ||