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

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