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

Revision 1281, 19.0 KB checked in by bittner, 18 years ago (diff)

mlrt 16 ray tracing support

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