source: GTP/trunk/App/Demos/Vis/FriendlyCulling/FriendlyCulling.vcproj @ 2800

Revision 2800, 15.2 KB checked in by mattausch, 16 years ago (diff)

friendly culling debug version with timers, no materials

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="chc_revisited"
6        ProjectGUID="{03661866-4093-4B02-B26A-028EA91AF023}"
7        RootNamespace="chc_revisited"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
21                        IntermediateDirectory="obj/$(ConfigurationName)"
22                        ConfigurationType="1"
23                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                RuntimeTypeInfo="false"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="4"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCPreLinkEventTool"
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
65                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib"
66                                LinkIncremental="2"
67                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib"
68                                GenerateDebugInformation="true"
69                                SubSystem="1"
70                                TargetMachine="1"
71                        />
72                        <Tool
73                                Name="VCALinkTool"
74                        />
75                        <Tool
76                                Name="VCManifestTool"
77                        />
78                        <Tool
79                                Name="VCXDCMakeTool"
80                        />
81                        <Tool
82                                Name="VCBscMakeTool"
83                        />
84                        <Tool
85                                Name="VCFxCopTool"
86                        />
87                        <Tool
88                                Name="VCAppVerifierTool"
89                        />
90                        <Tool
91                                Name="VCWebDeploymentTool"
92                        />
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                        />
96                </Configuration>
97                <Configuration
98                        Name="Release|Win32"
99                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
100                        IntermediateDirectory="obj/$(ConfigurationName)"
101                        ConfigurationType="1"
102                        CharacterSet="1"
103                        WholeProgramOptimization="1"
104                        >
105                        <Tool
106                                Name="VCPreBuildEventTool"
107                        />
108                        <Tool
109                                Name="VCCustomBuildTool"
110                        />
111                        <Tool
112                                Name="VCXMLDataGeneratorTool"
113                        />
114                        <Tool
115                                Name="VCWebServiceProxyGeneratorTool"
116                        />
117                        <Tool
118                                Name="VCMIDLTool"
119                        />
120                        <Tool
121                                Name="VCCLCompilerTool"
122                                Optimization="3"
123                                InlineFunctionExpansion="2"
124                                EnableIntrinsicFunctions="true"
125                                FavorSizeOrSpeed="1"
126                                OmitFramePointers="true"
127                                EnableFiberSafeOptimizations="true"
128                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include"
129                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE; _CRT_SECURE_NO_WARNINGS"
130                                StringPooling="true"
131                                RuntimeLibrary="2"
132                                BufferSecurityCheck="false"
133                                EnableEnhancedInstructionSet="2"
134                                RuntimeTypeInfo="false"
135                                UsePrecompiledHeader="0"
136                                BrowseInformation="1"
137                                WarningLevel="3"
138                                Detect64BitPortabilityProblems="true"
139                                DebugInformationFormat="3"
140                        />
141                        <Tool
142                                Name="VCManagedResourceCompilerTool"
143                        />
144                        <Tool
145                                Name="VCResourceCompilerTool"
146                        />
147                        <Tool
148                                Name="VCPreLinkEventTool"
149                        />
150                        <Tool
151                                Name="VCLinkerTool"
152                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib"
153                                LinkIncremental="1"
154                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib"
155                                GenerateDebugInformation="false"
156                                SubSystem="1"
157                                OptimizeReferences="2"
158                                EnableCOMDATFolding="2"
159                                OptimizeForWindows98="1"
160                                TargetMachine="1"
161                        />
162                        <Tool
163                                Name="VCALinkTool"
164                        />
165                        <Tool
166                                Name="VCManifestTool"
167                        />
168                        <Tool
169                                Name="VCXDCMakeTool"
170                        />
171                        <Tool
172                                Name="VCBscMakeTool"
173                        />
174                        <Tool
175                                Name="VCFxCopTool"
176                        />
177                        <Tool
178                                Name="VCAppVerifierTool"
179                        />
180                        <Tool
181                                Name="VCWebDeploymentTool"
182                        />
183                        <Tool
184                                Name="VCPostBuildEventTool"
185                        />
186                </Configuration>
187        </Configurations>
188        <References>
189        </References>
190        <Files>
191                <Filter
192                        Name="util"
193                        >
194                        <File
195                                RelativePath=".\src\AxisAlignedBox3.cpp"
196                                >
197                        </File>
198                        <File
199                                RelativePath=".\src\BvhLoader.cpp"
200                                >
201                        </File>
202                        <File
203                                RelativePath=".\src\BvhLoader.h"
204                                >
205                        </File>
206                        <File
207                                RelativePath=".\src\common.cpp"
208                                >
209                        </File>
210                        <File
211                                RelativePath=".\src\common.h"
212                                >
213                        </File>
214                        <File
215                                RelativePath=".\src\glInterface.h"
216                                >
217                        </File>
218                        <File
219                                RelativePath=".\src\gzstream.cpp"
220                                >
221                        </File>
222                        <File
223                                RelativePath=".\src\gzstream.h"
224                                >
225                        </File>
226                        <File
227                                RelativePath=".\src\Matrix4x4.cpp"
228                                >
229                        </File>
230                        <File
231                                RelativePath=".\src\Matrix4x4.h"
232                                >
233                        </File>
234                        <File
235                                RelativePath=".\src\Plane3.cpp"
236                                >
237                        </File>
238                        <File
239                                RelativePath=".\src\Plane3.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath=".\src\ResourceManager.cpp"
244                                >
245                        </File>
246                        <File
247                                RelativePath=".\src\ResourceManager.h"
248                                >
249                        </File>
250                        <File
251                                RelativePath=".\src\SceneQuery.cpp"
252                                >
253                        </File>
254                        <File
255                                RelativePath=".\src\SceneQuery.h"
256                                >
257                        </File>
258                        <File
259                                RelativePath=".\src\Triangle3.cpp"
260                                >
261                        </File>
262                        <File
263                                RelativePath=".\src\Triangle3.h"
264                                >
265                        </File>
266                        <File
267                                RelativePath=".\src\Vector3.cpp"
268                                >
269                        </File>
270                        <File
271                                RelativePath=".\src\Vector3.h"
272                                >
273                        </File>
274                        <Filter
275                                Name="timer"
276                                >
277                                <File
278                                        RelativePath=".\src\Timer\BenchTimer.cpp"
279                                        >
280                                </File>
281                                <File
282                                        RelativePath=".\src\Timer\BenchTimer.h"
283                                        >
284                                </File>
285                                <File
286                                        RelativePath=".\src\Timer\merror.cpp"
287                                        >
288                                </File>
289                                <File
290                                        RelativePath=".\src\Timer\merror.h"
291                                        >
292                                </File>
293                                <File
294                                        RelativePath=".\src\Timer\mstring.h"
295                                        >
296                                </File>
297                                <File
298                                        RelativePath=".\src\Timer\PerfTimer.h"
299                                        >
300                                </File>
301                                <File
302                                        RelativePath=".\src\Timer\PerfTimerSkeleton.h"
303                                        >
304                                </File>
305                                <File
306                                        RelativePath=".\src\Timer\RDTSCTimer.cpp"
307                                        >
308                                </File>
309                                <File
310                                        RelativePath=".\src\Timer\RDTSCTimer.h"
311                                        >
312                                </File>
313                        </Filter>
314                </Filter>
315                <Filter
316                        Name="traversal"
317                        >
318                        <Filter
319                                Name="Header Files"
320                                >
321                                <File
322                                        RelativePath=".\src\CHCPlusPlusTraverser.h"
323                                        >
324                                </File>
325                                <File
326                                        RelativePath=".\src\CHCTraverser.cpp"
327                                        >
328                                        <FileConfiguration
329                                                Name="Debug|Win32"
330                                                >
331                                                <Tool
332                                                        Name="VCCLCompilerTool"
333                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
334                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
335                                                />
336                                        </FileConfiguration>
337                                        <FileConfiguration
338                                                Name="Release|Win32"
339                                                >
340                                                <Tool
341                                                        Name="VCCLCompilerTool"
342                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
343                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
344                                                />
345                                        </FileConfiguration>
346                                </File>
347                                <File
348                                        RelativePath=".\src\CHCTraverser.h"
349                                        >
350                                </File>
351                                <File
352                                        RelativePath=".\src\FrustumCullingTraverser.h"
353                                        >
354                                </File>
355                                <File
356                                        RelativePath=".\src\RenderTraverser.h"
357                                        >
358                                </File>
359                                <File
360                                        RelativePath=".\src\StopAndWaitTraverser.h"
361                                        >
362                                </File>
363                        </Filter>
364                        <Filter
365                                Name="Source Files"
366                                >
367                                <File
368                                        RelativePath=".\src\CHCPlusPlusTraverser.cpp"
369                                        >
370                                        <FileConfiguration
371                                                Name="Debug|Win32"
372                                                >
373                                                <Tool
374                                                        Name="VCCLCompilerTool"
375                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
376                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
377                                                />
378                                        </FileConfiguration>
379                                        <FileConfiguration
380                                                Name="Release|Win32"
381                                                >
382                                                <Tool
383                                                        Name="VCCLCompilerTool"
384                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
385                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
386                                                />
387                                        </FileConfiguration>
388                                </File>
389                                <File
390                                        RelativePath=".\src\FrustumCullingTraverser.cpp"
391                                        >
392                                        <FileConfiguration
393                                                Name="Debug|Win32"
394                                                >
395                                                <Tool
396                                                        Name="VCCLCompilerTool"
397                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
398                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
399                                                />
400                                        </FileConfiguration>
401                                        <FileConfiguration
402                                                Name="Release|Win32"
403                                                >
404                                                <Tool
405                                                        Name="VCCLCompilerTool"
406                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
407                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
408                                                />
409                                        </FileConfiguration>
410                                </File>
411                                <File
412                                        RelativePath=".\src\RenderTraverser.cpp"
413                                        >
414                                        <FileConfiguration
415                                                Name="Debug|Win32"
416                                                >
417                                                <Tool
418                                                        Name="VCCLCompilerTool"
419                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
420                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
421                                                />
422                                        </FileConfiguration>
423                                        <FileConfiguration
424                                                Name="Release|Win32"
425                                                >
426                                                <Tool
427                                                        Name="VCCLCompilerTool"
428                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
429                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
430                                                />
431                                        </FileConfiguration>
432                                </File>
433                                <File
434                                        RelativePath=".\src\StopAndWaitTraverser.cpp"
435                                        >
436                                        <FileConfiguration
437                                                Name="Debug|Win32"
438                                                >
439                                                <Tool
440                                                        Name="VCCLCompilerTool"
441                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
442                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
443                                                />
444                                        </FileConfiguration>
445                                        <FileConfiguration
446                                                Name="Release|Win32"
447                                                >
448                                                <Tool
449                                                        Name="VCCLCompilerTool"
450                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
451                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
452                                                />
453                                        </FileConfiguration>
454                                </File>
455                        </Filter>
456                </Filter>
457                <Filter
458                        Name="render"
459                        >
460                        <Filter
461                                Name="Header Files"
462                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
463                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
464                                >
465                                <File
466                                        RelativePath=".\src\Bvh.h"
467                                        >
468                                </File>
469                                <File
470                                        RelativePath=".\src\Camera.h"
471                                        >
472                                </File>
473                                <File
474                                        RelativePath=".\src\Geometry.h"
475                                        >
476                                </File>
477                                <File
478                                        RelativePath=".\src\OcclusionQuery.h"
479                                        >
480                                </File>
481                                <File
482                                        RelativePath=".\src\RenderQueue.h"
483                                        >
484                                </File>
485                                <File
486                                        RelativePath=".\src\RenderState.h"
487                                        >
488                                </File>
489                                <File
490                                        RelativePath=".\src\SceneEntity.h"
491                                        >
492                                </File>
493                                <File
494                                        RelativePath=".\src\Texture.h"
495                                        >
496                                </File>
497                                <File
498                                        RelativePath=".\src\Visualization.h"
499                                        >
500                                </File>
501                        </Filter>
502                        <Filter
503                                Name="Source Files"
504                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
505                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
506                                >
507                                <File
508                                        RelativePath=".\src\Bvh.cpp"
509                                        >
510                                        <FileConfiguration
511                                                Name="Debug|Win32"
512                                                >
513                                                <Tool
514                                                        Name="VCCLCompilerTool"
515                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
516                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
517                                                />
518                                        </FileConfiguration>
519                                        <FileConfiguration
520                                                Name="Release|Win32"
521                                                >
522                                                <Tool
523                                                        Name="VCCLCompilerTool"
524                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
525                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
526                                                />
527                                        </FileConfiguration>
528                                </File>
529                                <File
530                                        RelativePath=".\src\Camera.cpp"
531                                        >
532                                        <FileConfiguration
533                                                Name="Debug|Win32"
534                                                >
535                                                <Tool
536                                                        Name="VCCLCompilerTool"
537                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
538                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
539                                                />
540                                        </FileConfiguration>
541                                        <FileConfiguration
542                                                Name="Release|Win32"
543                                                >
544                                                <Tool
545                                                        Name="VCCLCompilerTool"
546                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
547                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
548                                                />
549                                        </FileConfiguration>
550                                </File>
551                                <File
552                                        RelativePath=".\src\chcdemo.cpp"
553                                        >
554                                </File>
555                                <File
556                                        RelativePath=".\src\Geometry.cpp"
557                                        >
558                                </File>
559                                <File
560                                        RelativePath=".\src\Material.cpp"
561                                        >
562                                </File>
563                                <File
564                                        RelativePath=".\src\OcclusionQuery.cpp"
565                                        >
566                                        <FileConfiguration
567                                                Name="Debug|Win32"
568                                                >
569                                                <Tool
570                                                        Name="VCCLCompilerTool"
571                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
572                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
573                                                />
574                                        </FileConfiguration>
575                                        <FileConfiguration
576                                                Name="Release|Win32"
577                                                >
578                                                <Tool
579                                                        Name="VCCLCompilerTool"
580                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
581                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
582                                                />
583                                        </FileConfiguration>
584                                </File>
585                                <File
586                                        RelativePath=".\src\RenderQueue.cpp"
587                                        >
588                                        <FileConfiguration
589                                                Name="Debug|Win32"
590                                                >
591                                                <Tool
592                                                        Name="VCCLCompilerTool"
593                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
594                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
595                                                />
596                                        </FileConfiguration>
597                                        <FileConfiguration
598                                                Name="Release|Win32"
599                                                >
600                                                <Tool
601                                                        Name="VCCLCompilerTool"
602                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
603                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
604                                                />
605                                        </FileConfiguration>
606                                </File>
607                                <File
608                                        RelativePath=".\src\RenderState.cpp"
609                                        >
610                                        <FileConfiguration
611                                                Name="Debug|Win32"
612                                                >
613                                                <Tool
614                                                        Name="VCCLCompilerTool"
615                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
616                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
617                                                />
618                                        </FileConfiguration>
619                                        <FileConfiguration
620                                                Name="Release|Win32"
621                                                >
622                                                <Tool
623                                                        Name="VCCLCompilerTool"
624                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
625                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
626                                                />
627                                        </FileConfiguration>
628                                </File>
629                                <File
630                                        RelativePath=".\src\SceneEntity.cpp"
631                                        >
632                                </File>
633                                <File
634                                        RelativePath=".\src\Texture.cpp"
635                                        >
636                                        <FileConfiguration
637                                                Name="Debug|Win32"
638                                                >
639                                                <Tool
640                                                        Name="VCCLCompilerTool"
641                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
642                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
643                                                />
644                                        </FileConfiguration>
645                                        <FileConfiguration
646                                                Name="Release|Win32"
647                                                >
648                                                <Tool
649                                                        Name="VCCLCompilerTool"
650                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
651                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
652                                                />
653                                        </FileConfiguration>
654                                </File>
655                                <File
656                                        RelativePath=".\src\Visualization.cpp"
657                                        >
658                                        <FileConfiguration
659                                                Name="Debug|Win32"
660                                                >
661                                                <Tool
662                                                        Name="VCCLCompilerTool"
663                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
664                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
665                                                />
666                                        </FileConfiguration>
667                                        <FileConfiguration
668                                                Name="Release|Win32"
669                                                >
670                                                <Tool
671                                                        Name="VCCLCompilerTool"
672                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
673                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
674                                                />
675                                        </FileConfiguration>
676                                </File>
677                        </Filter>
678                </Filter>
679                <File
680                        RelativePath=".\ReadMe.txt"
681                        >
682                </File>
683        </Files>
684        <Globals>
685        </Globals>
686</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.