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

Revision 1545, 20.1 KB checked in by mattausch, 18 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;"
220                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL"
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        </Configurations>
256        <References>
257        </References>
258        <Files>
259                <Filter
260                        Name="Source Files"
261                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
262                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
263                        <File
264                                RelativePath="..\src\AxisAlignedBox3.cpp">
265                        </File>
266                        <File
267                                RelativePath="..\src\AxisAlignedBox3.h">
268                        </File>
269                        <File
270                                RelativePath="..\src\Beam.cpp">
271                        </File>
272                        <File
273                                RelativePath="..\src\Beam.h">
274                        </File>
275                        <File
276                                RelativePath="..\src\BoostPreprocessorThread.cpp">
277                        </File>
278                        <File
279                                RelativePath="..\src\BoostPreprocessorThread.h">
280                        </File>
281                        <File
282                                RelativePath="..\src\BoundingBoxConverter.h">
283                        </File>
284                        <File
285                                RelativePath=".\BvHierarchy.cpp">
286                        </File>
287                        <File
288                                RelativePath=".\BvHierarchy.h">
289                        </File>
290                        <File
291                                RelativePath="..\src\Camera.cpp">
292                        </File>
293                        <File
294                                RelativePath="..\src\Camera.h">
295                        </File>
296                        <File
297                                RelativePath="..\src\common.cpp">
298                        </File>
299                        <File
300                                RelativePath="..\src\common.h">
301                        </File>
302                        <File
303                                RelativePath="..\src\Containers.h">
304                        </File>
305                        <File
306                                RelativePath="..\src\dual_depth.cg">
307                        </File>
308                        <File
309                                RelativePath="..\src\Environment.cpp">
310                        </File>
311                        <File
312                                RelativePath="..\src\Environment.h">
313                        </File>
314                        <File
315                                RelativePath="..\src\ExactPreprocessor.cpp">
316                        </File>
317                        <File
318                                RelativePath="..\src\ExactPreprocessor.h">
319                        </File>
320                        <File
321                                RelativePath="..\src\Exporter.cpp">
322                        </File>
323                        <File
324                                RelativePath="..\src\Exporter.h">
325                        </File>
326                        <File
327                                RelativePath="..\src\FlexibleHeap.h">
328                        </File>
329                        <File
330                                RelativePath="..\src\glInterface.h">
331                        </File>
332                        <File
333                                RelativePath=".\GvsPreprocessor.cpp">
334                        </File>
335                        <File
336                                RelativePath=".\GvsPreprocessor.h">
337                        </File>
338                        <File
339                                RelativePath="..\src\GzBinFileInputStream.cpp">
340                        </File>
341                        <File
342                                RelativePath="..\src\GzBinFileInputStream.h">
343                        </File>
344                        <File
345                                RelativePath="..\src\GzFileInputSource.cpp">
346                        </File>
347                        <File
348                                RelativePath="..\src\GzFileInputSource.h">
349                        </File>
350                        <File
351                                RelativePath="..\src\gzstream.cpp">
352                        </File>
353                        <File
354                                RelativePath="..\src\gzstream.h">
355                        </File>
356                        <File
357                                RelativePath="..\src\Halton.cpp">
358                        </File>
359                        <File
360                                RelativePath="..\src\Halton.h">
361                        </File>
362                        <File
363                                RelativePath=".\HierarchyManager.cpp">
364                        </File>
365                        <File
366                                RelativePath=".\HierarchyManager.h">
367                        </File>
368                        <File
369                                RelativePath=".\IntelRayCaster.cpp">
370                        </File>
371                        <File
372                                RelativePath=".\IntelRayCaster.h">
373                        </File>
374                        <File
375                                RelativePath=".\InternalRayCaster.cpp">
376                        </File>
377                        <File
378                                RelativePath=".\InternalRayCaster.h">
379                        </File>
380                        <File
381                                RelativePath="..\src\Intersectable.h">
382                        </File>
383                        <File
384                                RelativePath=".\IntersectableWrapper.cpp">
385                        </File>
386                        <File
387                                RelativePath=".\IntersectableWrapper.h">
388                        </File>
389                        <File
390                                RelativePath="..\src\KdTree.cpp">
391                        </File>
392                        <File
393                                RelativePath="..\src\KdTree.h">
394                        </File>
395                        <File
396                                RelativePath="..\src\LogManager.cpp">
397                        </File>
398                        <File
399                                RelativePath="..\src\LogManager.h">
400                        </File>
401                        <File
402                                RelativePath="..\src\Material.cpp">
403                        </File>
404                        <File
405                                RelativePath="..\src\Material.h">
406                        </File>
407                        <File
408                                RelativePath="..\src\Matrix4x4.cpp">
409                        </File>
410                        <File
411                                RelativePath="..\src\Matrix4x4.h">
412                        </File>
413                        <File
414                                RelativePath="..\src\Mesh.cpp">
415                        </File>
416                        <File
417                                RelativePath="..\src\Mesh.h">
418                        </File>
419                        <File
420                                RelativePath="..\src\MeshKdTree.cpp">
421                        </File>
422                        <File
423                                RelativePath="..\src\MeshKdTree.h">
424                        </File>
425                        <File
426                                RelativePath="..\src\MutualVisibility.cpp">
427                        </File>
428                        <File
429                                RelativePath="..\src\MutualVisibility.h">
430                        </File>
431                        <File
432                                RelativePath="..\src\ObjParser.cpp">
433                        </File>
434                        <File
435                                RelativePath="..\src\ObjParser.h">
436                        </File>
437                        <File
438                                RelativePath="..\src\OcclusionQuery.cpp">
439                        </File>
440                        <File
441                                RelativePath="..\src\OcclusionQuery.h">
442                        </File>
443                        <File
444                                RelativePath=".\OspTree.cpp">
445                        </File>
446                        <File
447                                RelativePath=".\OspTree.h">
448                        </File>
449                        <File
450                                RelativePath="..\src\Parser.h">
451                        </File>
452                        <File
453                                RelativePath="..\src\Plane3.cpp">
454                        </File>
455                        <File
456                                RelativePath="..\src\Plane3.h">
457                        </File>
458                        <File
459                                RelativePath="..\src\ply.h">
460                        </File>
461                        <File
462                                RelativePath="..\src\plyfile.c">
463                        </File>
464                        <File
465                                RelativePath="..\src\PlyParser.cpp">
466                        </File>
467                        <File
468                                RelativePath="..\src\PlyParser.h">
469                        </File>
470                        <File
471                                RelativePath="..\src\Polygon3.cpp">
472                        </File>
473                        <File
474                                RelativePath="..\src\Polygon3.h">
475                        </File>
476                        <File
477                                RelativePath="..\src\Polytope.cpp">
478                        </File>
479                        <File
480                                RelativePath="..\src\Polytope.h">
481                        </File>
482                        <File
483                                RelativePath="..\src\Preprocessor.cpp">
484                        </File>
485                        <File
486                                RelativePath="..\src\Preprocessor.h">
487                                <FileConfiguration
488                                        Name="Release|Win32">
489                                        <Tool
490                                                Name="VCCustomBuildTool"
491                                                Description=""
492                                                CommandLine=""
493                                                Outputs=""/>
494                                </FileConfiguration>
495                                <FileConfiguration
496                                        Name="mlrt|Win32">
497                                        <Tool
498                                                Name="VCCustomBuildTool"
499                                                Description=""
500                                                CommandLine=""
501                                                Outputs=""/>
502                                </FileConfiguration>
503                                <FileConfiguration
504                                        Name="Release_Internal|Win32">
505                                        <Tool
506                                                Name="VCCustomBuildTool"
507                                                Description=""
508                                                CommandLine=""
509                                                Outputs=""/>
510                                </FileConfiguration>
511                                <FileConfiguration
512                                        Name="Release Internal|Win32">
513                                        <Tool
514                                                Name="VCCustomBuildTool"
515                                                Description=""
516                                                CommandLine=""
517                                                Outputs=""/>
518                                </FileConfiguration>
519                        </File>
520                        <File
521                                RelativePath=".\PreprocessorFactory.cpp">
522                        </File>
523                        <File
524                                RelativePath=".\PreprocessorFactory.h">
525                        </File>
526                        <File
527                                RelativePath="..\src\PreprocessorThread.cpp">
528                        </File>
529                        <File
530                                RelativePath="..\src\PreprocessorThread.h">
531                                <FileConfiguration
532                                        Name="Release|Win32">
533                                        <Tool
534                                                Name="VCCustomBuildTool"
535                                                Description=""
536                                                CommandLine=""
537                                                Outputs=""/>
538                                </FileConfiguration>
539                                <FileConfiguration
540                                        Name="mlrt|Win32">
541                                        <Tool
542                                                Name="VCCustomBuildTool"
543                                                Description=""
544                                                CommandLine=""
545                                                Outputs=""/>
546                                </FileConfiguration>
547                                <FileConfiguration
548                                        Name="Release_Internal|Win32">
549                                        <Tool
550                                                Name="VCCustomBuildTool"
551                                                Description=""
552                                                CommandLine=""
553                                                Outputs=""/>
554                                </FileConfiguration>
555                                <FileConfiguration
556                                        Name="Release Internal|Win32">
557                                        <Tool
558                                                Name="VCCustomBuildTool"
559                                                Description=""
560                                                CommandLine=""
561                                                Outputs=""/>
562                                </FileConfiguration>
563                        </File>
564                        <File
565                                RelativePath="..\src\Pvs.cpp">
566                        </File>
567                        <File
568                                RelativePath="..\src\Pvs.h">
569                        </File>
570                        <File
571                                RelativePath=".\QtPreprocessorThread.cpp">
572                        </File>
573                        <File
574                                RelativePath=".\QtPreprocessorThread.h">
575                        </File>
576                        <File
577                                RelativePath="..\src\Ray.cpp">
578                        </File>
579                        <File
580                                RelativePath="..\src\Ray.h">
581                        </File>
582                        <File
583                                RelativePath=".\RayCaster.cpp">
584                        </File>
585                        <File
586                                RelativePath=".\RayCaster.h">
587                        </File>
588                        <File
589                                RelativePath="..\src\RayInfo.cpp">
590                        </File>
591                        <File
592                                RelativePath="..\src\RayInfo.h">
593                        </File>
594                        <File
595                                RelativePath="..\src\Rectangle3.cpp">
596                        </File>
597                        <File
598                                RelativePath="..\src\Rectangle3.h">
599                        </File>
600                        <File
601                                RelativePath="..\src\RenderSampler.cpp">
602                        </File>
603                        <File
604                                RelativePath="..\src\RenderSampler.h">
605                        </File>
606                        <File
607                                RelativePath="..\src\RenderSimulator.cpp">
608                        </File>
609                        <File
610                                RelativePath="..\src\RenderSimulator.h">
611                        </File>
612                        <File
613                                RelativePath="..\src\ResourceManager.h">
614                        </File>
615                        <File
616                                RelativePath="..\src\RssPreprocessor.cpp">
617                        </File>
618                        <File
619                                RelativePath="..\src\RssPreprocessor.h">
620                        </File>
621                        <File
622                                RelativePath="..\src\RssTree.cpp">
623                        </File>
624                        <File
625                                RelativePath="..\src\RssTree.h">
626                        </File>
627                        <File
628                                RelativePath="..\src\SamplingPreprocessor.cpp">
629                        </File>
630                        <File
631                                RelativePath="..\src\SamplingPreprocessor.h">
632                        </File>
633                        <File
634                                RelativePath="..\src\SamplingStrategy.cpp">
635                        </File>
636                        <File
637                                RelativePath="..\src\SamplingStrategy.h">
638                        </File>
639                        <File
640                                RelativePath="..\src\SceneGraph.cpp">
641                        </File>
642                        <File
643                                RelativePath="..\src\SceneGraph.h">
644                        </File>
645                        <File
646                                RelativePath="..\src\Statistics.h">
647                        </File>
648                        <File
649                                RelativePath=".\SubdivisionCandidate.h">
650                        </File>
651                        <File
652                                RelativePath="..\src\Tetrahedron3.cpp">
653                        </File>
654                        <File
655                                RelativePath="..\src\Tetrahedron3.h">
656                        </File>
657                        <File
658                                RelativePath="..\src\Triangle3.cpp">
659                        </File>
660                        <File
661                                RelativePath="..\src\Triangle3.h">
662                        </File>
663                        <File
664                                RelativePath="..\src\UnigraphicsParser.cpp">
665                        </File>
666                        <File
667                                RelativePath="..\src\UnigraphicsParser.h">
668                        </File>
669                        <File
670                                RelativePath="..\src\Vector3.cpp">
671                        </File>
672                        <File
673                                RelativePath="..\src\Vector3.h">
674                        </File>
675                        <File
676                                RelativePath="..\src\ViewCell.cpp">
677                        </File>
678                        <File
679                                RelativePath="..\src\ViewCell.h">
680                        </File>
681                        <File
682                                RelativePath="..\src\ViewCellBsp.cpp">
683                        </File>
684                        <File
685                                RelativePath="..\src\ViewCellBsp.h">
686                        </File>
687                        <File
688                                RelativePath="..\src\ViewCellsManager.cpp">
689                        </File>
690                        <File
691                                RelativePath="..\src\ViewCellsManager.h">
692                        </File>
693                        <File
694                                RelativePath="..\src\ViewCellsParser.cpp">
695                        </File>
696                        <File
697                                RelativePath="..\src\ViewCellsParser.h">
698                        </File>
699                        <File
700                                RelativePath="..\src\ViewCellsParserXerces.h">
701                        </File>
702                        <File
703                                RelativePath="..\src\VrmlExporter.cpp">
704                        </File>
705                        <File
706                                RelativePath="..\src\VrmlExporter.h">
707                        </File>
708                        <File
709                                RelativePath="..\src\VspBspTree.cpp">
710                        </File>
711                        <File
712                                RelativePath="..\src\VspBspTree.h">
713                        </File>
714                        <File
715                                RelativePath=".\VspTree.cpp">
716                        </File>
717                        <File
718                                RelativePath=".\VspTree.h">
719                        </File>
720                        <File
721                                RelativePath="..\src\VssPreprocessor.cpp">
722                        </File>
723                        <File
724                                RelativePath="..\src\VssPreprocessor.h">
725                        </File>
726                        <File
727                                RelativePath="..\src\VssRay.cpp">
728                        </File>
729                        <File
730                                RelativePath="..\src\VssRay.h">
731                        </File>
732                        <File
733                                RelativePath="..\src\VssTree.cpp">
734                        </File>
735                        <File
736                                RelativePath="..\src\VssTree.h">
737                        </File>
738                        <File
739                                RelativePath="..\src\X3dExporter.cpp">
740                        </File>
741                        <File
742                                RelativePath="..\src\X3dExporter.h">
743                        </File>
744                        <File
745                                RelativePath="..\src\X3dParser.cpp">
746                        </File>
747                        <File
748                                RelativePath="..\src\X3dParser.h">
749                        </File>
750                </Filter>
751                <Filter
752                        Name="Header Files"
753                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
754                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
755                        <File
756                                RelativePath="..\include\AxisAlignedBox3.h">
757                        </File>
758                        <File
759                                RelativePath="..\include\Containers.h">
760                        </File>
761                        <File
762                                RelativePath="..\include\ExactPreprocessor.h">
763                        </File>
764                        <File
765                                RelativePath="..\include\KdTree.h">
766                        </File>
767                        <File
768                                RelativePath="..\include\Mesh.h">
769                        </File>
770                        <File
771                                RelativePath="..\include\Plane3.h">
772                        </File>
773                        <File
774                                RelativePath="..\include\Preprocessor.h">
775                        </File>
776                        <File
777                                RelativePath="..\include\SamplingPreprocessor.h">
778                        </File>
779                        <File
780                                RelativePath="..\include\SceneGraph.h">
781                        </File>
782                        <File
783                                RelativePath="..\include\Vector3.h">
784                        </File>
785                        <File
786                                RelativePath="..\include\ViewCell.h">
787                        </File>
788                        <File
789                                RelativePath="..\src\X3dParserXerces.h">
790                        </File>
791                </Filter>
792                <Filter
793                        Name="Renderer"
794                        Filter="">
795                        <File
796                                RelativePath="..\src\GlRenderer.cpp">
797                        </File>
798                        <File
799                                RelativePath="..\src\GlRenderer.h">
800                        </File>
801                        <File
802                                RelativePath="..\src\Renderer.cpp">
803                        </File>
804                        <File
805                                RelativePath="..\src\Renderer.h">
806                        </File>
807                </Filter>
808                <File
809                        RelativePath=".\VTune\Preprocessor.vpj">
810                </File>
811        </Files>
812        <Globals>
813        </Globals>
814</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.