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

Revision 1272, 18.8 KB checked in by bittner, 18 years ago (diff)

mlrta configuration changes

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