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

Revision 3242, 19.1 KB checked in by mattausch, 15 years ago (diff)
RevLine 
[2642]1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
[3010]5        Name="DemoEngine"
[2642]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"
[3019]20                        OutputDirectory="$(SolutionDir)/lib/$(ConfigurationName)"
[2784]21                        IntermediateDirectory="obj/$(ConfigurationName)"
[3019]22                        ConfigurationType="4"
[2642]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"
[2808]43                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
[3021]44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SET"
[2642]45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
[2751]48                                RuntimeTypeInfo="false"
[2642]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
[3019]64                                Name="VCLibrarianTool"
[2642]65                        />
66                        <Tool
67                                Name="VCALinkTool"
68                        />
69                        <Tool
70                                Name="VCXDCMakeTool"
71                        />
72                        <Tool
73                                Name="VCBscMakeTool"
74                        />
75                        <Tool
76                                Name="VCFxCopTool"
77                        />
78                        <Tool
79                                Name="VCPostBuildEventTool"
80                        />
81                </Configuration>
82                <Configuration
83                        Name="Release|Win32"
[3010]84                        OutputDirectory="$(SolutionDir)/lib/$(ConfigurationName)"
[2784]85                        IntermediateDirectory="obj/$(ConfigurationName)"
[3010]86                        ConfigurationType="4"
[2642]87                        CharacterSet="1"
88                        WholeProgramOptimization="1"
89                        >
90                        <Tool
91                                Name="VCPreBuildEventTool"
92                        />
93                        <Tool
94                                Name="VCCustomBuildTool"
95                        />
96                        <Tool
97                                Name="VCXMLDataGeneratorTool"
98                        />
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"
101                        />
102                        <Tool
103                                Name="VCMIDLTool"
104                        />
105                        <Tool
106                                Name="VCCLCompilerTool"
[2755]107                                Optimization="3"
[2751]108                                InlineFunctionExpansion="2"
109                                EnableIntrinsicFunctions="true"
110                                FavorSizeOrSpeed="1"
111                                OmitFramePointers="true"
112                                EnableFiberSafeOptimizations="true"
[2808]113                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
[3230]114                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SET"
[2764]115                                StringPooling="true"
[2642]116                                RuntimeLibrary="2"
[2764]117                                BufferSecurityCheck="false"
118                                EnableEnhancedInstructionSet="2"
[2751]119                                RuntimeTypeInfo="false"
[2642]120                                UsePrecompiledHeader="0"
[2755]121                                BrowseInformation="1"
[2642]122                                WarningLevel="3"
123                                Detect64BitPortabilityProblems="true"
124                                DebugInformationFormat="3"
125                        />
126                        <Tool
127                                Name="VCManagedResourceCompilerTool"
128                        />
129                        <Tool
130                                Name="VCResourceCompilerTool"
131                        />
132                        <Tool
133                                Name="VCPreLinkEventTool"
134                        />
135                        <Tool
[3010]136                                Name="VCLibrarianTool"
[2642]137                        />
138                        <Tool
139                                Name="VCALinkTool"
140                        />
141                        <Tool
142                                Name="VCXDCMakeTool"
143                        />
144                        <Tool
145                                Name="VCBscMakeTool"
146                        />
147                        <Tool
148                                Name="VCFxCopTool"
149                        />
150                        <Tool
151                                Name="VCPostBuildEventTool"
152                        />
153                </Configuration>
154        </Configurations>
155        <References>
156        </References>
157        <Files>
158                <Filter
[2778]159                        Name="util"
[2642]160                        >
161                        <File
[2795]162                                RelativePath=".\src\BvhLoader.cpp"
[2783]163                                >
164                        </File>
165                        <File
[2795]166                                RelativePath=".\src\BvhLoader.h"
[2783]167                                >
168                        </File>
169                        <File
[2795]170                                RelativePath=".\src\common.cpp"
[2783]171                                >
172                        </File>
173                        <File
[2795]174                                RelativePath=".\src\common.h"
[2783]175                                >
176                        </File>
177                        <File
[2825]178                                RelativePath=".\src\Environment.cpp"
179                                >
180                        </File>
181                        <File
182                                RelativePath=".\src\Environment.h"
183                                >
184                        </File>
185                        <File
[2826]186                                RelativePath=".\src\glfont2.cpp"
187                                >
188                        </File>
189                        <File
190                                RelativePath=".\src\glfont2.h"
191                                >
192                        </File>
193                        <File
[2795]194                                RelativePath=".\src\glInterface.h"
[2642]195                                >
196                        </File>
197                        <File
[2795]198                                RelativePath=".\src\gzstream.cpp"
[2642]199                                >
200                        </File>
201                        <File
[2795]202                                RelativePath=".\src\gzstream.h"
[2755]203                                >
204                        </File>
205                        <File
[3010]206                                RelativePath=".\src\IrradianceMap.cpp"
207                                >
208                        </File>
209                        <File
210                                RelativePath=".\src\IrradianceMap.h"
211                                >
212                        </File>
213                        <File
[2957]214                                RelativePath=".\src\MotionPath.cpp"
[2837]215                                >
216                        </File>
217                        <File
[2957]218                                RelativePath=".\src\MotionPath.h"
[2837]219                                >
220                        </File>
221                        <File
[2827]222                                RelativePath=".\src\PerformanceGraph.cpp"
223                                >
224                        </File>
225                        <File
226                                RelativePath=".\src\PerformanceGraph.h"
227                                >
228                        </File>
229                        <File
[2853]230                                RelativePath=".\src\SampleGenerator.cpp"
231                                >
232                        </File>
233                        <File
234                                RelativePath=".\src\SampleGenerator.h"
235                                >
236                        </File>
237                        <File
[2946]238                                RelativePath=".\src\SceneEntityConverter.cpp"
239                                >
240                        </File>
241                        <File
242                                RelativePath=".\src\SceneEntityConverter.h"
243                                >
244                        </File>
245                        <File
[3103]246                                RelativePath=".\src\SceneQuery.cpp"
247                                >
248                        </File>
249                        <File
250                                RelativePath=".\src\SceneQuery.h"
251                                >
252                        </File>
253                        <File
[2954]254                                RelativePath=".\src\SkyPreetham.cpp"
255                                >
256                        </File>
257                        <File
258                                RelativePath=".\src\SkyPreetham.h"
259                                >
260                        </File>
[3173]261                        <File
[3221]262                                RelativePath=".\src\StatsWriter.cpp"
263                                >
264                        </File>
265                        <File
266                                RelativePath=".\src\StatsWriter.h"
267                                >
268                        </File>
269                        <File
[3173]270                                RelativePath=".\src\WalkThroughRecorder.cpp"
271                                >
272                        </File>
273                        <File
274                                RelativePath=".\src\WalkThroughRecorder.h"
275                                >
276                        </File>
[2776]277                        <Filter
278                                Name="timer"
279                                >
280                                <File
[2782]281                                        RelativePath=".\src\Timer\BenchTimer.cpp"
[2776]282                                        >
283                                </File>
284                                <File
[2782]285                                        RelativePath=".\src\Timer\BenchTimer.h"
[2776]286                                        >
287                                </File>
288                                <File
[2782]289                                        RelativePath=".\src\Timer\merror.cpp"
[2776]290                                        >
291                                </File>
292                                <File
[2782]293                                        RelativePath=".\src\Timer\merror.h"
[2776]294                                        >
295                                </File>
296                                <File
[2782]297                                        RelativePath=".\src\Timer\mstring.h"
[2776]298                                        >
299                                </File>
300                                <File
[2782]301                                        RelativePath=".\src\Timer\PerfTimer.h"
[2776]302                                        >
303                                </File>
304                                <File
[2782]305                                        RelativePath=".\src\Timer\PerfTimerSkeleton.h"
[2776]306                                        >
307                                </File>
308                                <File
[2782]309                                        RelativePath=".\src\Timer\RDTSCTimer.cpp"
[2776]310                                        >
311                                </File>
312                                <File
[2782]313                                        RelativePath=".\src\Timer\RDTSCTimer.h"
[2776]314                                        >
315                                </File>
316                        </Filter>
[2642]317                </Filter>
[2751]318                <Filter
319                        Name="traversal"
320                        >
[2756]321                        <Filter
322                                Name="Header Files"
[2754]323                                >
[2756]324                                <File
[2782]325                                        RelativePath=".\src\CHCPlusPlusTraverser.h"
[2756]326                                        >
327                                </File>
328                                <File
[3102]329                                        RelativePath=".\src\CHCTraverser.h"
[2756]330                                        >
[3102]331                                </File>
332                                <File
333                                        RelativePath=".\src\FrustumCullingTraverser.h"
334                                        >
335                                </File>
336                                <File
337                                        RelativePath=".\src\RenderTraverser.h"
338                                        >
339                                </File>
340                                <File
341                                        RelativePath=".\src\StopAndWaitTraverser.h"
342                                        >
343                                </File>
344                        </Filter>
345                        <Filter
346                                Name="Source Files"
347                                >
348                                <File
349                                        RelativePath=".\src\CHCPlusPlusTraverser.cpp"
350                                        >
[2782]351                                        <FileConfiguration
352                                                Name="Debug|Win32"
353                                                >
354                                                <Tool
355                                                        Name="VCCLCompilerTool"
356                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
357                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
358                                                />
359                                        </FileConfiguration>
360                                        <FileConfiguration
361                                                Name="Release|Win32"
362                                                >
363                                                <Tool
364                                                        Name="VCCLCompilerTool"
365                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
366                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
367                                                />
368                                        </FileConfiguration>
[2756]369                                </File>
370                                <File
[3102]371                                        RelativePath=".\src\CHCTraverser.cpp"
[2756]372                                        >
[3102]373                                        <FileConfiguration
374                                                Name="Debug|Win32"
375                                                >
376                                                <Tool
377                                                        Name="VCCLCompilerTool"
378                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
379                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
380                                                />
381                                        </FileConfiguration>
382                                        <FileConfiguration
383                                                Name="Release|Win32"
384                                                >
385                                                <Tool
386                                                        Name="VCCLCompilerTool"
387                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
388                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
389                                                />
390                                        </FileConfiguration>
[2756]391                                </File>
392                                <File
[3102]393                                        RelativePath=".\src\FrustumCullingTraverser.cpp"
[2756]394                                        >
[2782]395                                        <FileConfiguration
396                                                Name="Debug|Win32"
397                                                >
398                                                <Tool
399                                                        Name="VCCLCompilerTool"
400                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
401                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
402                                                />
403                                        </FileConfiguration>
404                                        <FileConfiguration
405                                                Name="Release|Win32"
406                                                >
407                                                <Tool
408                                                        Name="VCCLCompilerTool"
409                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
410                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
411                                                />
412                                        </FileConfiguration>
[2756]413                                </File>
414                                <File
[3102]415                                        RelativePath=".\src\RenderTraverser.cpp"
[2756]416                                        >
[2782]417                                        <FileConfiguration
418                                                Name="Debug|Win32"
419                                                >
420                                                <Tool
421                                                        Name="VCCLCompilerTool"
422                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
423                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
424                                                />
425                                        </FileConfiguration>
426                                        <FileConfiguration
427                                                Name="Release|Win32"
428                                                >
429                                                <Tool
430                                                        Name="VCCLCompilerTool"
431                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
432                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
433                                                />
434                                        </FileConfiguration>
[2756]435                                </File>
436                                <File
[2782]437                                        RelativePath=".\src\StopAndWaitTraverser.cpp"
[2756]438                                        >
[2782]439                                        <FileConfiguration
440                                                Name="Debug|Win32"
441                                                >
442                                                <Tool
443                                                        Name="VCCLCompilerTool"
444                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
445                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
446                                                />
447                                        </FileConfiguration>
448                                        <FileConfiguration
449                                                Name="Release|Win32"
450                                                >
451                                                <Tool
452                                                        Name="VCCLCompilerTool"
453                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
454                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
455                                                />
456                                        </FileConfiguration>
[2756]457                                </File>
458                        </Filter>
459                </Filter>
460                <Filter
[2806]461                        Name="rendering"
[2756]462                        >
463                        <Filter
464                                Name="Header Files"
465                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
466                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
[2754]467                                >
[2756]468                                <File
[2782]469                                        RelativePath=".\src\Bvh.h"
[2756]470                                        >
471                                </File>
472                                <File
[2782]473                                        RelativePath=".\src\Camera.h"
[2756]474                                        >
475                                </File>
476                                <File
[2896]477                                        RelativePath=".\src\DeferredRenderer.h"
[2895]478                                        >
479                                </File>
480                                <File
[2957]481                                        RelativePath=".\src\FrameBufferObject.h"
482                                        >
483                                </File>
484                                <File
[2793]485                                        RelativePath=".\src\Geometry.h"
[2756]486                                        >
487                                </File>
488                                <File
[2887]489                                        RelativePath=".\src\Light.h"
490                                        >
491                                </File>
492                                <File
[2839]493                                        RelativePath=".\src\LODInfo.h"
494                                        >
495                                </File>
496                                <File
[2801]497                                        RelativePath=".\src\Material.h"
498                                        >
499                                </File>
500                                <File
[2782]501                                        RelativePath=".\src\OcclusionQuery.h"
[2756]502                                        >
503                                </File>
504                                <File
[3242]505                                        RelativePath=".\src\Pvs.h"
506                                        >
507                                </File>
508                                <File
[2782]509                                        RelativePath=".\src\RenderQueue.h"
[2767]510                                        >
511                                </File>
512                                <File
[2782]513                                        RelativePath=".\src\RenderState.h"
[2769]514                                        >
515                                </File>
516                                <File
[2806]517                                        RelativePath=".\src\ResourceManager.h"
518                                        >
519                                </File>
520                                <File
[2783]521                                        RelativePath=".\src\SceneEntity.h"
522                                        >
523                                </File>
524                                <File
[3055]525                                        RelativePath=".\src\ShaderManager.h"
526                                        >
527                                </File>
528                                <File
529                                        RelativePath=".\src\ShaderProgram.h"
530                                        >
531                                </File>
532                                <File
[2957]533                                        RelativePath=".\src\ShadowMapping.h"
534                                        >
535                                </File>
536                                <File
[2839]537                                        RelativePath=".\src\Shape.h"
538                                        >
539                                </File>
540                                <File
[2782]541                                        RelativePath=".\src\Texture.h"
[2756]542                                        >
543                                </File>
544                                <File
[2840]545                                        RelativePath=".\src\Transform3.h"
[2839]546                                        >
547                                </File>
548                                <File
[3242]549                                        RelativePath=".\src\ViewCellsTree.h"
550                                        >
551                                </File>
552                                <File
553                                        RelativePath=".\src\VisibilitySolutionLoader.h"
554                                        >
555                                </File>
556                                <File
[2782]557                                        RelativePath=".\src\Visualization.h"
[2756]558                                        >
559                                </File>
560                        </Filter>
561                        <Filter
562                                Name="Source Files"
563                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
564                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
[2754]565                                >
[2756]566                                <File
[2782]567                                        RelativePath=".\src\Bvh.cpp"
[2756]568                                        >
[2782]569                                        <FileConfiguration
570                                                Name="Debug|Win32"
571                                                >
572                                                <Tool
573                                                        Name="VCCLCompilerTool"
574                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
575                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
576                                                />
577                                        </FileConfiguration>
578                                        <FileConfiguration
579                                                Name="Release|Win32"
580                                                >
581                                                <Tool
582                                                        Name="VCCLCompilerTool"
583                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
584                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
585                                                />
586                                        </FileConfiguration>
[2756]587                                </File>
588                                <File
[2782]589                                        RelativePath=".\src\Camera.cpp"
[2756]590                                        >
[2782]591                                        <FileConfiguration
592                                                Name="Debug|Win32"
593                                                >
594                                                <Tool
595                                                        Name="VCCLCompilerTool"
596                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
597                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
598                                                />
599                                        </FileConfiguration>
600                                        <FileConfiguration
601                                                Name="Release|Win32"
602                                                >
603                                                <Tool
604                                                        Name="VCCLCompilerTool"
605                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
606                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
607                                                />
608                                        </FileConfiguration>
[2756]609                                </File>
610                                <File
[2896]611                                        RelativePath=".\src\DeferredRenderer.cpp"
612                                        >
613                                </File>
614                                <File
[2957]615                                        RelativePath=".\src\FrameBufferObject.cpp"
616                                        >
617                                </File>
618                                <File
[2783]619                                        RelativePath=".\src\Geometry.cpp"
620                                        >
621                                </File>
622                                <File
[2847]623                                        RelativePath=".\src\LODInfo.cpp"
624                                        >
625                                </File>
626                                <File
[2783]627                                        RelativePath=".\src\Material.cpp"
628                                        >
629                                </File>
630                                <File
[2782]631                                        RelativePath=".\src\OcclusionQuery.cpp"
[2756]632                                        >
[2782]633                                        <FileConfiguration
634                                                Name="Debug|Win32"
635                                                >
636                                                <Tool
637                                                        Name="VCCLCompilerTool"
638                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
639                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
640                                                />
641                                        </FileConfiguration>
642                                        <FileConfiguration
643                                                Name="Release|Win32"
644                                                >
645                                                <Tool
646                                                        Name="VCCLCompilerTool"
647                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
648                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
649                                                />
650                                        </FileConfiguration>
[2756]651                                </File>
652                                <File
[3242]653                                        RelativePath=".\src\Pvs.cpp"
654                                        >
655                                </File>
656                                <File
[2782]657                                        RelativePath=".\src\RenderQueue.cpp"
[2756]658                                        >
[2782]659                                        <FileConfiguration
660                                                Name="Debug|Win32"
661                                                >
662                                                <Tool
663                                                        Name="VCCLCompilerTool"
664                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
665                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
666                                                />
667                                        </FileConfiguration>
668                                        <FileConfiguration
669                                                Name="Release|Win32"
670                                                >
671                                                <Tool
672                                                        Name="VCCLCompilerTool"
673                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
674                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
675                                                />
676                                        </FileConfiguration>
[2756]677                                </File>
678                                <File
[2782]679                                        RelativePath=".\src\RenderState.cpp"
[2756]680                                        >
[2782]681                                        <FileConfiguration
682                                                Name="Debug|Win32"
683                                                >
684                                                <Tool
685                                                        Name="VCCLCompilerTool"
686                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
687                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
688                                                />
689                                        </FileConfiguration>
690                                        <FileConfiguration
691                                                Name="Release|Win32"
692                                                >
693                                                <Tool
694                                                        Name="VCCLCompilerTool"
695                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
696                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
697                                                />
698                                        </FileConfiguration>
[2756]699                                </File>
700                                <File
[2806]701                                        RelativePath=".\src\ResourceManager.cpp"
702                                        >
703                                </File>
704                                <File
[2783]705                                        RelativePath=".\src\SceneEntity.cpp"
706                                        >
707                                </File>
708                                <File
[3055]709                                        RelativePath=".\src\ShaderManager.cpp"
710                                        >
711                                </File>
712                                <File
713                                        RelativePath=".\src\ShaderProgram.cpp"
714                                        >
715                                </File>
716                                <File
[2957]717                                        RelativePath=".\src\ShadowMapping.cpp"
718                                        >
719                                </File>
720                                <File
[2839]721                                        RelativePath=".\src\Shape.cpp"
722                                        >
723                                </File>
724                                <File
[2782]725                                        RelativePath=".\src\Texture.cpp"
[2756]726                                        >
[2782]727                                        <FileConfiguration
728                                                Name="Debug|Win32"
729                                                >
730                                                <Tool
731                                                        Name="VCCLCompilerTool"
732                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
733                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
734                                                />
735                                        </FileConfiguration>
736                                        <FileConfiguration
737                                                Name="Release|Win32"
738                                                >
739                                                <Tool
740                                                        Name="VCCLCompilerTool"
741                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
742                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
743                                                />
744                                        </FileConfiguration>
[2756]745                                </File>
746                                <File
[2840]747                                        RelativePath=".\src\Transform3.cpp"
[2839]748                                        >
749                                </File>
750                                <File
[3242]751                                        RelativePath=".\src\ViewCellsTree.cpp"
752                                        >
753                                </File>
754                                <File
755                                        RelativePath=".\src\VisibilitySolutionLoader.cpp"
756                                        >
757                                </File>
758                                <File
[2782]759                                        RelativePath=".\src\Visualization.cpp"
[2767]760                                        >
[2782]761                                        <FileConfiguration
762                                                Name="Debug|Win32"
763                                                >
764                                                <Tool
765                                                        Name="VCCLCompilerTool"
766                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
767                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
768                                                />
769                                        </FileConfiguration>
770                                        <FileConfiguration
771                                                Name="Release|Win32"
772                                                >
773                                                <Tool
774                                                        Name="VCCLCompilerTool"
775                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
776                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
777                                                />
778                                        </FileConfiguration>
[2767]779                                </File>
[2756]780                        </Filter>
[2751]781                </Filter>
[2834]782                <Filter
783                        Name="shaders"
784                        >
785                        <File
[2864]786                                RelativePath=".\src\shaders\antialiasing.cg"
787                                >
788                        </File>
789                        <File
[3103]790                                RelativePath=".\src\shaders\combineSsao.cg"
791                                >
792                        </File>
793                        <File
[3163]794                                RelativePath=".\src\shaders\common.h"
795                                >
796                        </File>
797                        <File
[2834]798                                RelativePath=".\src\shaders\deferred.cg"
799                                >
800                        </File>
801                        <File
[3232]802                                RelativePath=".\src\shaders\depthOfField.cg"
803                                >
804                        </File>
805                        <File
[2873]806                                RelativePath=".\src\shaders\globillum.cg"
807                                >
808                        </File>
809                        <File
[3212]810                                RelativePath=".\src\shaders\lenseFlare.cg"
811                                >
812                        </File>
813                        <File
[2834]814                                RelativePath=".\src\shaders\mrt.cg"
815                                >
816                        </File>
[2868]817                        <File
[3126]818                                RelativePath=".\src\shaders\normalMapping.cg"
819                                >
820                        </File>
821                        <File
[3016]822                                RelativePath=".\src\shaderenv.h"
823                                >
824                        </File>
825                        <File
[2957]826                                RelativePath=".\src\shaders\sky_preetham.cg"
827                                >
828                        </File>
829                        <File
[2868]830                                RelativePath=".\src\shaders\ssao.cg"
831                                >
832                        </File>
[2900]833                        <File
[2901]834                                RelativePath=".\src\shaders\ssao3d.cg"
[2900]835                                >
836                        </File>
[2972]837                        <File
838                                RelativePath=".\src\shaders\tonemap.cg"
839                                >
840                        </File>
[3040]841                        <File
842                                RelativePath=".\src\shaders\treeanimation.cg"
843                                >
844                        </File>
[2834]845                </Filter>
[2957]846                <Filter
847                        Name="math"
848                        >
849                        <File
850                                RelativePath=".\src\AxisAlignedBox3.cpp"
851                                >
852                        </File>
853                        <File
[3202]854                                RelativePath=".\src\AxisAlignedBox3.h"
855                                >
856                        </File>
857                        <File
[2957]858                                RelativePath=".\src\Halton.cpp"
859                                >
860                        </File>
861                        <File
862                                RelativePath=".\src\Halton.h"
863                                >
864                        </File>
865                        <File
866                                RelativePath=".\src\Matrix4x4.cpp"
867                                >
868                        </File>
869                        <File
870                                RelativePath=".\src\Matrix4x4.h"
871                                >
872                        </File>
873                        <File
874                                RelativePath=".\src\Plane3.cpp"
875                                >
876                        </File>
877                        <File
878                                RelativePath=".\src\Plane3.h"
879                                >
880                        </File>
881                        <File
882                                RelativePath=".\src\Polygon3.cpp"
883                                >
884                        </File>
885                        <File
886                                RelativePath=".\src\Polygon3.h"
887                                >
888                        </File>
889                        <File
890                                RelativePath=".\src\Polyhedron.cpp"
891                                >
892                        </File>
893                        <File
894                                RelativePath=".\src\Polyhedron.h"
895                                >
896                        </File>
897                        <File
898                                RelativePath=".\src\Triangle3.cpp"
899                                >
900                        </File>
901                        <File
902                                RelativePath=".\src\Triangle3.h"
903                                >
904                        </File>
905                        <File
906                                RelativePath=".\src\Vector3.cpp"
907                                >
908                        </File>
909                        <File
910                                RelativePath=".\src\Vector3.h"
911                                >
912                        </File>
913                </Filter>
[2642]914        </Files>
915        <Globals>
916        </Globals>
917</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.