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

Revision 2146, 26.4 KB checked in by mattausch, 17 years ago (diff)

improved hash pvs timings

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