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