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

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