source: GTP/trunk/Lib/Vis/Preprocessing/src/GtpVisibility05.vcproj @ 2729

Revision 2729, 20.8 KB checked in by mattausch, 16 years ago (diff)

worked on gvs

RevLine 
[2563]1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="Preprocessor05"
6        ProjectGUID="{3C8C3818-EB24-47D4-A04E-18D5255A2B2F}"
7        RootNamespace="GtpVisibility05"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
[2680]19                        OutputDirectory="$(SolutionDir)\Preprocessing\lib05\$(ConfigurationName)"
20                        IntermediateDirectory="$(SolutionDir)\Preprocessing\obj05\$(ConfigurationName)"
21                        ConfigurationType="4"
[2563]22                        CharacterSet="2"
23                        >
24                        <Tool
25                                Name="VCPreBuildEventTool"
26                        />
27                        <Tool
28                                Name="VCCustomBuildTool"
29                        />
30                        <Tool
31                                Name="VCXMLDataGeneratorTool"
32                        />
33                        <Tool
34                                Name="VCWebServiceProxyGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCMIDLTool"
38                        />
39                        <Tool
40                                Name="VCCLCompilerTool"
41                                Optimization="0"
[2680]42                                AdditionalIncludeDirectories="..\src;Timer;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;&quot;..\..\..\..\..\..\NonGTP\Xerces\xerces-c_2_8_0\include&quot;;..\..\..\..\..\..\NonGTP\Boost;..\src\havran;..\MultiLevelRayTracing;&quot;$(CG_INC_PATH)&quot;"
43                                PreprocessorDefinitions="WIN32;DEBUG;_CONSOLE;USE_VERBOSE_PVS;USE_QT;GTP_INTERNAL;USE_CG"
[2563]44                                MinimalRebuild="true"
45                                BasicRuntimeChecks="3"
46                                RuntimeLibrary="3"
47                                WarningLevel="3"
48                                Detect64BitPortabilityProblems="true"
49                                DebugInformationFormat="4"
50                        />
51                        <Tool
52                                Name="VCManagedResourceCompilerTool"
53                        />
54                        <Tool
55                                Name="VCResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCPreLinkEventTool"
59                        />
60                        <Tool
[2680]61                                Name="VCLibrarianTool"
[2563]62                        />
63                        <Tool
64                                Name="VCALinkTool"
65                        />
66                        <Tool
67                                Name="VCXDCMakeTool"
68                        />
69                        <Tool
70                                Name="VCBscMakeTool"
71                        />
72                        <Tool
73                                Name="VCFxCopTool"
74                        />
75                        <Tool
76                                Name="VCPostBuildEventTool"
77                        />
78                </Configuration>
79                <Configuration
80                        Name="Release|Win32"
[2658]81                        OutputDirectory="$(SolutionDir)\Preprocessing\lib05\$(ConfigurationName)"
82                        IntermediateDirectory="$(SolutionDir)\Preprocessing\obj05\$(ConfigurationName)"
[2563]83                        ConfigurationType="4"
84                        CharacterSet="2"
85                        WholeProgramOptimization="1"
86                        >
87                        <Tool
88                                Name="VCPreBuildEventTool"
89                        />
90                        <Tool
91                                Name="VCCustomBuildTool"
92                        />
93                        <Tool
94                                Name="VCXMLDataGeneratorTool"
95                        />
96                        <Tool
97                                Name="VCWebServiceProxyGeneratorTool"
98                        />
99                        <Tool
100                                Name="VCMIDLTool"
101                        />
102                        <Tool
103                                Name="VCCLCompilerTool"
[2729]104                                Optimization="3"
105                                InlineFunctionExpansion="2"
106                                EnableIntrinsicFunctions="true"
107                                FavorSizeOrSpeed="1"
108                                OmitFramePointers="true"
[2676]109                                AdditionalIncludeDirectories="..\src;Timer;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;&quot;..\..\..\..\..\..\NonGTP\Xerces\xerces-c_2_8_0\include&quot;;..\..\..\..\..\..\NonGTP\Boost;..\src\havran;..\MultiLevelRayTracing;&quot;$(CG_INC_PATH)&quot;"
[2656]110                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_VERBOSE_PVS;USE_QT;GTP_INTERNAL;USE_CG"
[2729]111                                StringPooling="true"
[2563]112                                RuntimeLibrary="2"
[2729]113                                BufferSecurityCheck="false"
114                                RuntimeTypeInfo="false"
[2563]115                                WarningLevel="3"
116                                Detect64BitPortabilityProblems="true"
117                                DebugInformationFormat="3"
118                        />
119                        <Tool
120                                Name="VCManagedResourceCompilerTool"
121                        />
122                        <Tool
123                                Name="VCResourceCompilerTool"
124                        />
125                        <Tool
126                                Name="VCPreLinkEventTool"
127                        />
128                        <Tool
129                                Name="VCLibrarianTool"
130                        />
131                        <Tool
132                                Name="VCALinkTool"
133                        />
134                        <Tool
135                                Name="VCXDCMakeTool"
136                        />
137                        <Tool
138                                Name="VCBscMakeTool"
139                        />
140                        <Tool
141                                Name="VCFxCopTool"
142                        />
143                        <Tool
144                                Name="VCPostBuildEventTool"
145                        />
146                </Configuration>
[2659]147                <Configuration
148                        Name="Engine|Win32"
149                        OutputDirectory="$(SolutionDir)\Preprocessing\lib05\$(ConfigurationName)"
150                        IntermediateDirectory="$(SolutionDir)\Preprocessing\obj05\$(ConfigurationName)"
151                        ConfigurationType="4"
152                        CharacterSet="2"
153                        WholeProgramOptimization="1"
154                        >
155                        <Tool
156                                Name="VCPreBuildEventTool"
157                        />
158                        <Tool
159                                Name="VCCustomBuildTool"
160                        />
161                        <Tool
162                                Name="VCXMLDataGeneratorTool"
163                        />
164                        <Tool
165                                Name="VCWebServiceProxyGeneratorTool"
166                        />
167                        <Tool
168                                Name="VCMIDLTool"
169                        />
170                        <Tool
171                                Name="VCCLCompilerTool"
172                                AdditionalIncludeDirectories="..\src;Timer;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\src\havran;..\..\..\..\..\..\NonGTP\Devil\include"
173                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_VERBOSE_PVS"
174                                RuntimeLibrary="2"
175                                WarningLevel="3"
176                                Detect64BitPortabilityProblems="true"
177                                DebugInformationFormat="3"
178                        />
179                        <Tool
180                                Name="VCManagedResourceCompilerTool"
181                        />
182                        <Tool
183                                Name="VCResourceCompilerTool"
184                        />
185                        <Tool
186                                Name="VCPreLinkEventTool"
187                        />
188                        <Tool
189                                Name="VCLibrarianTool"
190                        />
191                        <Tool
192                                Name="VCALinkTool"
193                        />
194                        <Tool
195                                Name="VCXDCMakeTool"
196                        />
197                        <Tool
198                                Name="VCBscMakeTool"
199                        />
200                        <Tool
201                                Name="VCFxCopTool"
202                        />
203                        <Tool
204                                Name="VCPostBuildEventTool"
205                        />
206                </Configuration>
[2563]207        </Configurations>
208        <References>
209        </References>
210        <Files>
211                <Filter
[2705]212                        Name="havran"
[2563]213                        >
214                        <File
[2705]215                                RelativePath=".\havran\allocgo2.cpp"
[2563]216                                >
217                        </File>
218                        <File
[2705]219                                RelativePath=".\havran\allocgo2.h"
[2563]220                                >
221                        </File>
222                        <File
[2695]223                                RelativePath=".\havran\configh.h"
[2563]224                                >
225                        </File>
226                        <File
[2695]227                                RelativePath=".\HavranDynRayCaster.cpp"
[2563]228                                >
229                        </File>
230                        <File
[2695]231                                RelativePath=".\HavranRayCaster.cpp"
[2563]232                                >
233                        </File>
234                        <File
[2695]235                                RelativePath=".\havran\ktb.cpp"
[2563]236                                >
237                        </File>
238                        <File
[2695]239                                RelativePath=".\havran\ktb.h"
[2643]240                                >
241                        </File>
242                        <File
[2695]243                                RelativePath=".\havran\ktb8b.cpp"
[2563]244                                >
245                        </File>
246                        <File
[2695]247                                RelativePath=".\havran\ktb8b.h"
[2563]248                                >
249                        </File>
250                        <File
[2695]251                                RelativePath=".\havran\ktbai.cpp"
[2563]252                                >
253                        </File>
254                        <File
[2695]255                                RelativePath=".\havran\ktbai.h"
[2563]256                                >
257                        </File>
258                        <File
[2695]259                                RelativePath=".\havran\ktball.cpp"
[2563]260                                >
261                        </File>
262                        <File
[2695]263                                RelativePath=".\havran\ktball.h"
[2643]264                                >
265                        </File>
266                        <File
[2695]267                                RelativePath=".\havran\ktbconf.h"
[2643]268                                >
269                        </File>
270                        <File
[2695]271                                RelativePath=".\havran\ktbf2trv.cpp"
[2563]272                                >
273                        </File>
274                        <File
[2695]275                                RelativePath=".\havran\ktbftrav.cpp"
[2563]276                                >
277                        </File>
278                        <File
[2695]279                                RelativePath=".\havran\ktbs.cpp"
[2563]280                                >
281                        </File>
282                        <File
[2695]283                                RelativePath=".\havran\ktbs.h"
[2563]284                                >
285                        </File>
286                        <File
[2695]287                                RelativePath=".\havran\ktbtrav.cpp"
[2563]288                                >
289                        </File>
290                        <File
[2695]291                                RelativePath=".\havran\ktbtrav.h"
[2563]292                                >
293                        </File>
294                        <File
[2705]295                                RelativePath=".\havran\raypack.h"
296                                >
297                        </File>
298                        <File
[2695]299                                RelativePath=".\havran\sbbox.cpp"
[2563]300                                >
301                        </File>
302                        <File
[2695]303                                RelativePath=".\havran\sbbox.h"
[2563]304                                >
305                        </File>
306                        <File
[2695]307                                RelativePath=".\havran\subdivm.h"
[2563]308                                >
309                        </File>
310                        <File
[2695]311                                RelativePath=".\havran\testrt.cpp"
[2563]312                                >
313                        </File>
314                        <File
[2695]315                                RelativePath=".\havran\testrt.h"
[2643]316                                >
317                        </File>
[2695]318                </Filter>
319                <Filter
320                        Name="Renderer"
321                        >
[2643]322                        <File
[2695]323                                RelativePath=".\glInterface.h"
[2563]324                                >
325                        </File>
326                        <File
[2695]327                                RelativePath=".\GlobalLinesRenderer.cpp"
[2563]328                                >
329                        </File>
330                        <File
[2695]331                                RelativePath=".\GlobalLinesRenderer.h"
[2563]332                                >
333                        </File>
334                        <File
[2695]335                                RelativePath=".\GlRenderer.cpp"
[2563]336                                >
337                        </File>
338                        <File
[2695]339                                RelativePath=".\GlRenderer.h"
[2563]340                                >
341                        </File>
[2695]342                </Filter>
343                <Filter
344                        Name="Loader"
345                        >
[2563]346                        <File
[2705]347                                RelativePath=".\GzBinFileInputStream.cpp"
348                                >
349                        </File>
350                        <File
351                                RelativePath=".\GzBinFileInputStream.h"
352                                >
353                        </File>
354                        <File
355                                RelativePath=".\GzFileInputSource.cpp"
356                                >
357                        </File>
358                        <File
359                                RelativePath=".\GzFileInputSource.h"
360                                >
361                        </File>
362                        <File
[2695]363                                RelativePath=".\ObjectsParser.cpp"
[2563]364                                >
365                        </File>
366                        <File
[2695]367                                RelativePath=".\ObjectsParser.h"
[2563]368                                >
369                        </File>
370                        <File
[2695]371                                RelativePath=".\ObjectsParserXerces.h"
[2563]372                                >
373                        </File>
374                        <File
[2695]375                                RelativePath=".\ObjParser.cpp"
[2563]376                                >
377                        </File>
378                        <File
[2695]379                                RelativePath=".\ObjParser.h"
[2563]380                                >
381                        </File>
382                        <File
[2705]383                                RelativePath=".\Parser.h"
384                                >
385                        </File>
386                        <File
387                                RelativePath=".\ply.h"
388                                >
389                        </File>
390                        <File
[2695]391                                RelativePath=".\plyfile.c"
[2563]392                                >
393                        </File>
394                        <File
[2695]395                                RelativePath=".\PlyParser.cpp"
[2656]396                                >
397                        </File>
398                        <File
[2705]399                                RelativePath=".\PlyParser.h"
400                                >
401                        </File>
402                        <File
[2695]403                                RelativePath=".\PreprocessorFactory.h"
[2563]404                                >
405                        </File>
406                        <File
[2695]407                                RelativePath=".\UnigraphicsParser.cpp"
[2563]408                                >
409                        </File>
410                        <File
[2705]411                                RelativePath=".\UnigraphicsParser.h"
[2656]412                                >
413                        </File>
414                        <File
[2705]415                                RelativePath=".\ViewCellsParser.cpp"
[2563]416                                >
417                        </File>
418                        <File
[2705]419                                RelativePath=".\ViewCellsParser.h"
[2563]420                                >
421                        </File>
422                        <File
[2705]423                                RelativePath=".\ViewCellsParserXerces.h"
424                                >
425                        </File>
426                        <File
[2695]427                                RelativePath=".\X3dParser.cpp"
[2563]428                                >
429                        </File>
430                        <File
[2695]431                                RelativePath=".\X3dParser.h"
[2563]432                                >
433                        </File>
[2705]434                        <File
435                                RelativePath=".\X3dParserXerces.h"
436                                >
437                        </File>
[2695]438                </Filter>
439                <Filter
440                        Name="Preprocessors"
441                        >
[2563]442                        <File
[2695]443                                RelativePath=".\CombinedPreprocessor.cpp"
[2563]444                                >
445                        </File>
446                        <File
[2695]447                                RelativePath=".\CombinedPreprocessor.h"
[2563]448                                >
449                        </File>
450                        <File
[2695]451                                RelativePath=".\GvsPreprocessor.cpp"
[2563]452                                >
453                        </File>
454                        <File
[2695]455                                RelativePath=".\GvsPreprocessor.h"
[2563]456                                >
457                        </File>
458                        <File
[2695]459                                RelativePath=".\Preprocessor.cpp"
[2563]460                                >
461                        </File>
462                        <File
[2695]463                                RelativePath=".\Preprocessor.h"
[2563]464                                >
465                        </File>
466                        <File
[2695]467                                RelativePath=".\PreprocessorFactory.cpp"
[2656]468                                >
469                        </File>
470                        <File
[2695]471                                RelativePath=".\RenderSampler.cpp"
[2656]472                                >
473                        </File>
474                        <File
[2695]475                                RelativePath=".\RenderSampler.h"
[2563]476                                >
477                        </File>
478                        <File
[2695]479                                RelativePath=".\RssPreprocessor.cpp"
[2563]480                                >
481                        </File>
482                        <File
[2695]483                                RelativePath=".\RssPreprocessor.h"
[2563]484                                >
485                        </File>
486                        <File
[2695]487                                RelativePath=".\SamplingPreprocessor.cpp"
[2563]488                                >
489                        </File>
490                        <File
[2695]491                                RelativePath=".\SamplingPreprocessor.h"
[2563]492                                >
493                        </File>
494                        <File
[2695]495                                RelativePath=".\VssPreprocessor.cpp"
[2563]496                                >
497                        </File>
498                        <File
[2695]499                                RelativePath=".\VssPreprocessor.h"
[2563]500                                >
501                        </File>
[2695]502                </Filter>
503                <Filter
[2705]504                        Name="Exporters"
[2695]505                        >
[2563]506                        <File
[2705]507                                RelativePath=".\Exporter.h"
[2563]508                                >
509                        </File>
510                        <File
[2705]511                                RelativePath=".\ObjExporter.cpp"
[2563]512                                >
513                        </File>
514                        <File
[2705]515                                RelativePath=".\ObjExporter.h"
[2563]516                                >
517                        </File>
518                        <File
[2705]519                                RelativePath=".\VrmlExporter.cpp"
[2563]520                                >
521                        </File>
522                        <File
[2705]523                                RelativePath=".\VrmlExporter.h"
[2643]524                                >
525                        </File>
526                        <File
[2705]527                                RelativePath=".\X3dExporter.cpp"
[2563]528                                >
529                        </File>
530                        <File
[2705]531                                RelativePath=".\X3dExporter.h"
[2563]532                                >
533                        </File>
[2705]534                </Filter>
535                <Filter
536                        Name="utils"
537                        >
[2563]538                        <File
[2720]539                                RelativePath=".\AxisAlignedBox3.cpp"
540                                >
541                        </File>
542                        <File
[2705]543                                RelativePath=".\AxisAlignedBox3.h"
[2563]544                                >
545                        </File>
546                        <File
[2705]547                                RelativePath=".\Timer\BenchTimer.cpp"
[2643]548                                >
549                        </File>
550                        <File
[2705]551                                RelativePath=".\Timer\BenchTimer.h"
[2656]552                                >
553                        </File>
554                        <File
[2705]555                                RelativePath=".\BoostPreprocessorThread.h"
[2563]556                                >
557                        </File>
558                        <File
[2705]559                                RelativePath=".\common.cpp"
[2563]560                                >
561                        </File>
562                        <File
[2705]563                                RelativePath=".\common.h"
[2563]564                                >
565                        </File>
566                        <File
[2705]567                                RelativePath=".\Containers.h"
[2563]568                                >
569                        </File>
570                        <File
[2705]571                                RelativePath=".\Environment.cpp"
[2563]572                                >
573                        </File>
574                        <File
[2705]575                                RelativePath=".\Environment.h"
[2563]576                                >
577                        </File>
578                        <File
[2705]579                                RelativePath=".\FlexibleHeap.h"
[2563]580                                >
581                        </File>
582                        <File
[2705]583                                RelativePath=".\gzstream.cpp"
[2563]584                                >
585                        </File>
586                        <File
[2705]587                                RelativePath=".\gzstream.h"
[2563]588                                >
589                        </File>
590                        <File
[2705]591                                RelativePath=".\Halton.cpp"
[2563]592                                >
593                        </File>
594                        <File
[2705]595                                RelativePath=".\Halton.h"
[2563]596                                >
597                        </File>
598                        <File
[2705]599                                RelativePath=".\HashPvs.h"
[2563]600                                >
601                        </File>
602                        <File
[2695]603                                RelativePath=".\LogManager.cpp"
[2563]604                                >
605                        </File>
606                        <File
[2705]607                                RelativePath=".\LogManager.h"
[2563]608                                >
609                        </File>
610                        <File
[2695]611                                RelativePath=".\Material.cpp"
[2563]612                                >
613                        </File>
614                        <File
[2705]615                                RelativePath=".\Material.h"
[2563]616                                >
617                        </File>
618                        <File
[2705]619                                RelativePath=".\Matrix4x4.cpp"
[2563]620                                >
621                        </File>
622                        <File
[2705]623                                RelativePath=".\Matrix4x4.h"
[2643]624                                >
625                        </File>
626                        <File
[2705]627                                RelativePath=".\Timer\merror.cpp"
[2563]628                                >
629                        </File>
630                        <File
[2705]631                                RelativePath=".\Timer\merror.h"
[2563]632                                >
633                        </File>
634                        <File
[2705]635                                RelativePath=".\Timer\mstring.h"
[2563]636                                >
637                        </File>
638                        <File
[2705]639                                RelativePath=".\Plane3.cpp"
[2563]640                                >
641                        </File>
642                        <File
[2705]643                                RelativePath=".\Plane3.h"
[2563]644                                >
645                        </File>
646                        <File
[2705]647                                RelativePath=".\Polygon3.cpp"
[2563]648                                >
649                        </File>
650                        <File
[2705]651                                RelativePath=".\Polygon3.h"
[2563]652                                >
653                        </File>
654                        <File
[2705]655                                RelativePath=".\Polytope.cpp"
[2563]656                                >
657                        </File>
658                        <File
[2705]659                                RelativePath=".\Polytope.h"
[2563]660                                >
661                        </File>
662                        <File
[2695]663                                RelativePath=".\PreprocessorThread.cpp"
[2563]664                                >
665                        </File>
666                        <File
[2705]667                                RelativePath=".\Timer\RDTSCTimer.cpp"
[2563]668                                >
669                        </File>
670                        <File
[2705]671                                RelativePath=".\Timer\RDTSCTimer.h"
[2563]672                                >
673                        </File>
674                        <File
[2695]675                                RelativePath=".\Rectangle3.cpp"
[2563]676                                >
677                        </File>
678                        <File
[2705]679                                RelativePath=".\Rectangle3.h"
[2563]680                                >
681                        </File>
682                        <File
[2705]683                                RelativePath=".\Tetrahedron3.h"
[2563]684                                >
685                        </File>
686                        <File
[2705]687                                RelativePath=".\havran\timer.cpp"
[2563]688                                >
689                        </File>
[2643]690                        <File
[2705]691                                RelativePath=".\havran\timer.h"
[2643]692                                >
693                        </File>
694                        <File
[2695]695                                RelativePath=".\Trackball.cpp"
[2643]696                                >
697                        </File>
698                        <File
[2705]699                                RelativePath=".\Trackball.h"
[2643]700                                >
701                        </File>
702                        <File
[2695]703                                RelativePath=".\Triangle3.cpp"
[2643]704                                >
705                        </File>
706                        <File
[2705]707                                RelativePath=".\Triangle3.h"
[2643]708                                >
709                        </File>
710                        <File
[2705]711                                RelativePath=".\Vector2.cpp"
[2643]712                                >
713                        </File>
714                        <File
[2705]715                                RelativePath=".\Vector2.h"
[2643]716                                >
717                        </File>
718                        <File
[2705]719                                RelativePath=".\Vector3.cpp"
[2643]720                                >
721                        </File>
722                        <File
[2705]723                                RelativePath=".\Vector3.h"
[2643]724                                >
725                        </File>
[2705]726                </Filter>
727                <Filter
728                        Name="main"
729                        >
730                        <Filter
731                                Name="Header Files"
732                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
733                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
[2643]734                                >
[2705]735                                <File
736                                        RelativePath=".\Beam.h"
737                                        >
738                                </File>
739                                <File
740                                        RelativePath=".\BitVectorPvs.h"
741                                        >
742                                </File>
743                                <File
744                                        RelativePath=".\BoundingBoxConverter.h"
745                                        >
746                                </File>
747                                <File
748                                        RelativePath=".\BvHierarchy.h"
749                                        >
750                                </File>
751                                <File
752                                        RelativePath=".\Camera.h"
753                                        >
754                                </File>
755                                <File
756                                        RelativePath=".\DifferenceSampling.h"
757                                        >
758                                </File>
759                                <File
760                                        RelativePath=".\ExactPreprocessor.h"
761                                        >
762                                </File>
763                                <File
764                                        RelativePath=".\FilterBasedDistribution.cpp"
765                                        >
766                                </File>
767                                <File
768                                        RelativePath=".\FilterBasedDistribution.h"
769                                        >
770                                </File>
771                                <File
772                                        RelativePath=".\HavranRayCaster.h"
773                                        >
774                                </File>
775                                <File
776                                        RelativePath=".\HierarchyManager.h"
777                                        >
778                                </File>
779                                <File
780                                        RelativePath=".\Intersectable.h"
781                                        >
782                                </File>
783                                <File
784                                        RelativePath=".\IntersectableWrapper.h"
785                                        >
786                                </File>
787                                <File
788                                        RelativePath=".\IntersectionBoundingBoxConverter.h"
789                                        >
790                                </File>
791                                <File
792                                        RelativePath=".\KdTree.h"
793                                        >
794                                </File>
795                                <File
796                                        RelativePath=".\Mailable.h"
797                                        >
798                                </File>
799                                <File
800                                        RelativePath=".\Mesh.h"
801                                        >
802                                </File>
803                                <File
804                                        RelativePath=".\MeshKdTree.h"
805                                        >
806                                </File>
807                                <File
808                                        RelativePath=".\Mutation.h"
809                                        >
810                                </File>
811                                <File
812                                        RelativePath=".\MutualVisibility.h"
813                                        >
814                                </File>
815                                <File
816                                        RelativePath=".\ObjectPvs.h"
817                                        >
818                                </File>
819                                <File
820                                        RelativePath=".\OcclusionQuery.h"
821                                        >
822                                </File>
823                                <File
824                                        RelativePath=".\OspTree.h"
825                                        >
826                                </File>
827                                <File
828                                        RelativePath=".\Timer\PerfTimer.h"
829                                        >
830                                </File>
831                                <File
832                                        RelativePath=".\Timer\PerfTimerSkeleton.h"
833                                        >
834                                </File>
835                                <File
836                                        RelativePath=".\PreprocessorThread.h"
837                                        >
838                                </File>
839                                <File
840                                        RelativePath=".\Pvs.h"
841                                        >
842                                </File>
843                                <File
844                                        RelativePath=".\PvsBase.h"
845                                        >
846                                </File>
847                                <File
848                                        RelativePath=".\PvsDefinitions.h"
849                                        >
850                                </File>
851                                <File
852                                        RelativePath=".\RandomViewCellsHandler.h"
853                                        >
854                                </File>
855                                <File
856                                        RelativePath=".\Ray.h"
857                                        >
858                                </File>
859                                <File
860                                        RelativePath=".\RayInfo.h"
861                                        >
862                                </File>
863                                <File
864                                        RelativePath=".\Renderer.h"
865                                        >
866                                </File>
867                                <File
868                                        RelativePath=".\RenderSimulator.h"
869                                        >
870                                </File>
871                                <File
872                                        RelativePath=".\RenderTexture.h"
873                                        >
874                                </File>
875                                <File
876                                        RelativePath=".\ResourceManager.h"
877                                        >
878                                </File>
879                                <File
880                                        RelativePath=".\ReverseGvs.h"
881                                        >
882                                </File>
883                                <File
884                                        RelativePath=".\RndGauss.h"
885                                        >
886                                </File>
887                                <File
888                                        RelativePath=".\RssTree.h"
889                                        >
890                                </File>
891                                <File
892                                        RelativePath=".\SamplingStrategy.h"
893                                        >
894                                </File>
895                                <File
896                                        RelativePath=".\SceneGraph.h"
897                                        >
898                                </File>
899                                <File
[2709]900                                        RelativePath=".\SepPlanesBox3.h"
901                                        >
902                                </File>
903                                <File
[2705]904                                        RelativePath=".\SimpleRay.h"
905                                        >
906                                </File>
907                                <File
908                                        RelativePath=".\Statistics.h"
909                                        >
910                                </File>
911                                <File
912                                        RelativePath=".\SubdivisionCandidate.h"
913                                        >
914                                </File>
915                                <File
916                                        RelativePath=".\TraversalTree.h"
917                                        >
918                                </File>
919                                <File
920                                        RelativePath=".\ViewCell.h"
921                                        >
922                                </File>
923                                <File
924                                        RelativePath=".\ViewCellBsp.h"
925                                        >
926                                </File>
927                                <File
928                                        RelativePath=".\ViewCellsManager.h"
929                                        >
930                                </File>
931                                <File
932                                        RelativePath=".\VspBspTree.h"
933                                        >
934                                </File>
935                                <File
936                                        RelativePath=".\VspTree.h"
937                                        >
938                                </File>
939                                <File
940                                        RelativePath=".\VssRay.h"
941                                        >
942                                </File>
943                                <File
944                                        RelativePath=".\VssTree.h"
945                                        >
946                                </File>
947                        </Filter>
948                        <Filter
949                                Name="Source Files"
950                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
951                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
[2643]952                                >
[2705]953                                <File
954                                        RelativePath=".\Beam.cpp"
955                                        >
956                                </File>
957                                <File
958                                        RelativePath=".\BitVectorPvs.cpp"
959                                        >
960                                </File>
961                                <File
962                                        RelativePath=".\BvHierarchy.cpp"
963                                        >
964                                </File>
965                                <File
966                                        RelativePath=".\Camera.cpp"
967                                        >
968                                </File>
969                                <File
970                                        RelativePath=".\DifferenceSampling.cpp"
971                                        >
972                                </File>
973                                <File
974                                        RelativePath=".\ExactPreprocessor.cpp"
975                                        >
976                                </File>
977                                <File
978                                        RelativePath=".\Exporter.cpp"
979                                        >
980                                </File>
981                                <File
982                                        RelativePath=".\HierarchyManager.cpp"
983                                        >
984                                </File>
985                                <File
986                                        RelativePath=".\Intersectable.cpp"
987                                        >
988                                </File>
989                                <File
990                                        RelativePath=".\IntersectableWrapper.cpp"
991                                        >
992                                </File>
993                                <File
994                                        RelativePath=".\IntersectionBoundingBoxConverter.cpp"
995                                        >
996                                </File>
997                                <File
998                                        RelativePath=".\KdTree.cpp"
999                                        >
1000                                </File>
1001                                <File
1002                                        RelativePath=".\Mailable.cpp"
1003                                        >
1004                                </File>
1005                                <File
1006                                        RelativePath=".\Mesh.cpp"
1007                                        >
1008                                </File>
1009                                <File
1010                                        RelativePath=".\MeshKdTree.cpp"
1011                                        >
1012                                </File>
1013                                <File
1014                                        RelativePath=".\Mutation.cpp"
1015                                        >
1016                                </File>
1017                                <File
1018                                        RelativePath=".\MutualVisibility.cpp"
1019                                        >
1020                                </File>
1021                                <File
1022                                        RelativePath=".\ObjectPvs.cpp"
1023                                        >
1024                                </File>
1025                                <File
1026                                        RelativePath=".\OcclusionQuery.cpp"
1027                                        >
1028                                </File>
1029                                <File
1030                                        RelativePath=".\OspTree.cpp"
1031                                        >
1032                                </File>
1033                                <File
1034                                        RelativePath=".\RandomViewCellsHandler.cpp"
1035                                        >
1036                                </File>
1037                                <File
1038                                        RelativePath=".\Ray.cpp"
1039                                        >
1040                                </File>
1041                                <File
1042                                        RelativePath=".\RayInfo.cpp"
1043                                        >
1044                                </File>
1045                                <File
1046                                        RelativePath=".\Renderer.cpp"
1047                                        >
1048                                </File>
1049                                <File
1050                                        RelativePath=".\RenderSimulator.cpp"
1051                                        >
1052                                </File>
1053                                <File
1054                                        RelativePath=".\RenderTexture.cpp"
1055                                        >
1056                                </File>
1057                                <File
1058                                        RelativePath=".\ReverseGvs.cpp"
1059                                        >
1060                                </File>
1061                                <File
1062                                        RelativePath=".\RssTree.cpp"
1063                                        >
1064                                </File>
1065                                <File
1066                                        RelativePath=".\SamplingStrategy.cpp"
1067                                        >
1068                                </File>
1069                                <File
1070                                        RelativePath=".\SceneGraph.cpp"
1071                                        >
1072                                </File>
1073                                <File
[2709]1074                                        RelativePath=".\SepPlanesBox3.cpp"
1075                                        >
1076                                </File>
1077                                <File
[2705]1078                                        RelativePath=".\SubdivisionCandidate.cpp"
1079                                        >
1080                                </File>
1081                                <File
1082                                        RelativePath=".\Tetrahedron3.cpp"
1083                                        >
1084                                </File>
1085                                <File
1086                                        RelativePath=".\TraversalTree.cpp"
1087                                        >
1088                                </File>
1089                                <File
1090                                        RelativePath=".\ViewCell.cpp"
1091                                        >
1092                                </File>
1093                                <File
1094                                        RelativePath=".\ViewCellBsp.cpp"
1095                                        >
1096                                </File>
1097                                <File
1098                                        RelativePath=".\ViewCellsManager.cpp"
1099                                        >
1100                                </File>
1101                                <File
1102                                        RelativePath=".\VspBspTree.cpp"
1103                                        >
1104                                </File>
1105                                <File
1106                                        RelativePath=".\VspTree.cpp"
1107                                        >
1108                                </File>
1109                                <File
1110                                        RelativePath=".\VssRay.cpp"
1111                                        >
1112                                </File>
1113                                <File
1114                                        RelativePath=".\VssTree.cpp"
1115                                        >
1116                                </File>
1117                        </Filter>
[2643]1118                </Filter>
[2727]1119                <Filter
1120                        Name="raycaster"
1121                        >
1122                        <File
1123                                RelativePath=".\IntelRayCaster.cpp"
1124                                >
1125                        </File>
1126                        <File
1127                                RelativePath=".\IntelRayCaster.h"
1128                                >
1129                        </File>
1130                        <File
1131                                RelativePath=".\InternalRayCaster.cpp"
1132                                >
1133                        </File>
1134                        <File
1135                                RelativePath=".\InternalRayCaster.h"
1136                                >
1137                        </File>
1138                        <File
1139                                RelativePath=".\RayCaster.cpp"
1140                                >
1141                        </File>
1142                        <File
1143                                RelativePath=".\RayCaster.h"
1144                                >
1145                        </File>
1146                </Filter>
[2563]1147        </Files>
1148        <Globals>
1149        </Globals>
1150</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.