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

Revision 2887, 17.9 KB checked in by mattausch, 16 years ago (diff)

made changes to view transformation but still not working

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
[2783]198                                RelativePath=".\src\AxisAlignedBox3.cpp"
199                                >
200                        </File>
201                        <File
[2795]202                                RelativePath=".\src\BvhLoader.cpp"
[2783]203                                >
204                        </File>
205                        <File
[2795]206                                RelativePath=".\src\BvhLoader.h"
[2783]207                                >
208                        </File>
209                        <File
[2795]210                                RelativePath=".\src\common.cpp"
[2783]211                                >
212                        </File>
213                        <File
[2795]214                                RelativePath=".\src\common.h"
[2783]215                                >
216                        </File>
217                        <File
[2857]218                                RelativePath=".\src\DeferredShader.cpp"
219                                >
220                        </File>
221                        <File
222                                RelativePath=".\src\DeferredShader.h"
223                                >
224                        </File>
225                        <File
[2825]226                                RelativePath=".\src\Environment.cpp"
227                                >
228                        </File>
229                        <File
230                                RelativePath=".\src\Environment.h"
231                                >
232                        </File>
233                        <File
[2857]234                                RelativePath=".\src\FrameBufferObject.cpp"
235                                >
236                        </File>
237                        <File
238                                RelativePath=".\src\FrameBufferObject.h"
239                                >
240                        </File>
241                        <File
[2826]242                                RelativePath=".\src\glfont2.cpp"
243                                >
244                        </File>
245                        <File
246                                RelativePath=".\src\glfont2.h"
247                                >
248                        </File>
249                        <File
[2795]250                                RelativePath=".\src\glInterface.h"
[2642]251                                >
252                        </File>
253                        <File
[2795]254                                RelativePath=".\src\gzstream.cpp"
[2642]255                                >
256                        </File>
257                        <File
[2795]258                                RelativePath=".\src\gzstream.h"
[2755]259                                >
260                        </File>
261                        <File
[2837]262                                RelativePath=".\src\Halton.cpp"
263                                >
264                        </File>
265                        <File
266                                RelativePath=".\src\Halton.h"
267                                >
268                        </File>
269                        <File
[2782]270                                RelativePath=".\src\Matrix4x4.cpp"
[2755]271                                >
272                        </File>
273                        <File
[2782]274                                RelativePath=".\src\Matrix4x4.h"
[2755]275                                >
276                        </File>
277                        <File
[2827]278                                RelativePath=".\src\PerformanceGraph.cpp"
279                                >
280                        </File>
281                        <File
282                                RelativePath=".\src\PerformanceGraph.h"
283                                >
284                        </File>
285                        <File
[2782]286                                RelativePath=".\src\Plane3.cpp"
[2755]287                                >
288                        </File>
289                        <File
[2782]290                                RelativePath=".\src\Plane3.h"
[2746]291                                >
292                        </File>
293                        <File
[2886]294                                RelativePath=".\src\RndGauss.h"
295                                >
296                        </File>
297                        <File
[2853]298                                RelativePath=".\src\SampleGenerator.cpp"
299                                >
300                        </File>
301                        <File
302                                RelativePath=".\src\SampleGenerator.h"
303                                >
304                        </File>
305                        <File
[2782]306                                RelativePath=".\src\SceneQuery.cpp"
[2746]307                                >
308                        </File>
309                        <File
[2782]310                                RelativePath=".\src\SceneQuery.h"
[2642]311                                >
312                        </File>
313                        <File
[2884]314                                RelativePath=".\src\shaderenv.h"
315                                >
316                        </File>
317                        <File
[2879]318                                RelativePath=".\src\ShadowMapping.cpp"
319                                >
320                        </File>
321                        <File
322                                RelativePath=".\src\ShadowMapping.h"
323                                >
324                        </File>
325                        <File
[2859]326                                RelativePath=".\src\SsaoShader.cpp"
327                                >
328                        </File>
329                        <File
330                                RelativePath=".\src\SsaoShader.h"
331                                >
332                        </File>
333                        <File
[2782]334                                RelativePath=".\src\Triangle3.cpp"
[2751]335                                >
336                        </File>
337                        <File
[2782]338                                RelativePath=".\src\Triangle3.h"
[2642]339                                >
340                        </File>
341                        <File
[2782]342                                RelativePath=".\src\Vector3.cpp"
[2642]343                                >
344                        </File>
345                        <File
[2782]346                                RelativePath=".\src\Vector3.h"
[2751]347                                >
348                        </File>
[2776]349                        <Filter
350                                Name="timer"
351                                >
352                                <File
[2782]353                                        RelativePath=".\src\Timer\BenchTimer.cpp"
[2776]354                                        >
355                                </File>
356                                <File
[2782]357                                        RelativePath=".\src\Timer\BenchTimer.h"
[2776]358                                        >
359                                </File>
360                                <File
[2782]361                                        RelativePath=".\src\Timer\merror.cpp"
[2776]362                                        >
363                                </File>
364                                <File
[2782]365                                        RelativePath=".\src\Timer\merror.h"
[2776]366                                        >
367                                </File>
368                                <File
[2782]369                                        RelativePath=".\src\Timer\mstring.h"
[2776]370                                        >
371                                </File>
372                                <File
[2782]373                                        RelativePath=".\src\Timer\PerfTimer.h"
[2776]374                                        >
375                                </File>
376                                <File
[2782]377                                        RelativePath=".\src\Timer\PerfTimerSkeleton.h"
[2776]378                                        >
379                                </File>
380                                <File
[2782]381                                        RelativePath=".\src\Timer\RDTSCTimer.cpp"
[2776]382                                        >
383                                </File>
384                                <File
[2782]385                                        RelativePath=".\src\Timer\RDTSCTimer.h"
[2776]386                                        >
387                                </File>
388                        </Filter>
[2642]389                </Filter>
[2751]390                <Filter
391                        Name="traversal"
392                        >
[2756]393                        <Filter
394                                Name="Header Files"
[2754]395                                >
[2756]396                                <File
[2782]397                                        RelativePath=".\src\CHCPlusPlusTraverser.h"
[2756]398                                        >
399                                </File>
400                                <File
[2782]401                                        RelativePath=".\src\CHCTraverser.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\CHCTraverser.h"
[2756]424                                        >
425                                </File>
426                                <File
[2782]427                                        RelativePath=".\src\FrustumCullingTraverser.h"
[2756]428                                        >
429                                </File>
430                                <File
[2782]431                                        RelativePath=".\src\RenderTraverser.h"
[2756]432                                        >
433                                </File>
[2782]434                                <File
435                                        RelativePath=".\src\StopAndWaitTraverser.h"
436                                        >
437                                </File>
[2756]438                        </Filter>
439                        <Filter
440                                Name="Source Files"
[2754]441                                >
[2756]442                                <File
[2782]443                                        RelativePath=".\src\CHCPlusPlusTraverser.cpp"
[2756]444                                        >
[2782]445                                        <FileConfiguration
446                                                Name="Debug|Win32"
447                                                >
448                                                <Tool
449                                                        Name="VCCLCompilerTool"
450                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
451                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
452                                                />
453                                        </FileConfiguration>
454                                        <FileConfiguration
455                                                Name="Release|Win32"
456                                                >
457                                                <Tool
458                                                        Name="VCCLCompilerTool"
459                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
460                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
461                                                />
462                                        </FileConfiguration>
[2756]463                                </File>
464                                <File
[2782]465                                        RelativePath=".\src\FrustumCullingTraverser.cpp"
[2756]466                                        >
[2782]467                                        <FileConfiguration
468                                                Name="Debug|Win32"
469                                                >
470                                                <Tool
471                                                        Name="VCCLCompilerTool"
472                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
473                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
474                                                />
475                                        </FileConfiguration>
476                                        <FileConfiguration
477                                                Name="Release|Win32"
478                                                >
479                                                <Tool
480                                                        Name="VCCLCompilerTool"
481                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
482                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
483                                                />
484                                        </FileConfiguration>
[2756]485                                </File>
486                                <File
[2782]487                                        RelativePath=".\src\RenderTraverser.cpp"
[2756]488                                        >
[2782]489                                        <FileConfiguration
490                                                Name="Debug|Win32"
491                                                >
492                                                <Tool
493                                                        Name="VCCLCompilerTool"
494                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
495                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
496                                                />
497                                        </FileConfiguration>
498                                        <FileConfiguration
499                                                Name="Release|Win32"
500                                                >
501                                                <Tool
502                                                        Name="VCCLCompilerTool"
503                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
504                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
505                                                />
506                                        </FileConfiguration>
[2756]507                                </File>
508                                <File
[2782]509                                        RelativePath=".\src\StopAndWaitTraverser.cpp"
[2756]510                                        >
[2782]511                                        <FileConfiguration
512                                                Name="Debug|Win32"
513                                                >
514                                                <Tool
515                                                        Name="VCCLCompilerTool"
516                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
517                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
518                                                />
519                                        </FileConfiguration>
520                                        <FileConfiguration
521                                                Name="Release|Win32"
522                                                >
523                                                <Tool
524                                                        Name="VCCLCompilerTool"
525                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
526                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
527                                                />
528                                        </FileConfiguration>
[2756]529                                </File>
530                        </Filter>
531                </Filter>
532                <Filter
[2806]533                        Name="rendering"
[2756]534                        >
535                        <Filter
536                                Name="Header Files"
537                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
538                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
[2754]539                                >
[2756]540                                <File
[2782]541                                        RelativePath=".\src\Bvh.h"
[2756]542                                        >
543                                </File>
544                                <File
[2782]545                                        RelativePath=".\src\Camera.h"
[2756]546                                        >
547                                </File>
548                                <File
[2793]549                                        RelativePath=".\src\Geometry.h"
[2756]550                                        >
551                                </File>
552                                <File
[2887]553                                        RelativePath=".\src\Light.h"
554                                        >
555                                </File>
556                                <File
[2839]557                                        RelativePath=".\src\LODInfo.h"
558                                        >
559                                </File>
560                                <File
[2801]561                                        RelativePath=".\src\Material.h"
562                                        >
563                                </File>
564                                <File
[2782]565                                        RelativePath=".\src\OcclusionQuery.h"
[2756]566                                        >
567                                </File>
568                                <File
[2782]569                                        RelativePath=".\src\RenderQueue.h"
[2767]570                                        >
571                                </File>
572                                <File
[2782]573                                        RelativePath=".\src\RenderState.h"
[2769]574                                        >
575                                </File>
576                                <File
[2806]577                                        RelativePath=".\src\ResourceManager.h"
578                                        >
579                                </File>
580                                <File
[2783]581                                        RelativePath=".\src\SceneEntity.h"
582                                        >
583                                </File>
584                                <File
[2839]585                                        RelativePath=".\src\Shape.h"
586                                        >
587                                </File>
588                                <File
[2782]589                                        RelativePath=".\src\Texture.h"
[2756]590                                        >
591                                </File>
592                                <File
[2840]593                                        RelativePath=".\src\Transform3.h"
[2839]594                                        >
595                                </File>
596                                <File
[2782]597                                        RelativePath=".\src\Visualization.h"
[2756]598                                        >
599                                </File>
600                        </Filter>
601                        <Filter
602                                Name="Source Files"
603                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
604                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
[2754]605                                >
[2756]606                                <File
[2782]607                                        RelativePath=".\src\Bvh.cpp"
[2756]608                                        >
[2782]609                                        <FileConfiguration
610                                                Name="Debug|Win32"
611                                                >
612                                                <Tool
613                                                        Name="VCCLCompilerTool"
614                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
615                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
616                                                />
617                                        </FileConfiguration>
618                                        <FileConfiguration
619                                                Name="Release|Win32"
620                                                >
621                                                <Tool
622                                                        Name="VCCLCompilerTool"
623                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
624                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
625                                                />
626                                        </FileConfiguration>
[2756]627                                </File>
628                                <File
[2782]629                                        RelativePath=".\src\Camera.cpp"
[2756]630                                        >
[2782]631                                        <FileConfiguration
632                                                Name="Debug|Win32"
633                                                >
634                                                <Tool
635                                                        Name="VCCLCompilerTool"
636                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
637                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
638                                                />
639                                        </FileConfiguration>
640                                        <FileConfiguration
641                                                Name="Release|Win32"
642                                                >
643                                                <Tool
644                                                        Name="VCCLCompilerTool"
645                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
646                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
647                                                />
648                                        </FileConfiguration>
[2756]649                                </File>
650                                <File
[2783]651                                        RelativePath=".\src\chcdemo.cpp"
652                                        >
653                                </File>
654                                <File
655                                        RelativePath=".\src\Geometry.cpp"
656                                        >
657                                </File>
658                                <File
[2847]659                                        RelativePath=".\src\LODInfo.cpp"
660                                        >
661                                </File>
662                                <File
[2783]663                                        RelativePath=".\src\Material.cpp"
664                                        >
665                                </File>
666                                <File
[2782]667                                        RelativePath=".\src\OcclusionQuery.cpp"
[2756]668                                        >
[2782]669                                        <FileConfiguration
670                                                Name="Debug|Win32"
671                                                >
672                                                <Tool
673                                                        Name="VCCLCompilerTool"
674                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
675                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
676                                                />
677                                        </FileConfiguration>
678                                        <FileConfiguration
679                                                Name="Release|Win32"
680                                                >
681                                                <Tool
682                                                        Name="VCCLCompilerTool"
683                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
684                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
685                                                />
686                                        </FileConfiguration>
[2756]687                                </File>
688                                <File
[2782]689                                        RelativePath=".\src\RenderQueue.cpp"
[2756]690                                        >
[2782]691                                        <FileConfiguration
692                                                Name="Debug|Win32"
693                                                >
694                                                <Tool
695                                                        Name="VCCLCompilerTool"
696                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
697                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
698                                                />
699                                        </FileConfiguration>
700                                        <FileConfiguration
701                                                Name="Release|Win32"
702                                                >
703                                                <Tool
704                                                        Name="VCCLCompilerTool"
705                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
706                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
707                                                />
708                                        </FileConfiguration>
[2756]709                                </File>
710                                <File
[2782]711                                        RelativePath=".\src\RenderState.cpp"
[2756]712                                        >
[2782]713                                        <FileConfiguration
714                                                Name="Debug|Win32"
715                                                >
716                                                <Tool
717                                                        Name="VCCLCompilerTool"
718                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
719                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
720                                                />
721                                        </FileConfiguration>
722                                        <FileConfiguration
723                                                Name="Release|Win32"
724                                                >
725                                                <Tool
726                                                        Name="VCCLCompilerTool"
727                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
728                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
729                                                />
730                                        </FileConfiguration>
[2756]731                                </File>
732                                <File
[2806]733                                        RelativePath=".\src\ResourceManager.cpp"
734                                        >
735                                </File>
736                                <File
[2783]737                                        RelativePath=".\src\SceneEntity.cpp"
738                                        >
739                                </File>
740                                <File
[2839]741                                        RelativePath=".\src\Shape.cpp"
742                                        >
743                                </File>
744                                <File
[2782]745                                        RelativePath=".\src\Texture.cpp"
[2756]746                                        >
[2782]747                                        <FileConfiguration
748                                                Name="Debug|Win32"
749                                                >
750                                                <Tool
751                                                        Name="VCCLCompilerTool"
752                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
753                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
754                                                />
755                                        </FileConfiguration>
756                                        <FileConfiguration
757                                                Name="Release|Win32"
758                                                >
759                                                <Tool
760                                                        Name="VCCLCompilerTool"
761                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
762                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
763                                                />
764                                        </FileConfiguration>
[2756]765                                </File>
766                                <File
[2840]767                                        RelativePath=".\src\Transform3.cpp"
[2839]768                                        >
769                                </File>
770                                <File
[2782]771                                        RelativePath=".\src\Visualization.cpp"
[2767]772                                        >
[2782]773                                        <FileConfiguration
774                                                Name="Debug|Win32"
775                                                >
776                                                <Tool
777                                                        Name="VCCLCompilerTool"
778                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
779                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
780                                                />
781                                        </FileConfiguration>
782                                        <FileConfiguration
783                                                Name="Release|Win32"
784                                                >
785                                                <Tool
786                                                        Name="VCCLCompilerTool"
787                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
788                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
789                                                />
790                                        </FileConfiguration>
[2767]791                                </File>
[2756]792                        </Filter>
[2751]793                </Filter>
[2834]794                <Filter
795                        Name="shaders"
796                        >
797                        <File
[2864]798                                RelativePath=".\src\shaders\antialiasing.cg"
799                                >
800                        </File>
801                        <File
[2834]802                                RelativePath=".\src\shaders\deferred.cg"
803                                >
804                        </File>
805                        <File
[2873]806                                RelativePath=".\src\shaders\globillum.cg"
807                                >
808                        </File>
809                        <File
[2834]810                                RelativePath=".\src\shaders\mrt.cg"
811                                >
812                        </File>
[2868]813                        <File
[2882]814                                RelativePath=".\src\shaders\shadow.cg"
815                                >
816                        </File>
817                        <File
[2868]818                                RelativePath=".\src\shaders\ssao.cg"
819                                >
820                        </File>
[2834]821                </Filter>
[2642]822                <File
[2861]823                        RelativePath=".\default.env"
824                        >
825                </File>
826                <File
[2642]827                        RelativePath=".\ReadMe.txt"
828                        >
829                </File>
830        </Files>
831        <Globals>
832        </Globals>
833</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.