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

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