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

Revision 2332, 29.1 KB checked in by mattausch, 17 years ago (diff)

implemented part of rendering estimation of wimmer et al. for view space / object space subdivision.
warning: not working with undersampling estimation + local visibility based subdivision.

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