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

Revision 2594, 28.9 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"
[2232]110                        OutputDirectory="..\libRelease"
[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"
[2594]128                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL;USE_QT;USE_VERBOSE_PVS;USE_CG;TRV000"
[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
[2587]421                                RelativePath=".\HavranRayCaster.cpp">
422                        </File>
423                        <File
424                                RelativePath=".\HavranRayCaster.h">
425                        </File>
426                        <File
[2092]427                                RelativePath=".\HierarchyManager.cpp">
[1234]428                        </File>
429                        <File
[2092]430                                RelativePath=".\HierarchyManager.h">
[1234]431                        </File>
432                        <File
[2092]433                                RelativePath=".\IntelRayCaster.cpp">
[1520]434                        </File>
435                        <File
[2092]436                                RelativePath=".\IntelRayCaster.h">
[1520]437                        </File>
438                        <File
[2092]439                                RelativePath=".\InternalRayCaster.cpp">
[1520]440                        </File>
441                        <File
[2092]442                                RelativePath=".\InternalRayCaster.h">
[1520]443                        </File>
444                        <File
[2092]445                                RelativePath=".\Intersectable.cpp">
[2066]446                        </File>
447                        <File
[2092]448                                RelativePath=".\Intersectable.h">
[179]449                        </File>
450                        <File
[2092]451                                RelativePath=".\IntersectableWrapper.cpp">
[1138]452                        </File>
453                        <File
[2092]454                                RelativePath=".\IntersectableWrapper.h">
[1138]455                        </File>
456                        <File
[2113]457                                RelativePath=".\IntersectionBoundingBoxConverter.cpp">
458                        </File>
459                        <File
460                                RelativePath=".\IntersectionBoundingBoxConverter.h">
461                        </File>
462                        <File
[2092]463                                RelativePath="..\src\KdTree.cpp">
[71]464                        </File>
465                        <File
[2092]466                                RelativePath="..\src\KdTree.h">
[179]467                        </File>
468                        <File
[2092]469                                RelativePath="..\src\LogManager.cpp">
[1001]470                        </File>
471                        <File
[2092]472                                RelativePath="..\src\LogManager.h">
[1001]473                        </File>
474                        <File
[2092]475                                RelativePath="..\src\Material.cpp">
[179]476                        </File>
477                        <File
[2092]478                                RelativePath="..\src\Material.h">
[179]479                        </File>
480                        <File
[2092]481                                RelativePath="..\src\Matrix4x4.cpp">
[179]482                        </File>
483                        <File
[2092]484                                RelativePath="..\src\Matrix4x4.h">
[179]485                        </File>
486                        <File
[2092]487                                RelativePath=".\Timer\merror.cpp">
[2048]488                        </File>
489                        <File
[2092]490                                RelativePath=".\Timer\merror.h">
[2048]491                        </File>
492                        <File
[2092]493                                RelativePath="..\src\Mesh.cpp">
[179]494                        </File>
495                        <File
[2092]496                                RelativePath="..\src\Mesh.h">
[179]497                        </File>
498                        <File
[2092]499                                RelativePath="..\src\MeshKdTree.cpp">
[182]500                        </File>
501                        <File
[2092]502                                RelativePath="..\src\MeshKdTree.h">
[182]503                        </File>
504                        <File
[2092]505                                RelativePath=".\Timer\mstring.h">
[2048]506                        </File>
507                        <File
[2092]508                                RelativePath=".\Mutation.cpp">
[2048]509                        </File>
510                        <File
[2092]511                                RelativePath=".\Mutation.h">
[2048]512                        </File>
513                        <File
[2092]514                                RelativePath="..\src\MutualVisibility.cpp">
[219]515                        </File>
516                        <File
[2092]517                                RelativePath="..\src\MutualVisibility.h">
[219]518                        </File>
519                        <File
[2123]520                                RelativePath=".\ObjectPvs.cpp">
521                        </File>
522                        <File
[2116]523                                RelativePath=".\ObjectPvs.h">
[2115]524                        </File>
525                        <File
[2117]526                                RelativePath=".\ObjectsParser.cpp">
527                        </File>
528                        <File
529                                RelativePath=".\ObjectsParser.h">
530                        </File>
531                        <File
[2092]532                                RelativePath=".\ObjExporter.cpp">
[1696]533                        </File>
534                        <File
[2092]535                                RelativePath=".\ObjExporter.h">
[1696]536                        </File>
537                        <File
[2092]538                                RelativePath="..\src\ObjParser.cpp">
[1221]539                        </File>
540                        <File
[2092]541                                RelativePath="..\src\ObjParser.h">
[1221]542                        </File>
543                        <File
[2092]544                                RelativePath="..\src\OcclusionQuery.cpp">
[1001]545                        </File>
546                        <File
[2092]547                                RelativePath="..\src\OcclusionQuery.h">
[1001]548                        </File>
549                        <File
[2092]550                                RelativePath=".\OspTree.cpp">
[1234]551                        </File>
552                        <File
[2092]553                                RelativePath=".\OspTree.h">
[1234]554                        </File>
555                        <File
[2092]556                                RelativePath="..\src\Parser.h">
[179]557                        </File>
558                        <File
[2092]559                                RelativePath=".\Timer\PerfTimer.h">
[2048]560                        </File>
561                        <File
[2092]562                                RelativePath=".\Timer\PerfTimerSkeleton.h">
[2048]563                        </File>
564                        <File
[2092]565                                RelativePath="..\src\Plane3.cpp">
[508]566                        </File>
567                        <File
[2092]568                                RelativePath="..\src\Plane3.h">
[179]569                        </File>
570                        <File
[2092]571                                RelativePath="..\src\ply.h">
[752]572                        </File>
573                        <File
[2092]574                                RelativePath="..\src\plyfile.c">
[752]575                        </File>
576                        <File
[2092]577                                RelativePath="..\src\PlyParser.cpp">
[752]578                        </File>
579                        <File
[2092]580                                RelativePath="..\src\PlyParser.h">
[752]581                        </File>
582                        <File
[2092]583                                RelativePath="..\src\Polygon3.cpp">
[235]584                        </File>
585                        <File
[2092]586                                RelativePath="..\src\Polygon3.h">
[235]587                        </File>
588                        <File
[2092]589                                RelativePath="..\src\Polytope.cpp">
[260]590                        </File>
591                        <File
[2092]592                                RelativePath="..\src\Polytope.h">
[260]593                        </File>
594                        <File
[2092]595                                RelativePath="..\src\Preprocessor.cpp">
[71]596                        </File>
597                        <File
[2092]598                                RelativePath="..\src\Preprocessor.h">
[497]599                                <FileConfiguration
[2092]600                                        Name="Release|Win32">
[497]601                                        <Tool
602                                                Name="VCCustomBuildTool"
[1150]603                                                Description=""
604                                                CommandLine=""
[2092]605                                                Outputs=""/>
[497]606                                </FileConfiguration>
[1234]607                                <FileConfiguration
[2092]608                                        Name="Release Internal|Win32">
[1239]609                                        <Tool
610                                                Name="VCCustomBuildTool"
611                                                Description=""
612                                                CommandLine=""
[2092]613                                                Outputs=""/>
[1239]614                                </FileConfiguration>
[1766]615                                <FileConfiguration
[2092]616                                        Name="release_noqt|Win32">
[1766]617                                        <Tool
618                                                Name="VCCustomBuildTool"
619                                                Description=""
620                                                CommandLine=""
[2092]621                                                Outputs=""/>
[1766]622                                </FileConfiguration>
[1949]623                                <FileConfiguration
[2353]624                                        Name="Release_qt|Win32">
[1949]625                                        <Tool
626                                                Name="VCCustomBuildTool"
627                                                Description=""
628                                                CommandLine=""
[2092]629                                                Outputs=""/>
[1949]630                                </FileConfiguration>
[179]631                        </File>
632                        <File
[2092]633                                RelativePath=".\PreprocessorFactory.cpp">
[1486]634                        </File>
635                        <File
[2092]636                                RelativePath=".\PreprocessorFactory.h">
[1486]637                        </File>
638                        <File
[2092]639                                RelativePath="..\src\PreprocessorThread.cpp">
[497]640                        </File>
641                        <File
[2092]642                                RelativePath="..\src\PreprocessorThread.h">
[497]643                                <FileConfiguration
[2092]644                                        Name="Release|Win32">
[497]645                                        <Tool
646                                                Name="VCCustomBuildTool"
[1150]647                                                Description=""
648                                                CommandLine=""
[2092]649                                                Outputs=""/>
[497]650                                </FileConfiguration>
[1234]651                                <FileConfiguration
[2092]652                                        Name="Release Internal|Win32">
[1239]653                                        <Tool
654                                                Name="VCCustomBuildTool"
655                                                Description=""
656                                                CommandLine=""
[2092]657                                                Outputs=""/>
[1239]658                                </FileConfiguration>
[1766]659                                <FileConfiguration
[2092]660                                        Name="release_noqt|Win32">
[1766]661                                        <Tool
662                                                Name="VCCustomBuildTool"
663                                                Description=""
664                                                CommandLine=""
[2092]665                                                Outputs=""/>
[1766]666                                </FileConfiguration>
[1949]667                                <FileConfiguration
[2353]668                                        Name="Release_qt|Win32">
[1949]669                                        <Tool
670                                                Name="VCCustomBuildTool"
671                                                Description=""
672                                                CommandLine=""
[2092]673                                                Outputs=""/>
[1949]674                                </FileConfiguration>
[497]675                        </File>
676                        <File
[2092]677                                RelativePath="..\src\Pvs.h">
[182]678                        </File>
679                        <File
[2100]680                                RelativePath=".\PvsBase.h">
681                        </File>
682                        <File
[2116]683                                RelativePath=".\PvsDefinitions.h">
684                        </File>
685                        <File
[2092]686                                RelativePath="..\src\Ray.cpp">
[179]687                        </File>
688                        <File
[2092]689                                RelativePath="..\src\Ray.h">
[179]690                        </File>
691                        <File
[2092]692                                RelativePath=".\RayCaster.cpp">
[1520]693                        </File>
694                        <File
[2092]695                                RelativePath=".\RayCaster.h">
[1520]696                        </File>
697                        <File
[2092]698                                RelativePath="..\src\RayInfo.cpp">
[420]699                        </File>
700                        <File
[2092]701                                RelativePath="..\src\RayInfo.h">
[420]702                        </File>
703                        <File
[2092]704                                RelativePath=".\Timer\RDTSCTimer.cpp">
[2048]705                        </File>
706                        <File
[2092]707                                RelativePath=".\Timer\RDTSCTimer.h">
[2048]708                        </File>
709                        <File
[2092]710                                RelativePath="..\src\Rectangle3.cpp">
[225]711                        </File>
712                        <File
[2092]713                                RelativePath="..\src\Rectangle3.h">
[219]714                        </File>
715                        <File
[2092]716                                RelativePath="..\src\RenderSampler.cpp">
[879]717                        </File>
718                        <File
[2092]719                                RelativePath="..\src\RenderSampler.h">
[879]720                        </File>
721                        <File
[2092]722                                RelativePath="..\src\RenderSimulator.cpp">
[1148]723                        </File>
724                        <File
[2092]725                                RelativePath="..\src\RenderSimulator.h">
[1148]726                        </File>
727                        <File
[2092]728                                RelativePath=".\RenderTexture.cpp">
[1940]729                        </File>
730                        <File
[2092]731                                RelativePath=".\RenderTexture.h">
[1940]732                        </File>
733                        <File
[2092]734                                RelativePath="..\src\ResourceManager.h">
[1001]735                        </File>
736                        <File
[2546]737                                RelativePath=".\ReverseGvs.cpp">
738                        </File>
739                        <File
740                                RelativePath=".\ReverseGvs.h">
741                        </File>
742                        <File
[2092]743                                RelativePath="..\src\RssPreprocessor.cpp">
[448]744                        </File>
745                        <File
[2092]746                                RelativePath="..\src\RssPreprocessor.h">
[448]747                        </File>
748                        <File
[2092]749                                RelativePath="..\src\RssTree.cpp">
[448]750                        </File>
751                        <File
[2092]752                                RelativePath="..\src\RssTree.h">
[448]753                        </File>
754                        <File
[2092]755                                RelativePath="..\src\SamplingPreprocessor.cpp">
[71]756                        </File>
[179]757                        <File
[2092]758                                RelativePath="..\src\SamplingPreprocessor.h">
[179]759                        </File>
760                        <File
[2092]761                                RelativePath="..\src\SamplingStrategy.cpp">
[1020]762                        </File>
763                        <File
[2092]764                                RelativePath="..\src\SamplingStrategy.h">
[1020]765                        </File>
766                        <File
[2092]767                                RelativePath="..\src\SceneGraph.cpp">
[179]768                        </File>
769                        <File
[2092]770                                RelativePath="..\src\SceneGraph.h">
[179]771                        </File>
772                        <File
[2092]773                                RelativePath="..\src\Statistics.h">
[1234]774                        </File>
775                        <File
[2092]776                                RelativePath=".\SubdivisionCandidate.cpp">
[1633]777                        </File>
778                        <File
[2092]779                                RelativePath=".\SubdivisionCandidate.h">
[410]780                        </File>
781                        <File
[2092]782                                RelativePath="..\src\Tetrahedron3.cpp">
[544]783                        </File>
784                        <File
[2092]785                                RelativePath="..\src\Tetrahedron3.h">
[544]786                        </File>
787                        <File
[2092]788                                RelativePath=".\Trackball.cpp">
[1926]789                        </File>
790                        <File
[2092]791                                RelativePath=".\Trackball.h">
[1926]792                        </File>
793                        <File
[2092]794                                RelativePath=".\TraversalTree.cpp">
[2073]795                        </File>
796                        <File
[2092]797                                RelativePath=".\TraversalTree.h">
[2073]798                        </File>
799                        <File
[2092]800                                RelativePath="..\src\Triangle3.cpp">
[219]801                        </File>
802                        <File
[2092]803                                RelativePath="..\src\Triangle3.h">
[219]804                        </File>
805                        <File
[2092]806                                RelativePath="..\src\UnigraphicsParser.cpp">
[179]807                        </File>
808                        <File
[2092]809                                RelativePath="..\src\UnigraphicsParser.h">
[179]810                        </File>
811                        <File
[2092]812                                RelativePath="..\src\Vector3.cpp">
[179]813                        </File>
814                        <File
[2092]815                                RelativePath="..\src\Vector3.h">
[179]816                        </File>
817                        <File
[2092]818                                RelativePath="..\src\ViewCell.cpp">
[235]819                        </File>
820                        <File
[2092]821                                RelativePath="..\src\ViewCell.h">
[202]822                        </File>
823                        <File
[2092]824                                RelativePath="..\src\ViewCellBsp.cpp">
[179]825                        </File>
826                        <File
[2092]827                                RelativePath="..\src\ViewCellBsp.h">
[190]828                        </File>
829                        <File
[2092]830                                RelativePath="..\src\ViewCellsManager.cpp">
[439]831                        </File>
832                        <File
[2092]833                                RelativePath="..\src\ViewCellsManager.h">
[439]834                        </File>
835                        <File
[2092]836                                RelativePath="..\src\ViewCellsParser.cpp">
[508]837                        </File>
838                        <File
[2092]839                                RelativePath="..\src\ViewCellsParser.h">
[508]840                        </File>
841                        <File
[2092]842                                RelativePath="..\src\ViewCellsParserXerces.h">
[508]843                        </File>
844                        <File
[2092]845                                RelativePath="..\src\VrmlExporter.cpp">
[712]846                        </File>
847                        <File
[2092]848                                RelativePath="..\src\VrmlExporter.h">
[712]849                        </File>
850                        <File
[2092]851                                RelativePath="..\src\VspBspTree.cpp">
[437]852                        </File>
853                        <File
[2092]854                                RelativePath="..\src\VspBspTree.h">
[437]855                        </File>
856                        <File
[2092]857                                RelativePath=".\VspTree.cpp">
[406]858                        </File>
859                        <File
[2092]860                                RelativePath=".\VspTree.h">
[406]861                        </File>
862                        <File
[2092]863                                RelativePath="..\src\VssPreprocessor.cpp">
[375]864                        </File>
865                        <File
[2092]866                                RelativePath="..\src\VssPreprocessor.h">
[375]867                        </File>
868                        <File
[2092]869                                RelativePath="..\src\VssRay.cpp">
[1221]870                        </File>
871                        <File
[2092]872                                RelativePath="..\src\VssRay.h">
[375]873                        </File>
874                        <File
[2092]875                                RelativePath="..\src\VssTree.cpp">
[375]876                        </File>
877                        <File
[2092]878                                RelativePath="..\src\VssTree.h">
[375]879                        </File>
880                        <File
[2092]881                                RelativePath="..\src\X3dExporter.cpp">
[179]882                        </File>
883                        <File
[2092]884                                RelativePath="..\src\X3dExporter.h">
[179]885                        </File>
886                        <File
[2092]887                                RelativePath="..\src\X3dParser.cpp">
[179]888                        </File>
889                        <File
[2092]890                                RelativePath="..\src\X3dParser.h">
[179]891                        </File>
[71]892                </Filter>
893                <Filter
894                        Name="Header Files"
895                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
[2092]896                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
[71]897                        <File
[2092]898                                RelativePath="..\include\AxisAlignedBox3.h">
[71]899                        </File>
900                        <File
[2092]901                                RelativePath="..\include\Containers.h">
[71]902                        </File>
903                        <File
[2092]904                                RelativePath="..\include\ExactPreprocessor.h">
[71]905                        </File>
906                        <File
[2092]907                                RelativePath="..\include\KdTree.h">
[71]908                        </File>
909                        <File
[2092]910                                RelativePath="..\include\Mesh.h">
[71]911                        </File>
912                        <File
[2092]913                                RelativePath="..\include\Plane3.h">
[71]914                        </File>
915                        <File
[2092]916                                RelativePath="..\include\Preprocessor.h">
[71]917                        </File>
918                        <File
[2092]919                                RelativePath="..\include\SamplingPreprocessor.h">
[71]920                        </File>
921                        <File
[2092]922                                RelativePath="..\include\SceneGraph.h">
[71]923                        </File>
924                        <File
[2092]925                                RelativePath="..\include\Vector3.h">
[71]926                        </File>
927                        <File
[2092]928                                RelativePath="..\include\ViewCell.h">
[219]929                        </File>
[1545]930                        <File
[2092]931                                RelativePath="..\src\X3dParserXerces.h">
[1545]932                        </File>
[71]933                </Filter>
[1145]934                <Filter
935                        Name="Renderer"
[2092]936                        Filter="">
[1145]937                        <File
[2092]938                                RelativePath="..\src\GlRenderer.cpp">
[1145]939                        </File>
940                        <File
[2092]941                                RelativePath="..\src\GlRenderer.h">
[1145]942                        </File>
943                        <File
[2092]944                                RelativePath="..\src\Renderer.cpp">
[1145]945                        </File>
946                        <File
[2092]947                                RelativePath="..\src\Renderer.h">
[1145]948                        </File>
949                </Filter>
[2161]950                <Filter
951                        Name="ootl"
952                        Filter="">
953                        <Filter
954                                Name="include"
955                                Filter="">
956                                <File
957                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_adapters.hpp">
958                                </File>
959                                <File
960                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_benchmark.hpp">
961                                </File>
962                                <File
963                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_bool_stack.hpp">
964                                </File>
965                                <File
966                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_dictionary.hpp">
967                                </File>
968                                <File
969                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_fft.hpp">
970                                </File>
971                                <File
972                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_fft_test.hpp">
973                                </File>
974                                <File
975                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_functions.hpp">
976                                </File>
977                                <File
978                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_generators.hpp">
979                                </File>
980                                <File
981                                        RelativePath=".\ootl\src\include\ootl\ootl_hash.hpp">
982                                </File>
983                                <File
984                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_iterable.hpp">
985                                </File>
986                                <File
987                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_iterators.hpp">
988                                </File>
989                                <File
990                                        RelativePath=".\ootl\src\include\ootl\ootl_list.hpp">
991                                </File>
992                                <File
993                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_map.hpp">
994                                </File>
995                                <File
996                                        RelativePath=".\ootl\src\include\ootl\ootl_misc.hpp">
997                                </File>
998                                <File
999                                        RelativePath=".\ootl\src\include\ootl\mswin\ootl_mswin.hpp">
1000                                </File>
1001                                <File
1002                                        RelativePath=".\ootl\src\include\ootl\mswin\ootl_mswin_console.hpp">
1003                                </File>
1004                                <File
1005                                        RelativePath=".\ootl\src\include\ootl\mswin\ootl_mswin_gdi.hpp">
1006                                </File>
1007                                <File
1008                                        RelativePath=".\ootl\src\include\ootl\mswin\ootl_mswin_simple_win.hpp">
1009                                </File>
1010                                <File
1011                                        RelativePath=".\ootl\src\include\ootl\ootl_object.hpp">
1012                                </File>
1013                                <File
1014                                        RelativePath=".\ootl\src\include\ootl\ootl_output.hpp">
1015                                </File>
1016                                <File
1017                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_polar.hpp">
1018                                </File>
1019                                <File
1020                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_predicate.hpp">
1021                                </File>
1022                                <File
1023                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_procedure.hpp">
1024                                </File>
1025                                <File
1026                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_ptr.hpp">
1027                                </File>
1028                                <File
1029                                        RelativePath=".\ootl\src\include\ootl\ootl_stack.hpp">
1030                                </File>
1031                                <File
1032                                        RelativePath=".\ootl\src\include\ootl\ootl_string.hpp">
1033                                </File>
1034                                <File
1035                                        RelativePath=".\ootl\src\include\ootl\ootl_string_utils.hpp">
1036                                </File>
1037                                <File
1038                                        RelativePath=".\ootl\src\include\ootl\ootl_tester.hpp">
1039                                </File>
1040                                <File
1041                                        RelativePath=".\ootl\src\include\ootl\ootl_timer.hpp">
1042                                </File>
1043                                <File
1044                                        RelativePath=".\ootl\src\include\ootl\sandbox\ootl_valarray.hpp">
1045                                </File>
1046                                <File
1047                                        RelativePath=".\ootl\src\include\ootl\ootl_vlist.hpp">
1048                                </File>
1049                        </Filter>
1050                </Filter>
1051                <Filter
1052                        Name="google"
1053                        Filter="">
1054                        <File
1055                                RelativePath=".\sparsehash\src\google\sparsehash\config.h">
1056                        </File>
1057                        <File
[2162]1058                                RelativePath=".\sparsehash\src\google\dense_hash_map">
[2161]1059                        </File>
1060                        <File
[2162]1061                                RelativePath=".\sparsehash\src\google\dense_hash_set">
[2161]1062                        </File>
1063                        <File
[2162]1064                                RelativePath=".\sparsehash\src\google\sparsehash\densehashtable.h">
1065                        </File>
1066                        <File
[2594]1067                                RelativePath=".\sparsehash\src\google\sparsehash\hash_fun.h">
[2161]1068                        </File>
1069                        <File
[2594]1070                                RelativePath=".\sparsehash\src\windows\hash_fun.h">
[2162]1071                        </File>
1072                        <File
[2161]1073                                RelativePath=".\sparsehash\src\windows\hash_map.h">
1074                        </File>
1075                        <File
[2162]1076                                RelativePath=".\sparsehash\src\google\sparse_hash_map">
1077                        </File>
1078                        <File
1079                                RelativePath=".\sparsehash\src\google\sparse_hash_set">
1080                        </File>
1081                        <File
[2161]1082                                RelativePath=".\sparsehash\src\google\sparsehash\sparsehashtable.h">
1083                        </File>
1084                        <File
[2162]1085                                RelativePath=".\sparsehash\src\google\sparsetable">
1086                        </File>
1087                        <File
[2161]1088                                RelativePath=".\sparsehash\src\windows\stl_hash_fun.h">
1089                        </File>
1090                </Filter>
[2587]1091                <Filter
1092                        Name="havran"
1093                        Filter="">
1094                        <File
1095                                RelativePath=".\havran\allocgo2.cpp">
1096                        </File>
1097                        <File
1098                                RelativePath=".\havran\allocgo2.h">
1099                        </File>
1100                        <File
1101                                RelativePath=".\havran\configh.h">
1102                        </File>
1103                        <File
1104                                RelativePath=".\havran\ktb.cpp">
1105                        </File>
1106                        <File
1107                                RelativePath=".\havran\ktb.h">
1108                        </File>
1109                        <File
1110                                RelativePath=".\havran\ktb8b.cpp">
1111                        </File>
1112                        <File
1113                                RelativePath=".\havran\ktb8b.h">
1114                        </File>
1115                        <File
1116                                RelativePath=".\havran\ktbai.cpp">
1117                        </File>
1118                        <File
1119                                RelativePath=".\havran\ktbai.h">
1120                        </File>
1121                        <File
1122                                RelativePath=".\havran\ktball.cpp">
1123                        </File>
1124                        <File
1125                                RelativePath=".\havran\ktball.h">
1126                        </File>
1127                        <File
1128                                RelativePath=".\havran\ktbconf.h">
1129                        </File>
1130                        <File
1131                                RelativePath=".\havran\ktbftrav.cpp">
1132                        </File>
1133                        <File
1134                                RelativePath=".\havran\ktbtrav.cpp">
1135                        </File>
1136                        <File
1137                                RelativePath=".\havran\ktbtrav.h">
1138                        </File>
1139                        <File
1140                                RelativePath=".\havran\raypack.h">
1141                        </File>
1142                        <File
1143                                RelativePath=".\havran\sbbox.cpp">
1144                        </File>
1145                        <File
1146                                RelativePath=".\havran\sbbox.h">
1147                        </File>
1148                        <File
1149                                RelativePath=".\havran\subdivm.h">
1150                        </File>
1151                        <File
1152                                RelativePath=".\havran\timer.cpp">
1153                        </File>
1154                        <File
1155                                RelativePath=".\havran\timer.h">
1156                        </File>
1157                </Filter>
[722]1158                <File
[2092]1159                        RelativePath=".\VTune\Preprocessor.vpj">
[722]1160                </File>
[71]1161        </Files>
1162        <Globals>
1163        </Globals>
1164</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.