Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ode/ode-0.9/build/vs2005/ode.vcproj @ 216

Last change on this file since 216 was 216, checked in by mathiask, 16 years ago

[Physik] add ode-0.9

File size: 23.8 KB
Line 
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                        CharacterSet="2"
108                        >
109                        <Tool
110                                Name="VCPreBuildEventTool"
111                        />
112                        <Tool
113                                Name="VCCustomBuildTool"
114                        />
115                        <Tool
116                                Name="VCXMLDataGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCWebServiceProxyGeneratorTool"
120                        />
121                        <Tool
122                                Name="VCMIDLTool"
123                        />
124                        <Tool
125                                Name="VCCLCompilerTool"
126                                Optimization="2"
127                                OmitFramePointers="true"
128                                AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
129                                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_DLL"
130                                StringPooling="true"
131                                RuntimeLibrary="2"
132                                EnableFunctionLevelLinking="true"
133                                UsePrecompiledHeader="0"
134                                WarningLevel="3"
135                                Detect64BitPortabilityProblems="true"
136                                DebugInformationFormat="0"
137                        />
138                        <Tool
139                                Name="VCManagedResourceCompilerTool"
140                        />
141                        <Tool
142                                Name="VCResourceCompilerTool"
143                                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_DLL"
144                                AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
145                        />
146                        <Tool
147                                Name="VCPreLinkEventTool"
148                        />
149                        <Tool
150                                Name="VCLinkerTool"
151                                AdditionalDependencies="user32.lib"
152                                OutputFile="$(OutDir)/ode.dll"
153                                LinkIncremental="1"
154                                AdditionalLibraryDirectories="../../lib/ReleaseDLL"
155                                GenerateDebugInformation="false"
156                                SubSystem="2"
157                                OptimizeReferences="2"
158                                EnableCOMDATFolding="2"
159                                ImportLibrary="../../lib/ReleaseDLL/ode.lib"
160                                TargetMachine="1"
161                        />
162                        <Tool
163                                Name="VCALinkTool"
164                        />
165                        <Tool
166                                Name="VCManifestTool"
167                        />
168                        <Tool
169                                Name="VCXDCMakeTool"
170                        />
171                        <Tool
172                                Name="VCBscMakeTool"
173                        />
174                        <Tool
175                                Name="VCFxCopTool"
176                        />
177                        <Tool
178                                Name="VCAppVerifierTool"
179                        />
180                        <Tool
181                                Name="VCWebDeploymentTool"
182                        />
183                        <Tool
184                                Name="VCPostBuildEventTool"
185                        />
186                </Configuration>
187                <Configuration
188                        Name="DebugLib|Win32"
189                        OutputDirectory="../../lib/DebugLib"
190                        IntermediateDirectory="obj/ode/DebugLib"
191                        ConfigurationType="4"
192                        CharacterSet="2"
193                        >
194                        <Tool
195                                Name="VCPreBuildEventTool"
196                        />
197                        <Tool
198                                Name="VCCustomBuildTool"
199                        />
200                        <Tool
201                                Name="VCXMLDataGeneratorTool"
202                        />
203                        <Tool
204                                Name="VCWebServiceProxyGeneratorTool"
205                        />
206                        <Tool
207                                Name="VCMIDLTool"
208                        />
209                        <Tool
210                                Name="VCCLCompilerTool"
211                                Optimization="0"
212                                AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
213                                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB"
214                                MinimalRebuild="true"
215                                BasicRuntimeChecks="3"
216                                RuntimeLibrary="3"
217                                EnableFunctionLevelLinking="true"
218                                UsePrecompiledHeader="0"
219                                WarningLevel="3"
220                                Detect64BitPortabilityProblems="true"
221                                DebugInformationFormat="4"
222                        />
223                        <Tool
224                                Name="VCManagedResourceCompilerTool"
225                        />
226                        <Tool
227                                Name="VCResourceCompilerTool"
228                                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB"
229                                AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
230                        />
231                        <Tool
232                                Name="VCPreLinkEventTool"
233                        />
234                        <Tool
235                                Name="VCLibrarianTool"
236                                OutputFile="$(OutDir)/ode.lib"
237                        />
238                        <Tool
239                                Name="VCALinkTool"
240                        />
241                        <Tool
242                                Name="VCManifestTool"
243                        />
244                        <Tool
245                                Name="VCXDCMakeTool"
246                        />
247                        <Tool
248                                Name="VCBscMakeTool"
249                        />
250                        <Tool
251                                Name="VCFxCopTool"
252                        />
253                        <Tool
254                                Name="VCAppVerifierTool"
255                        />
256                        <Tool
257                                Name="VCWebDeploymentTool"
258                        />
259                        <Tool
260                                Name="VCPostBuildEventTool"
261                        />
262                </Configuration>
263                <Configuration
264                        Name="ReleaseLib|Win32"
265                        OutputDirectory="../../lib/ReleaseLib"
266                        IntermediateDirectory="obj/ode/ReleaseLib"
267                        ConfigurationType="4"
268                        CharacterSet="2"
269                        >
270                        <Tool
271                                Name="VCPreBuildEventTool"
272                        />
273                        <Tool
274                                Name="VCCustomBuildTool"
275                        />
276                        <Tool
277                                Name="VCXMLDataGeneratorTool"
278                        />
279                        <Tool
280                                Name="VCWebServiceProxyGeneratorTool"
281                        />
282                        <Tool
283                                Name="VCMIDLTool"
284                        />
285                        <Tool
286                                Name="VCCLCompilerTool"
287                                Optimization="2"
288                                OmitFramePointers="true"
289                                AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
290                                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB"
291                                StringPooling="true"
292                                RuntimeLibrary="2"
293                                EnableFunctionLevelLinking="true"
294                                UsePrecompiledHeader="0"
295                                WarningLevel="3"
296                                Detect64BitPortabilityProblems="true"
297                                DebugInformationFormat="0"
298                        />
299                        <Tool
300                                Name="VCManagedResourceCompilerTool"
301                        />
302                        <Tool
303                                Name="VCResourceCompilerTool"
304                                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB"
305                                AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"
306                        />
307                        <Tool
308                                Name="VCPreLinkEventTool"
309                        />
310                        <Tool
311                                Name="VCLibrarianTool"
312                                OutputFile="$(OutDir)/ode.lib"
313                        />
314                        <Tool
315                                Name="VCALinkTool"
316                        />
317                        <Tool
318                                Name="VCManifestTool"
319                        />
320                        <Tool
321                                Name="VCXDCMakeTool"
322                        />
323                        <Tool
324                                Name="VCBscMakeTool"
325                        />
326                        <Tool
327                                Name="VCFxCopTool"
328                        />
329                        <Tool
330                                Name="VCAppVerifierTool"
331                        />
332                        <Tool
333                                Name="VCWebDeploymentTool"
334                        />
335                        <Tool
336                                Name="VCPostBuildEventTool"
337                        />
338                </Configuration>
339        </Configurations>
340        <References>
341        </References>
342        <Files>
343                <Filter
344                        Name="include"
345                        Filter=""
346                        >
347                        <Filter
348                                Name="ode"
349                                Filter=""
350                                >
351                                <File
352                                        RelativePath="..\..\include\ode\collision.h">
353                                </File>
354                                <File
355                                        RelativePath="..\..\include\ode\collision_space.h">
356                                </File>
357                                <File
358                                        RelativePath="..\..\include\ode\collision_trimesh.h">
359                                </File>
360                                <File
361                                        RelativePath="..\..\include\ode\common.h">
362                                </File>
363                                <File
364                                        RelativePath="..\..\include\ode\compatibility.h">
365                                </File>
366                                <File
367                                        RelativePath="..\..\include\ode\config.h">
368                                </File>
369                                <File
370                                        RelativePath="..\..\include\ode\contact.h">
371                                </File>
372                                <File
373                                        RelativePath="..\..\include\ode\error.h">
374                                </File>
375                                <File
376                                        RelativePath="..\..\include\ode\export-dif.h">
377                                </File>
378                                <File
379                                        RelativePath="..\..\include\ode\mass.h">
380                                </File>
381                                <File
382                                        RelativePath="..\..\include\ode\matrix.h">
383                                </File>
384                                <File
385                                        RelativePath="..\..\include\ode\memory.h">
386                                </File>
387                                <File
388                                        RelativePath="..\..\include\ode\misc.h">
389                                </File>
390                                <File
391                                        RelativePath="..\..\include\ode\objects.h">
392                                </File>
393                                <File
394                                        RelativePath="..\..\include\ode\ode.h">
395                                </File>
396                                <File
397                                        RelativePath="..\..\include\ode\odecpp.h">
398                                </File>
399                                <File
400                                        RelativePath="..\..\include\ode\odecpp_collision.h">
401                                </File>
402                                <File
403                                        RelativePath="..\..\include\ode\odemath.h">
404                                </File>
405                                <File
406                                        RelativePath="..\..\include\ode\rotation.h">
407                                </File>
408                                <File
409                                        RelativePath="..\..\include\ode\timer.h">
410                                </File>
411                        </Filter>
412                </Filter>
413                <Filter
414                        Name="ode"
415                        Filter=""
416                        >
417                        <Filter
418                                Name="src"
419                                Filter=""
420                                >
421                                <File
422                                        RelativePath="..\..\ode\src\array.h">
423                                </File>
424                                <File
425                                        RelativePath="..\..\ode\src\collision_kernel.h">
426                                </File>
427                                <File
428                                        RelativePath="..\..\ode\src\collision_space_internal.h">
429                                </File>
430                                <File
431                                        RelativePath="..\..\ode\src\collision_std.h">
432                                </File>
433                                <File
434                                        RelativePath="..\..\ode\src\collision_transform.h">
435                                </File>
436                                <File
437                                        RelativePath="..\..\ode\src\collision_trimesh_internal.h">
438                                </File>
439                                <File
440                                        RelativePath="..\..\ode\src\collision_util.h">
441                                </File>
442                                <File
443                                        RelativePath="..\..\ode\src\heightfield.h">
444                                </File>
445                                <File
446                                        RelativePath="..\..\ode\src\joint.h">
447                                </File>
448                                <File
449                                        RelativePath="..\..\ode\src\lcp.h">
450                                </File>
451                                <File
452                                        RelativePath="..\..\ode\src\mat.h">
453                                </File>
454                                <File
455                                        RelativePath="..\..\ode\src\objects.h">
456                                </File>
457                                <File
458                                        RelativePath="..\..\ode\src\obstack.h">
459                                </File>
460                                <File
461                                        RelativePath="..\..\ode\src\quickstep.h">
462                                </File>
463                                <File
464                                        RelativePath="..\..\ode\src\stack.h">
465                                </File>
466                                <File
467                                        RelativePath="..\..\ode\src\step.h">
468                                </File>
469                                <File
470                                        RelativePath="..\..\ode\src\testing.h">
471                                </File>
472                                <File
473                                        RelativePath="..\..\ode\src\util.h">
474                                </File>
475                                <File
476                                        RelativePath="..\..\ode\src\fastdot.c">
477                                </File>
478                                <File
479                                        RelativePath="..\..\ode\src\fastldlt.c">
480                                </File>
481                                <File
482                                        RelativePath="..\..\ode\src\fastlsolve.c">
483                                </File>
484                                <File
485                                        RelativePath="..\..\ode\src\fastltsolve.c">
486                                </File>
487                                <File
488                                        RelativePath="..\..\ode\src\array.cpp">
489                                </File>
490                                <File
491                                        RelativePath="..\..\ode\src\box.cpp">
492                                </File>
493                                <File
494                                        RelativePath="..\..\ode\src\capsule.cpp">
495                                </File>
496                                <File
497                                        RelativePath="..\..\ode\src\collision_cylinder_box.cpp">
498                                </File>
499                                <File
500                                        RelativePath="..\..\ode\src\collision_cylinder_plane.cpp">
501                                </File>
502                                <File
503                                        RelativePath="..\..\ode\src\collision_cylinder_sphere.cpp">
504                                </File>
505                                <File
506                                        RelativePath="..\..\ode\src\collision_cylinder_trimesh.cpp">
507                                </File>
508                                <File
509                                        RelativePath="..\..\ode\src\collision_kernel.cpp">
510                                </File>
511                                <File
512                                        RelativePath="..\..\ode\src\collision_quadtreespace.cpp">
513                                </File>
514                                <File
515                                        RelativePath="..\..\ode\src\collision_space.cpp">
516                                </File>
517                                <File
518                                        RelativePath="..\..\ode\src\collision_transform.cpp">
519                                </File>
520                                <File
521                                        RelativePath="..\..\ode\src\collision_trimesh_box.cpp">
522                                </File>
523                                <File
524                                        RelativePath="..\..\ode\src\collision_trimesh_ccylinder.cpp">
525                                </File>
526                                <File
527                                        RelativePath="..\..\ode\src\collision_trimesh_distance.cpp">
528                                </File>
529                                <File
530                                        RelativePath="..\..\ode\src\collision_trimesh_gimpact.cpp">
531                                </File>
532                                <File
533                                        RelativePath="..\..\ode\src\collision_trimesh_opcode.cpp">
534                                </File>
535                                <File
536                                        RelativePath="..\..\ode\src\collision_trimesh_plane.cpp">
537                                </File>
538                                <File
539                                        RelativePath="..\..\ode\src\collision_trimesh_ray.cpp">
540                                </File>
541                                <File
542                                        RelativePath="..\..\ode\src\collision_trimesh_sphere.cpp">
543                                </File>
544                                <File
545                                        RelativePath="..\..\ode\src\collision_trimesh_trimesh.cpp">
546                                </File>
547                                <File
548                                        RelativePath="..\..\ode\src\collision_trimesh_trimesh_new.cpp">
549                                </File>
550                                <File
551                                        RelativePath="..\..\ode\src\collision_util.cpp">
552                                </File>
553                                <File
554                                        RelativePath="..\..\ode\src\convex.cpp">
555                                </File>
556                                <File
557                                        RelativePath="..\..\ode\src\cylinder.cpp">
558                                </File>
559                                <File
560                                        RelativePath="..\..\ode\src\error.cpp">
561                                </File>
562                                <File
563                                        RelativePath="..\..\ode\src\export-dif.cpp">
564                                </File>
565                                <File
566                                        RelativePath="..\..\ode\src\heightfield.cpp">
567                                </File>
568                                <File
569                                        RelativePath="..\..\ode\src\joint.cpp">
570                                </File>
571                                <File
572                                        RelativePath="..\..\ode\src\lcp.cpp">
573                                </File>
574                                <File
575                                        RelativePath="..\..\ode\src\mass.cpp">
576                                </File>
577                                <File
578                                        RelativePath="..\..\ode\src\mat.cpp">
579                                </File>
580                                <File
581                                        RelativePath="..\..\ode\src\matrix.cpp">
582                                </File>
583                                <File
584                                        RelativePath="..\..\ode\src\memory.cpp">
585                                </File>
586                                <File
587                                        RelativePath="..\..\ode\src\misc.cpp">
588                                </File>
589                                <File
590                                        RelativePath="..\..\ode\src\obstack.cpp">
591                                </File>
592                                <File
593                                        RelativePath="..\..\ode\src\ode.cpp">
594                                </File>
595                                <File
596                                        RelativePath="..\..\ode\src\odemath.cpp">
597                                </File>
598                                <File
599                                        RelativePath="..\..\ode\src\plane.cpp">
600                                </File>
601                                <File
602                                        RelativePath="..\..\ode\src\quickstep.cpp">
603                                </File>
604                                <File
605                                        RelativePath="..\..\ode\src\ray.cpp">
606                                </File>
607                                <File
608                                        RelativePath="..\..\ode\src\rotation.cpp">
609                                </File>
610                                <File
611                                        RelativePath="..\..\ode\src\sphere.cpp">
612                                </File>
613                                <File
614                                        RelativePath="..\..\ode\src\step.cpp">
615                                </File>
616                                <File
617                                        RelativePath="..\..\ode\src\stepfast.cpp">
618                                </File>
619                                <File
620                                        RelativePath="..\..\ode\src\testing.cpp">
621                                </File>
622                                <File
623                                        RelativePath="..\..\ode\src\timer.cpp">
624                                </File>
625                                <File
626                                        RelativePath="..\..\ode\src\util.cpp">
627                                </File>
628                        </Filter>
629                </Filter>
630                <Filter
631                        Name="GIMPACT"
632                        Filter=""
633                        >
634                        <Filter
635                                Name="include"
636                                Filter=""
637                                >
638                                <Filter
639                                        Name="GIMPACT"
640                                        Filter=""
641                                        >
642                                        <File
643                                                RelativePath="..\..\GIMPACT\include\GIMPACT\gimpact.h">
644                                        </File>
645                                        <File
646                                                RelativePath="..\..\GIMPACT\include\GIMPACT\gim_boxpruning.h">
647                                        </File>
648                                        <File
649                                                RelativePath="..\..\GIMPACT\include\GIMPACT\gim_contact.h">
650                                        </File>
651                                        <File
652                                                RelativePath="..\..\GIMPACT\include\GIMPACT\gim_geometry.h">
653                                        </File>
654                                        <File
655                                                RelativePath="..\..\GIMPACT\include\GIMPACT\gim_math.h">
656                                        </File>
657                                        <File
658                                                RelativePath="..\..\GIMPACT\include\GIMPACT\gim_memory.h">
659                                        </File>
660                                        <File
661                                                RelativePath="..\..\GIMPACT\include\GIMPACT\gim_radixsort.h">
662                                        </File>
663                                        <File
664                                                RelativePath="..\..\GIMPACT\include\GIMPACT\gim_trimesh.h">
665                                        </File>
666                                        <File
667                                                RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_capsule_collision.h">
668                                        </File>
669                                        <File
670                                                RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_collision.h">
671                                        </File>
672                                        <File
673                                                RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_sphere_collision.h">
674                                        </File>
675                                </Filter>
676                        </Filter>
677                        <Filter
678                                Name="src"
679                                Filter=""
680                                >
681                                <File
682                                        RelativePath="..\..\GIMPACT\src\gimpact.cpp">
683                                </File>
684                                <File
685                                        RelativePath="..\..\GIMPACT\src\gim_boxpruning.cpp">
686                                </File>
687                                <File
688                                        RelativePath="..\..\GIMPACT\src\gim_contact.cpp">
689                                </File>
690                                <File
691                                        RelativePath="..\..\GIMPACT\src\gim_math.cpp">
692                                </File>
693                                <File
694                                        RelativePath="..\..\GIMPACT\src\gim_memory.cpp">
695                                </File>
696                                <File
697                                        RelativePath="..\..\GIMPACT\src\gim_trimesh.cpp">
698                                </File>
699                                <File
700                                        RelativePath="..\..\GIMPACT\src\gim_trimesh_capsule_collision.cpp">
701                                </File>
702                                <File
703                                        RelativePath="..\..\GIMPACT\src\gim_trimesh_ray_collision.cpp">
704                                </File>
705                                <File
706                                        RelativePath="..\..\GIMPACT\src\gim_trimesh_sphere_collision.cpp">
707                                </File>
708                                <File
709                                        RelativePath="..\..\GIMPACT\src\gim_trimesh_trimesh_collision.cpp">
710                                </File>
711                                <File
712                                        RelativePath="..\..\GIMPACT\src\gim_tri_tri_overlap.cpp">
713                                </File>
714                        </Filter>
715                </Filter>
716                <Filter
717                        Name="OPCODE"
718                        Filter=""
719                        >
720                        <Filter
721                                Name="Ice"
722                                Filter=""
723                                >
724                                <File
725                                        RelativePath="..\..\OPCODE\Ice\IceAABB.h">
726                                </File>
727                                <File
728                                        RelativePath="..\..\OPCODE\Ice\IceAxes.h">
729                                </File>
730                                <File
731                                        RelativePath="..\..\OPCODE\Ice\IceBoundingSphere.h">
732                                </File>
733                                <File
734                                        RelativePath="..\..\OPCODE\Ice\IceContainer.h">
735                                </File>
736                                <File
737                                        RelativePath="..\..\OPCODE\Ice\IceFPU.h">
738                                </File>
739                                <File
740                                        RelativePath="..\..\OPCODE\Ice\IceHPoint.h">
741                                </File>
742                                <File
743                                        RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.h">
744                                </File>
745                                <File
746                                        RelativePath="..\..\OPCODE\Ice\IceLSS.h">
747                                </File>
748                                <File
749                                        RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.h">
750                                </File>
751                                <File
752                                        RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.h">
753                                </File>
754                                <File
755                                        RelativePath="..\..\OPCODE\Ice\IceMemoryMacros.h">
756                                </File>
757                                <File
758                                        RelativePath="..\..\OPCODE\Ice\IceOBB.h">
759                                </File>
760                                <File
761                                        RelativePath="..\..\OPCODE\Ice\IcePairs.h">
762                                </File>
763                                <File
764                                        RelativePath="..\..\OPCODE\Ice\IcePlane.h">
765                                </File>
766                                <File
767                                        RelativePath="..\..\OPCODE\Ice\IcePoint.h">
768                                </File>
769                                <File
770                                        RelativePath="..\..\OPCODE\Ice\IcePreprocessor.h">
771                                </File>
772                                <File
773                                        RelativePath="..\..\OPCODE\Ice\IceRandom.h">
774                                </File>
775                                <File
776                                        RelativePath="..\..\OPCODE\Ice\IceRay.h">
777                                </File>
778                                <File
779                                        RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.h">
780                                </File>
781                                <File
782                                        RelativePath="..\..\OPCODE\Ice\IceSegment.h">
783                                </File>
784                                <File
785                                        RelativePath="..\..\OPCODE\Ice\IceTriangle.h">
786                                </File>
787                                <File
788                                        RelativePath="..\..\OPCODE\Ice\IceTriList.h">
789                                </File>
790                                <File
791                                        RelativePath="..\..\OPCODE\Ice\IceTypes.h">
792                                </File>
793                                <File
794                                        RelativePath="..\..\OPCODE\Ice\IceUtils.h">
795                                </File>
796                                <File
797                                        RelativePath="..\..\OPCODE\Ice\IceAABB.cpp">
798                                </File>
799                                <File
800                                        RelativePath="..\..\OPCODE\Ice\IceContainer.cpp">
801                                </File>
802                                <File
803                                        RelativePath="..\..\OPCODE\Ice\IceHPoint.cpp">
804                                </File>
805                                <File
806                                        RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.cpp">
807                                </File>
808                                <File
809                                        RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.cpp">
810                                </File>
811                                <File
812                                        RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.cpp">
813                                </File>
814                                <File
815                                        RelativePath="..\..\OPCODE\Ice\IceOBB.cpp">
816                                </File>
817                                <File
818                                        RelativePath="..\..\OPCODE\Ice\IcePlane.cpp">
819                                </File>
820                                <File
821                                        RelativePath="..\..\OPCODE\Ice\IcePoint.cpp">
822                                </File>
823                                <File
824                                        RelativePath="..\..\OPCODE\Ice\IceRandom.cpp">
825                                </File>
826                                <File
827                                        RelativePath="..\..\OPCODE\Ice\IceRay.cpp">
828                                </File>
829                                <File
830                                        RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.cpp">
831                                </File>
832                                <File
833                                        RelativePath="..\..\OPCODE\Ice\IceSegment.cpp">
834                                </File>
835                                <File
836                                        RelativePath="..\..\OPCODE\Ice\IceTriangle.cpp">
837                                </File>
838                                <File
839                                        RelativePath="..\..\OPCODE\Ice\IceUtils.cpp">
840                                </File>
841                        </Filter>
842                        <File
843                                RelativePath="..\..\OPCODE\Opcode.h">
844                        </File>
845                        <File
846                                RelativePath="..\..\OPCODE\OPC_AABBCollider.h">
847                        </File>
848                        <File
849                                RelativePath="..\..\OPCODE\OPC_AABBTree.h">
850                        </File>
851                        <File
852                                RelativePath="..\..\OPCODE\OPC_BaseModel.h">
853                        </File>
854                        <File
855                                RelativePath="..\..\OPCODE\OPC_BoxBoxOverlap.h">
856                        </File>
857                        <File
858                                RelativePath="..\..\OPCODE\OPC_BoxPruning.h">
859                        </File>
860                        <File
861                                RelativePath="..\..\OPCODE\OPC_Collider.h">
862                        </File>
863                        <File
864                                RelativePath="..\..\OPCODE\OPC_Common.h">
865                        </File>
866                        <File
867                                RelativePath="..\..\OPCODE\OPC_HybridModel.h">
868                        </File>
869                        <File
870                                RelativePath="..\..\OPCODE\OPC_IceHook.h">
871                        </File>
872                        <File
873                                RelativePath="..\..\OPCODE\OPC_LSSAABBOverlap.h">
874                        </File>
875                        <File
876                                RelativePath="..\..\OPCODE\OPC_LSSCollider.h">
877                        </File>
878                        <File
879                                RelativePath="..\..\OPCODE\OPC_LSSTriOverlap.h">
880                        </File>
881                        <File
882                                RelativePath="..\..\OPCODE\OPC_MeshInterface.h">
883                        </File>
884                        <File
885                                RelativePath="..\..\OPCODE\OPC_Model.h">
886                        </File>
887                        <File
888                                RelativePath="..\..\OPCODE\OPC_OBBCollider.h">
889                        </File>
890                        <File
891                                RelativePath="..\..\OPCODE\OPC_OptimizedTree.h">
892                        </File>
893                        <File
894                                RelativePath="..\..\OPCODE\OPC_Picking.h">
895                        </File>
896                        <File
897                                RelativePath="..\..\OPCODE\OPC_PlanesAABBOverlap.h">
898                        </File>
899                        <File
900                                RelativePath="..\..\OPCODE\OPC_PlanesCollider.h">
901                        </File>
902                        <File
903                                RelativePath="..\..\OPCODE\OPC_PlanesTriOverlap.h">
904                        </File>
905                        <File
906                                RelativePath="..\..\OPCODE\OPC_RayAABBOverlap.h">
907                        </File>
908                        <File
909                                RelativePath="..\..\OPCODE\OPC_RayCollider.h">
910                        </File>
911                        <File
912                                RelativePath="..\..\OPCODE\OPC_RayTriOverlap.h">
913                        </File>
914                        <File
915                                RelativePath="..\..\OPCODE\OPC_Settings.h">
916                        </File>
917                        <File
918                                RelativePath="..\..\OPCODE\OPC_SphereAABBOverlap.h">
919                        </File>
920                        <File
921                                RelativePath="..\..\OPCODE\OPC_SphereCollider.h">
922                        </File>
923                        <File
924                                RelativePath="..\..\OPCODE\OPC_SphereTriOverlap.h">
925                        </File>
926                        <File
927                                RelativePath="..\..\OPCODE\OPC_SweepAndPrune.h">
928                        </File>
929                        <File
930                                RelativePath="..\..\OPCODE\OPC_TreeBuilders.h">
931                        </File>
932                        <File
933                                RelativePath="..\..\OPCODE\OPC_TreeCollider.h">
934                        </File>
935                        <File
936                                RelativePath="..\..\OPCODE\OPC_TriBoxOverlap.h">
937                        </File>
938                        <File
939                                RelativePath="..\..\OPCODE\OPC_TriTriOverlap.h">
940                        </File>
941                        <File
942                                RelativePath="..\..\OPCODE\OPC_VolumeCollider.h">
943                        </File>
944                        <File
945                                RelativePath="..\..\OPCODE\Stdafx.h">
946                        </File>
947                        <File
948                                RelativePath="..\..\OPCODE\Opcode.cpp">
949                        </File>
950                        <File
951                                RelativePath="..\..\OPCODE\OPC_AABBCollider.cpp">
952                        </File>
953                        <File
954                                RelativePath="..\..\OPCODE\OPC_AABBTree.cpp">
955                        </File>
956                        <File
957                                RelativePath="..\..\OPCODE\OPC_BaseModel.cpp">
958                        </File>
959                        <File
960                                RelativePath="..\..\OPCODE\OPC_BoxPruning.cpp">
961                        </File>
962                        <File
963                                RelativePath="..\..\OPCODE\OPC_Collider.cpp">
964                        </File>
965                        <File
966                                RelativePath="..\..\OPCODE\OPC_Common.cpp">
967                        </File>
968                        <File
969                                RelativePath="..\..\OPCODE\OPC_HybridModel.cpp">
970                        </File>
971                        <File
972                                RelativePath="..\..\OPCODE\OPC_LSSCollider.cpp">
973                        </File>
974                        <File
975                                RelativePath="..\..\OPCODE\OPC_MeshInterface.cpp">
976                        </File>
977                        <File
978                                RelativePath="..\..\OPCODE\OPC_Model.cpp">
979                        </File>
980                        <File
981                                RelativePath="..\..\OPCODE\OPC_OBBCollider.cpp">
982                        </File>
983                        <File
984                                RelativePath="..\..\OPCODE\OPC_OptimizedTree.cpp">
985                        </File>
986                        <File
987                                RelativePath="..\..\OPCODE\OPC_Picking.cpp">
988                        </File>
989                        <File
990                                RelativePath="..\..\OPCODE\OPC_PlanesCollider.cpp">
991                        </File>
992                        <File
993                                RelativePath="..\..\OPCODE\OPC_RayCollider.cpp">
994                        </File>
995                        <File
996                                RelativePath="..\..\OPCODE\OPC_SphereCollider.cpp">
997                        </File>
998                        <File
999                                RelativePath="..\..\OPCODE\OPC_SweepAndPrune.cpp">
1000                        </File>
1001                        <File
1002                                RelativePath="..\..\OPCODE\OPC_TreeBuilders.cpp">
1003                        </File>
1004                        <File
1005                                RelativePath="..\..\OPCODE\OPC_TreeCollider.cpp">
1006                        </File>
1007                        <File
1008                                RelativePath="..\..\OPCODE\OPC_VolumeCollider.cpp">
1009                        </File>
1010                        <File
1011                                RelativePath="..\..\OPCODE\StdAfx.cpp">
1012                        </File>
1013                </Filter>
1014        </Files>
1015        <Globals>
1016        </Globals>
1017</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.