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

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