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

Revision 2954, 18.5 KB checked in by mattausch, 16 years ago (diff)

implemented sun color

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="friendlyculling"
6        ProjectGUID="{03661866-4093-4B02-B26A-028EA91AF023}"
7        RootNamespace="chc_revisited"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
21                        IntermediateDirectory="obj/$(ConfigurationName)"
22                        ConfigurationType="1"
23                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                RuntimeTypeInfo="false"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="4"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCPreLinkEventTool"
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
65                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
66                                LinkIncremental="2"
67                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib;&quot;$(CG_LIB_PATH)&quot;"
68                                IgnoreDefaultLibraryNames="LIBCMT"
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"
100                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
101                        IntermediateDirectory="obj/$(ConfigurationName)"
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"
123                                Optimization="3"
124                                InlineFunctionExpansion="2"
125                                EnableIntrinsicFunctions="true"
126                                FavorSizeOrSpeed="1"
127                                OmitFramePointers="true"
128                                EnableFiberSafeOptimizations="true"
129                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
130                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE; _CRT_SECURE_NO_WARNINGS"
131                                StringPooling="true"
132                                RuntimeLibrary="2"
133                                BufferSecurityCheck="false"
134                                EnableEnhancedInstructionSet="2"
135                                RuntimeTypeInfo="false"
136                                UsePrecompiledHeader="0"
137                                BrowseInformation="1"
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"
153                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
154                                LinkIncremental="1"
155                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib;&quot;$(CG_LIB_PATH)&quot;"
156                                IgnoreAllDefaultLibraries="false"
157                                IgnoreDefaultLibraryNames="LIBCMT"
158                                GenerateDebugInformation="false"
159                                SubSystem="1"
160                                OptimizeReferences="2"
161                                EnableCOMDATFolding="2"
162                                OptimizeForWindows98="1"
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
195                        Name="util"
196                        >
197                        <File
198                                RelativePath=".\src\AxisAlignedBox3.cpp"
199                                >
200                        </File>
201                        <File
202                                RelativePath=".\src\BvhLoader.cpp"
203                                >
204                        </File>
205                        <File
206                                RelativePath=".\src\BvhLoader.h"
207                                >
208                        </File>
209                        <File
210                                RelativePath=".\src\common.cpp"
211                                >
212                        </File>
213                        <File
214                                RelativePath=".\src\common.h"
215                                >
216                        </File>
217                        <File
218                                RelativePath=".\src\Environment.cpp"
219                                >
220                        </File>
221                        <File
222                                RelativePath=".\src\Environment.h"
223                                >
224                        </File>
225                        <File
226                                RelativePath=".\src\FrameBufferObject.cpp"
227                                >
228                        </File>
229                        <File
230                                RelativePath=".\src\FrameBufferObject.h"
231                                >
232                        </File>
233                        <File
234                                RelativePath=".\src\glfont2.cpp"
235                                >
236                        </File>
237                        <File
238                                RelativePath=".\src\glfont2.h"
239                                >
240                        </File>
241                        <File
242                                RelativePath=".\src\glInterface.h"
243                                >
244                        </File>
245                        <File
246                                RelativePath=".\src\gzstream.cpp"
247                                >
248                        </File>
249                        <File
250                                RelativePath=".\src\gzstream.h"
251                                >
252                        </File>
253                        <File
254                                RelativePath=".\src\Halton.cpp"
255                                >
256                        </File>
257                        <File
258                                RelativePath=".\src\Halton.h"
259                                >
260                        </File>
261                        <File
262                                RelativePath=".\src\Matrix4x4.cpp"
263                                >
264                        </File>
265                        <File
266                                RelativePath=".\src\Matrix4x4.h"
267                                >
268                        </File>
269                        <File
270                                RelativePath=".\src\MotionPath.cpp"
271                                >
272                        </File>
273                        <File
274                                RelativePath=".\src\MotionPath.h"
275                                >
276                        </File>
277                        <File
278                                RelativePath=".\src\PerformanceGraph.cpp"
279                                >
280                        </File>
281                        <File
282                                RelativePath=".\src\PerformanceGraph.h"
283                                >
284                        </File>
285                        <File
286                                RelativePath=".\src\Plane3.cpp"
287                                >
288                        </File>
289                        <File
290                                RelativePath=".\src\Plane3.h"
291                                >
292                        </File>
293                        <File
294                                RelativePath=".\src\Polygon3.cpp"
295                                >
296                        </File>
297                        <File
298                                RelativePath=".\src\Polygon3.h"
299                                >
300                        </File>
301                        <File
302                                RelativePath=".\src\Polyhedron.cpp"
303                                >
304                        </File>
305                        <File
306                                RelativePath=".\src\Polyhedron.h"
307                                >
308                        </File>
309                        <File
310                                RelativePath=".\src\SampleGenerator.cpp"
311                                >
312                        </File>
313                        <File
314                                RelativePath=".\src\SampleGenerator.h"
315                                >
316                        </File>
317                        <File
318                                RelativePath=".\src\SceneEntityConverter.cpp"
319                                >
320                        </File>
321                        <File
322                                RelativePath=".\src\SceneEntityConverter.h"
323                                >
324                        </File>
325                        <File
326                                RelativePath=".\src\SceneQuery.cpp"
327                                >
328                        </File>
329                        <File
330                                RelativePath=".\src\SceneQuery.h"
331                                >
332                        </File>
333                        <File
334                                RelativePath=".\src\shaderenv.h"
335                                >
336                        </File>
337                        <File
338                                RelativePath=".\src\ShadowMapping.cpp"
339                                >
340                        </File>
341                        <File
342                                RelativePath=".\src\ShadowMapping.h"
343                                >
344                        </File>
345                        <File
346                                RelativePath=".\src\SkyPreetham.cpp"
347                                >
348                        </File>
349                        <File
350                                RelativePath=".\src\SkyPreetham.h"
351                                >
352                        </File>
353                        <File
354                                RelativePath=".\src\SunColor.cpp"
355                                >
356                        </File>
357                        <File
358                                RelativePath=".\src\SunColor.h"
359                                >
360                        </File>
361                        <File
362                                RelativePath=".\src\Triangle3.cpp"
363                                >
364                        </File>
365                        <File
366                                RelativePath=".\src\Triangle3.h"
367                                >
368                        </File>
369                        <File
370                                RelativePath=".\src\Vector3.cpp"
371                                >
372                        </File>
373                        <File
374                                RelativePath=".\src\Vector3.h"
375                                >
376                        </File>
377                        <Filter
378                                Name="timer"
379                                >
380                                <File
381                                        RelativePath=".\src\Timer\BenchTimer.cpp"
382                                        >
383                                </File>
384                                <File
385                                        RelativePath=".\src\Timer\BenchTimer.h"
386                                        >
387                                </File>
388                                <File
389                                        RelativePath=".\src\Timer\merror.cpp"
390                                        >
391                                </File>
392                                <File
393                                        RelativePath=".\src\Timer\merror.h"
394                                        >
395                                </File>
396                                <File
397                                        RelativePath=".\src\Timer\mstring.h"
398                                        >
399                                </File>
400                                <File
401                                        RelativePath=".\src\Timer\PerfTimer.h"
402                                        >
403                                </File>
404                                <File
405                                        RelativePath=".\src\Timer\PerfTimerSkeleton.h"
406                                        >
407                                </File>
408                                <File
409                                        RelativePath=".\src\Timer\RDTSCTimer.cpp"
410                                        >
411                                </File>
412                                <File
413                                        RelativePath=".\src\Timer\RDTSCTimer.h"
414                                        >
415                                </File>
416                        </Filter>
417                </Filter>
418                <Filter
419                        Name="traversal"
420                        >
421                        <Filter
422                                Name="Header Files"
423                                >
424                                <File
425                                        RelativePath=".\src\CHCPlusPlusTraverser.h"
426                                        >
427                                </File>
428                                <File
429                                        RelativePath=".\src\CHCTraverser.cpp"
430                                        >
431                                        <FileConfiguration
432                                                Name="Debug|Win32"
433                                                >
434                                                <Tool
435                                                        Name="VCCLCompilerTool"
436                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
437                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
438                                                />
439                                        </FileConfiguration>
440                                        <FileConfiguration
441                                                Name="Release|Win32"
442                                                >
443                                                <Tool
444                                                        Name="VCCLCompilerTool"
445                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
446                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
447                                                />
448                                        </FileConfiguration>
449                                </File>
450                                <File
451                                        RelativePath=".\src\CHCTraverser.h"
452                                        >
453                                </File>
454                                <File
455                                        RelativePath=".\src\FrustumCullingTraverser.h"
456                                        >
457                                </File>
458                                <File
459                                        RelativePath=".\src\RenderTraverser.h"
460                                        >
461                                </File>
462                                <File
463                                        RelativePath=".\src\StopAndWaitTraverser.h"
464                                        >
465                                </File>
466                        </Filter>
467                        <Filter
468                                Name="Source Files"
469                                >
470                                <File
471                                        RelativePath=".\src\CHCPlusPlusTraverser.cpp"
472                                        >
473                                        <FileConfiguration
474                                                Name="Debug|Win32"
475                                                >
476                                                <Tool
477                                                        Name="VCCLCompilerTool"
478                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
479                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
480                                                />
481                                        </FileConfiguration>
482                                        <FileConfiguration
483                                                Name="Release|Win32"
484                                                >
485                                                <Tool
486                                                        Name="VCCLCompilerTool"
487                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
488                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
489                                                />
490                                        </FileConfiguration>
491                                </File>
492                                <File
493                                        RelativePath=".\src\FrustumCullingTraverser.cpp"
494                                        >
495                                        <FileConfiguration
496                                                Name="Debug|Win32"
497                                                >
498                                                <Tool
499                                                        Name="VCCLCompilerTool"
500                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
501                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
502                                                />
503                                        </FileConfiguration>
504                                        <FileConfiguration
505                                                Name="Release|Win32"
506                                                >
507                                                <Tool
508                                                        Name="VCCLCompilerTool"
509                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
510                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
511                                                />
512                                        </FileConfiguration>
513                                </File>
514                                <File
515                                        RelativePath=".\src\RenderTraverser.cpp"
516                                        >
517                                        <FileConfiguration
518                                                Name="Debug|Win32"
519                                                >
520                                                <Tool
521                                                        Name="VCCLCompilerTool"
522                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
523                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
524                                                />
525                                        </FileConfiguration>
526                                        <FileConfiguration
527                                                Name="Release|Win32"
528                                                >
529                                                <Tool
530                                                        Name="VCCLCompilerTool"
531                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
532                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
533                                                />
534                                        </FileConfiguration>
535                                </File>
536                                <File
537                                        RelativePath=".\src\StopAndWaitTraverser.cpp"
538                                        >
539                                        <FileConfiguration
540                                                Name="Debug|Win32"
541                                                >
542                                                <Tool
543                                                        Name="VCCLCompilerTool"
544                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
545                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
546                                                />
547                                        </FileConfiguration>
548                                        <FileConfiguration
549                                                Name="Release|Win32"
550                                                >
551                                                <Tool
552                                                        Name="VCCLCompilerTool"
553                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
554                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
555                                                />
556                                        </FileConfiguration>
557                                </File>
558                        </Filter>
559                </Filter>
560                <Filter
561                        Name="rendering"
562                        >
563                        <Filter
564                                Name="Header Files"
565                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
566                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
567                                >
568                                <File
569                                        RelativePath=".\src\Bvh.h"
570                                        >
571                                </File>
572                                <File
573                                        RelativePath=".\src\Camera.h"
574                                        >
575                                </File>
576                                <File
577                                        RelativePath=".\src\DeferredRenderer.h"
578                                        >
579                                </File>
580                                <File
581                                        RelativePath=".\src\Geometry.h"
582                                        >
583                                </File>
584                                <File
585                                        RelativePath=".\src\Light.h"
586                                        >
587                                </File>
588                                <File
589                                        RelativePath=".\src\LODInfo.h"
590                                        >
591                                </File>
592                                <File
593                                        RelativePath=".\src\Material.h"
594                                        >
595                                </File>
596                                <File
597                                        RelativePath=".\src\OcclusionQuery.h"
598                                        >
599                                </File>
600                                <File
601                                        RelativePath=".\src\RenderQueue.h"
602                                        >
603                                </File>
604                                <File
605                                        RelativePath=".\src\RenderState.h"
606                                        >
607                                </File>
608                                <File
609                                        RelativePath=".\src\ResourceManager.h"
610                                        >
611                                </File>
612                                <File
613                                        RelativePath=".\src\SceneEntity.h"
614                                        >
615                                </File>
616                                <File
617                                        RelativePath=".\src\Shape.h"
618                                        >
619                                </File>
620                                <File
621                                        RelativePath=".\src\Texture.h"
622                                        >
623                                </File>
624                                <File
625                                        RelativePath=".\src\Transform3.h"
626                                        >
627                                </File>
628                                <File
629                                        RelativePath=".\src\Visualization.h"
630                                        >
631                                </File>
632                        </Filter>
633                        <Filter
634                                Name="Source Files"
635                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
636                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
637                                >
638                                <File
639                                        RelativePath=".\src\Bvh.cpp"
640                                        >
641                                        <FileConfiguration
642                                                Name="Debug|Win32"
643                                                >
644                                                <Tool
645                                                        Name="VCCLCompilerTool"
646                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
647                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
648                                                />
649                                        </FileConfiguration>
650                                        <FileConfiguration
651                                                Name="Release|Win32"
652                                                >
653                                                <Tool
654                                                        Name="VCCLCompilerTool"
655                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
656                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
657                                                />
658                                        </FileConfiguration>
659                                </File>
660                                <File
661                                        RelativePath=".\src\Camera.cpp"
662                                        >
663                                        <FileConfiguration
664                                                Name="Debug|Win32"
665                                                >
666                                                <Tool
667                                                        Name="VCCLCompilerTool"
668                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
669                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
670                                                />
671                                        </FileConfiguration>
672                                        <FileConfiguration
673                                                Name="Release|Win32"
674                                                >
675                                                <Tool
676                                                        Name="VCCLCompilerTool"
677                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
678                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
679                                                />
680                                        </FileConfiguration>
681                                </File>
682                                <File
683                                        RelativePath=".\src\chcdemo.cpp"
684                                        >
685                                </File>
686                                <File
687                                        RelativePath=".\src\DeferredRenderer.cpp"
688                                        >
689                                </File>
690                                <File
691                                        RelativePath=".\src\Geometry.cpp"
692                                        >
693                                </File>
694                                <File
695                                        RelativePath=".\src\LODInfo.cpp"
696                                        >
697                                </File>
698                                <File
699                                        RelativePath=".\src\Material.cpp"
700                                        >
701                                </File>
702                                <File
703                                        RelativePath=".\src\OcclusionQuery.cpp"
704                                        >
705                                        <FileConfiguration
706                                                Name="Debug|Win32"
707                                                >
708                                                <Tool
709                                                        Name="VCCLCompilerTool"
710                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
711                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
712                                                />
713                                        </FileConfiguration>
714                                        <FileConfiguration
715                                                Name="Release|Win32"
716                                                >
717                                                <Tool
718                                                        Name="VCCLCompilerTool"
719                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
720                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
721                                                />
722                                        </FileConfiguration>
723                                </File>
724                                <File
725                                        RelativePath=".\src\RenderQueue.cpp"
726                                        >
727                                        <FileConfiguration
728                                                Name="Debug|Win32"
729                                                >
730                                                <Tool
731                                                        Name="VCCLCompilerTool"
732                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
733                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
734                                                />
735                                        </FileConfiguration>
736                                        <FileConfiguration
737                                                Name="Release|Win32"
738                                                >
739                                                <Tool
740                                                        Name="VCCLCompilerTool"
741                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
742                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
743                                                />
744                                        </FileConfiguration>
745                                </File>
746                                <File
747                                        RelativePath=".\src\RenderState.cpp"
748                                        >
749                                        <FileConfiguration
750                                                Name="Debug|Win32"
751                                                >
752                                                <Tool
753                                                        Name="VCCLCompilerTool"
754                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
755                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
756                                                />
757                                        </FileConfiguration>
758                                        <FileConfiguration
759                                                Name="Release|Win32"
760                                                >
761                                                <Tool
762                                                        Name="VCCLCompilerTool"
763                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
764                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
765                                                />
766                                        </FileConfiguration>
767                                </File>
768                                <File
769                                        RelativePath=".\src\ResourceManager.cpp"
770                                        >
771                                </File>
772                                <File
773                                        RelativePath=".\src\SceneEntity.cpp"
774                                        >
775                                </File>
776                                <File
777                                        RelativePath=".\src\Shape.cpp"
778                                        >
779                                </File>
780                                <File
781                                        RelativePath=".\src\Texture.cpp"
782                                        >
783                                        <FileConfiguration
784                                                Name="Debug|Win32"
785                                                >
786                                                <Tool
787                                                        Name="VCCLCompilerTool"
788                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
789                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
790                                                />
791                                        </FileConfiguration>
792                                        <FileConfiguration
793                                                Name="Release|Win32"
794                                                >
795                                                <Tool
796                                                        Name="VCCLCompilerTool"
797                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
798                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
799                                                />
800                                        </FileConfiguration>
801                                </File>
802                                <File
803                                        RelativePath=".\src\Transform3.cpp"
804                                        >
805                                </File>
806                                <File
807                                        RelativePath=".\src\Visualization.cpp"
808                                        >
809                                        <FileConfiguration
810                                                Name="Debug|Win32"
811                                                >
812                                                <Tool
813                                                        Name="VCCLCompilerTool"
814                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
815                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
816                                                />
817                                        </FileConfiguration>
818                                        <FileConfiguration
819                                                Name="Release|Win32"
820                                                >
821                                                <Tool
822                                                        Name="VCCLCompilerTool"
823                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
824                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
825                                                />
826                                        </FileConfiguration>
827                                </File>
828                        </Filter>
829                </Filter>
830                <Filter
831                        Name="shaders"
832                        >
833                        <File
834                                RelativePath=".\src\shaders\antialiasing.cg"
835                                >
836                        </File>
837                        <File
838                                RelativePath=".\src\shaders\deferred.cg"
839                                >
840                        </File>
841                        <File
842                                RelativePath=".\src\shaders\globillum.cg"
843                                >
844                        </File>
845                        <File
846                                RelativePath=".\src\shaders\mrt.cg"
847                                >
848                        </File>
849                        <File
850                                RelativePath=".\src\shaders\ssao.cg"
851                                >
852                        </File>
853                        <File
854                                RelativePath=".\src\shaders\ssao3d.cg"
855                                >
856                        </File>
857                </Filter>
858                <File
859                        RelativePath=".\default.env"
860                        >
861                </File>
862                <File
863                        RelativePath=".\ReadMe.txt"
864                        >
865                </File>
866        </Files>
867        <Globals>
868        </Globals>
869</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.