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

Revision 2332, 26.8 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.

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