source: GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.icproj @ 1283

Revision 1283, 16.0 KB checked in by bittner, 18 years ago (diff)

mlrt tests

  • Property svn:executable set to *
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Intel C++ Project"
4        Version="9.0"
5        Name="Preprocessor"
6        ProjectGUID="{E240C450-69B9-4B01-A6FD-88F9466A3A88}"
7        VCNestedProjectGUID="{EABCE292-D598-4600-A1C9-2591E7D62FDA}"
8        VCNestedProjectFileName="Preprocessor.vcproj"
9        Keyword="Win32Proj">
10        <Configurations>
11                <Configuration
12                        Name="Debug|Win32">
13                        <Tool
14                                Name="GeneralTool"
15                                OutputDirectory="..\lib\$(ConfigurationName)"
16                                IntermediateDirectory="..\obj\$(ConfigurationName)"
17                                ConfigurationType="4"
18                                CharacterSet="2"/>
19                        <Tool
20                                Name="DebugTool"/>
21                        <Tool
22                                Name="CppCmplrTool"
23                                Optimization="0"
24                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost"
25                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
26                                MinimalRebuild="1"
27                                BasicRuntimeChecks="3"
28                                RuntimeLibrary="3"
29                                RuntimeTypeInfo="1"
30                                UsePrecompiledHeader="0"
31                                WarningLevel="3"
32                                Detect64BitPortabilityProblems="1"
33                                DebugInformationFormat="3"/>
34                        <Tool
35                                Name="LinkerTool"
36                                DelayImpLib=""/>
37                        <Tool
38                                Name="LibrarianTool"/>
39                        <Tool
40                                Name="ResCmplrTool"/>
41                        <Tool
42                                Name="MidlCmplrTool"/>
43                        <Tool
44                                Name="BscMakeTool"/>
45                        <Tool
46                                Name="PreBuildEventTool"/>
47                        <Tool
48                                Name="PreLinkEventTool"/>
49                        <Tool
50                                Name="PostBuildEventTool"/>
51                        <Tool
52                                Name="CustomTool"/>
53                        <Tool
54                                Name="CustomNodeTool"/>
55                </Configuration>
56                <Configuration
57                        Name="Release|Win32">
58                        <Tool
59                                Name="GeneralTool"
60                                OutputDirectory="..\lib\$(ConfigurationName)"
61                                IntermediateDirectory="..\obj\$(ConfigurationName)"
62                                ConfigurationType="4"
63                                CharacterSet="2"/>
64                        <Tool
65                                Name="DebugTool"/>
66                        <Tool
67                                Name="CppCmplrTool"
68                                Optimization="0"
69                                InlineFunctionExpansion="0"
70                                FavorSizeOrSpeed="0"
71                                OptimizeForWindowsApplication="1"
72                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost"
73                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
74                                ExceptionHandling="1"
75                                RuntimeLibrary="2"
76                                DisableLanguageExtensions="0"
77                                ForceConformanceInForLoopScope="0"
78                                RuntimeTypeInfo="1"
79                                UsePrecompiledHeader="0"
80                                WarningLevel="2"
81                                Detect64BitPortabilityProblems="1"
82                                DebugInformationFormat="3"/>
83                        <Tool
84                                Name="LinkerTool"
85                                DelayImpLib=""/>
86                        <Tool
87                                Name="LibrarianTool"/>
88                        <Tool
89                                Name="ResCmplrTool"/>
90                        <Tool
91                                Name="MidlCmplrTool"/>
92                        <Tool
93                                Name="BscMakeTool"/>
94                        <Tool
95                                Name="PreBuildEventTool"/>
96                        <Tool
97                                Name="PreLinkEventTool"/>
98                        <Tool
99                                Name="PostBuildEventTool"/>
100                        <Tool
101                                Name="CustomTool"/>
102                        <Tool
103                                Name="CustomNodeTool"/>
104                </Configuration>
105                <Configuration
106                        Name="mlrt|Win32">
107                        <Tool
108                                Name="GeneralTool"
109                                OutputDirectory="$(ConfigurationName)"
110                                IntermediateDirectory="$(ConfigurationName)"
111                                ConfigurationType="4"
112                                CharacterSet="2"/>
113                        <Tool
114                                Name="DebugTool"/>
115                        <Tool
116                                Name="CppCmplrTool"
117                                Optimization="1000"
118                                GlobalOptimizations="1"
119                                InlineFunctionExpansion="0"
120                                EnableIntrinsicFunctions="1"
121                                FavorSizeOrSpeed="1"
122                                OmitFramePointers="1"
123                                EnableFiberSafeOptimizations="1"
124                                OptimizeForProcessor="3"
125                                OptimizeForWindowsApplication="1"
126                                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"
127                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL"
128                                MinimalRebuild="1"
129                                ExceptionHandling="1"
130                                RuntimeLibrary="2"
131                                DisableLanguageExtensions="0"
132                                ForceConformanceInForLoopScope="0"
133                                RuntimeTypeInfo="1"
134                                UsePrecompiledHeader="0"
135                                WarningLevel="2"
136                                Detect64BitPortabilityProblems="1"
137                                DebugInformationFormat="3"
138                                UseProcExt="4"
139                                Parallelization="1"/>
140                        <Tool
141                                Name="LinkerTool"
142                                DelayImpLib=""/>
143                        <Tool
144                                Name="LibrarianTool"/>
145                        <Tool
146                                Name="ResCmplrTool"/>
147                        <Tool
148                                Name="MidlCmplrTool"/>
149                        <Tool
150                                Name="BscMakeTool"/>
151                        <Tool
152                                Name="PreBuildEventTool"/>
153                        <Tool
154                                Name="PreLinkEventTool"/>
155                        <Tool
156                                Name="PostBuildEventTool"/>
157                        <Tool
158                                Name="CustomTool"/>
159                        <Tool
160                                Name="CustomNodeTool"/>
161                </Configuration>
162                <Configuration
163                        Name="Release_Internal|Win32">
164                        <Tool
165                                Name="GeneralTool"
166                                OutputDirectory="$(ConfigurationName)"
167                                IntermediateDirectory="$(ConfigurationName)"
168                                ConfigurationType="4"
169                                CharacterSet="2"/>
170                        <Tool
171                                Name="DebugTool"/>
172                        <Tool
173                                Name="CppCmplrTool"
174                                Optimization="0"
175                                InlineFunctionExpansion="0"
176                                FavorSizeOrSpeed="0"
177                                OptimizeForWindowsApplication="1"
178                                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"
179                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
180                                ExceptionHandling="1"
181                                RuntimeLibrary="2"
182                                DisableLanguageExtensions="0"
183                                ForceConformanceInForLoopScope="0"
184                                RuntimeTypeInfo="1"
185                                UsePrecompiledHeader="0"
186                                WarningLevel="2"
187                                Detect64BitPortabilityProblems="1"
188                                DebugInformationFormat="3"/>
189                        <Tool
190                                Name="LinkerTool"
191                                DelayImpLib=""/>
192                        <Tool
193                                Name="LibrarianTool"/>
194                        <Tool
195                                Name="ResCmplrTool"/>
196                        <Tool
197                                Name="MidlCmplrTool"/>
198                        <Tool
199                                Name="BscMakeTool"/>
200                        <Tool
201                                Name="PreBuildEventTool"/>
202                        <Tool
203                                Name="PreLinkEventTool"/>
204                        <Tool
205                                Name="PostBuildEventTool"/>
206                        <Tool
207                                Name="CustomTool"/>
208                        <Tool
209                                Name="CustomNodeTool"/>
210                </Configuration>
211                <Configuration
212                        Name="Release Internal|Win32">
213                        <Tool
214                                Name="GeneralTool"
215                                OutputDirectory="$(ConfigurationName)"
216                                IntermediateDirectory="$(ConfigurationName)"
217                                ConfigurationType="4"
218                                CharacterSet="2"/>
219                        <Tool
220                                Name="DebugTool"/>
221                        <Tool
222                                Name="CppCmplrTool"
223                                Optimization="3"
224                                InlineFunctionExpansion="0"
225                                FavorSizeOrSpeed="0"
226                                OptimizeForProcessor="3"
227                                OptimizeForWindowsApplication="1"
228                                AdditionalIncludeDirectories="..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\MultiLevelRayTracing"
229                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL"
230                                ExceptionHandling="1"
231                                RuntimeLibrary="2"
232                                DisableLanguageExtensions="0"
233                                ForceConformanceInForLoopScope="0"
234                                RuntimeTypeInfo="1"
235                                UsePrecompiledHeader="0"
236                                WarningLevel="2"
237                                Detect64BitPortabilityProblems="1"
238                                DebugInformationFormat="3"/>
239                        <Tool
240                                Name="LinkerTool"
241                                DelayImpLib=""/>
242                        <Tool
243                                Name="LibrarianTool"
244                                OutputFile="../lib/Release/$(ProjectName).lib"/>
245                        <Tool
246                                Name="ResCmplrTool"/>
247                        <Tool
248                                Name="MidlCmplrTool"/>
249                        <Tool
250                                Name="BscMakeTool"/>
251                        <Tool
252                                Name="PreBuildEventTool"/>
253                        <Tool
254                                Name="PreLinkEventTool"/>
255                        <Tool
256                                Name="PostBuildEventTool"/>
257                        <Tool
258                                Name="CustomTool"/>
259                        <Tool
260                                Name="CustomNodeTool"/>
261                </Configuration>
262        </Configurations>
263        <Files>
264                <File
265                        RelativePath=".\AxisAlignedBox3.cpp"/>
266                <File
267                        RelativePath=".\AxisAlignedBox3.h"/>
268                <File
269                        RelativePath=".\Beam.cpp"/>
270                <File
271                        RelativePath=".\Beam.h"/>
272                <File
273                        RelativePath=".\BoostPreprocessorThread.cpp"/>
274                <File
275                        RelativePath=".\BoostPreprocessorThread.h"/>
276                <File
277                        RelativePath=".\BoundingBoxConverter.h"/>
278                <File
279                        RelativePath=".\BvHierarchy.cpp"/>
280                <File
281                        RelativePath=".\BvHierarchy.h"/>
282                <File
283                        RelativePath=".\Camera.cpp"/>
284                <File
285                        RelativePath=".\Camera.h"/>
286                <File
287                        RelativePath=".\common.cpp"/>
288                <File
289                        RelativePath=".\common.h"/>
290                <File
291                        RelativePath=".\Containers.h"/>
292                <File
293                        RelativePath=".\dual_depth.cg"/>
294                <File
295                        RelativePath=".\Environment.cpp"/>
296                <File
297                        RelativePath=".\Environment.h"/>
298                <File
299                        RelativePath=".\ExactPreprocessor.cpp"/>
300                <File
301                        RelativePath=".\ExactPreprocessor.h"/>
302                <File
303                        RelativePath=".\Exporter.cpp"/>
304                <File
305                        RelativePath=".\Exporter.h"/>
306                <File
307                        RelativePath=".\FlexibleHeap.h"/>
308                <File
309                        RelativePath=".\glInterface.h"/>
310                <File
311                        RelativePath=".\GzBinFileInputStream.cpp"/>
312                <File
313                        RelativePath=".\GzBinFileInputStream.h"/>
314                <File
315                        RelativePath=".\GzFileInputSource.cpp"/>
316                <File
317                        RelativePath=".\GzFileInputSource.h"/>
318                <File
319                        RelativePath=".\gzstream.cpp"/>
320                <File
321                        RelativePath=".\gzstream.h"/>
322                <File
323                        RelativePath=".\Halton.cpp"/>
324                <File
325                        RelativePath=".\Halton.h"/>
326                <File
327                        RelativePath=".\HierarchyManager.cpp"/>
328                <File
329                        RelativePath=".\HierarchyManager.h"/>
330                <File
331                        RelativePath=".\Intersectable.h"/>
332                <File
333                        RelativePath=".\KdIntersectable.cpp"/>
334                <File
335                        RelativePath=".\KdIntersectable.h"/>
336                <File
337                        RelativePath=".\KdTree.cpp"/>
338                <File
339                        RelativePath=".\KdTree.h"/>
340                <File
341                        RelativePath=".\LogManager.cpp"/>
342                <File
343                        RelativePath=".\LogManager.h"/>
344                <File
345                        RelativePath=".\Material.cpp"/>
346                <File
347                        RelativePath=".\Material.h"/>
348                <File
349                        RelativePath=".\Matrix4x4.cpp"/>
350                <File
351                        RelativePath=".\Matrix4x4.h"/>
352                <File
353                        RelativePath=".\Mesh.cpp"/>
354                <File
355                        RelativePath=".\Mesh.h"/>
356                <File
357                        RelativePath=".\MeshKdTree.cpp"/>
358                <File
359                        RelativePath=".\MeshKdTree.h"/>
360                <File
361                        RelativePath=".\MutualVisibility.cpp"/>
362                <File
363                        RelativePath=".\MutualVisibility.h"/>
364                <File
365                        RelativePath=".\ObjParser.cpp"/>
366                <File
367                        RelativePath=".\ObjParser.h"/>
368                <File
369                        RelativePath=".\OcclusionQuery.cpp"/>
370                <File
371                        RelativePath=".\OcclusionQuery.h"/>
372                <File
373                        RelativePath=".\OspTree.cpp"/>
374                <File
375                        RelativePath=".\OspTree.h"/>
376                <File
377                        RelativePath=".\Parser.h"/>
378                <File
379                        RelativePath=".\Plane3.cpp"/>
380                <File
381                        RelativePath=".\Plane3.h"/>
382                <File
383                        RelativePath=".\ply.h"/>
384                <File
385                        RelativePath=".\plyfile.c"/>
386                <File
387                        RelativePath=".\PlyParser.cpp"/>
388                <File
389                        RelativePath=".\PlyParser.h"/>
390                <File
391                        RelativePath=".\Polygon3.cpp"/>
392                <File
393                        RelativePath=".\Polygon3.h"/>
394                <File
395                        RelativePath=".\Polytope.cpp"/>
396                <File
397                        RelativePath=".\Polytope.h"/>
398                <File
399                        RelativePath=".\Preprocessor.cpp"/>
400                <File
401                        RelativePath=".\Preprocessor.h">
402                        <FileConfiguration
403                                Name="Release|Win32">
404                                <Tool
405                                        Name="CustomTool"
406                                        Description=""
407                                        CommandLine=""
408                                        Outputs=""/>
409                        </FileConfiguration>
410                        <FileConfiguration
411                                Name="mlrt|Win32">
412                                <Tool
413                                        Name="CustomTool"
414                                        Description=""
415                                        CommandLine=""
416                                        Outputs=""/>
417                        </FileConfiguration>
418                        <FileConfiguration
419                                Name="Release_Internal|Win32">
420                                <Tool
421                                        Name="CustomTool"
422                                        Description=""
423                                        CommandLine=""
424                                        Outputs=""/>
425                        </FileConfiguration>
426                        <FileConfiguration
427                                Name="Release Internal|Win32">
428                                <Tool
429                                        Name="CustomTool"
430                                        Description=""
431                                        CommandLine=""
432                                        Outputs=""/>
433                        </FileConfiguration>
434                </File>
435                <File
436                        RelativePath=".\PreprocessorThread.cpp"/>
437                <File
438                        RelativePath=".\PreprocessorThread.h">
439                        <FileConfiguration
440                                Name="Release|Win32">
441                                <Tool
442                                        Name="CustomTool"
443                                        Description=""
444                                        CommandLine=""
445                                        Outputs=""/>
446                        </FileConfiguration>
447                        <FileConfiguration
448                                Name="mlrt|Win32">
449                                <Tool
450                                        Name="CustomTool"
451                                        Description=""
452                                        CommandLine=""
453                                        Outputs=""/>
454                        </FileConfiguration>
455                        <FileConfiguration
456                                Name="Release_Internal|Win32">
457                                <Tool
458                                        Name="CustomTool"
459                                        Description=""
460                                        CommandLine=""
461                                        Outputs=""/>
462                        </FileConfiguration>
463                        <FileConfiguration
464                                Name="Release Internal|Win32">
465                                <Tool
466                                        Name="CustomTool"
467                                        Description=""
468                                        CommandLine=""
469                                        Outputs=""/>
470                        </FileConfiguration>
471                </File>
472                <File
473                        RelativePath=".\Pvs.cpp"/>
474                <File
475                        RelativePath=".\Pvs.h"/>
476                <File
477                        RelativePath=".\Ray.cpp"/>
478                <File
479                        RelativePath=".\Ray.h"/>
480                <File
481                        RelativePath=".\RayInfo.cpp"/>
482                <File
483                        RelativePath=".\RayInfo.h"/>
484                <File
485                        RelativePath=".\Rectangle3.cpp"/>
486                <File
487                        RelativePath=".\Rectangle3.h"/>
488                <File
489                        RelativePath=".\RenderSampler.cpp"/>
490                <File
491                        RelativePath=".\RenderSampler.h"/>
492                <File
493                        RelativePath=".\RenderSimulator.cpp"/>
494                <File
495                        RelativePath=".\RenderSimulator.h"/>
496                <File
497                        RelativePath=".\ResourceManager.h"/>
498                <File
499                        RelativePath=".\RssPreprocessor.cpp"/>
500                <File
501                        RelativePath=".\RssPreprocessor.h"/>
502                <File
503                        RelativePath=".\RssTree.cpp"/>
504                <File
505                        RelativePath=".\RssTree.h"/>
506                <File
507                        RelativePath=".\SamplingPreprocessor.cpp"/>
508                <File
509                        RelativePath=".\SamplingPreprocessor.h"/>
510                <File
511                        RelativePath=".\SamplingStrategy.cpp"/>
512                <File
513                        RelativePath=".\SamplingStrategy.h"/>
514                <File
515                        RelativePath=".\SceneGraph.cpp"/>
516                <File
517                        RelativePath=".\SceneGraph.h"/>
518                <File
519                        RelativePath=".\Statistics.h"/>
520                <File
521                        RelativePath=".\SubdivisionCandidate.h"/>
522                <File
523                        RelativePath=".\Tetrahedron3.cpp"/>
524                <File
525                        RelativePath=".\Tetrahedron3.h"/>
526                <File
527                        RelativePath=".\Triangle3.cpp"/>
528                <File
529                        RelativePath=".\Triangle3.h"/>
530                <File
531                        RelativePath=".\UnigraphicsParser.cpp"/>
532                <File
533                        RelativePath=".\UnigraphicsParser.h"/>
534                <File
535                        RelativePath=".\Vector3.cpp"/>
536                <File
537                        RelativePath=".\Vector3.h"/>
538                <File
539                        RelativePath=".\ViewCell.cpp"/>
540                <File
541                        RelativePath=".\ViewCell.h"/>
542                <File
543                        RelativePath=".\ViewCellBsp.cpp"/>
544                <File
545                        RelativePath=".\ViewCellBsp.h"/>
546                <File
547                        RelativePath=".\ViewCellsManager.cpp"/>
548                <File
549                        RelativePath=".\ViewCellsManager.h"/>
550                <File
551                        RelativePath=".\ViewCellsParser.cpp"/>
552                <File
553                        RelativePath=".\ViewCellsParser.h"/>
554                <File
555                        RelativePath=".\ViewCellsParserXerces.h"/>
556                <File
557                        RelativePath=".\VrmlExporter.cpp"/>
558                <File
559                        RelativePath=".\VrmlExporter.h"/>
560                <File
561                        RelativePath=".\VspBspTree.cpp"/>
562                <File
563                        RelativePath=".\VspBspTree.h"/>
564                <File
565                        RelativePath=".\VspTree.cpp"/>
566                <File
567                        RelativePath=".\VspTree.h"/>
568                <File
569                        RelativePath=".\VssPreprocessor.cpp"/>
570                <File
571                        RelativePath=".\VssPreprocessor.h"/>
572                <File
573                        RelativePath=".\VssRay.cpp"/>
574                <File
575                        RelativePath=".\VssRay.h"/>
576                <File
577                        RelativePath=".\VssTree.cpp"/>
578                <File
579                        RelativePath=".\VssTree.h"/>
580                <File
581                        RelativePath=".\X3dExporter.cpp"/>
582                <File
583                        RelativePath=".\X3dExporter.h"/>
584                <File
585                        RelativePath=".\X3dParser.cpp"/>
586                <File
587                        RelativePath=".\X3dParser.h"/>
588                <File
589                        RelativePath=".\X3dParserXerces.h"/>
590                <File
591                        RelativePath="..\include\AxisAlignedBox3.h"/>
592                <File
593                        RelativePath="..\include\Containers.h"/>
594                <File
595                        RelativePath="..\include\ExactPreprocessor.h"/>
596                <File
597                        RelativePath="..\include\KdTree.h"/>
598                <File
599                        RelativePath="..\include\Mesh.h"/>
600                <File
601                        RelativePath="..\include\Plane3.h"/>
602                <File
603                        RelativePath="..\include\Preprocessor.h"/>
604                <File
605                        RelativePath="..\include\SamplingPreprocessor.h"/>
606                <File
607                        RelativePath="..\include\SceneGraph.h"/>
608                <File
609                        RelativePath="..\include\Vector3.h"/>
610                <File
611                        RelativePath="..\include\ViewCell.h"/>
612                <File
613                        RelativePath=".\GlRenderer.cpp"/>
614                <File
615                        RelativePath=".\GlRenderer.h"/>
616                <File
617                        RelativePath=".\Renderer.cpp"/>
618                <File
619                        RelativePath=".\Renderer.h"/>
620                <File
621                        RelativePath=".\vtune\Preprocessor.vpj"/>
622        </Files>
623</VisualStudioProject>
624
Note: See TracBrowser for help on using the repository browser.