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

Revision 3016, 18.2 KB checked in by mattausch, 16 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="DemoEngine"
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)/lib/$(ConfigurationName)"
101                        IntermediateDirectory="obj/$(ConfigurationName)"
102                        ConfigurationType="4"
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="VCLibrarianTool"
153                        />
154                        <Tool
155                                Name="VCALinkTool"
156                        />
157                        <Tool
158                                Name="VCXDCMakeTool"
159                        />
160                        <Tool
161                                Name="VCBscMakeTool"
162                        />
163                        <Tool
164                                Name="VCFxCopTool"
165                        />
166                        <Tool
167                                Name="VCPostBuildEventTool"
168                        />
169                </Configuration>
170        </Configurations>
171        <References>
172        </References>
173        <Files>
174                <Filter
175                        Name="util"
176                        >
177                        <File
178                                RelativePath=".\src\BvhLoader.cpp"
179                                >
180                        </File>
181                        <File
182                                RelativePath=".\src\BvhLoader.h"
183                                >
184                        </File>
185                        <File
186                                RelativePath=".\src\common.cpp"
187                                >
188                        </File>
189                        <File
190                                RelativePath=".\src\common.h"
191                                >
192                        </File>
193                        <File
194                                RelativePath=".\src\Environment.cpp"
195                                >
196                        </File>
197                        <File
198                                RelativePath=".\src\Environment.h"
199                                >
200                        </File>
201                        <File
202                                RelativePath=".\src\glfont2.cpp"
203                                >
204                        </File>
205                        <File
206                                RelativePath=".\src\glfont2.h"
207                                >
208                        </File>
209                        <File
210                                RelativePath=".\src\glInterface.h"
211                                >
212                        </File>
213                        <File
214                                RelativePath=".\src\gzstream.cpp"
215                                >
216                        </File>
217                        <File
218                                RelativePath=".\src\gzstream.h"
219                                >
220                        </File>
221                        <File
222                                RelativePath=".\src\IrradianceMap.cpp"
223                                >
224                        </File>
225                        <File
226                                RelativePath=".\src\IrradianceMap.h"
227                                >
228                        </File>
229                        <File
230                                RelativePath=".\src\MotionPath.cpp"
231                                >
232                        </File>
233                        <File
234                                RelativePath=".\src\MotionPath.h"
235                                >
236                        </File>
237                        <File
238                                RelativePath=".\src\PerformanceGraph.cpp"
239                                >
240                        </File>
241                        <File
242                                RelativePath=".\src\PerformanceGraph.h"
243                                >
244                        </File>
245                        <File
246                                RelativePath=".\src\SampleGenerator.cpp"
247                                >
248                        </File>
249                        <File
250                                RelativePath=".\src\SampleGenerator.h"
251                                >
252                        </File>
253                        <File
254                                RelativePath=".\src\SceneEntityConverter.cpp"
255                                >
256                        </File>
257                        <File
258                                RelativePath=".\src\SceneEntityConverter.h"
259                                >
260                        </File>
261                        <File
262                                RelativePath=".\src\SkyPreetham.cpp"
263                                >
264                        </File>
265                        <File
266                                RelativePath=".\src\SkyPreetham.h"
267                                >
268                        </File>
269                        <Filter
270                                Name="timer"
271                                >
272                                <File
273                                        RelativePath=".\src\Timer\BenchTimer.cpp"
274                                        >
275                                </File>
276                                <File
277                                        RelativePath=".\src\Timer\BenchTimer.h"
278                                        >
279                                </File>
280                                <File
281                                        RelativePath=".\src\Timer\merror.cpp"
282                                        >
283                                </File>
284                                <File
285                                        RelativePath=".\src\Timer\merror.h"
286                                        >
287                                </File>
288                                <File
289                                        RelativePath=".\src\Timer\mstring.h"
290                                        >
291                                </File>
292                                <File
293                                        RelativePath=".\src\Timer\PerfTimer.h"
294                                        >
295                                </File>
296                                <File
297                                        RelativePath=".\src\Timer\PerfTimerSkeleton.h"
298                                        >
299                                </File>
300                                <File
301                                        RelativePath=".\src\Timer\RDTSCTimer.cpp"
302                                        >
303                                </File>
304                                <File
305                                        RelativePath=".\src\Timer\RDTSCTimer.h"
306                                        >
307                                </File>
308                        </Filter>
309                </Filter>
310                <Filter
311                        Name="traversal"
312                        >
313                        <Filter
314                                Name="Header Files"
315                                >
316                                <File
317                                        RelativePath=".\src\CHCPlusPlusTraverser.h"
318                                        >
319                                </File>
320                                <File
321                                        RelativePath=".\src\CHCTraverser.cpp"
322                                        >
323                                        <FileConfiguration
324                                                Name="Debug|Win32"
325                                                >
326                                                <Tool
327                                                        Name="VCCLCompilerTool"
328                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
329                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
330                                                />
331                                        </FileConfiguration>
332                                        <FileConfiguration
333                                                Name="Release|Win32"
334                                                >
335                                                <Tool
336                                                        Name="VCCLCompilerTool"
337                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
338                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
339                                                />
340                                        </FileConfiguration>
341                                </File>
342                                <File
343                                        RelativePath=".\src\CHCTraverser.h"
344                                        >
345                                </File>
346                                <File
347                                        RelativePath=".\src\FrustumCullingTraverser.h"
348                                        >
349                                </File>
350                                <File
351                                        RelativePath=".\src\RenderTraverser.h"
352                                        >
353                                </File>
354                                <File
355                                        RelativePath=".\src\StopAndWaitTraverser.h"
356                                        >
357                                </File>
358                        </Filter>
359                        <Filter
360                                Name="Source Files"
361                                >
362                                <File
363                                        RelativePath=".\src\CHCPlusPlusTraverser.cpp"
364                                        >
365                                        <FileConfiguration
366                                                Name="Debug|Win32"
367                                                >
368                                                <Tool
369                                                        Name="VCCLCompilerTool"
370                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
371                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
372                                                />
373                                        </FileConfiguration>
374                                        <FileConfiguration
375                                                Name="Release|Win32"
376                                                >
377                                                <Tool
378                                                        Name="VCCLCompilerTool"
379                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
380                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
381                                                />
382                                        </FileConfiguration>
383                                </File>
384                                <File
385                                        RelativePath=".\src\FrustumCullingTraverser.cpp"
386                                        >
387                                        <FileConfiguration
388                                                Name="Debug|Win32"
389                                                >
390                                                <Tool
391                                                        Name="VCCLCompilerTool"
392                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
393                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
394                                                />
395                                        </FileConfiguration>
396                                        <FileConfiguration
397                                                Name="Release|Win32"
398                                                >
399                                                <Tool
400                                                        Name="VCCLCompilerTool"
401                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
402                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
403                                                />
404                                        </FileConfiguration>
405                                </File>
406                                <File
407                                        RelativePath=".\src\RenderTraverser.cpp"
408                                        >
409                                        <FileConfiguration
410                                                Name="Debug|Win32"
411                                                >
412                                                <Tool
413                                                        Name="VCCLCompilerTool"
414                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
415                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
416                                                />
417                                        </FileConfiguration>
418                                        <FileConfiguration
419                                                Name="Release|Win32"
420                                                >
421                                                <Tool
422                                                        Name="VCCLCompilerTool"
423                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
424                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
425                                                />
426                                        </FileConfiguration>
427                                </File>
428                                <File
429                                        RelativePath=".\src\StopAndWaitTraverser.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                        </Filter>
451                </Filter>
452                <Filter
453                        Name="rendering"
454                        >
455                        <Filter
456                                Name="Header Files"
457                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
458                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
459                                >
460                                <File
461                                        RelativePath=".\src\Bvh.h"
462                                        >
463                                </File>
464                                <File
465                                        RelativePath=".\src\Camera.h"
466                                        >
467                                </File>
468                                <File
469                                        RelativePath=".\src\DeferredRenderer.h"
470                                        >
471                                </File>
472                                <File
473                                        RelativePath=".\src\FrameBufferObject.h"
474                                        >
475                                </File>
476                                <File
477                                        RelativePath=".\src\Geometry.h"
478                                        >
479                                </File>
480                                <File
481                                        RelativePath=".\src\Light.h"
482                                        >
483                                </File>
484                                <File
485                                        RelativePath=".\src\LODInfo.h"
486                                        >
487                                </File>
488                                <File
489                                        RelativePath=".\src\Material.h"
490                                        >
491                                </File>
492                                <File
493                                        RelativePath=".\src\OcclusionQuery.h"
494                                        >
495                                </File>
496                                <File
497                                        RelativePath=".\src\RenderQueue.h"
498                                        >
499                                </File>
500                                <File
501                                        RelativePath=".\src\RenderState.h"
502                                        >
503                                </File>
504                                <File
505                                        RelativePath=".\src\ResourceManager.h"
506                                        >
507                                </File>
508                                <File
509                                        RelativePath=".\src\SceneEntity.h"
510                                        >
511                                </File>
512                                <File
513                                        RelativePath=".\src\SceneQuery.h"
514                                        >
515                                </File>
516                                <File
517                                        RelativePath=".\src\ShadowMapping.h"
518                                        >
519                                </File>
520                                <File
521                                        RelativePath=".\src\Shape.h"
522                                        >
523                                </File>
524                                <File
525                                        RelativePath=".\src\Texture.h"
526                                        >
527                                </File>
528                                <File
529                                        RelativePath=".\src\Transform3.h"
530                                        >
531                                </File>
532                                <File
533                                        RelativePath=".\src\Visualization.h"
534                                        >
535                                </File>
536                        </Filter>
537                        <Filter
538                                Name="Source Files"
539                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
540                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
541                                >
542                                <File
543                                        RelativePath=".\src\Bvh.cpp"
544                                        >
545                                        <FileConfiguration
546                                                Name="Debug|Win32"
547                                                >
548                                                <Tool
549                                                        Name="VCCLCompilerTool"
550                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
551                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
552                                                />
553                                        </FileConfiguration>
554                                        <FileConfiguration
555                                                Name="Release|Win32"
556                                                >
557                                                <Tool
558                                                        Name="VCCLCompilerTool"
559                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
560                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
561                                                />
562                                        </FileConfiguration>
563                                </File>
564                                <File
565                                        RelativePath=".\src\Camera.cpp"
566                                        >
567                                        <FileConfiguration
568                                                Name="Debug|Win32"
569                                                >
570                                                <Tool
571                                                        Name="VCCLCompilerTool"
572                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
573                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
574                                                />
575                                        </FileConfiguration>
576                                        <FileConfiguration
577                                                Name="Release|Win32"
578                                                >
579                                                <Tool
580                                                        Name="VCCLCompilerTool"
581                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
582                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
583                                                />
584                                        </FileConfiguration>
585                                </File>
586                                <File
587                                        RelativePath=".\src\DeferredRenderer.cpp"
588                                        >
589                                </File>
590                                <File
591                                        RelativePath=".\src\EntityMerger.cpp"
592                                        >
593                                </File>
594                                <File
595                                        RelativePath=".\src\EntityMerger.h"
596                                        >
597                                </File>
598                                <File
599                                        RelativePath=".\src\FrameBufferObject.cpp"
600                                        >
601                                </File>
602                                <File
603                                        RelativePath=".\src\Geometry.cpp"
604                                        >
605                                </File>
606                                <File
607                                        RelativePath=".\src\LODInfo.cpp"
608                                        >
609                                </File>
610                                <File
611                                        RelativePath=".\src\Material.cpp"
612                                        >
613                                </File>
614                                <File
615                                        RelativePath=".\src\OcclusionQuery.cpp"
616                                        >
617                                        <FileConfiguration
618                                                Name="Debug|Win32"
619                                                >
620                                                <Tool
621                                                        Name="VCCLCompilerTool"
622                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
623                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
624                                                />
625                                        </FileConfiguration>
626                                        <FileConfiguration
627                                                Name="Release|Win32"
628                                                >
629                                                <Tool
630                                                        Name="VCCLCompilerTool"
631                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
632                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
633                                                />
634                                        </FileConfiguration>
635                                </File>
636                                <File
637                                        RelativePath=".\src\RenderQueue.cpp"
638                                        >
639                                        <FileConfiguration
640                                                Name="Debug|Win32"
641                                                >
642                                                <Tool
643                                                        Name="VCCLCompilerTool"
644                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
645                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
646                                                />
647                                        </FileConfiguration>
648                                        <FileConfiguration
649                                                Name="Release|Win32"
650                                                >
651                                                <Tool
652                                                        Name="VCCLCompilerTool"
653                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
654                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
655                                                />
656                                        </FileConfiguration>
657                                </File>
658                                <File
659                                        RelativePath=".\src\RenderState.cpp"
660                                        >
661                                        <FileConfiguration
662                                                Name="Debug|Win32"
663                                                >
664                                                <Tool
665                                                        Name="VCCLCompilerTool"
666                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
667                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
668                                                />
669                                        </FileConfiguration>
670                                        <FileConfiguration
671                                                Name="Release|Win32"
672                                                >
673                                                <Tool
674                                                        Name="VCCLCompilerTool"
675                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
676                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
677                                                />
678                                        </FileConfiguration>
679                                </File>
680                                <File
681                                        RelativePath=".\src\ResourceManager.cpp"
682                                        >
683                                </File>
684                                <File
685                                        RelativePath=".\src\SceneEntity.cpp"
686                                        >
687                                </File>
688                                <File
689                                        RelativePath=".\src\SceneQuery.cpp"
690                                        >
691                                </File>
692                                <File
693                                        RelativePath=".\src\ShadowMapping.cpp"
694                                        >
695                                </File>
696                                <File
697                                        RelativePath=".\src\Shape.cpp"
698                                        >
699                                </File>
700                                <File
701                                        RelativePath=".\src\Texture.cpp"
702                                        >
703                                        <FileConfiguration
704                                                Name="Debug|Win32"
705                                                >
706                                                <Tool
707                                                        Name="VCCLCompilerTool"
708                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
709                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
710                                                />
711                                        </FileConfiguration>
712                                        <FileConfiguration
713                                                Name="Release|Win32"
714                                                >
715                                                <Tool
716                                                        Name="VCCLCompilerTool"
717                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
718                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
719                                                />
720                                        </FileConfiguration>
721                                </File>
722                                <File
723                                        RelativePath=".\src\Transform3.cpp"
724                                        >
725                                </File>
726                                <File
727                                        RelativePath=".\src\Visualization.cpp"
728                                        >
729                                        <FileConfiguration
730                                                Name="Debug|Win32"
731                                                >
732                                                <Tool
733                                                        Name="VCCLCompilerTool"
734                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
735                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
736                                                />
737                                        </FileConfiguration>
738                                        <FileConfiguration
739                                                Name="Release|Win32"
740                                                >
741                                                <Tool
742                                                        Name="VCCLCompilerTool"
743                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
744                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
745                                                />
746                                        </FileConfiguration>
747                                </File>
748                        </Filter>
749                </Filter>
750                <Filter
751                        Name="shaders"
752                        >
753                        <File
754                                RelativePath=".\src\shaders\antialiasing.cg"
755                                >
756                        </File>
757                        <File
758                                RelativePath=".\src\shaders\deferred.cg"
759                                >
760                        </File>
761                        <File
762                                RelativePath=".\src\shaders\globillum.cg"
763                                >
764                        </File>
765                        <File
766                                RelativePath=".\src\shaders\mrt.cg"
767                                >
768                        </File>
769                        <File
770                                RelativePath=".\src\shaderenv.h"
771                                >
772                        </File>
773                        <File
774                                RelativePath=".\src\shaders\sky_preetham.cg"
775                                >
776                        </File>
777                        <File
778                                RelativePath=".\src\shaders\ssao.cg"
779                                >
780                        </File>
781                        <File
782                                RelativePath=".\src\shaders\ssao3d.cg"
783                                >
784                        </File>
785                        <File
786                                RelativePath=".\src\shaders\tonemap.cg"
787                                >
788                        </File>
789                </Filter>
790                <Filter
791                        Name="math"
792                        >
793                        <File
794                                RelativePath=".\src\AxisAlignedBox3.cpp"
795                                >
796                        </File>
797                        <File
798                                RelativePath=".\src\Halton.cpp"
799                                >
800                        </File>
801                        <File
802                                RelativePath=".\src\Halton.h"
803                                >
804                        </File>
805                        <File
806                                RelativePath=".\src\Matrix4x4.cpp"
807                                >
808                        </File>
809                        <File
810                                RelativePath=".\src\Matrix4x4.h"
811                                >
812                        </File>
813                        <File
814                                RelativePath=".\src\Plane3.cpp"
815                                >
816                        </File>
817                        <File
818                                RelativePath=".\src\Plane3.h"
819                                >
820                        </File>
821                        <File
822                                RelativePath=".\src\Polygon3.cpp"
823                                >
824                        </File>
825                        <File
826                                RelativePath=".\src\Polygon3.h"
827                                >
828                        </File>
829                        <File
830                                RelativePath=".\src\Polyhedron.cpp"
831                                >
832                        </File>
833                        <File
834                                RelativePath=".\src\Polyhedron.h"
835                                >
836                        </File>
837                        <File
838                                RelativePath=".\src\Triangle3.cpp"
839                                >
840                        </File>
841                        <File
842                                RelativePath=".\src\Triangle3.h"
843                                >
844                        </File>
845                        <File
846                                RelativePath=".\src\Vector3.cpp"
847                                >
848                        </File>
849                        <File
850                                RelativePath=".\src\Vector3.h"
851                                >
852                        </File>
853                </Filter>
854                <File
855                        RelativePath=".\default.env"
856                        >
857                </File>
858                <File
859                        RelativePath=".\ReadMe.txt"
860                        >
861                </File>
862        </Files>
863        <Globals>
864        </Globals>
865</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.