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

Revision 2801, 15.3 KB checked in by mattausch, 16 years ago (diff)
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                                IgnoreAllDefaultLibraries="false"
156                                IgnoreDefaultLibraryNames="LIBCMT"
157                                GenerateDebugInformation="false"
158                                SubSystem="1"
159                                OptimizeReferences="2"
160                                EnableCOMDATFolding="2"
161                                OptimizeForWindows98="1"
162                                TargetMachine="1"
163                        />
164                        <Tool
165                                Name="VCALinkTool"
166                        />
167                        <Tool
168                                Name="VCManifestTool"
169                        />
170                        <Tool
171                                Name="VCXDCMakeTool"
172                        />
173                        <Tool
174                                Name="VCBscMakeTool"
175                        />
176                        <Tool
177                                Name="VCFxCopTool"
178                        />
179                        <Tool
180                                Name="VCAppVerifierTool"
181                        />
182                        <Tool
183                                Name="VCWebDeploymentTool"
184                        />
185                        <Tool
186                                Name="VCPostBuildEventTool"
187                        />
188                </Configuration>
189        </Configurations>
190        <References>
191        </References>
192        <Files>
193                <Filter
194                        Name="util"
195                        >
196                        <File
197                                RelativePath=".\src\AxisAlignedBox3.cpp"
198                                >
199                        </File>
200                        <File
201                                RelativePath=".\src\BvhLoader.cpp"
202                                >
203                        </File>
204                        <File
205                                RelativePath=".\src\BvhLoader.h"
206                                >
207                        </File>
208                        <File
209                                RelativePath=".\src\common.cpp"
210                                >
211                        </File>
212                        <File
213                                RelativePath=".\src\common.h"
214                                >
215                        </File>
216                        <File
217                                RelativePath=".\src\glInterface.h"
218                                >
219                        </File>
220                        <File
221                                RelativePath=".\src\gzstream.cpp"
222                                >
223                        </File>
224                        <File
225                                RelativePath=".\src\gzstream.h"
226                                >
227                        </File>
228                        <File
229                                RelativePath=".\src\Matrix4x4.cpp"
230                                >
231                        </File>
232                        <File
233                                RelativePath=".\src\Matrix4x4.h"
234                                >
235                        </File>
236                        <File
237                                RelativePath=".\src\Plane3.cpp"
238                                >
239                        </File>
240                        <File
241                                RelativePath=".\src\Plane3.h"
242                                >
243                        </File>
244                        <File
245                                RelativePath=".\src\ResourceManager.cpp"
246                                >
247                        </File>
248                        <File
249                                RelativePath=".\src\ResourceManager.h"
250                                >
251                        </File>
252                        <File
253                                RelativePath=".\src\SceneQuery.cpp"
254                                >
255                        </File>
256                        <File
257                                RelativePath=".\src\SceneQuery.h"
258                                >
259                        </File>
260                        <File
261                                RelativePath=".\src\Triangle3.cpp"
262                                >
263                        </File>
264                        <File
265                                RelativePath=".\src\Triangle3.h"
266                                >
267                        </File>
268                        <File
269                                RelativePath=".\src\Vector3.cpp"
270                                >
271                        </File>
272                        <File
273                                RelativePath=".\src\Vector3.h"
274                                >
275                        </File>
276                        <Filter
277                                Name="timer"
278                                >
279                                <File
280                                        RelativePath=".\src\Timer\BenchTimer.cpp"
281                                        >
282                                </File>
283                                <File
284                                        RelativePath=".\src\Timer\BenchTimer.h"
285                                        >
286                                </File>
287                                <File
288                                        RelativePath=".\src\Timer\merror.cpp"
289                                        >
290                                </File>
291                                <File
292                                        RelativePath=".\src\Timer\merror.h"
293                                        >
294                                </File>
295                                <File
296                                        RelativePath=".\src\Timer\mstring.h"
297                                        >
298                                </File>
299                                <File
300                                        RelativePath=".\src\Timer\PerfTimer.h"
301                                        >
302                                </File>
303                                <File
304                                        RelativePath=".\src\Timer\PerfTimerSkeleton.h"
305                                        >
306                                </File>
307                                <File
308                                        RelativePath=".\src\Timer\RDTSCTimer.cpp"
309                                        >
310                                </File>
311                                <File
312                                        RelativePath=".\src\Timer\RDTSCTimer.h"
313                                        >
314                                </File>
315                        </Filter>
316                </Filter>
317                <Filter
318                        Name="traversal"
319                        >
320                        <Filter
321                                Name="Header Files"
322                                >
323                                <File
324                                        RelativePath=".\src\CHCPlusPlusTraverser.h"
325                                        >
326                                </File>
327                                <File
328                                        RelativePath=".\src\CHCTraverser.cpp"
329                                        >
330                                        <FileConfiguration
331                                                Name="Debug|Win32"
332                                                >
333                                                <Tool
334                                                        Name="VCCLCompilerTool"
335                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
336                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
337                                                />
338                                        </FileConfiguration>
339                                        <FileConfiguration
340                                                Name="Release|Win32"
341                                                >
342                                                <Tool
343                                                        Name="VCCLCompilerTool"
344                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
345                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
346                                                />
347                                        </FileConfiguration>
348                                </File>
349                                <File
350                                        RelativePath=".\src\CHCTraverser.h"
351                                        >
352                                </File>
353                                <File
354                                        RelativePath=".\src\FrustumCullingTraverser.h"
355                                        >
356                                </File>
357                                <File
358                                        RelativePath=".\src\RenderTraverser.h"
359                                        >
360                                </File>
361                                <File
362                                        RelativePath=".\src\StopAndWaitTraverser.h"
363                                        >
364                                </File>
365                        </Filter>
366                        <Filter
367                                Name="Source Files"
368                                >
369                                <File
370                                        RelativePath=".\src\CHCPlusPlusTraverser.cpp"
371                                        >
372                                        <FileConfiguration
373                                                Name="Debug|Win32"
374                                                >
375                                                <Tool
376                                                        Name="VCCLCompilerTool"
377                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
378                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
379                                                />
380                                        </FileConfiguration>
381                                        <FileConfiguration
382                                                Name="Release|Win32"
383                                                >
384                                                <Tool
385                                                        Name="VCCLCompilerTool"
386                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
387                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
388                                                />
389                                        </FileConfiguration>
390                                </File>
391                                <File
392                                        RelativePath=".\src\FrustumCullingTraverser.cpp"
393                                        >
394                                        <FileConfiguration
395                                                Name="Debug|Win32"
396                                                >
397                                                <Tool
398                                                        Name="VCCLCompilerTool"
399                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
400                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
401                                                />
402                                        </FileConfiguration>
403                                        <FileConfiguration
404                                                Name="Release|Win32"
405                                                >
406                                                <Tool
407                                                        Name="VCCLCompilerTool"
408                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
409                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
410                                                />
411                                        </FileConfiguration>
412                                </File>
413                                <File
414                                        RelativePath=".\src\RenderTraverser.cpp"
415                                        >
416                                        <FileConfiguration
417                                                Name="Debug|Win32"
418                                                >
419                                                <Tool
420                                                        Name="VCCLCompilerTool"
421                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
422                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
423                                                />
424                                        </FileConfiguration>
425                                        <FileConfiguration
426                                                Name="Release|Win32"
427                                                >
428                                                <Tool
429                                                        Name="VCCLCompilerTool"
430                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
431                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
432                                                />
433                                        </FileConfiguration>
434                                </File>
435                                <File
436                                        RelativePath=".\src\StopAndWaitTraverser.cpp"
437                                        >
438                                        <FileConfiguration
439                                                Name="Debug|Win32"
440                                                >
441                                                <Tool
442                                                        Name="VCCLCompilerTool"
443                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
444                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
445                                                />
446                                        </FileConfiguration>
447                                        <FileConfiguration
448                                                Name="Release|Win32"
449                                                >
450                                                <Tool
451                                                        Name="VCCLCompilerTool"
452                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
453                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
454                                                />
455                                        </FileConfiguration>
456                                </File>
457                        </Filter>
458                </Filter>
459                <Filter
460                        Name="render"
461                        >
462                        <Filter
463                                Name="Header Files"
464                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
465                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
466                                >
467                                <File
468                                        RelativePath=".\src\Bvh.h"
469                                        >
470                                </File>
471                                <File
472                                        RelativePath=".\src\Camera.h"
473                                        >
474                                </File>
475                                <File
476                                        RelativePath=".\src\Geometry.h"
477                                        >
478                                </File>
479                                <File
480                                        RelativePath=".\src\Material.h"
481                                        >
482                                </File>
483                                <File
484                                        RelativePath=".\src\OcclusionQuery.h"
485                                        >
486                                </File>
487                                <File
488                                        RelativePath=".\src\RenderQueue.h"
489                                        >
490                                </File>
491                                <File
492                                        RelativePath=".\src\RenderState.h"
493                                        >
494                                </File>
495                                <File
496                                        RelativePath=".\src\SceneEntity.h"
497                                        >
498                                </File>
499                                <File
500                                        RelativePath=".\src\Texture.h"
501                                        >
502                                </File>
503                                <File
504                                        RelativePath=".\src\Visualization.h"
505                                        >
506                                </File>
507                        </Filter>
508                        <Filter
509                                Name="Source Files"
510                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
511                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
512                                >
513                                <File
514                                        RelativePath=".\src\Bvh.cpp"
515                                        >
516                                        <FileConfiguration
517                                                Name="Debug|Win32"
518                                                >
519                                                <Tool
520                                                        Name="VCCLCompilerTool"
521                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
522                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
523                                                />
524                                        </FileConfiguration>
525                                        <FileConfiguration
526                                                Name="Release|Win32"
527                                                >
528                                                <Tool
529                                                        Name="VCCLCompilerTool"
530                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
531                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
532                                                />
533                                        </FileConfiguration>
534                                </File>
535                                <File
536                                        RelativePath=".\src\Camera.cpp"
537                                        >
538                                        <FileConfiguration
539                                                Name="Debug|Win32"
540                                                >
541                                                <Tool
542                                                        Name="VCCLCompilerTool"
543                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
544                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
545                                                />
546                                        </FileConfiguration>
547                                        <FileConfiguration
548                                                Name="Release|Win32"
549                                                >
550                                                <Tool
551                                                        Name="VCCLCompilerTool"
552                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
553                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
554                                                />
555                                        </FileConfiguration>
556                                </File>
557                                <File
558                                        RelativePath=".\src\chcdemo.cpp"
559                                        >
560                                </File>
561                                <File
562                                        RelativePath=".\src\Geometry.cpp"
563                                        >
564                                </File>
565                                <File
566                                        RelativePath=".\src\Material.cpp"
567                                        >
568                                </File>
569                                <File
570                                        RelativePath=".\src\OcclusionQuery.cpp"
571                                        >
572                                        <FileConfiguration
573                                                Name="Debug|Win32"
574                                                >
575                                                <Tool
576                                                        Name="VCCLCompilerTool"
577                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
578                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
579                                                />
580                                        </FileConfiguration>
581                                        <FileConfiguration
582                                                Name="Release|Win32"
583                                                >
584                                                <Tool
585                                                        Name="VCCLCompilerTool"
586                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
587                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
588                                                />
589                                        </FileConfiguration>
590                                </File>
591                                <File
592                                        RelativePath=".\src\RenderQueue.cpp"
593                                        >
594                                        <FileConfiguration
595                                                Name="Debug|Win32"
596                                                >
597                                                <Tool
598                                                        Name="VCCLCompilerTool"
599                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
600                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
601                                                />
602                                        </FileConfiguration>
603                                        <FileConfiguration
604                                                Name="Release|Win32"
605                                                >
606                                                <Tool
607                                                        Name="VCCLCompilerTool"
608                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
609                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
610                                                />
611                                        </FileConfiguration>
612                                </File>
613                                <File
614                                        RelativePath=".\src\RenderState.cpp"
615                                        >
616                                        <FileConfiguration
617                                                Name="Debug|Win32"
618                                                >
619                                                <Tool
620                                                        Name="VCCLCompilerTool"
621                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
622                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
623                                                />
624                                        </FileConfiguration>
625                                        <FileConfiguration
626                                                Name="Release|Win32"
627                                                >
628                                                <Tool
629                                                        Name="VCCLCompilerTool"
630                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
631                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
632                                                />
633                                        </FileConfiguration>
634                                </File>
635                                <File
636                                        RelativePath=".\src\SceneEntity.cpp"
637                                        >
638                                </File>
639                                <File
640                                        RelativePath=".\src\Texture.cpp"
641                                        >
642                                        <FileConfiguration
643                                                Name="Debug|Win32"
644                                                >
645                                                <Tool
646                                                        Name="VCCLCompilerTool"
647                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
648                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
649                                                />
650                                        </FileConfiguration>
651                                        <FileConfiguration
652                                                Name="Release|Win32"
653                                                >
654                                                <Tool
655                                                        Name="VCCLCompilerTool"
656                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
657                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
658                                                />
659                                        </FileConfiguration>
660                                </File>
661                                <File
662                                        RelativePath=".\src\Visualization.cpp"
663                                        >
664                                        <FileConfiguration
665                                                Name="Debug|Win32"
666                                                >
667                                                <Tool
668                                                        Name="VCCLCompilerTool"
669                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
670                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
671                                                />
672                                        </FileConfiguration>
673                                        <FileConfiguration
674                                                Name="Release|Win32"
675                                                >
676                                                <Tool
677                                                        Name="VCCLCompilerTool"
678                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
679                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
680                                                />
681                                        </FileConfiguration>
682                                </File>
683                        </Filter>
684                </Filter>
685                <File
686                        RelativePath=".\ReadMe.txt"
687                        >
688                </File>
689        </Files>
690        <Globals>
691        </Globals>
692</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.