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

Revision 2023, 24.9 KB checked in by mattausch, 17 years ago (diff)
RevLine 
[71]1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Preprocessor"
[78]6        ProjectGUID="{EABCE292-D598-4600-A1C9-2591E7D62FDA}"
[71]7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="..\lib\$(ConfigurationName)"
16                        IntermediateDirectory="..\obj\$(ConfigurationName)"
[1002]17                        ConfigurationType="4"
[71]18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
[1272]22                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost"
[1002]23                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
[71]24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
[136]27                                RuntimeTypeInfo="TRUE"
[71]28                                UsePrecompiledHeader="0"
[1287]29                                BrowseInformation="1"
[71]30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
[1163]32                                DebugInformationFormat="3"/>
[71]33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
[1002]36                                Name="VCLibrarianTool"/>
[71]37                        <Tool
38                                Name="VCMIDLTool"/>
39                        <Tool
40                                Name="VCPostBuildEventTool"/>
41                        <Tool
42                                Name="VCPreBuildEventTool"/>
43                        <Tool
44                                Name="VCPreLinkEventTool"/>
45                        <Tool
46                                Name="VCResourceCompilerTool"/>
47                        <Tool
48                                Name="VCWebServiceProxyGeneratorTool"/>
49                        <Tool
50                                Name="VCXMLDataGeneratorTool"/>
51                        <Tool
52                                Name="VCManagedWrapperGeneratorTool"/>
53                        <Tool
54                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
55                </Configuration>
56                <Configuration
57                        Name="Release|Win32"
[827]58                        OutputDirectory="..\lib\$(ConfigurationName)"
[71]59                        IntermediateDirectory="..\obj\$(ConfigurationName)"
[827]60                        ConfigurationType="4"
[71]61                        CharacterSet="2">
62                        <Tool
63                                Name="VCCLCompilerTool"
[1286]64                                Optimization="3"
65                                GlobalOptimizations="TRUE"
66                                InlineFunctionExpansion="2"
67                                EnableIntrinsicFunctions="TRUE"
68                                FavorSizeOrSpeed="1"
69                                OmitFramePointers="TRUE"
70                                EnableFiberSafeOptimizations="TRUE"
[1287]71                                OptimizeForProcessor="0"
[827]72                                OptimizeForWindowsApplication="TRUE"
[1248]73                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost"
[1234]74                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
75                                ExceptionHandling="TRUE"
76                                RuntimeLibrary="2"
77                                DisableLanguageExtensions="FALSE"
78                                ForceConformanceInForLoopScope="FALSE"
79                                RuntimeTypeInfo="TRUE"
80                                UsePrecompiledHeader="0"
[1286]81                                BrowseInformation="1"
[1234]82                                WarningLevel="2"
83                                Detect64BitPortabilityProblems="TRUE"
84                                DebugInformationFormat="3"/>
85                        <Tool
86                                Name="VCCustomBuildTool"/>
87                        <Tool
88                                Name="VCLibrarianTool"/>
89                        <Tool
90                                Name="VCMIDLTool"/>
91                        <Tool
92                                Name="VCPostBuildEventTool"/>
93                        <Tool
94                                Name="VCPreBuildEventTool"/>
95                        <Tool
96                                Name="VCPreLinkEventTool"/>
97                        <Tool
98                                Name="VCResourceCompilerTool"/>
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"/>
101                        <Tool
102                                Name="VCXMLDataGeneratorTool"/>
103                        <Tool
104                                Name="VCManagedWrapperGeneratorTool"/>
105                        <Tool
106                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
107                </Configuration>
108                <Configuration
109                        Name="mlrt|Win32"
110                        OutputDirectory="$(ConfigurationName)"
111                        IntermediateDirectory="$(ConfigurationName)"
112                        ConfigurationType="4"
113                        CharacterSet="2">
114                        <Tool
115                                Name="VCCLCompilerTool"
[1281]116                                Optimization="2"
[1292]117                                GlobalOptimizations="FALSE"
[1234]118                                InlineFunctionExpansion="0"
[1292]119                                EnableIntrinsicFunctions="FALSE"
[1272]120                                FavorSizeOrSpeed="1"
[1292]121                                OmitFramePointers="FALSE"
122                                EnableFiberSafeOptimizations="FALSE"
[1272]123                                OptimizeForProcessor="3"
[1234]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"
[1281]127                                MinimalRebuild="TRUE"
[827]128                                ExceptionHandling="TRUE"
[833]129                                RuntimeLibrary="2"
[338]130                                DisableLanguageExtensions="FALSE"
131                                ForceConformanceInForLoopScope="FALSE"
[202]132                                RuntimeTypeInfo="TRUE"
[74]133                                UsePrecompiledHeader="0"
[863]134                                WarningLevel="2"
[71]135                                Detect64BitPortabilityProblems="TRUE"
136                                DebugInformationFormat="3"/>
137                        <Tool
138                                Name="VCCustomBuildTool"/>
139                        <Tool
[827]140                                Name="VCLibrarianTool"/>
[71]141                        <Tool
142                                Name="VCMIDLTool"/>
143                        <Tool
144                                Name="VCPostBuildEventTool"/>
145                        <Tool
146                                Name="VCPreBuildEventTool"/>
147                        <Tool
148                                Name="VCPreLinkEventTool"/>
149                        <Tool
150                                Name="VCResourceCompilerTool"/>
151                        <Tool
152                                Name="VCWebServiceProxyGeneratorTool"/>
153                        <Tool
154                                Name="VCXMLDataGeneratorTool"/>
155                        <Tool
156                                Name="VCManagedWrapperGeneratorTool"/>
157                        <Tool
158                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
159                </Configuration>
[1234]160                <Configuration
161                        Name="Release_Internal|Win32"
162                        OutputDirectory="$(ConfigurationName)"
163                        IntermediateDirectory="$(ConfigurationName)"
164                        ConfigurationType="4"
165                        CharacterSet="2">
166                        <Tool
167                                Name="VCCLCompilerTool"
168                                Optimization="0"
169                                InlineFunctionExpansion="0"
170                                FavorSizeOrSpeed="0"
171                                OptimizeForWindowsApplication="TRUE"
172                                AdditionalIncludeDirectories="..\include;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;&quot;$(CG_INC_PATH)&quot;;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;&quot;$(BOOST_INCLUDE)&quot;;..\..\Preprocessing\MultiLevelRayTracing"
173                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
174                                ExceptionHandling="TRUE"
175                                RuntimeLibrary="2"
176                                DisableLanguageExtensions="FALSE"
177                                ForceConformanceInForLoopScope="FALSE"
178                                RuntimeTypeInfo="TRUE"
179                                UsePrecompiledHeader="0"
180                                WarningLevel="2"
181                                Detect64BitPortabilityProblems="TRUE"
182                                DebugInformationFormat="3"/>
183                        <Tool
184                                Name="VCCustomBuildTool"/>
185                        <Tool
186                                Name="VCLibrarianTool"/>
187                        <Tool
188                                Name="VCMIDLTool"/>
189                        <Tool
190                                Name="VCPostBuildEventTool"/>
191                        <Tool
192                                Name="VCPreBuildEventTool"/>
193                        <Tool
194                                Name="VCPreLinkEventTool"/>
195                        <Tool
196                                Name="VCResourceCompilerTool"/>
197                        <Tool
198                                Name="VCWebServiceProxyGeneratorTool"/>
199                        <Tool
200                                Name="VCXMLDataGeneratorTool"/>
201                        <Tool
202                                Name="VCManagedWrapperGeneratorTool"/>
203                        <Tool
204                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
205                </Configuration>
[1239]206                <Configuration
207                        Name="Release Internal|Win32"
208                        OutputDirectory="$(ConfigurationName)"
209                        IntermediateDirectory="$(ConfigurationName)"
210                        ConfigurationType="4"
211                        CharacterSet="2">
212                        <Tool
213                                Name="VCCLCompilerTool"
[1272]214                                Optimization="3"
[2017]215                                GlobalOptimizations="TRUE"
[1239]216                                InlineFunctionExpansion="0"
[2017]217                                EnableIntrinsicFunctions="TRUE"
218                                FavorSizeOrSpeed="1"
219                                OmitFramePointers="TRUE"
220                                EnableFiberSafeOptimizations="TRUE"
[1272]221                                OptimizeForProcessor="3"
[1239]222                                OptimizeForWindowsApplication="TRUE"
[1940]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;"
[2023]224                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL;USE_QT;USE_CG"
[1239]225                                ExceptionHandling="TRUE"
226                                RuntimeLibrary="2"
[2017]227                                EnableEnhancedInstructionSet="2"
[1239]228                                DisableLanguageExtensions="FALSE"
229                                ForceConformanceInForLoopScope="FALSE"
[2017]230                                RuntimeTypeInfo="FALSE"
[1239]231                                UsePrecompiledHeader="0"
[1521]232                                BrowseInformation="1"
[1239]233                                WarningLevel="2"
234                                Detect64BitPortabilityProblems="TRUE"
235                                DebugInformationFormat="3"/>
236                        <Tool
237                                Name="VCCustomBuildTool"/>
238                        <Tool
[1251]239                                Name="VCLibrarianTool"
240                                OutputFile="../lib/Release/$(ProjectName).lib"/>
[1239]241                        <Tool
242                                Name="VCMIDLTool"/>
243                        <Tool
244                                Name="VCPostBuildEventTool"/>
245                        <Tool
246                                Name="VCPreBuildEventTool"/>
247                        <Tool
248                                Name="VCPreLinkEventTool"/>
249                        <Tool
250                                Name="VCResourceCompilerTool"/>
251                        <Tool
252                                Name="VCWebServiceProxyGeneratorTool"/>
253                        <Tool
254                                Name="VCXMLDataGeneratorTool"/>
255                        <Tool
256                                Name="VCManagedWrapperGeneratorTool"/>
257                        <Tool
258                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
259                </Configuration>
[1766]260                <Configuration
261                        Name="release_noqt|Win32"
262                        OutputDirectory="$(ConfigurationName)"
263                        IntermediateDirectory="$(ConfigurationName)"
264                        ConfigurationType="4"
265                        CharacterSet="2">
266                        <Tool
267                                Name="VCCLCompilerTool"
268                                Optimization="3"
269                                InlineFunctionExpansion="0"
270                                FavorSizeOrSpeed="0"
271                                OptimizeForProcessor="3"
272                                OptimizeForWindowsApplication="TRUE"
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"
[1766]275                                ExceptionHandling="TRUE"
276                                RuntimeLibrary="2"
277                                DisableLanguageExtensions="FALSE"
278                                ForceConformanceInForLoopScope="FALSE"
279                                RuntimeTypeInfo="TRUE"
280                                UsePrecompiledHeader="0"
281                                BrowseInformation="1"
282                                WarningLevel="2"
283                                Detect64BitPortabilityProblems="TRUE"
284                                DebugInformationFormat="3"/>
285                        <Tool
286                                Name="VCCustomBuildTool"/>
287                        <Tool
288                                Name="VCLibrarianTool"
289                                OutputFile="../lib/Release/$(ProjectName).lib"/>
290                        <Tool
291                                Name="VCMIDLTool"/>
292                        <Tool
293                                Name="VCPostBuildEventTool"/>
294                        <Tool
295                                Name="VCPreBuildEventTool"/>
296                        <Tool
297                                Name="VCPreLinkEventTool"/>
298                        <Tool
299                                Name="VCResourceCompilerTool"/>
300                        <Tool
301                                Name="VCWebServiceProxyGeneratorTool"/>
302                        <Tool
303                                Name="VCXMLDataGeneratorTool"/>
304                        <Tool
305                                Name="VCManagedWrapperGeneratorTool"/>
306                        <Tool
307                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
308                </Configuration>
[1949]309                <Configuration
310                        Name="Release_Qt|Win32"
311                        OutputDirectory="$(ConfigurationName)"
312                        IntermediateDirectory="$(ConfigurationName)"
313                        ConfigurationType="4"
314                        CharacterSet="2">
315                        <Tool
316                                Name="VCCLCompilerTool"
317                                Optimization="3"
318                                InlineFunctionExpansion="0"
319                                FavorSizeOrSpeed="0"
320                                OptimizeForProcessor="3"
321                                OptimizeForWindowsApplication="TRUE"
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;"
[1968]323                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_QT;ATI"
[1949]324                                ExceptionHandling="TRUE"
325                                RuntimeLibrary="2"
326                                DisableLanguageExtensions="FALSE"
327                                ForceConformanceInForLoopScope="FALSE"
328                                RuntimeTypeInfo="TRUE"
329                                UsePrecompiledHeader="0"
330                                BrowseInformation="1"
331                                WarningLevel="2"
332                                Detect64BitPortabilityProblems="TRUE"
333                                DebugInformationFormat="3"/>
334                        <Tool
335                                Name="VCCustomBuildTool"/>
336                        <Tool
337                                Name="VCLibrarianTool"
338                                OutputFile="../lib/Release/$(ProjectName).lib"/>
339                        <Tool
340                                Name="VCMIDLTool"/>
341                        <Tool
342                                Name="VCPostBuildEventTool"/>
343                        <Tool
344                                Name="VCPreBuildEventTool"/>
345                        <Tool
346                                Name="VCPreLinkEventTool"/>
347                        <Tool
348                                Name="VCResourceCompilerTool"/>
349                        <Tool
350                                Name="VCWebServiceProxyGeneratorTool"/>
351                        <Tool
352                                Name="VCXMLDataGeneratorTool"/>
353                        <Tool
354                                Name="VCManagedWrapperGeneratorTool"/>
355                        <Tool
356                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
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"
365                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
366                        <File
[179]367                                RelativePath="..\src\AxisAlignedBox3.cpp">
368                        </File>
369                        <File
370                                RelativePath="..\src\AxisAlignedBox3.h">
371                        </File>
372                        <File
[510]373                                RelativePath="..\src\Beam.cpp">
374                        </File>
375                        <File
376                                RelativePath="..\src\Beam.h">
377                        </File>
378                        <File
[1146]379                                RelativePath="..\src\BoostPreprocessorThread.cpp">
380                        </File>
381                        <File
382                                RelativePath="..\src\BoostPreprocessorThread.h">
383                        </File>
384                        <File
[931]385                                RelativePath="..\src\BoundingBoxConverter.h">
386                        </File>
387                        <File
[1234]388                                RelativePath=".\BvHierarchy.cpp">
389                        </File>
390                        <File
391                                RelativePath=".\BvHierarchy.h">
392                        </File>
393                        <File
[179]394                                RelativePath="..\src\Camera.cpp">
395                        </File>
396                        <File
397                                RelativePath="..\src\Camera.h">
398                        </File>
399                        <File
[1894]400                                RelativePath=".\CombinedPreprocessor.cpp">
401                        </File>
402                        <File
403                                RelativePath=".\CombinedPreprocessor.h">
404                        </File>
405                        <File
[179]406                                RelativePath="..\src\common.cpp">
407                        </File>
408                        <File
409                                RelativePath="..\src\common.h">
410                        </File>
411                        <File
412                                RelativePath="..\src\Containers.h">
413                        </File>
414                        <File
[527]415                                RelativePath="..\src\dual_depth.cg">
416                        </File>
417                        <File
[179]418                                RelativePath="..\src\Environment.cpp">
419                        </File>
420                        <File
421                                RelativePath="..\src\Environment.h">
422                        </File>
423                        <File
[71]424                                RelativePath="..\src\ExactPreprocessor.cpp">
425                        </File>
426                        <File
[179]427                                RelativePath="..\src\ExactPreprocessor.h">
428                        </File>
429                        <File
430                                RelativePath="..\src\Exporter.cpp">
431                        </File>
432                        <File
433                                RelativePath="..\src\Exporter.h">
434                        </File>
435                        <File
[1099]436                                RelativePath="..\src\FlexibleHeap.h">
437                        </File>
438                        <File
[1001]439                                RelativePath="..\src\glInterface.h">
440                        </File>
441                        <File
[1940]442                                RelativePath=".\GlobalLinesRenderer.cpp">
443                        </File>
444                        <File
445                                RelativePath=".\GlobalLinesRenderer.h">
446                        </File>
447                        <File
[1473]448                                RelativePath=".\GvsPreprocessor.cpp">
449                        </File>
450                        <File
451                                RelativePath=".\GvsPreprocessor.h">
452                        </File>
453                        <File
[971]454                                RelativePath="..\src\GzBinFileInputStream.cpp">
455                        </File>
456                        <File
457                                RelativePath="..\src\GzBinFileInputStream.h">
458                        </File>
459                        <File
460                                RelativePath="..\src\GzFileInputSource.cpp">
461                        </File>
462                        <File
463                                RelativePath="..\src\GzFileInputSource.h">
464                        </File>
465                        <File
[179]466                                RelativePath="..\src\gzstream.cpp">
467                        </File>
468                        <File
469                                RelativePath="..\src\gzstream.h">
470                        </File>
471                        <File
[361]472                                RelativePath="..\src\Halton.cpp">
473                        </File>
474                        <File
475                                RelativePath="..\src\Halton.h">
476                        </File>
477                        <File
[1234]478                                RelativePath=".\HierarchyManager.cpp">
479                        </File>
480                        <File
481                                RelativePath=".\HierarchyManager.h">
482                        </File>
483                        <File
[1520]484                                RelativePath=".\IntelRayCaster.cpp">
485                        </File>
486                        <File
487                                RelativePath=".\IntelRayCaster.h">
488                        </File>
489                        <File
490                                RelativePath=".\InternalRayCaster.cpp">
491                        </File>
492                        <File
493                                RelativePath=".\InternalRayCaster.h">
494                        </File>
495                        <File
[1977]496                                RelativePath=".\Intersectable.h">
[179]497                        </File>
498                        <File
[1315]499                                RelativePath=".\IntersectableWrapper.cpp">
[1138]500                        </File>
501                        <File
[1315]502                                RelativePath=".\IntersectableWrapper.h">
[1138]503                        </File>
504                        <File
[71]505                                RelativePath="..\src\KdTree.cpp">
506                        </File>
507                        <File
[179]508                                RelativePath="..\src\KdTree.h">
509                        </File>
510                        <File
[1001]511                                RelativePath="..\src\LogManager.cpp">
512                        </File>
513                        <File
514                                RelativePath="..\src\LogManager.h">
515                        </File>
516                        <File
[179]517                                RelativePath="..\src\Material.cpp">
518                        </File>
519                        <File
520                                RelativePath="..\src\Material.h">
521                        </File>
522                        <File
523                                RelativePath="..\src\Matrix4x4.cpp">
524                        </File>
525                        <File
526                                RelativePath="..\src\Matrix4x4.h">
527                        </File>
528                        <File
529                                RelativePath="..\src\Mesh.cpp">
530                        </File>
531                        <File
532                                RelativePath="..\src\Mesh.h">
533                        </File>
534                        <File
[182]535                                RelativePath="..\src\MeshKdTree.cpp">
536                        </File>
537                        <File
538                                RelativePath="..\src\MeshKdTree.h">
539                        </File>
540                        <File
[219]541                                RelativePath="..\src\MutualVisibility.cpp">
542                        </File>
543                        <File
544                                RelativePath="..\src\MutualVisibility.h">
545                        </File>
546                        <File
[1696]547                                RelativePath=".\ObjExporter.cpp">
548                        </File>
549                        <File
550                                RelativePath=".\ObjExporter.h">
551                        </File>
552                        <File
[1221]553                                RelativePath="..\src\ObjParser.cpp">
554                        </File>
555                        <File
556                                RelativePath="..\src\ObjParser.h">
557                        </File>
558                        <File
[1001]559                                RelativePath="..\src\OcclusionQuery.cpp">
560                        </File>
561                        <File
562                                RelativePath="..\src\OcclusionQuery.h">
563                        </File>
564                        <File
[1234]565                                RelativePath=".\OspTree.cpp">
566                        </File>
567                        <File
568                                RelativePath=".\OspTree.h">
569                        </File>
570                        <File
[179]571                                RelativePath="..\src\Parser.h">
572                        </File>
573                        <File
[508]574                                RelativePath="..\src\Plane3.cpp">
575                        </File>
576                        <File
[179]577                                RelativePath="..\src\Plane3.h">
578                        </File>
579                        <File
[752]580                                RelativePath="..\src\ply.h">
581                        </File>
582                        <File
583                                RelativePath="..\src\plyfile.c">
584                        </File>
585                        <File
586                                RelativePath="..\src\PlyParser.cpp">
587                        </File>
588                        <File
589                                RelativePath="..\src\PlyParser.h">
590                        </File>
591                        <File
[235]592                                RelativePath="..\src\Polygon3.cpp">
593                        </File>
594                        <File
595                                RelativePath="..\src\Polygon3.h">
596                        </File>
597                        <File
[260]598                                RelativePath="..\src\Polytope.cpp">
599                        </File>
600                        <File
601                                RelativePath="..\src\Polytope.h">
602                        </File>
603                        <File
[71]604                                RelativePath="..\src\Preprocessor.cpp">
605                        </File>
606                        <File
[179]607                                RelativePath="..\src\Preprocessor.h">
[497]608                                <FileConfiguration
609                                        Name="Release|Win32">
610                                        <Tool
611                                                Name="VCCustomBuildTool"
[1150]612                                                Description=""
613                                                CommandLine=""
614                                                Outputs=""/>
[497]615                                </FileConfiguration>
[1234]616                                <FileConfiguration
617                                        Name="mlrt|Win32">
618                                        <Tool
619                                                Name="VCCustomBuildTool"
620                                                Description=""
621                                                CommandLine=""
622                                                Outputs=""/>
623                                </FileConfiguration>
624                                <FileConfiguration
625                                        Name="Release_Internal|Win32">
626                                        <Tool
627                                                Name="VCCustomBuildTool"
628                                                Description=""
629                                                CommandLine=""
630                                                Outputs=""/>
631                                </FileConfiguration>
[1239]632                                <FileConfiguration
633                                        Name="Release Internal|Win32">
634                                        <Tool
635                                                Name="VCCustomBuildTool"
636                                                Description=""
637                                                CommandLine=""
638                                                Outputs=""/>
639                                </FileConfiguration>
[1766]640                                <FileConfiguration
641                                        Name="release_noqt|Win32">
642                                        <Tool
643                                                Name="VCCustomBuildTool"
644                                                Description=""
645                                                CommandLine=""
646                                                Outputs=""/>
647                                </FileConfiguration>
[1949]648                                <FileConfiguration
649                                        Name="Release_Qt|Win32">
650                                        <Tool
651                                                Name="VCCustomBuildTool"
652                                                Description=""
653                                                CommandLine=""
654                                                Outputs=""/>
655                                </FileConfiguration>
[179]656                        </File>
657                        <File
[1486]658                                RelativePath=".\PreprocessorFactory.cpp">
659                        </File>
660                        <File
661                                RelativePath=".\PreprocessorFactory.h">
662                        </File>
663                        <File
[497]664                                RelativePath="..\src\PreprocessorThread.cpp">
665                        </File>
666                        <File
667                                RelativePath="..\src\PreprocessorThread.h">
668                                <FileConfiguration
669                                        Name="Release|Win32">
670                                        <Tool
671                                                Name="VCCustomBuildTool"
[1150]672                                                Description=""
673                                                CommandLine=""
674                                                Outputs=""/>
[497]675                                </FileConfiguration>
[1234]676                                <FileConfiguration
677                                        Name="mlrt|Win32">
678                                        <Tool
679                                                Name="VCCustomBuildTool"
680                                                Description=""
681                                                CommandLine=""
682                                                Outputs=""/>
683                                </FileConfiguration>
684                                <FileConfiguration
685                                        Name="Release_Internal|Win32">
686                                        <Tool
687                                                Name="VCCustomBuildTool"
688                                                Description=""
689                                                CommandLine=""
690                                                Outputs=""/>
691                                </FileConfiguration>
[1239]692                                <FileConfiguration
693                                        Name="Release Internal|Win32">
694                                        <Tool
695                                                Name="VCCustomBuildTool"
696                                                Description=""
697                                                CommandLine=""
698                                                Outputs=""/>
699                                </FileConfiguration>
[1766]700                                <FileConfiguration
701                                        Name="release_noqt|Win32">
702                                        <Tool
703                                                Name="VCCustomBuildTool"
704                                                Description=""
705                                                CommandLine=""
706                                                Outputs=""/>
707                                </FileConfiguration>
[1949]708                                <FileConfiguration
709                                        Name="Release_Qt|Win32">
710                                        <Tool
711                                                Name="VCCustomBuildTool"
712                                                Description=""
713                                                CommandLine=""
714                                                Outputs=""/>
715                                </FileConfiguration>
[497]716                        </File>
717                        <File
[182]718                                RelativePath="..\src\Pvs.cpp">
719                        </File>
720                        <File
721                                RelativePath="..\src\Pvs.h">
722                        </File>
723                        <File
[179]724                                RelativePath="..\src\Ray.cpp">
725                        </File>
726                        <File
727                                RelativePath="..\src\Ray.h">
728                        </File>
729                        <File
[1520]730                                RelativePath=".\RayCaster.cpp">
731                        </File>
732                        <File
733                                RelativePath=".\RayCaster.h">
734                        </File>
735                        <File
[420]736                                RelativePath="..\src\RayInfo.cpp">
737                        </File>
738                        <File
739                                RelativePath="..\src\RayInfo.h">
740                        </File>
741                        <File
[225]742                                RelativePath="..\src\Rectangle3.cpp">
743                        </File>
744                        <File
[219]745                                RelativePath="..\src\Rectangle3.h">
746                        </File>
747                        <File
[879]748                                RelativePath="..\src\RenderSampler.cpp">
749                        </File>
750                        <File
751                                RelativePath="..\src\RenderSampler.h">
752                        </File>
753                        <File
[1148]754                                RelativePath="..\src\RenderSimulator.cpp">
755                        </File>
756                        <File
757                                RelativePath="..\src\RenderSimulator.h">
758                        </File>
759                        <File
[1940]760                                RelativePath=".\RenderTexture.cpp">
761                        </File>
762                        <File
763                                RelativePath=".\RenderTexture.h">
764                        </File>
765                        <File
[1001]766                                RelativePath="..\src\ResourceManager.h">
767                        </File>
768                        <File
[448]769                                RelativePath="..\src\RssPreprocessor.cpp">
770                        </File>
771                        <File
772                                RelativePath="..\src\RssPreprocessor.h">
773                        </File>
774                        <File
775                                RelativePath="..\src\RssTree.cpp">
776                        </File>
777                        <File
778                                RelativePath="..\src\RssTree.h">
779                        </File>
780                        <File
[71]781                                RelativePath="..\src\SamplingPreprocessor.cpp">
782                        </File>
[179]783                        <File
784                                RelativePath="..\src\SamplingPreprocessor.h">
785                        </File>
786                        <File
[1020]787                                RelativePath="..\src\SamplingStrategy.cpp">
788                        </File>
789                        <File
790                                RelativePath="..\src\SamplingStrategy.h">
791                        </File>
792                        <File
[179]793                                RelativePath="..\src\SceneGraph.cpp">
794                        </File>
795                        <File
796                                RelativePath="..\src\SceneGraph.h">
797                        </File>
798                        <File
[1239]799                                RelativePath="..\src\Statistics.h">
[1234]800                        </File>
801                        <File
[1633]802                                RelativePath=".\SubdivisionCandidate.cpp">
803                        </File>
804                        <File
[1239]805                                RelativePath=".\SubdivisionCandidate.h">
[410]806                        </File>
807                        <File
[544]808                                RelativePath="..\src\Tetrahedron3.cpp">
809                        </File>
810                        <File
811                                RelativePath="..\src\Tetrahedron3.h">
812                        </File>
813                        <File
[1926]814                                RelativePath=".\Trackball.cpp">
815                        </File>
816                        <File
817                                RelativePath=".\Trackball.h">
818                        </File>
819                        <File
[219]820                                RelativePath="..\src\Triangle3.cpp">
821                        </File>
822                        <File
823                                RelativePath="..\src\Triangle3.h">
824                        </File>
825                        <File
[179]826                                RelativePath="..\src\UnigraphicsParser.cpp">
827                        </File>
828                        <File
829                                RelativePath="..\src\UnigraphicsParser.h">
830                        </File>
831                        <File
832                                RelativePath="..\src\Vector3.cpp">
833                        </File>
834                        <File
835                                RelativePath="..\src\Vector3.h">
836                        </File>
837                        <File
[235]838                                RelativePath="..\src\ViewCell.cpp">
839                        </File>
840                        <File
[202]841                                RelativePath="..\src\ViewCell.h">
842                        </File>
843                        <File
[189]844                                RelativePath="..\src\ViewCellBsp.cpp">
[179]845                        </File>
846                        <File
[221]847                                RelativePath="..\src\ViewCellBsp.h">
[190]848                        </File>
849                        <File
[439]850                                RelativePath="..\src\ViewCellsManager.cpp">
851                        </File>
852                        <File
853                                RelativePath="..\src\ViewCellsManager.h">
854                        </File>
855                        <File
[508]856                                RelativePath="..\src\ViewCellsParser.cpp">
857                        </File>
858                        <File
859                                RelativePath="..\src\ViewCellsParser.h">
860                        </File>
861                        <File
862                                RelativePath="..\src\ViewCellsParserXerces.h">
863                        </File>
864                        <File
[712]865                                RelativePath="..\src\VrmlExporter.cpp">
866                        </File>
867                        <File
868                                RelativePath="..\src\VrmlExporter.h">
869                        </File>
870                        <File
[437]871                                RelativePath="..\src\VspBspTree.cpp">
872                        </File>
873                        <File
874                                RelativePath="..\src\VspBspTree.h">
875                        </File>
876                        <File
[1234]877                                RelativePath=".\VspTree.cpp">
[406]878                        </File>
879                        <File
[1234]880                                RelativePath=".\VspTree.h">
[406]881                        </File>
882                        <File
[375]883                                RelativePath="..\src\VssPreprocessor.cpp">
884                        </File>
885                        <File
886                                RelativePath="..\src\VssPreprocessor.h">
887                        </File>
888                        <File
[1221]889                                RelativePath="..\src\VssRay.cpp">
890                        </File>
891                        <File
[375]892                                RelativePath="..\src\VssRay.h">
893                        </File>
894                        <File
895                                RelativePath="..\src\VssTree.cpp">
896                        </File>
897                        <File
898                                RelativePath="..\src\VssTree.h">
899                        </File>
900                        <File
[179]901                                RelativePath="..\src\X3dExporter.cpp">
902                        </File>
903                        <File
904                                RelativePath="..\src\X3dExporter.h">
905                        </File>
906                        <File
907                                RelativePath="..\src\X3dParser.cpp">
908                        </File>
909                        <File
910                                RelativePath="..\src\X3dParser.h">
911                        </File>
[71]912                </Filter>
913                <Filter
914                        Name="Header Files"
915                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
916                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
917                        <File
918                                RelativePath="..\include\AxisAlignedBox3.h">
919                        </File>
920                        <File
921                                RelativePath="..\include\Containers.h">
922                        </File>
923                        <File
924                                RelativePath="..\include\ExactPreprocessor.h">
925                        </File>
926                        <File
927                                RelativePath="..\include\KdTree.h">
928                        </File>
929                        <File
930                                RelativePath="..\include\Mesh.h">
931                        </File>
932                        <File
933                                RelativePath="..\include\Plane3.h">
934                        </File>
935                        <File
936                                RelativePath="..\include\Preprocessor.h">
937                        </File>
938                        <File
939                                RelativePath="..\include\SamplingPreprocessor.h">
940                        </File>
941                        <File
942                                RelativePath="..\include\SceneGraph.h">
943                        </File>
944                        <File
945                                RelativePath="..\include\Vector3.h">
946                        </File>
947                        <File
[219]948                                RelativePath="..\include\ViewCell.h">
949                        </File>
[1545]950                        <File
951                                RelativePath="..\src\X3dParserXerces.h">
952                        </File>
[71]953                </Filter>
[1145]954                <Filter
955                        Name="Renderer"
956                        Filter="">
957                        <File
958                                RelativePath="..\src\GlRenderer.cpp">
959                        </File>
960                        <File
961                                RelativePath="..\src\GlRenderer.h">
962                        </File>
963                        <File
[1148]964                                RelativePath="..\src\Renderer.cpp">
[1145]965                        </File>
966                        <File
[1148]967                                RelativePath="..\src\Renderer.h">
[1145]968                        </File>
969                </Filter>
[722]970                <File
971                        RelativePath=".\VTune\Preprocessor.vpj">
972                </File>
[71]973        </Files>
974        <Globals>
975        </Globals>
976</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.