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

Revision 2237, 31.1 KB checked in by mattausch, 17 years ago (diff)

worked on optimization. warning: not tested yet

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