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

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