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

Revision 1286, 19.2 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                                WarningLevel="3"
30                                Detect64BitPortabilityProblems="TRUE"
31                                DebugInformationFormat="3"/>
32                        <Tool
33                                Name="VCCustomBuildTool"/>
34                        <Tool
35                                Name="VCLibrarianTool"/>
36                        <Tool
37                                Name="VCMIDLTool"/>
38                        <Tool
39                                Name="VCPostBuildEventTool"/>
40                        <Tool
41                                Name="VCPreBuildEventTool"/>
42                        <Tool
43                                Name="VCPreLinkEventTool"/>
44                        <Tool
45                                Name="VCResourceCompilerTool"/>
46                        <Tool
47                                Name="VCWebServiceProxyGeneratorTool"/>
48                        <Tool
49                                Name="VCXMLDataGeneratorTool"/>
50                        <Tool
51                                Name="VCManagedWrapperGeneratorTool"/>
52                        <Tool
53                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
54                </Configuration>
55                <Configuration
56                        Name="Release|Win32"
57                        OutputDirectory="..\lib\$(ConfigurationName)"
58                        IntermediateDirectory="..\obj\$(ConfigurationName)"
59                        ConfigurationType="4"
60                        CharacterSet="2">
61                        <Tool
62                                Name="VCCLCompilerTool"
63                                Optimization="3"
64                                GlobalOptimizations="TRUE"
65                                InlineFunctionExpansion="2"
66                                EnableIntrinsicFunctions="TRUE"
67                                FavorSizeOrSpeed="1"
68                                OmitFramePointers="TRUE"
69                                EnableFiberSafeOptimizations="TRUE"
70                                OptimizeForProcessor="3"
71                                OptimizeForWindowsApplication="TRUE"
72                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost"
73                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
74                                ExceptionHandling="TRUE"
75                                RuntimeLibrary="2"
76                                DisableLanguageExtensions="FALSE"
77                                ForceConformanceInForLoopScope="FALSE"
78                                RuntimeTypeInfo="TRUE"
79                                UsePrecompiledHeader="0"
80                                BrowseInformation="1"
81                                WarningLevel="2"
82                                Detect64BitPortabilityProblems="TRUE"
83                                DebugInformationFormat="3"/>
84                        <Tool
85                                Name="VCCustomBuildTool"/>
86                        <Tool
87                                Name="VCLibrarianTool"/>
88                        <Tool
89                                Name="VCMIDLTool"/>
90                        <Tool
91                                Name="VCPostBuildEventTool"/>
92                        <Tool
93                                Name="VCPreBuildEventTool"/>
94                        <Tool
95                                Name="VCPreLinkEventTool"/>
96                        <Tool
97                                Name="VCResourceCompilerTool"/>
98                        <Tool
99                                Name="VCWebServiceProxyGeneratorTool"/>
100                        <Tool
101                                Name="VCXMLDataGeneratorTool"/>
102                        <Tool
103                                Name="VCManagedWrapperGeneratorTool"/>
104                        <Tool
105                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
106                </Configuration>
107                <Configuration
108                        Name="mlrt|Win32"
109                        OutputDirectory="$(ConfigurationName)"
110                        IntermediateDirectory="$(ConfigurationName)"
111                        ConfigurationType="4"
112                        CharacterSet="2">
113                        <Tool
114                                Name="VCCLCompilerTool"
115                                Optimization="2"
116                                GlobalOptimizations="TRUE"
117                                InlineFunctionExpansion="0"
118                                EnableIntrinsicFunctions="TRUE"
119                                FavorSizeOrSpeed="1"
120                                OmitFramePointers="TRUE"
121                                EnableFiberSafeOptimizations="TRUE"
122                                OptimizeForProcessor="3"
123                                OptimizeForWindowsApplication="TRUE"
124                                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"
125                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL"
126                                MinimalRebuild="TRUE"
127                                ExceptionHandling="TRUE"
128                                RuntimeLibrary="2"
129                                DisableLanguageExtensions="FALSE"
130                                ForceConformanceInForLoopScope="FALSE"
131                                RuntimeTypeInfo="TRUE"
132                                UsePrecompiledHeader="0"
133                                WarningLevel="2"
134                                Detect64BitPortabilityProblems="TRUE"
135                                DebugInformationFormat="3"/>
136                        <Tool
137                                Name="VCCustomBuildTool"/>
138                        <Tool
139                                Name="VCLibrarianTool"/>
140                        <Tool
141                                Name="VCMIDLTool"/>
142                        <Tool
143                                Name="VCPostBuildEventTool"/>
144                        <Tool
145                                Name="VCPreBuildEventTool"/>
146                        <Tool
147                                Name="VCPreLinkEventTool"/>
148                        <Tool
149                                Name="VCResourceCompilerTool"/>
150                        <Tool
151                                Name="VCWebServiceProxyGeneratorTool"/>
152                        <Tool
153                                Name="VCXMLDataGeneratorTool"/>
154                        <Tool
155                                Name="VCManagedWrapperGeneratorTool"/>
156                        <Tool
157                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
158                </Configuration>
159                <Configuration
160                        Name="Release_Internal|Win32"
161                        OutputDirectory="$(ConfigurationName)"
162                        IntermediateDirectory="$(ConfigurationName)"
163                        ConfigurationType="4"
164                        CharacterSet="2">
165                        <Tool
166                                Name="VCCLCompilerTool"
167                                Optimization="0"
168                                InlineFunctionExpansion="0"
169                                FavorSizeOrSpeed="0"
170                                OptimizeForWindowsApplication="TRUE"
171                                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"
172                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
173                                ExceptionHandling="TRUE"
174                                RuntimeLibrary="2"
175                                DisableLanguageExtensions="FALSE"
176                                ForceConformanceInForLoopScope="FALSE"
177                                RuntimeTypeInfo="TRUE"
178                                UsePrecompiledHeader="0"
179                                WarningLevel="2"
180                                Detect64BitPortabilityProblems="TRUE"
181                                DebugInformationFormat="3"/>
182                        <Tool
183                                Name="VCCustomBuildTool"/>
184                        <Tool
185                                Name="VCLibrarianTool"/>
186                        <Tool
187                                Name="VCMIDLTool"/>
188                        <Tool
189                                Name="VCPostBuildEventTool"/>
190                        <Tool
191                                Name="VCPreBuildEventTool"/>
192                        <Tool
193                                Name="VCPreLinkEventTool"/>
194                        <Tool
195                                Name="VCResourceCompilerTool"/>
196                        <Tool
197                                Name="VCWebServiceProxyGeneratorTool"/>
198                        <Tool
199                                Name="VCXMLDataGeneratorTool"/>
200                        <Tool
201                                Name="VCManagedWrapperGeneratorTool"/>
202                        <Tool
203                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
204                </Configuration>
205                <Configuration
206                        Name="Release Internal|Win32"
207                        OutputDirectory="$(ConfigurationName)"
208                        IntermediateDirectory="$(ConfigurationName)"
209                        ConfigurationType="4"
210                        CharacterSet="2">
211                        <Tool
212                                Name="VCCLCompilerTool"
213                                Optimization="3"
214                                InlineFunctionExpansion="0"
215                                FavorSizeOrSpeed="0"
216                                OptimizeForProcessor="3"
217                                OptimizeForWindowsApplication="TRUE"
218                                AdditionalIncludeDirectories="..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\MultiLevelRayTracing"
219                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL"
220                                ExceptionHandling="TRUE"
221                                RuntimeLibrary="2"
222                                DisableLanguageExtensions="FALSE"
223                                ForceConformanceInForLoopScope="FALSE"
224                                RuntimeTypeInfo="TRUE"
225                                UsePrecompiledHeader="0"
226                                WarningLevel="2"
227                                Detect64BitPortabilityProblems="TRUE"
228                                DebugInformationFormat="3"/>
229                        <Tool
230                                Name="VCCustomBuildTool"/>
231                        <Tool
232                                Name="VCLibrarianTool"
233                                OutputFile="../lib/Release/$(ProjectName).lib"/>
234                        <Tool
235                                Name="VCMIDLTool"/>
236                        <Tool
237                                Name="VCPostBuildEventTool"/>
238                        <Tool
239                                Name="VCPreBuildEventTool"/>
240                        <Tool
241                                Name="VCPreLinkEventTool"/>
242                        <Tool
243                                Name="VCResourceCompilerTool"/>
244                        <Tool
245                                Name="VCWebServiceProxyGeneratorTool"/>
246                        <Tool
247                                Name="VCXMLDataGeneratorTool"/>
248                        <Tool
249                                Name="VCManagedWrapperGeneratorTool"/>
250                        <Tool
251                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
252                </Configuration>
253        </Configurations>
254        <References>
255        </References>
256        <Files>
257                <Filter
258                        Name="Source Files"
259                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
260                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
261                        <File
262                                RelativePath="..\src\AxisAlignedBox3.cpp">
263                        </File>
264                        <File
265                                RelativePath="..\src\AxisAlignedBox3.h">
266                        </File>
267                        <File
268                                RelativePath="..\src\Beam.cpp">
269                        </File>
270                        <File
271                                RelativePath="..\src\Beam.h">
272                        </File>
273                        <File
274                                RelativePath="..\src\BoostPreprocessorThread.cpp">
275                        </File>
276                        <File
277                                RelativePath="..\src\BoostPreprocessorThread.h">
278                        </File>
279                        <File
280                                RelativePath="..\src\BoundingBoxConverter.h">
281                        </File>
282                        <File
283                                RelativePath=".\BvHierarchy.cpp">
284                        </File>
285                        <File
286                                RelativePath=".\BvHierarchy.h">
287                        </File>
288                        <File
289                                RelativePath="..\src\Camera.cpp">
290                        </File>
291                        <File
292                                RelativePath="..\src\Camera.h">
293                        </File>
294                        <File
295                                RelativePath="..\src\common.cpp">
296                        </File>
297                        <File
298                                RelativePath="..\src\common.h">
299                        </File>
300                        <File
301                                RelativePath="..\src\Containers.h">
302                        </File>
303                        <File
304                                RelativePath="..\src\dual_depth.cg">
305                        </File>
306                        <File
307                                RelativePath="..\src\Environment.cpp">
308                        </File>
309                        <File
310                                RelativePath="..\src\Environment.h">
311                        </File>
312                        <File
313                                RelativePath="..\src\ExactPreprocessor.cpp">
314                        </File>
315                        <File
316                                RelativePath="..\src\ExactPreprocessor.h">
317                        </File>
318                        <File
319                                RelativePath="..\src\Exporter.cpp">
320                        </File>
321                        <File
322                                RelativePath="..\src\Exporter.h">
323                        </File>
324                        <File
325                                RelativePath="..\src\FlexibleHeap.h">
326                        </File>
327                        <File
328                                RelativePath="..\src\glInterface.h">
329                        </File>
330                        <File
331                                RelativePath="..\src\GzBinFileInputStream.cpp">
332                        </File>
333                        <File
334                                RelativePath="..\src\GzBinFileInputStream.h">
335                        </File>
336                        <File
337                                RelativePath="..\src\GzFileInputSource.cpp">
338                        </File>
339                        <File
340                                RelativePath="..\src\GzFileInputSource.h">
341                        </File>
342                        <File
343                                RelativePath="..\src\gzstream.cpp">
344                        </File>
345                        <File
346                                RelativePath="..\src\gzstream.h">
347                        </File>
348                        <File
349                                RelativePath="..\src\Halton.cpp">
350                        </File>
351                        <File
352                                RelativePath="..\src\Halton.h">
353                        </File>
354                        <File
355                                RelativePath=".\HierarchyManager.cpp">
356                        </File>
357                        <File
358                                RelativePath=".\HierarchyManager.h">
359                        </File>
360                        <File
361                                RelativePath="..\src\Intersectable.h">
362                        </File>
363                        <File
364                                RelativePath="..\src\KdIntersectable.cpp">
365                        </File>
366                        <File
367                                RelativePath="..\src\KdIntersectable.h">
368                        </File>
369                        <File
370                                RelativePath="..\src\KdTree.cpp">
371                        </File>
372                        <File
373                                RelativePath="..\src\KdTree.h">
374                        </File>
375                        <File
376                                RelativePath="..\src\LogManager.cpp">
377                        </File>
378                        <File
379                                RelativePath="..\src\LogManager.h">
380                        </File>
381                        <File
382                                RelativePath="..\src\Material.cpp">
383                        </File>
384                        <File
385                                RelativePath="..\src\Material.h">
386                        </File>
387                        <File
388                                RelativePath="..\src\Matrix4x4.cpp">
389                        </File>
390                        <File
391                                RelativePath="..\src\Matrix4x4.h">
392                        </File>
393                        <File
394                                RelativePath="..\src\Mesh.cpp">
395                        </File>
396                        <File
397                                RelativePath="..\src\Mesh.h">
398                        </File>
399                        <File
400                                RelativePath="..\src\MeshKdTree.cpp">
401                        </File>
402                        <File
403                                RelativePath="..\src\MeshKdTree.h">
404                        </File>
405                        <File
406                                RelativePath="..\src\MutualVisibility.cpp">
407                        </File>
408                        <File
409                                RelativePath="..\src\MutualVisibility.h">
410                        </File>
411                        <File
412                                RelativePath="..\src\ObjParser.cpp">
413                        </File>
414                        <File
415                                RelativePath="..\src\ObjParser.h">
416                        </File>
417                        <File
418                                RelativePath="..\src\OcclusionQuery.cpp">
419                        </File>
420                        <File
421                                RelativePath="..\src\OcclusionQuery.h">
422                        </File>
423                        <File
424                                RelativePath=".\OspTree.cpp">
425                        </File>
426                        <File
427                                RelativePath=".\OspTree.h">
428                        </File>
429                        <File
430                                RelativePath="..\src\Parser.h">
431                        </File>
432                        <File
433                                RelativePath="..\src\Plane3.cpp">
434                        </File>
435                        <File
436                                RelativePath="..\src\Plane3.h">
437                        </File>
438                        <File
439                                RelativePath="..\src\ply.h">
440                        </File>
441                        <File
442                                RelativePath="..\src\plyfile.c">
443                        </File>
444                        <File
445                                RelativePath="..\src\PlyParser.cpp">
446                        </File>
447                        <File
448                                RelativePath="..\src\PlyParser.h">
449                        </File>
450                        <File
451                                RelativePath="..\src\Polygon3.cpp">
452                        </File>
453                        <File
454                                RelativePath="..\src\Polygon3.h">
455                        </File>
456                        <File
457                                RelativePath="..\src\Polytope.cpp">
458                        </File>
459                        <File
460                                RelativePath="..\src\Polytope.h">
461                        </File>
462                        <File
463                                RelativePath="..\src\Preprocessor.cpp">
464                        </File>
465                        <File
466                                RelativePath="..\src\Preprocessor.h">
467                                <FileConfiguration
468                                        Name="Release|Win32">
469                                        <Tool
470                                                Name="VCCustomBuildTool"
471                                                Description=""
472                                                CommandLine=""
473                                                Outputs=""/>
474                                </FileConfiguration>
475                                <FileConfiguration
476                                        Name="mlrt|Win32">
477                                        <Tool
478                                                Name="VCCustomBuildTool"
479                                                Description=""
480                                                CommandLine=""
481                                                Outputs=""/>
482                                </FileConfiguration>
483                                <FileConfiguration
484                                        Name="Release_Internal|Win32">
485                                        <Tool
486                                                Name="VCCustomBuildTool"
487                                                Description=""
488                                                CommandLine=""
489                                                Outputs=""/>
490                                </FileConfiguration>
491                                <FileConfiguration
492                                        Name="Release Internal|Win32">
493                                        <Tool
494                                                Name="VCCustomBuildTool"
495                                                Description=""
496                                                CommandLine=""
497                                                Outputs=""/>
498                                </FileConfiguration>
499                        </File>
500                        <File
501                                RelativePath="..\src\PreprocessorThread.cpp">
502                        </File>
503                        <File
504                                RelativePath="..\src\PreprocessorThread.h">
505                                <FileConfiguration
506                                        Name="Release|Win32">
507                                        <Tool
508                                                Name="VCCustomBuildTool"
509                                                Description=""
510                                                CommandLine=""
511                                                Outputs=""/>
512                                </FileConfiguration>
513                                <FileConfiguration
514                                        Name="mlrt|Win32">
515                                        <Tool
516                                                Name="VCCustomBuildTool"
517                                                Description=""
518                                                CommandLine=""
519                                                Outputs=""/>
520                                </FileConfiguration>
521                                <FileConfiguration
522                                        Name="Release_Internal|Win32">
523                                        <Tool
524                                                Name="VCCustomBuildTool"
525                                                Description=""
526                                                CommandLine=""
527                                                Outputs=""/>
528                                </FileConfiguration>
529                                <FileConfiguration
530                                        Name="Release Internal|Win32">
531                                        <Tool
532                                                Name="VCCustomBuildTool"
533                                                Description=""
534                                                CommandLine=""
535                                                Outputs=""/>
536                                </FileConfiguration>
537                        </File>
538                        <File
539                                RelativePath="..\src\Pvs.cpp">
540                        </File>
541                        <File
542                                RelativePath="..\src\Pvs.h">
543                        </File>
544                        <File
545                                RelativePath="..\src\Ray.cpp">
546                        </File>
547                        <File
548                                RelativePath="..\src\Ray.h">
549                        </File>
550                        <File
551                                RelativePath="..\src\RayInfo.cpp">
552                        </File>
553                        <File
554                                RelativePath="..\src\RayInfo.h">
555                        </File>
556                        <File
557                                RelativePath="..\src\Rectangle3.cpp">
558                        </File>
559                        <File
560                                RelativePath="..\src\Rectangle3.h">
561                        </File>
562                        <File
563                                RelativePath="..\src\RenderSampler.cpp">
564                        </File>
565                        <File
566                                RelativePath="..\src\RenderSampler.h">
567                        </File>
568                        <File
569                                RelativePath="..\src\RenderSimulator.cpp">
570                        </File>
571                        <File
572                                RelativePath="..\src\RenderSimulator.h">
573                        </File>
574                        <File
575                                RelativePath="..\src\ResourceManager.h">
576                        </File>
577                        <File
578                                RelativePath="..\src\RssPreprocessor.cpp">
579                        </File>
580                        <File
581                                RelativePath="..\src\RssPreprocessor.h">
582                        </File>
583                        <File
584                                RelativePath="..\src\RssTree.cpp">
585                        </File>
586                        <File
587                                RelativePath="..\src\RssTree.h">
588                        </File>
589                        <File
590                                RelativePath="..\src\SamplingPreprocessor.cpp">
591                        </File>
592                        <File
593                                RelativePath="..\src\SamplingPreprocessor.h">
594                        </File>
595                        <File
596                                RelativePath="..\src\SamplingStrategy.cpp">
597                        </File>
598                        <File
599                                RelativePath="..\src\SamplingStrategy.h">
600                        </File>
601                        <File
602                                RelativePath="..\src\SceneGraph.cpp">
603                        </File>
604                        <File
605                                RelativePath="..\src\SceneGraph.h">
606                        </File>
607                        <File
608                                RelativePath="..\src\Statistics.h">
609                        </File>
610                        <File
611                                RelativePath=".\SubdivisionCandidate.h">
612                        </File>
613                        <File
614                                RelativePath="..\src\Tetrahedron3.cpp">
615                        </File>
616                        <File
617                                RelativePath="..\src\Tetrahedron3.h">
618                        </File>
619                        <File
620                                RelativePath="..\src\Triangle3.cpp">
621                        </File>
622                        <File
623                                RelativePath="..\src\Triangle3.h">
624                        </File>
625                        <File
626                                RelativePath="..\src\UnigraphicsParser.cpp">
627                        </File>
628                        <File
629                                RelativePath="..\src\UnigraphicsParser.h">
630                        </File>
631                        <File
632                                RelativePath="..\src\Vector3.cpp">
633                        </File>
634                        <File
635                                RelativePath="..\src\Vector3.h">
636                        </File>
637                        <File
638                                RelativePath="..\src\ViewCell.cpp">
639                        </File>
640                        <File
641                                RelativePath="..\src\ViewCell.h">
642                        </File>
643                        <File
644                                RelativePath="..\src\ViewCellBsp.cpp">
645                        </File>
646                        <File
647                                RelativePath="..\src\ViewCellBsp.h">
648                        </File>
649                        <File
650                                RelativePath="..\src\ViewCellsManager.cpp">
651                        </File>
652                        <File
653                                RelativePath="..\src\ViewCellsManager.h">
654                        </File>
655                        <File
656                                RelativePath="..\src\ViewCellsParser.cpp">
657                        </File>
658                        <File
659                                RelativePath="..\src\ViewCellsParser.h">
660                        </File>
661                        <File
662                                RelativePath="..\src\ViewCellsParserXerces.h">
663                        </File>
664                        <File
665                                RelativePath="..\src\VrmlExporter.cpp">
666                        </File>
667                        <File
668                                RelativePath="..\src\VrmlExporter.h">
669                        </File>
670                        <File
671                                RelativePath="..\src\VspBspTree.cpp">
672                        </File>
673                        <File
674                                RelativePath="..\src\VspBspTree.h">
675                        </File>
676                        <File
677                                RelativePath=".\VspTree.cpp">
678                        </File>
679                        <File
680                                RelativePath=".\VspTree.h">
681                        </File>
682                        <File
683                                RelativePath="..\src\VssPreprocessor.cpp">
684                        </File>
685                        <File
686                                RelativePath="..\src\VssPreprocessor.h">
687                        </File>
688                        <File
689                                RelativePath="..\src\VssRay.cpp">
690                        </File>
691                        <File
692                                RelativePath="..\src\VssRay.h">
693                        </File>
694                        <File
695                                RelativePath="..\src\VssTree.cpp">
696                        </File>
697                        <File
698                                RelativePath="..\src\VssTree.h">
699                        </File>
700                        <File
701                                RelativePath="..\src\X3dExporter.cpp">
702                        </File>
703                        <File
704                                RelativePath="..\src\X3dExporter.h">
705                        </File>
706                        <File
707                                RelativePath="..\src\X3dParser.cpp">
708                        </File>
709                        <File
710                                RelativePath="..\src\X3dParser.h">
711                        </File>
712                        <File
713                                RelativePath="..\src\X3dParserXerces.h">
714                        </File>
715                </Filter>
716                <Filter
717                        Name="Header Files"
718                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
719                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
720                        <File
721                                RelativePath="..\include\AxisAlignedBox3.h">
722                        </File>
723                        <File
724                                RelativePath="..\include\Containers.h">
725                        </File>
726                        <File
727                                RelativePath="..\include\ExactPreprocessor.h">
728                        </File>
729                        <File
730                                RelativePath="..\include\KdTree.h">
731                        </File>
732                        <File
733                                RelativePath="..\include\Mesh.h">
734                        </File>
735                        <File
736                                RelativePath="..\include\Plane3.h">
737                        </File>
738                        <File
739                                RelativePath="..\include\Preprocessor.h">
740                        </File>
741                        <File
742                                RelativePath="..\include\SamplingPreprocessor.h">
743                        </File>
744                        <File
745                                RelativePath="..\include\SceneGraph.h">
746                        </File>
747                        <File
748                                RelativePath="..\include\Vector3.h">
749                        </File>
750                        <File
751                                RelativePath="..\include\ViewCell.h">
752                        </File>
753                </Filter>
754                <Filter
755                        Name="Renderer"
756                        Filter="">
757                        <File
758                                RelativePath="..\src\GlRenderer.cpp">
759                        </File>
760                        <File
761                                RelativePath="..\src\GlRenderer.h">
762                        </File>
763                        <File
764                                RelativePath="..\src\Renderer.cpp">
765                        </File>
766                        <File
767                                RelativePath="..\src\Renderer.h">
768                        </File>
769                </Filter>
770                <File
771                        RelativePath=".\VTune\Preprocessor.vpj">
772                </File>
773        </Files>
774        <Globals>
775        </Globals>
776</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.