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

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