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

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