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

Revision 1926, 24.6 KB checked in by mattausch, 18 years ago (diff)

worked on preprocessor with and without qt and threads

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