source: GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj @ 1287

Revision 1287, 19.2 KB checked in by mattausch, 18 years ago (diff)

implemented bv hierarchy

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Preprocessor"
6        ProjectGUID="{EABCE292-D598-4600-A1C9-2591E7D62FDA}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="..\lib\$(ConfigurationName)"
16                        IntermediateDirectory="..\obj\$(ConfigurationName)"
17                        ConfigurationType="4"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                RuntimeTypeInfo="TRUE"
28                                UsePrecompiledHeader="0"
29                                BrowseInformation="1"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="3"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLibrarianTool"/>
37                        <Tool
38                                Name="VCMIDLTool"/>
39                        <Tool
40                                Name="VCPostBuildEventTool"/>
41                        <Tool
42                                Name="VCPreBuildEventTool"/>
43                        <Tool
44                                Name="VCPreLinkEventTool"/>
45                        <Tool
46                                Name="VCResourceCompilerTool"/>
47                        <Tool
48                                Name="VCWebServiceProxyGeneratorTool"/>
49                        <Tool
50                                Name="VCXMLDataGeneratorTool"/>
51                        <Tool
52                                Name="VCManagedWrapperGeneratorTool"/>
53                        <Tool
54                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
55                </Configuration>
56                <Configuration
57                        Name="Release|Win32"
58                        OutputDirectory="..\lib\$(ConfigurationName)"
59                        IntermediateDirectory="..\obj\$(ConfigurationName)"
60                        ConfigurationType="4"
61                        CharacterSet="2">
62                        <Tool
63                                Name="VCCLCompilerTool"
64                                Optimization="3"
65                                GlobalOptimizations="TRUE"
66                                InlineFunctionExpansion="2"
67                                EnableIntrinsicFunctions="TRUE"
68                                FavorSizeOrSpeed="1"
69                                OmitFramePointers="TRUE"
70                                EnableFiberSafeOptimizations="TRUE"
71                                OptimizeForProcessor="0"
72                                OptimizeForWindowsApplication="TRUE"
73                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost"
74                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
75                                ExceptionHandling="TRUE"
76                                RuntimeLibrary="2"
77                                DisableLanguageExtensions="FALSE"
78                                ForceConformanceInForLoopScope="FALSE"
79                                RuntimeTypeInfo="TRUE"
80                                UsePrecompiledHeader="0"
81                                BrowseInformation="1"
82                                WarningLevel="2"
83                                Detect64BitPortabilityProblems="TRUE"
84                                DebugInformationFormat="3"/>
85                        <Tool
86                                Name="VCCustomBuildTool"/>
87                        <Tool
88                                Name="VCLibrarianTool"/>
89                        <Tool
90                                Name="VCMIDLTool"/>
91                        <Tool
92                                Name="VCPostBuildEventTool"/>
93                        <Tool
94                                Name="VCPreBuildEventTool"/>
95                        <Tool
96                                Name="VCPreLinkEventTool"/>
97                        <Tool
98                                Name="VCResourceCompilerTool"/>
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"/>
101                        <Tool
102                                Name="VCXMLDataGeneratorTool"/>
103                        <Tool
104                                Name="VCManagedWrapperGeneratorTool"/>
105                        <Tool
106                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
107                </Configuration>
108                <Configuration
109                        Name="mlrt|Win32"
110                        OutputDirectory="$(ConfigurationName)"
111                        IntermediateDirectory="$(ConfigurationName)"
112                        ConfigurationType="4"
113                        CharacterSet="2">
114                        <Tool
115                                Name="VCCLCompilerTool"
116                                Optimization="2"
117                                GlobalOptimizations="TRUE"
118                                InlineFunctionExpansion="0"
119                                EnableIntrinsicFunctions="TRUE"
120                                FavorSizeOrSpeed="1"
121                                OmitFramePointers="TRUE"
122                                EnableFiberSafeOptimizations="TRUE"
123                                OptimizeForProcessor="3"
124                                OptimizeForWindowsApplication="TRUE"
125                                AdditionalIncludeDirectories="..\include;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\..\Preprocessing\MultiLevelRayTracing"
126                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL"
127                                MinimalRebuild="TRUE"
128                                ExceptionHandling="TRUE"
129                                RuntimeLibrary="2"
130                                DisableLanguageExtensions="FALSE"
131                                ForceConformanceInForLoopScope="FALSE"
132                                RuntimeTypeInfo="TRUE"
133                                UsePrecompiledHeader="0"
134                                WarningLevel="2"
135                                Detect64BitPortabilityProblems="TRUE"
136                                DebugInformationFormat="3"/>
137                        <Tool
138                                Name="VCCustomBuildTool"/>
139                        <Tool
140                                Name="VCLibrarianTool"/>
141                        <Tool
142                                Name="VCMIDLTool"/>
143                        <Tool
144                                Name="VCPostBuildEventTool"/>
145                        <Tool
146                                Name="VCPreBuildEventTool"/>
147                        <Tool
148                                Name="VCPreLinkEventTool"/>
149                        <Tool
150                                Name="VCResourceCompilerTool"/>
151                        <Tool
152                                Name="VCWebServiceProxyGeneratorTool"/>
153                        <Tool
154                                Name="VCXMLDataGeneratorTool"/>
155                        <Tool
156                                Name="VCManagedWrapperGeneratorTool"/>
157                        <Tool
158                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
159                </Configuration>
160                <Configuration
161                        Name="Release_Internal|Win32"
162                        OutputDirectory="$(ConfigurationName)"
163                        IntermediateDirectory="$(ConfigurationName)"
164                        ConfigurationType="4"
165                        CharacterSet="2">
166                        <Tool
167                                Name="VCCLCompilerTool"
168                                Optimization="0"
169                                InlineFunctionExpansion="0"
170                                FavorSizeOrSpeed="0"
171                                OptimizeForWindowsApplication="TRUE"
172                                AdditionalIncludeDirectories="..\include;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;&quot;$(CG_INC_PATH)&quot;;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;&quot;$(BOOST_INCLUDE)&quot;;..\..\Preprocessing\MultiLevelRayTracing"
173                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
174                                ExceptionHandling="TRUE"
175                                RuntimeLibrary="2"
176                                DisableLanguageExtensions="FALSE"
177                                ForceConformanceInForLoopScope="FALSE"
178                                RuntimeTypeInfo="TRUE"
179                                UsePrecompiledHeader="0"
180                                WarningLevel="2"
181                                Detect64BitPortabilityProblems="TRUE"
182                                DebugInformationFormat="3"/>
183                        <Tool
184                                Name="VCCustomBuildTool"/>
185                        <Tool
186                                Name="VCLibrarianTool"/>
187                        <Tool
188                                Name="VCMIDLTool"/>
189                        <Tool
190                                Name="VCPostBuildEventTool"/>
191                        <Tool
192                                Name="VCPreBuildEventTool"/>
193                        <Tool
194                                Name="VCPreLinkEventTool"/>
195                        <Tool
196                                Name="VCResourceCompilerTool"/>
197                        <Tool
198                                Name="VCWebServiceProxyGeneratorTool"/>
199                        <Tool
200                                Name="VCXMLDataGeneratorTool"/>
201                        <Tool
202                                Name="VCManagedWrapperGeneratorTool"/>
203                        <Tool
204                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
205                </Configuration>
206                <Configuration
207                        Name="Release Internal|Win32"
208                        OutputDirectory="$(ConfigurationName)"
209                        IntermediateDirectory="$(ConfigurationName)"
210                        ConfigurationType="4"
211                        CharacterSet="2">
212                        <Tool
213                                Name="VCCLCompilerTool"
214                                Optimization="3"
215                                InlineFunctionExpansion="0"
216                                FavorSizeOrSpeed="0"
217                                OptimizeForProcessor="3"
218                                OptimizeForWindowsApplication="TRUE"
219                                AdditionalIncludeDirectories="..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\MultiLevelRayTracing"
220                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL"
221                                ExceptionHandling="TRUE"
222                                RuntimeLibrary="2"
223                                DisableLanguageExtensions="FALSE"
224                                ForceConformanceInForLoopScope="FALSE"
225                                RuntimeTypeInfo="TRUE"
226                                UsePrecompiledHeader="0"
227                                WarningLevel="2"
228                                Detect64BitPortabilityProblems="TRUE"
229                                DebugInformationFormat="3"/>
230                        <Tool
231                                Name="VCCustomBuildTool"/>
232                        <Tool
233                                Name="VCLibrarianTool"
234                                OutputFile="../lib/Release/$(ProjectName).lib"/>
235                        <Tool
236                                Name="VCMIDLTool"/>
237                        <Tool
238                                Name="VCPostBuildEventTool"/>
239                        <Tool
240                                Name="VCPreBuildEventTool"/>
241                        <Tool
242                                Name="VCPreLinkEventTool"/>
243                        <Tool
244                                Name="VCResourceCompilerTool"/>
245                        <Tool
246                                Name="VCWebServiceProxyGeneratorTool"/>
247                        <Tool
248                                Name="VCXMLDataGeneratorTool"/>
249                        <Tool
250                                Name="VCManagedWrapperGeneratorTool"/>
251                        <Tool
252                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
253                </Configuration>
254        </Configurations>
255        <References>
256        </References>
257        <Files>
258                <Filter
259                        Name="Source Files"
260                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
261                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
262                        <File
263                                RelativePath="..\src\AxisAlignedBox3.cpp">
264                        </File>
265                        <File
266                                RelativePath="..\src\AxisAlignedBox3.h">
267                        </File>
268                        <File
269                                RelativePath="..\src\Beam.cpp">
270                        </File>
271                        <File
272                                RelativePath="..\src\Beam.h">
273                        </File>
274                        <File
275                                RelativePath="..\src\BoostPreprocessorThread.cpp">
276                        </File>
277                        <File
278                                RelativePath="..\src\BoostPreprocessorThread.h">
279                        </File>
280                        <File
281                                RelativePath="..\src\BoundingBoxConverter.h">
282                        </File>
283                        <File
284                                RelativePath=".\BvHierarchy.cpp">
285                        </File>
286                        <File
287                                RelativePath=".\BvHierarchy.h">
288                        </File>
289                        <File
290                                RelativePath="..\src\Camera.cpp">
291                        </File>
292                        <File
293                                RelativePath="..\src\Camera.h">
294                        </File>
295                        <File
296                                RelativePath="..\src\common.cpp">
297                        </File>
298                        <File
299                                RelativePath="..\src\common.h">
300                        </File>
301                        <File
302                                RelativePath="..\src\Containers.h">
303                        </File>
304                        <File
305                                RelativePath="..\src\dual_depth.cg">
306                        </File>
307                        <File
308                                RelativePath="..\src\Environment.cpp">
309                        </File>
310                        <File
311                                RelativePath="..\src\Environment.h">
312                        </File>
313                        <File
314                                RelativePath="..\src\ExactPreprocessor.cpp">
315                        </File>
316                        <File
317                                RelativePath="..\src\ExactPreprocessor.h">
318                        </File>
319                        <File
320                                RelativePath="..\src\Exporter.cpp">
321                        </File>
322                        <File
323                                RelativePath="..\src\Exporter.h">
324                        </File>
325                        <File
326                                RelativePath="..\src\FlexibleHeap.h">
327                        </File>
328                        <File
329                                RelativePath="..\src\glInterface.h">
330                        </File>
331                        <File
332                                RelativePath="..\src\GzBinFileInputStream.cpp">
333                        </File>
334                        <File
335                                RelativePath="..\src\GzBinFileInputStream.h">
336                        </File>
337                        <File
338                                RelativePath="..\src\GzFileInputSource.cpp">
339                        </File>
340                        <File
341                                RelativePath="..\src\GzFileInputSource.h">
342                        </File>
343                        <File
344                                RelativePath="..\src\gzstream.cpp">
345                        </File>
346                        <File
347                                RelativePath="..\src\gzstream.h">
348                        </File>
349                        <File
350                                RelativePath="..\src\Halton.cpp">
351                        </File>
352                        <File
353                                RelativePath="..\src\Halton.h">
354                        </File>
355                        <File
356                                RelativePath=".\HierarchyManager.cpp">
357                        </File>
358                        <File
359                                RelativePath=".\HierarchyManager.h">
360                        </File>
361                        <File
362                                RelativePath="..\src\Intersectable.h">
363                        </File>
364                        <File
365                                RelativePath="..\src\KdIntersectable.cpp">
366                        </File>
367                        <File
368                                RelativePath="..\src\KdIntersectable.h">
369                        </File>
370                        <File
371                                RelativePath="..\src\KdTree.cpp">
372                        </File>
373                        <File
374                                RelativePath="..\src\KdTree.h">
375                        </File>
376                        <File
377                                RelativePath="..\src\LogManager.cpp">
378                        </File>
379                        <File
380                                RelativePath="..\src\LogManager.h">
381                        </File>
382                        <File
383                                RelativePath="..\src\Material.cpp">
384                        </File>
385                        <File
386                                RelativePath="..\src\Material.h">
387                        </File>
388                        <File
389                                RelativePath="..\src\Matrix4x4.cpp">
390                        </File>
391                        <File
392                                RelativePath="..\src\Matrix4x4.h">
393                        </File>
394                        <File
395                                RelativePath="..\src\Mesh.cpp">
396                        </File>
397                        <File
398                                RelativePath="..\src\Mesh.h">
399                        </File>
400                        <File
401                                RelativePath="..\src\MeshKdTree.cpp">
402                        </File>
403                        <File
404                                RelativePath="..\src\MeshKdTree.h">
405                        </File>
406                        <File
407                                RelativePath="..\src\MutualVisibility.cpp">
408                        </File>
409                        <File
410                                RelativePath="..\src\MutualVisibility.h">
411                        </File>
412                        <File
413                                RelativePath="..\src\ObjParser.cpp">
414                        </File>
415                        <File
416                                RelativePath="..\src\ObjParser.h">
417                        </File>
418                        <File
419                                RelativePath="..\src\OcclusionQuery.cpp">
420                        </File>
421                        <File
422                                RelativePath="..\src\OcclusionQuery.h">
423                        </File>
424                        <File
425                                RelativePath=".\OspTree.cpp">
426                        </File>
427                        <File
428                                RelativePath=".\OspTree.h">
429                        </File>
430                        <File
431                                RelativePath="..\src\Parser.h">
432                        </File>
433                        <File
434                                RelativePath="..\src\Plane3.cpp">
435                        </File>
436                        <File
437                                RelativePath="..\src\Plane3.h">
438                        </File>
439                        <File
440                                RelativePath="..\src\ply.h">
441                        </File>
442                        <File
443                                RelativePath="..\src\plyfile.c">
444                        </File>
445                        <File
446                                RelativePath="..\src\PlyParser.cpp">
447                        </File>
448                        <File
449                                RelativePath="..\src\PlyParser.h">
450                        </File>
451                        <File
452                                RelativePath="..\src\Polygon3.cpp">
453                        </File>
454                        <File
455                                RelativePath="..\src\Polygon3.h">
456                        </File>
457                        <File
458                                RelativePath="..\src\Polytope.cpp">
459                        </File>
460                        <File
461                                RelativePath="..\src\Polytope.h">
462                        </File>
463                        <File
464                                RelativePath="..\src\Preprocessor.cpp">
465                        </File>
466                        <File
467                                RelativePath="..\src\Preprocessor.h">
468                                <FileConfiguration
469                                        Name="Release|Win32">
470                                        <Tool
471                                                Name="VCCustomBuildTool"
472                                                Description=""
473                                                CommandLine=""
474                                                Outputs=""/>
475                                </FileConfiguration>
476                                <FileConfiguration
477                                        Name="mlrt|Win32">
478                                        <Tool
479                                                Name="VCCustomBuildTool"
480                                                Description=""
481                                                CommandLine=""
482                                                Outputs=""/>
483                                </FileConfiguration>
484                                <FileConfiguration
485                                        Name="Release_Internal|Win32">
486                                        <Tool
487                                                Name="VCCustomBuildTool"
488                                                Description=""
489                                                CommandLine=""
490                                                Outputs=""/>
491                                </FileConfiguration>
492                                <FileConfiguration
493                                        Name="Release Internal|Win32">
494                                        <Tool
495                                                Name="VCCustomBuildTool"
496                                                Description=""
497                                                CommandLine=""
498                                                Outputs=""/>
499                                </FileConfiguration>
500                        </File>
501                        <File
502                                RelativePath="..\src\PreprocessorThread.cpp">
503                        </File>
504                        <File
505                                RelativePath="..\src\PreprocessorThread.h">
506                                <FileConfiguration
507                                        Name="Release|Win32">
508                                        <Tool
509                                                Name="VCCustomBuildTool"
510                                                Description=""
511                                                CommandLine=""
512                                                Outputs=""/>
513                                </FileConfiguration>
514                                <FileConfiguration
515                                        Name="mlrt|Win32">
516                                        <Tool
517                                                Name="VCCustomBuildTool"
518                                                Description=""
519                                                CommandLine=""
520                                                Outputs=""/>
521                                </FileConfiguration>
522                                <FileConfiguration
523                                        Name="Release_Internal|Win32">
524                                        <Tool
525                                                Name="VCCustomBuildTool"
526                                                Description=""
527                                                CommandLine=""
528                                                Outputs=""/>
529                                </FileConfiguration>
530                                <FileConfiguration
531                                        Name="Release Internal|Win32">
532                                        <Tool
533                                                Name="VCCustomBuildTool"
534                                                Description=""
535                                                CommandLine=""
536                                                Outputs=""/>
537                                </FileConfiguration>
538                        </File>
539                        <File
540                                RelativePath="..\src\Pvs.cpp">
541                        </File>
542                        <File
543                                RelativePath="..\src\Pvs.h">
544                        </File>
545                        <File
546                                RelativePath="..\src\Ray.cpp">
547                        </File>
548                        <File
549                                RelativePath="..\src\Ray.h">
550                        </File>
551                        <File
552                                RelativePath="..\src\RayInfo.cpp">
553                        </File>
554                        <File
555                                RelativePath="..\src\RayInfo.h">
556                        </File>
557                        <File
558                                RelativePath="..\src\Rectangle3.cpp">
559                        </File>
560                        <File
561                                RelativePath="..\src\Rectangle3.h">
562                        </File>
563                        <File
564                                RelativePath="..\src\RenderSampler.cpp">
565                        </File>
566                        <File
567                                RelativePath="..\src\RenderSampler.h">
568                        </File>
569                        <File
570                                RelativePath="..\src\RenderSimulator.cpp">
571                        </File>
572                        <File
573                                RelativePath="..\src\RenderSimulator.h">
574                        </File>
575                        <File
576                                RelativePath="..\src\ResourceManager.h">
577                        </File>
578                        <File
579                                RelativePath="..\src\RssPreprocessor.cpp">
580                        </File>
581                        <File
582                                RelativePath="..\src\RssPreprocessor.h">
583                        </File>
584                        <File
585                                RelativePath="..\src\RssTree.cpp">
586                        </File>
587                        <File
588                                RelativePath="..\src\RssTree.h">
589                        </File>
590                        <File
591                                RelativePath="..\src\SamplingPreprocessor.cpp">
592                        </File>
593                        <File
594                                RelativePath="..\src\SamplingPreprocessor.h">
595                        </File>
596                        <File
597                                RelativePath="..\src\SamplingStrategy.cpp">
598                        </File>
599                        <File
600                                RelativePath="..\src\SamplingStrategy.h">
601                        </File>
602                        <File
603                                RelativePath="..\src\SceneGraph.cpp">
604                        </File>
605                        <File
606                                RelativePath="..\src\SceneGraph.h">
607                        </File>
608                        <File
609                                RelativePath="..\src\Statistics.h">
610                        </File>
611                        <File
612                                RelativePath=".\SubdivisionCandidate.h">
613                        </File>
614                        <File
615                                RelativePath="..\src\Tetrahedron3.cpp">
616                        </File>
617                        <File
618                                RelativePath="..\src\Tetrahedron3.h">
619                        </File>
620                        <File
621                                RelativePath="..\src\Triangle3.cpp">
622                        </File>
623                        <File
624                                RelativePath="..\src\Triangle3.h">
625                        </File>
626                        <File
627                                RelativePath="..\src\UnigraphicsParser.cpp">
628                        </File>
629                        <File
630                                RelativePath="..\src\UnigraphicsParser.h">
631                        </File>
632                        <File
633                                RelativePath="..\src\Vector3.cpp">
634                        </File>
635                        <File
636                                RelativePath="..\src\Vector3.h">
637                        </File>
638                        <File
639                                RelativePath="..\src\ViewCell.cpp">
640                        </File>
641                        <File
642                                RelativePath="..\src\ViewCell.h">
643                        </File>
644                        <File
645                                RelativePath="..\src\ViewCellBsp.cpp">
646                        </File>
647                        <File
648                                RelativePath="..\src\ViewCellBsp.h">
649                        </File>
650                        <File
651                                RelativePath="..\src\ViewCellsManager.cpp">
652                        </File>
653                        <File
654                                RelativePath="..\src\ViewCellsManager.h">
655                        </File>
656                        <File
657                                RelativePath="..\src\ViewCellsParser.cpp">
658                        </File>
659                        <File
660                                RelativePath="..\src\ViewCellsParser.h">
661                        </File>
662                        <File
663                                RelativePath="..\src\ViewCellsParserXerces.h">
664                        </File>
665                        <File
666                                RelativePath="..\src\VrmlExporter.cpp">
667                        </File>
668                        <File
669                                RelativePath="..\src\VrmlExporter.h">
670                        </File>
671                        <File
672                                RelativePath="..\src\VspBspTree.cpp">
673                        </File>
674                        <File
675                                RelativePath="..\src\VspBspTree.h">
676                        </File>
677                        <File
678                                RelativePath=".\VspTree.cpp">
679                        </File>
680                        <File
681                                RelativePath=".\VspTree.h">
682                        </File>
683                        <File
684                                RelativePath="..\src\VssPreprocessor.cpp">
685                        </File>
686                        <File
687                                RelativePath="..\src\VssPreprocessor.h">
688                        </File>
689                        <File
690                                RelativePath="..\src\VssRay.cpp">
691                        </File>
692                        <File
693                                RelativePath="..\src\VssRay.h">
694                        </File>
695                        <File
696                                RelativePath="..\src\VssTree.cpp">
697                        </File>
698                        <File
699                                RelativePath="..\src\VssTree.h">
700                        </File>
701                        <File
702                                RelativePath="..\src\X3dExporter.cpp">
703                        </File>
704                        <File
705                                RelativePath="..\src\X3dExporter.h">
706                        </File>
707                        <File
708                                RelativePath="..\src\X3dParser.cpp">
709                        </File>
710                        <File
711                                RelativePath="..\src\X3dParser.h">
712                        </File>
713                        <File
714                                RelativePath="..\src\X3dParserXerces.h">
715                        </File>
716                </Filter>
717                <Filter
718                        Name="Header Files"
719                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
720                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
721                        <File
722                                RelativePath="..\include\AxisAlignedBox3.h">
723                        </File>
724                        <File
725                                RelativePath="..\include\Containers.h">
726                        </File>
727                        <File
728                                RelativePath="..\include\ExactPreprocessor.h">
729                        </File>
730                        <File
731                                RelativePath="..\include\KdTree.h">
732                        </File>
733                        <File
734                                RelativePath="..\include\Mesh.h">
735                        </File>
736                        <File
737                                RelativePath="..\include\Plane3.h">
738                        </File>
739                        <File
740                                RelativePath="..\include\Preprocessor.h">
741                        </File>
742                        <File
743                                RelativePath="..\include\SamplingPreprocessor.h">
744                        </File>
745                        <File
746                                RelativePath="..\include\SceneGraph.h">
747                        </File>
748                        <File
749                                RelativePath="..\include\Vector3.h">
750                        </File>
751                        <File
752                                RelativePath="..\include\ViewCell.h">
753                        </File>
754                </Filter>
755                <Filter
756                        Name="Renderer"
757                        Filter="">
758                        <File
759                                RelativePath="..\src\GlRenderer.cpp">
760                        </File>
761                        <File
762                                RelativePath="..\src\GlRenderer.h">
763                        </File>
764                        <File
765                                RelativePath="..\src\Renderer.cpp">
766                        </File>
767                        <File
768                                RelativePath="..\src\Renderer.h">
769                        </File>
770                </Filter>
771                <File
772                        RelativePath=".\VTune\Preprocessor.vpj">
773                </File>
774        </Files>
775        <Globals>
776        </Globals>
777</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.