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

Revision 2162, 30.8 KB checked in by mattausch, 17 years ago (diff)

improved hash performance with google hashmap

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