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

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