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

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