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

Revision 2957, 18.8 KB checked in by mattausch, 16 years ago (diff)

preetham working

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