aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9\/build/vs2005/ode.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ode-0.9\/build/vs2005/ode.vcproj')
-rwxr-xr-xlibraries/ode-0.9\/build/vs2005/ode.vcproj1197
1 files changed, 1197 insertions, 0 deletions
diff --git a/libraries/ode-0.9\/build/vs2005/ode.vcproj b/libraries/ode-0.9\/build/vs2005/ode.vcproj
new file mode 100755
index 0000000..254ea21
--- /dev/null
+++ b/libraries/ode-0.9\/build/vs2005/ode.vcproj
@@ -0,0 +1,1197 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="ode"
6 ProjectGUID="{2A8430BA-889E-EE4A-B1E3-A3231F6816EE}"
7 RootNamespace="ode"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="DebugDLL|Win32"
20 OutputDirectory="../../lib/DebugDLL"
21 IntermediateDirectory="obj/ode/DebugDLL"
22 ConfigurationType="2"
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;../../OPCODE;../../GIMPACT/include"
44 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_DLL"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 EnableFunctionLevelLinking="true"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 Detect64BitPortabilityProblems="true"
52 DebugInformationFormat="4"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_DLL"
60 AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
61 />
62 <Tool
63 Name="VCPreLinkEventTool"
64 />
65 <Tool
66 Name="VCLinkerTool"
67 AdditionalDependencies="user32.lib"
68 OutputFile="$(OutDir)/ode.dll"
69 LinkIncremental="2"
70 AdditionalLibraryDirectories="../../lib/DebugDLL"
71 GenerateDebugInformation="true"
72 ProgramDatabaseFile="$(OutDir)/ode.pdb"
73 SubSystem="2"
74 ImportLibrary="../../lib/DebugDLL/ode.lib"
75 TargetMachine="1"
76 />
77 <Tool
78 Name="VCALinkTool"
79 />
80 <Tool
81 Name="VCManifestTool"
82 />
83 <Tool
84 Name="VCXDCMakeTool"
85 />
86 <Tool
87 Name="VCBscMakeTool"
88 />
89 <Tool
90 Name="VCFxCopTool"
91 />
92 <Tool
93 Name="VCAppVerifierTool"
94 />
95 <Tool
96 Name="VCWebDeploymentTool"
97 />
98 <Tool
99 Name="VCPostBuildEventTool"
100 />
101 </Configuration>
102 <Configuration
103 Name="ReleaseDLL|Win32"
104 OutputDirectory="../../lib/ReleaseDLL"
105 IntermediateDirectory="obj/ode/ReleaseDLL"
106 ConfigurationType="2"
107 UseOfMFC="1"
108 CharacterSet="2"
109 >
110 <Tool
111 Name="VCPreBuildEventTool"
112 />
113 <Tool
114 Name="VCCustomBuildTool"
115 />
116 <Tool
117 Name="VCXMLDataGeneratorTool"
118 />
119 <Tool
120 Name="VCWebServiceProxyGeneratorTool"
121 />
122 <Tool
123 Name="VCMIDLTool"
124 />
125 <Tool
126 Name="VCCLCompilerTool"
127 Optimization="2"
128 OmitFramePointers="true"
129 AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
130 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_DLL"
131 StringPooling="true"
132 RuntimeLibrary="0"
133 EnableFunctionLevelLinking="true"
134 UsePrecompiledHeader="0"
135 WarningLevel="3"
136 Detect64BitPortabilityProblems="true"
137 DebugInformationFormat="0"
138 />
139 <Tool
140 Name="VCManagedResourceCompilerTool"
141 />
142 <Tool
143 Name="VCResourceCompilerTool"
144 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_DLL"
145 AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
146 />
147 <Tool
148 Name="VCPreLinkEventTool"
149 />
150 <Tool
151 Name="VCLinkerTool"
152 AdditionalDependencies="user32.lib"
153 OutputFile="$(OutDir)/ode.dll"
154 LinkIncremental="1"
155 AdditionalLibraryDirectories="../../lib/ReleaseDLL"
156 GenerateDebugInformation="false"
157 SubSystem="2"
158 OptimizeReferences="2"
159 EnableCOMDATFolding="2"
160 ImportLibrary="../../lib/ReleaseDLL/ode.lib"
161 TargetMachine="1"
162 />
163 <Tool
164 Name="VCALinkTool"
165 />
166 <Tool
167 Name="VCManifestTool"
168 />
169 <Tool
170 Name="VCXDCMakeTool"
171 />
172 <Tool
173 Name="VCBscMakeTool"
174 />
175 <Tool
176 Name="VCFxCopTool"
177 />
178 <Tool
179 Name="VCAppVerifierTool"
180 />
181 <Tool
182 Name="VCWebDeploymentTool"
183 />
184 <Tool
185 Name="VCPostBuildEventTool"
186 />
187 </Configuration>
188 <Configuration
189 Name="DebugLib|Win32"
190 OutputDirectory="../../lib/DebugLib"
191 IntermediateDirectory="obj/ode/DebugLib"
192 ConfigurationType="4"
193 CharacterSet="2"
194 >
195 <Tool
196 Name="VCPreBuildEventTool"
197 />
198 <Tool
199 Name="VCCustomBuildTool"
200 />
201 <Tool
202 Name="VCXMLDataGeneratorTool"
203 />
204 <Tool
205 Name="VCWebServiceProxyGeneratorTool"
206 />
207 <Tool
208 Name="VCMIDLTool"
209 />
210 <Tool
211 Name="VCCLCompilerTool"
212 Optimization="0"
213 AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
214 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB"
215 MinimalRebuild="true"
216 BasicRuntimeChecks="3"
217 RuntimeLibrary="3"
218 EnableFunctionLevelLinking="true"
219 UsePrecompiledHeader="0"
220 WarningLevel="3"
221 Detect64BitPortabilityProblems="true"
222 DebugInformationFormat="4"
223 />
224 <Tool
225 Name="VCManagedResourceCompilerTool"
226 />
227 <Tool
228 Name="VCResourceCompilerTool"
229 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB"
230 AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
231 />
232 <Tool
233 Name="VCPreLinkEventTool"
234 />
235 <Tool
236 Name="VCLibrarianTool"
237 OutputFile="$(OutDir)/ode.lib"
238 />
239 <Tool
240 Name="VCALinkTool"
241 />
242 <Tool
243 Name="VCXDCMakeTool"
244 />
245 <Tool
246 Name="VCBscMakeTool"
247 />
248 <Tool
249 Name="VCFxCopTool"
250 />
251 <Tool
252 Name="VCPostBuildEventTool"
253 />
254 </Configuration>
255 <Configuration
256 Name="ReleaseLib|Win32"
257 OutputDirectory="../../lib/ReleaseLib"
258 IntermediateDirectory="obj/ode/ReleaseLib"
259 ConfigurationType="4"
260 CharacterSet="2"
261 >
262 <Tool
263 Name="VCPreBuildEventTool"
264 />
265 <Tool
266 Name="VCCustomBuildTool"
267 />
268 <Tool
269 Name="VCXMLDataGeneratorTool"
270 />
271 <Tool
272 Name="VCWebServiceProxyGeneratorTool"
273 />
274 <Tool
275 Name="VCMIDLTool"
276 />
277 <Tool
278 Name="VCCLCompilerTool"
279 Optimization="2"
280 OmitFramePointers="true"
281 AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
282 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB"
283 StringPooling="true"
284 RuntimeLibrary="2"
285 EnableFunctionLevelLinking="true"
286 UsePrecompiledHeader="0"
287 WarningLevel="3"
288 Detect64BitPortabilityProblems="true"
289 DebugInformationFormat="0"
290 />
291 <Tool
292 Name="VCManagedResourceCompilerTool"
293 />
294 <Tool
295 Name="VCResourceCompilerTool"
296 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB"
297 AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
298 />
299 <Tool
300 Name="VCPreLinkEventTool"
301 />
302 <Tool
303 Name="VCLibrarianTool"
304 OutputFile="$(OutDir)/ode.lib"
305 />
306 <Tool
307 Name="VCALinkTool"
308 />
309 <Tool
310 Name="VCXDCMakeTool"
311 />
312 <Tool
313 Name="VCBscMakeTool"
314 />
315 <Tool
316 Name="VCFxCopTool"
317 />
318 <Tool
319 Name="VCPostBuildEventTool"
320 />
321 </Configuration>
322 </Configurations>
323 <References>
324 </References>
325 <Files>
326 <Filter
327 Name="include"
328 >
329 <Filter
330 Name="ode"
331 >
332 <File
333 RelativePath="..\..\include\ode\collision.h"
334 >
335 </File>
336 <File
337 RelativePath="..\..\include\ode\collision_space.h"
338 >
339 </File>
340 <File
341 RelativePath="..\..\include\ode\collision_trimesh.h"
342 >
343 </File>
344 <File
345 RelativePath="..\..\include\ode\common.h"
346 >
347 </File>
348 <File
349 RelativePath="..\..\include\ode\compatibility.h"
350 >
351 </File>
352 <File
353 RelativePath="..\..\include\ode\config.h"
354 >
355 </File>
356 <File
357 RelativePath="..\..\include\ode\contact.h"
358 >
359 </File>
360 <File
361 RelativePath="..\..\include\ode\error.h"
362 >
363 </File>
364 <File
365 RelativePath="..\..\include\ode\export-dif.h"
366 >
367 </File>
368 <File
369 RelativePath="..\..\include\ode\mass.h"
370 >
371 </File>
372 <File
373 RelativePath="..\..\include\ode\matrix.h"
374 >
375 </File>
376 <File
377 RelativePath="..\..\include\ode\memory.h"
378 >
379 </File>
380 <File
381 RelativePath="..\..\include\ode\misc.h"
382 >
383 </File>
384 <File
385 RelativePath="..\..\include\ode\objects.h"
386 >
387 </File>
388 <File
389 RelativePath="..\..\include\ode\ode.h"
390 >
391 </File>
392 <File
393 RelativePath="..\..\include\ode\odecpp.h"
394 >
395 </File>
396 <File
397 RelativePath="..\..\include\ode\odecpp_collision.h"
398 >
399 </File>
400 <File
401 RelativePath="..\..\include\ode\odemath.h"
402 >
403 </File>
404 <File
405 RelativePath="..\..\include\ode\rotation.h"
406 >
407 </File>
408 <File
409 RelativePath="..\..\include\ode\timer.h"
410 >
411 </File>
412 </Filter>
413 </Filter>
414 <Filter
415 Name="ode"
416 >
417 <Filter
418 Name="src"
419 >
420 <File
421 RelativePath="..\..\ode\src\array.cpp"
422 >
423 </File>
424 <File
425 RelativePath="..\..\ode\src\array.h"
426 >
427 </File>
428 <File
429 RelativePath="..\..\ode\src\box.cpp"
430 >
431 </File>
432 <File
433 RelativePath="..\..\ode\src\capsule.cpp"
434 >
435 </File>
436 <File
437 RelativePath="..\..\ode\src\collision_cylinder_box.cpp"
438 >
439 </File>
440 <File
441 RelativePath="..\..\ode\src\collision_cylinder_plane.cpp"
442 >
443 </File>
444 <File
445 RelativePath="..\..\ode\src\collision_cylinder_sphere.cpp"
446 >
447 </File>
448 <File
449 RelativePath="..\..\ode\src\collision_cylinder_trimesh.cpp"
450 >
451 </File>
452 <File
453 RelativePath="..\..\ode\src\collision_kernel.cpp"
454 >
455 </File>
456 <File
457 RelativePath="..\..\ode\src\collision_kernel.h"
458 >
459 </File>
460 <File
461 RelativePath="..\..\ode\src\collision_quadtreespace.cpp"
462 >
463 </File>
464 <File
465 RelativePath="..\..\ode\src\collision_space.cpp"
466 >
467 </File>
468 <File
469 RelativePath="..\..\ode\src\collision_space_internal.h"
470 >
471 </File>
472 <File
473 RelativePath="..\..\ode\src\collision_std.h"
474 >
475 </File>
476 <File
477 RelativePath="..\..\ode\src\collision_transform.cpp"
478 >
479 </File>
480 <File
481 RelativePath="..\..\ode\src\collision_transform.h"
482 >
483 </File>
484 <File
485 RelativePath="..\..\ode\src\collision_trimesh_box.cpp"
486 >
487 </File>
488 <File
489 RelativePath="..\..\ode\src\collision_trimesh_ccylinder.cpp"
490 >
491 </File>
492 <File
493 RelativePath="..\..\ode\src\collision_trimesh_distance.cpp"
494 >
495 </File>
496 <File
497 RelativePath="..\..\ode\src\collision_trimesh_gimpact.cpp"
498 >
499 </File>
500 <File
501 RelativePath="..\..\ode\src\collision_trimesh_internal.h"
502 >
503 </File>
504 <File
505 RelativePath="..\..\ode\src\collision_trimesh_opcode.cpp"
506 >
507 </File>
508 <File
509 RelativePath="..\..\ode\src\collision_trimesh_plane.cpp"
510 >
511 </File>
512 <File
513 RelativePath="..\..\ode\src\collision_trimesh_ray.cpp"
514 >
515 </File>
516 <File
517 RelativePath="..\..\ode\src\collision_trimesh_sphere.cpp"
518 >
519 </File>
520 <File
521 RelativePath="..\..\ode\src\collision_trimesh_trimesh.cpp"
522 >
523 </File>
524 <File
525 RelativePath="..\..\ode\src\collision_trimesh_trimesh_new.cpp"
526 >
527 </File>
528 <File
529 RelativePath="..\..\ode\src\collision_util.cpp"
530 >
531 </File>
532 <File
533 RelativePath="..\..\ode\src\collision_util.h"
534 >
535 </File>
536 <File
537 RelativePath="..\..\ode\src\convex.cpp"
538 >
539 </File>
540 <File
541 RelativePath="..\..\ode\src\cylinder.cpp"
542 >
543 </File>
544 <File
545 RelativePath="..\..\ode\src\error.cpp"
546 >
547 </File>
548 <File
549 RelativePath="..\..\ode\src\export-dif.cpp"
550 >
551 </File>
552 <File
553 RelativePath="..\..\ode\src\fastdot.c"
554 >
555 </File>
556 <File
557 RelativePath="..\..\ode\src\fastldlt.c"
558 >
559 </File>
560 <File
561 RelativePath="..\..\ode\src\fastlsolve.c"
562 >
563 </File>
564 <File
565 RelativePath="..\..\ode\src\fastltsolve.c"
566 >
567 </File>
568 <File
569 RelativePath="..\..\ode\src\heightfield.cpp"
570 >
571 </File>
572 <File
573 RelativePath="..\..\ode\src\heightfield.h"
574 >
575 </File>
576 <File
577 RelativePath="..\..\ode\src\joint.cpp"
578 >
579 </File>
580 <File
581 RelativePath="..\..\ode\src\joint.h"
582 >
583 </File>
584 <File
585 RelativePath="..\..\ode\src\lcp.cpp"
586 >
587 </File>
588 <File
589 RelativePath="..\..\ode\src\lcp.h"
590 >
591 </File>
592 <File
593 RelativePath="..\..\ode\src\mass.cpp"
594 >
595 </File>
596 <File
597 RelativePath="..\..\ode\src\mat.cpp"
598 >
599 </File>
600 <File
601 RelativePath="..\..\ode\src\mat.h"
602 >
603 </File>
604 <File
605 RelativePath="..\..\ode\src\matrix.cpp"
606 >
607 </File>
608 <File
609 RelativePath="..\..\ode\src\memory.cpp"
610 >
611 </File>
612 <File
613 RelativePath="..\..\ode\src\misc.cpp"
614 >
615 </File>
616 <File
617 RelativePath="..\..\ode\src\objects.h"
618 >
619 </File>
620 <File
621 RelativePath="..\..\ode\src\obstack.cpp"
622 >
623 </File>
624 <File
625 RelativePath="..\..\ode\src\obstack.h"
626 >
627 </File>
628 <File
629 RelativePath="..\..\ode\src\ode.cpp"
630 >
631 </File>
632 <File
633 RelativePath="..\..\ode\src\odemath.cpp"
634 >
635 </File>
636 <File
637 RelativePath="..\..\ode\src\plane.cpp"
638 >
639 </File>
640 <File
641 RelativePath="..\..\ode\src\quickstep.cpp"
642 >
643 </File>
644 <File
645 RelativePath="..\..\ode\src\quickstep.h"
646 >
647 </File>
648 <File
649 RelativePath="..\..\ode\src\ray.cpp"
650 >
651 </File>
652 <File
653 RelativePath="..\..\ode\src\rotation.cpp"
654 >
655 </File>
656 <File
657 RelativePath="..\..\ode\src\sphere.cpp"
658 >
659 </File>
660 <File
661 RelativePath="..\..\ode\src\stack.h"
662 >
663 </File>
664 <File
665 RelativePath="..\..\ode\src\step.cpp"
666 >
667 </File>
668 <File
669 RelativePath="..\..\ode\src\step.h"
670 >
671 </File>
672 <File
673 RelativePath="..\..\ode\src\stepfast.cpp"
674 >
675 </File>
676 <File
677 RelativePath="..\..\ode\src\testing.cpp"
678 >
679 </File>
680 <File
681 RelativePath="..\..\ode\src\testing.h"
682 >
683 </File>
684 <File
685 RelativePath="..\..\ode\src\timer.cpp"
686 >
687 </File>
688 <File
689 RelativePath="..\..\ode\src\util.cpp"
690 >
691 </File>
692 <File
693 RelativePath="..\..\ode\src\util.h"
694 >
695 </File>
696 </Filter>
697 </Filter>
698 <Filter
699 Name="GIMPACT"
700 >
701 <Filter
702 Name="include"
703 >
704 <Filter
705 Name="GIMPACT"
706 >
707 <File
708 RelativePath="..\..\GIMPACT\include\GIMPACT\gim_boxpruning.h"
709 >
710 </File>
711 <File
712 RelativePath="..\..\GIMPACT\include\GIMPACT\gim_contact.h"
713 >
714 </File>
715 <File
716 RelativePath="..\..\GIMPACT\include\GIMPACT\gim_geometry.h"
717 >
718 </File>
719 <File
720 RelativePath="..\..\GIMPACT\include\GIMPACT\gim_math.h"
721 >
722 </File>
723 <File
724 RelativePath="..\..\GIMPACT\include\GIMPACT\gim_memory.h"
725 >
726 </File>
727 <File
728 RelativePath="..\..\GIMPACT\include\GIMPACT\gim_radixsort.h"
729 >
730 </File>
731 <File
732 RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_capsule_collision.h"
733 >
734 </File>
735 <File
736 RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_collision.h"
737 >
738 </File>
739 <File
740 RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_sphere_collision.h"
741 >
742 </File>
743 <File
744 RelativePath="..\..\GIMPACT\include\GIMPACT\gim_trimesh.h"
745 >
746 </File>
747 <File
748 RelativePath="..\..\GIMPACT\include\GIMPACT\gimpact.h"
749 >
750 </File>
751 </Filter>
752 </Filter>
753 <Filter
754 Name="src"
755 >
756 <File
757 RelativePath="..\..\GIMPACT\src\gim_boxpruning.cpp"
758 >
759 </File>
760 <File
761 RelativePath="..\..\GIMPACT\src\gim_contact.cpp"
762 >
763 </File>
764 <File
765 RelativePath="..\..\GIMPACT\src\gim_math.cpp"
766 >
767 </File>
768 <File
769 RelativePath="..\..\GIMPACT\src\gim_memory.cpp"
770 >
771 </File>
772 <File
773 RelativePath="..\..\GIMPACT\src\gim_tri_tri_overlap.cpp"
774 >
775 </File>
776 <File
777 RelativePath="..\..\GIMPACT\src\gim_trimesh.cpp"
778 >
779 </File>
780 <File
781 RelativePath="..\..\GIMPACT\src\gim_trimesh_capsule_collision.cpp"
782 >
783 </File>
784 <File
785 RelativePath="..\..\GIMPACT\src\gim_trimesh_ray_collision.cpp"
786 >
787 </File>
788 <File
789 RelativePath="..\..\GIMPACT\src\gim_trimesh_sphere_collision.cpp"
790 >
791 </File>
792 <File
793 RelativePath="..\..\GIMPACT\src\gim_trimesh_trimesh_collision.cpp"
794 >
795 </File>
796 <File
797 RelativePath="..\..\GIMPACT\src\gimpact.cpp"
798 >
799 </File>
800 </Filter>
801 </Filter>
802 <Filter
803 Name="OPCODE"
804 >
805 <File
806 RelativePath="..\..\OPCODE\OPC_AABBCollider.cpp"
807 >
808 </File>
809 <File
810 RelativePath="..\..\OPCODE\OPC_AABBCollider.h"
811 >
812 </File>
813 <File
814 RelativePath="..\..\OPCODE\OPC_AABBTree.cpp"
815 >
816 </File>
817 <File
818 RelativePath="..\..\OPCODE\OPC_AABBTree.h"
819 >
820 </File>
821 <File
822 RelativePath="..\..\OPCODE\OPC_BaseModel.cpp"
823 >
824 </File>
825 <File
826 RelativePath="..\..\OPCODE\OPC_BaseModel.h"
827 >
828 </File>
829 <File
830 RelativePath="..\..\OPCODE\OPC_BoxBoxOverlap.h"
831 >
832 </File>
833 <File
834 RelativePath="..\..\OPCODE\OPC_BoxPruning.cpp"
835 >
836 </File>
837 <File
838 RelativePath="..\..\OPCODE\OPC_BoxPruning.h"
839 >
840 </File>
841 <File
842 RelativePath="..\..\OPCODE\OPC_Collider.cpp"
843 >
844 </File>
845 <File
846 RelativePath="..\..\OPCODE\OPC_Collider.h"
847 >
848 </File>
849 <File
850 RelativePath="..\..\OPCODE\OPC_Common.cpp"
851 >
852 </File>
853 <File
854 RelativePath="..\..\OPCODE\OPC_Common.h"
855 >
856 </File>
857 <File
858 RelativePath="..\..\OPCODE\OPC_HybridModel.cpp"
859 >
860 </File>
861 <File
862 RelativePath="..\..\OPCODE\OPC_HybridModel.h"
863 >
864 </File>
865 <File
866 RelativePath="..\..\OPCODE\OPC_IceHook.h"
867 >
868 </File>
869 <File
870 RelativePath="..\..\OPCODE\OPC_LSSAABBOverlap.h"
871 >
872 </File>
873 <File
874 RelativePath="..\..\OPCODE\OPC_LSSCollider.cpp"
875 >
876 </File>
877 <File
878 RelativePath="..\..\OPCODE\OPC_LSSCollider.h"
879 >
880 </File>
881 <File
882 RelativePath="..\..\OPCODE\OPC_LSSTriOverlap.h"
883 >
884 </File>
885 <File
886 RelativePath="..\..\OPCODE\OPC_MeshInterface.cpp"
887 >
888 </File>
889 <File
890 RelativePath="..\..\OPCODE\OPC_MeshInterface.h"
891 >
892 </File>
893 <File
894 RelativePath="..\..\OPCODE\OPC_Model.cpp"
895 >
896 </File>
897 <File
898 RelativePath="..\..\OPCODE\OPC_Model.h"
899 >
900 </File>
901 <File
902 RelativePath="..\..\OPCODE\OPC_OBBCollider.cpp"
903 >
904 </File>
905 <File
906 RelativePath="..\..\OPCODE\OPC_OBBCollider.h"
907 >
908 </File>
909 <File
910 RelativePath="..\..\OPCODE\OPC_OptimizedTree.cpp"
911 >
912 </File>
913 <File
914 RelativePath="..\..\OPCODE\OPC_OptimizedTree.h"
915 >
916 </File>
917 <File
918 RelativePath="..\..\OPCODE\OPC_Picking.cpp"
919 >
920 </File>
921 <File
922 RelativePath="..\..\OPCODE\OPC_Picking.h"
923 >
924 </File>
925 <File
926 RelativePath="..\..\OPCODE\OPC_PlanesAABBOverlap.h"
927 >
928 </File>
929 <File
930 RelativePath="..\..\OPCODE\OPC_PlanesCollider.cpp"
931 >
932 </File>
933 <File
934 RelativePath="..\..\OPCODE\OPC_PlanesCollider.h"
935 >
936 </File>
937 <File
938 RelativePath="..\..\OPCODE\OPC_PlanesTriOverlap.h"
939 >
940 </File>
941 <File
942 RelativePath="..\..\OPCODE\OPC_RayAABBOverlap.h"
943 >
944 </File>
945 <File
946 RelativePath="..\..\OPCODE\OPC_RayCollider.cpp"
947 >
948 </File>
949 <File
950 RelativePath="..\..\OPCODE\OPC_RayCollider.h"
951 >
952 </File>
953 <File
954 RelativePath="..\..\OPCODE\OPC_RayTriOverlap.h"
955 >
956 </File>
957 <File
958 RelativePath="..\..\OPCODE\OPC_Settings.h"
959 >
960 </File>
961 <File
962 RelativePath="..\..\OPCODE\OPC_SphereAABBOverlap.h"
963 >
964 </File>
965 <File
966 RelativePath="..\..\OPCODE\OPC_SphereCollider.cpp"
967 >
968 </File>
969 <File
970 RelativePath="..\..\OPCODE\OPC_SphereCollider.h"
971 >
972 </File>
973 <File
974 RelativePath="..\..\OPCODE\OPC_SphereTriOverlap.h"
975 >
976 </File>
977 <File
978 RelativePath="..\..\OPCODE\OPC_SweepAndPrune.cpp"
979 >
980 </File>
981 <File
982 RelativePath="..\..\OPCODE\OPC_SweepAndPrune.h"
983 >
984 </File>
985 <File
986 RelativePath="..\..\OPCODE\OPC_TreeBuilders.cpp"
987 >
988 </File>
989 <File
990 RelativePath="..\..\OPCODE\OPC_TreeBuilders.h"
991 >
992 </File>
993 <File
994 RelativePath="..\..\OPCODE\OPC_TreeCollider.cpp"
995 >
996 </File>
997 <File
998 RelativePath="..\..\OPCODE\OPC_TreeCollider.h"
999 >
1000 </File>
1001 <File
1002 RelativePath="..\..\OPCODE\OPC_TriBoxOverlap.h"
1003 >
1004 </File>
1005 <File
1006 RelativePath="..\..\OPCODE\OPC_TriTriOverlap.h"
1007 >
1008 </File>
1009 <File
1010 RelativePath="..\..\OPCODE\OPC_VolumeCollider.cpp"
1011 >
1012 </File>
1013 <File
1014 RelativePath="..\..\OPCODE\OPC_VolumeCollider.h"
1015 >
1016 </File>
1017 <File
1018 RelativePath="..\..\OPCODE\Opcode.cpp"
1019 >
1020 </File>
1021 <File
1022 RelativePath="..\..\OPCODE\Opcode.h"
1023 >
1024 </File>
1025 <File
1026 RelativePath="..\..\OPCODE\StdAfx.cpp"
1027 >
1028 </File>
1029 <File
1030 RelativePath="..\..\OPCODE\Stdafx.h"
1031 >
1032 </File>
1033 <Filter
1034 Name="Ice"
1035 >
1036 <File
1037 RelativePath="..\..\OPCODE\Ice\IceAABB.cpp"
1038 >
1039 </File>
1040 <File
1041 RelativePath="..\..\OPCODE\Ice\IceAABB.h"
1042 >
1043 </File>
1044 <File
1045 RelativePath="..\..\OPCODE\Ice\IceAxes.h"
1046 >
1047 </File>
1048 <File
1049 RelativePath="..\..\OPCODE\Ice\IceBoundingSphere.h"
1050 >
1051 </File>
1052 <File
1053 RelativePath="..\..\OPCODE\Ice\IceContainer.cpp"
1054 >
1055 </File>
1056 <File
1057 RelativePath="..\..\OPCODE\Ice\IceContainer.h"
1058 >
1059 </File>
1060 <File
1061 RelativePath="..\..\OPCODE\Ice\IceFPU.h"
1062 >
1063 </File>
1064 <File
1065 RelativePath="..\..\OPCODE\Ice\IceHPoint.cpp"
1066 >
1067 </File>
1068 <File
1069 RelativePath="..\..\OPCODE\Ice\IceHPoint.h"
1070 >
1071 </File>
1072 <File
1073 RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.cpp"
1074 >
1075 </File>
1076 <File
1077 RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.h"
1078 >
1079 </File>
1080 <File
1081 RelativePath="..\..\OPCODE\Ice\IceLSS.h"
1082 >
1083 </File>
1084 <File
1085 RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.cpp"
1086 >
1087 </File>
1088 <File
1089 RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.h"
1090 >
1091 </File>
1092 <File
1093 RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.cpp"
1094 >
1095 </File>
1096 <File
1097 RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.h"
1098 >
1099 </File>
1100 <File
1101 RelativePath="..\..\OPCODE\Ice\IceMemoryMacros.h"
1102 >
1103 </File>
1104 <File
1105 RelativePath="..\..\OPCODE\Ice\IceOBB.cpp"
1106 >
1107 </File>
1108 <File
1109 RelativePath="..\..\OPCODE\Ice\IceOBB.h"
1110 >
1111 </File>
1112 <File
1113 RelativePath="..\..\OPCODE\Ice\IcePairs.h"
1114 >
1115 </File>
1116 <File
1117 RelativePath="..\..\OPCODE\Ice\IcePlane.cpp"
1118 >
1119 </File>
1120 <File
1121 RelativePath="..\..\OPCODE\Ice\IcePlane.h"
1122 >
1123 </File>
1124 <File
1125 RelativePath="..\..\OPCODE\Ice\IcePoint.cpp"
1126 >
1127 </File>
1128 <File
1129 RelativePath="..\..\OPCODE\Ice\IcePoint.h"
1130 >
1131 </File>
1132 <File
1133 RelativePath="..\..\OPCODE\Ice\IcePreprocessor.h"
1134 >
1135 </File>
1136 <File
1137 RelativePath="..\..\OPCODE\Ice\IceRandom.cpp"
1138 >
1139 </File>
1140 <File
1141 RelativePath="..\..\OPCODE\Ice\IceRandom.h"
1142 >
1143 </File>
1144 <File
1145 RelativePath="..\..\OPCODE\Ice\IceRay.cpp"
1146 >
1147 </File>
1148 <File
1149 RelativePath="..\..\OPCODE\Ice\IceRay.h"
1150 >
1151 </File>
1152 <File
1153 RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.cpp"
1154 >
1155 </File>
1156 <File
1157 RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.h"
1158 >
1159 </File>
1160 <File
1161 RelativePath="..\..\OPCODE\Ice\IceSegment.cpp"
1162 >
1163 </File>
1164 <File
1165 RelativePath="..\..\OPCODE\Ice\IceSegment.h"
1166 >
1167 </File>
1168 <File
1169 RelativePath="..\..\OPCODE\Ice\IceTriangle.cpp"
1170 >
1171 </File>
1172 <File
1173 RelativePath="..\..\OPCODE\Ice\IceTriangle.h"
1174 >
1175 </File>
1176 <File
1177 RelativePath="..\..\OPCODE\Ice\IceTriList.h"
1178 >
1179 </File>
1180 <File
1181 RelativePath="..\..\OPCODE\Ice\IceTypes.h"
1182 >
1183 </File>
1184 <File
1185 RelativePath="..\..\OPCODE\Ice\IceUtils.cpp"
1186 >
1187 </File>
1188 <File
1189 RelativePath="..\..\OPCODE\Ice\IceUtils.h"
1190 >
1191 </File>
1192 </Filter>
1193 </Filter>
1194 </Files>
1195 <Globals>
1196 </Globals>
1197</VisualStudioProject>