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

Revision 3260, 19.5 KB checked in by mattausch, 15 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)/lib/$(ConfigurationName)"
21                        IntermediateDirectory="$(SolutionDir)/obj/$(ConfigurationName)"
22                        ConfigurationType="4"
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;_CRT_SET"
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="VCLibrarianTool"
65                        />
66                        <Tool
67                                Name="VCALinkTool"
68                        />
69                        <Tool
70                                Name="VCXDCMakeTool"
71                        />
72                        <Tool
73                                Name="VCBscMakeTool"
74                        />
75                        <Tool
76                                Name="VCFxCopTool"
77                        />
78                        <Tool
79                                Name="VCPostBuildEventTool"
80                        />
81                </Configuration>
82                <Configuration
83                        Name="Release|Win32"
84                        OutputDirectory="$(SolutionDir)/lib/$(ConfigurationName)"
85                        IntermediateDirectory="$(SolutionDir)/obj/$(ConfigurationName)"
86                        ConfigurationType="4"
87                        CharacterSet="1"
88                        WholeProgramOptimization="1"
89                        >
90                        <Tool
91                                Name="VCPreBuildEventTool"
92                        />
93                        <Tool
94                                Name="VCCustomBuildTool"
95                        />
96                        <Tool
97                                Name="VCXMLDataGeneratorTool"
98                        />
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"
101                        />
102                        <Tool
103                                Name="VCMIDLTool"
104                        />
105                        <Tool
106                                Name="VCCLCompilerTool"
107                                Optimization="3"
108                                InlineFunctionExpansion="2"
109                                EnableIntrinsicFunctions="true"
110                                FavorSizeOrSpeed="1"
111                                OmitFramePointers="true"
112                                EnableFiberSafeOptimizations="true"
113                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
114                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SET"
115                                StringPooling="true"
116                                RuntimeLibrary="2"
117                                BufferSecurityCheck="false"
118                                EnableEnhancedInstructionSet="2"
119                                RuntimeTypeInfo="false"
120                                UsePrecompiledHeader="0"
121                                BrowseInformation="1"
122                                WarningLevel="3"
123                                Detect64BitPortabilityProblems="true"
124                                DebugInformationFormat="3"
125                        />
126                        <Tool
127                                Name="VCManagedResourceCompilerTool"
128                        />
129                        <Tool
130                                Name="VCResourceCompilerTool"
131                        />
132                        <Tool
133                                Name="VCPreLinkEventTool"
134                        />
135                        <Tool
136                                Name="VCLibrarianTool"
137                        />
138                        <Tool
139                                Name="VCALinkTool"
140                        />
141                        <Tool
142                                Name="VCXDCMakeTool"
143                        />
144                        <Tool
145                                Name="VCBscMakeTool"
146                        />
147                        <Tool
148                                Name="VCFxCopTool"
149                        />
150                        <Tool
151                                Name="VCPostBuildEventTool"
152                        />
153                </Configuration>
154        </Configurations>
155        <References>
156        </References>
157        <Files>
158                <Filter
159                        Name="util"
160                        >
161                        <File
162                                RelativePath=".\src\BvhExporter.cpp"
163                                >
164                        </File>
165                        <File
166                                RelativePath=".\src\BvhExporter.h"
167                                >
168                        </File>
169                        <File
170                                RelativePath=".\src\BvhLoader.cpp"
171                                >
172                        </File>
173                        <File
174                                RelativePath=".\src\BvhLoader.h"
175                                >
176                        </File>
177                        <File
178                                RelativePath=".\src\common.cpp"
179                                >
180                        </File>
181                        <File
182                                RelativePath=".\src\common.h"
183                                >
184                        </File>
185                        <File
186                                RelativePath=".\src\Environment.cpp"
187                                >
188                        </File>
189                        <File
190                                RelativePath=".\src\Environment.h"
191                                >
192                        </File>
193                        <File
194                                RelativePath=".\src\glfont2.cpp"
195                                >
196                        </File>
197                        <File
198                                RelativePath=".\src\glfont2.h"
199                                >
200                        </File>
201                        <File
202                                RelativePath=".\src\glInterface.h"
203                                >
204                        </File>
205                        <File
206                                RelativePath=".\src\gzstream.cpp"
207                                >
208                        </File>
209                        <File
210                                RelativePath=".\src\gzstream.h"
211                                >
212                        </File>
213                        <File
214                                RelativePath=".\src\IrradianceMap.cpp"
215                                >
216                        </File>
217                        <File
218                                RelativePath=".\src\IrradianceMap.h"
219                                >
220                        </File>
221                        <File
222                                RelativePath=".\src\MotionPath.cpp"
223                                >
224                        </File>
225                        <File
226                                RelativePath=".\src\MotionPath.h"
227                                >
228                        </File>
229                        <File
230                                RelativePath=".\src\PerformanceGraph.cpp"
231                                >
232                        </File>
233                        <File
234                                RelativePath=".\src\PerformanceGraph.h"
235                                >
236                        </File>
237                        <File
238                                RelativePath=".\src\SampleGenerator.cpp"
239                                >
240                        </File>
241                        <File
242                                RelativePath=".\src\SampleGenerator.h"
243                                >
244                        </File>
245                        <File
246                                RelativePath=".\src\SceneEntityConverter.cpp"
247                                >
248                        </File>
249                        <File
250                                RelativePath=".\src\SceneEntityConverter.h"
251                                >
252                        </File>
253                        <File
254                                RelativePath=".\src\SceneQuery.cpp"
255                                >
256                        </File>
257                        <File
258                                RelativePath=".\src\SceneQuery.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                        <File
270                                RelativePath=".\src\StatsWriter.cpp"
271                                >
272                        </File>
273                        <File
274                                RelativePath=".\src\StatsWriter.h"
275                                >
276                        </File>
277                        <File
278                                RelativePath=".\src\WalkThroughRecorder.cpp"
279                                >
280                        </File>
281                        <File
282                                RelativePath=".\src\WalkThroughRecorder.h"
283                                >
284                        </File>
285                        <Filter
286                                Name="timer"
287                                >
288                                <File
289                                        RelativePath=".\src\Timer\BenchTimer.cpp"
290                                        >
291                                </File>
292                                <File
293                                        RelativePath=".\src\Timer\BenchTimer.h"
294                                        >
295                                </File>
296                                <File
297                                        RelativePath=".\src\Timer\merror.cpp"
298                                        >
299                                </File>
300                                <File
301                                        RelativePath=".\src\Timer\merror.h"
302                                        >
303                                </File>
304                                <File
305                                        RelativePath=".\src\Timer\mstring.h"
306                                        >
307                                </File>
308                                <File
309                                        RelativePath=".\src\Timer\PerfTimer.h"
310                                        >
311                                </File>
312                                <File
313                                        RelativePath=".\src\Timer\PerfTimerSkeleton.h"
314                                        >
315                                </File>
316                                <File
317                                        RelativePath=".\src\Timer\RDTSCTimer.cpp"
318                                        >
319                                </File>
320                                <File
321                                        RelativePath=".\src\Timer\RDTSCTimer.h"
322                                        >
323                                </File>
324                        </Filter>
325                </Filter>
326                <Filter
327                        Name="traversal"
328                        >
329                        <Filter
330                                Name="Header Files"
331                                >
332                                <File
333                                        RelativePath=".\src\CHCPlusPlusTraverser.h"
334                                        >
335                                </File>
336                                <File
337                                        RelativePath=".\src\CHCTraverser.h"
338                                        >
339                                </File>
340                                <File
341                                        RelativePath=".\src\FrustumCullingTraverser.h"
342                                        >
343                                </File>
344                                <File
345                                        RelativePath=".\src\PvsCollectionRenderer.h"
346                                        >
347                                </File>
348                                <File
349                                        RelativePath=".\src\RenderTraverser.h"
350                                        >
351                                </File>
352                                <File
353                                        RelativePath=".\src\StopAndWaitTraverser.h"
354                                        >
355                                </File>
356                        </Filter>
357                        <Filter
358                                Name="Source Files"
359                                >
360                                <File
361                                        RelativePath=".\src\CHCPlusPlusTraverser.cpp"
362                                        >
363                                        <FileConfiguration
364                                                Name="Debug|Win32"
365                                                >
366                                                <Tool
367                                                        Name="VCCLCompilerTool"
368                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
369                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
370                                                />
371                                        </FileConfiguration>
372                                        <FileConfiguration
373                                                Name="Release|Win32"
374                                                >
375                                                <Tool
376                                                        Name="VCCLCompilerTool"
377                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
378                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
379                                                />
380                                        </FileConfiguration>
381                                </File>
382                                <File
383                                        RelativePath=".\src\CHCTraverser.cpp"
384                                        >
385                                        <FileConfiguration
386                                                Name="Debug|Win32"
387                                                >
388                                                <Tool
389                                                        Name="VCCLCompilerTool"
390                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
391                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
392                                                />
393                                        </FileConfiguration>
394                                        <FileConfiguration
395                                                Name="Release|Win32"
396                                                >
397                                                <Tool
398                                                        Name="VCCLCompilerTool"
399                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
400                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
401                                                />
402                                        </FileConfiguration>
403                                </File>
404                                <File
405                                        RelativePath=".\src\FrustumCullingTraverser.cpp"
406                                        >
407                                        <FileConfiguration
408                                                Name="Debug|Win32"
409                                                >
410                                                <Tool
411                                                        Name="VCCLCompilerTool"
412                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
413                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
414                                                />
415                                        </FileConfiguration>
416                                        <FileConfiguration
417                                                Name="Release|Win32"
418                                                >
419                                                <Tool
420                                                        Name="VCCLCompilerTool"
421                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
422                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
423                                                />
424                                        </FileConfiguration>
425                                </File>
426                                <File
427                                        RelativePath=".\src\PvsCollectionRenderer.cpp"
428                                        >
429                                </File>
430                                <File
431                                        RelativePath=".\src\RenderTraverser.cpp"
432                                        >
433                                        <FileConfiguration
434                                                Name="Debug|Win32"
435                                                >
436                                                <Tool
437                                                        Name="VCCLCompilerTool"
438                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
439                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
440                                                />
441                                        </FileConfiguration>
442                                        <FileConfiguration
443                                                Name="Release|Win32"
444                                                >
445                                                <Tool
446                                                        Name="VCCLCompilerTool"
447                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
448                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
449                                                />
450                                        </FileConfiguration>
451                                </File>
452                                <File
453                                        RelativePath=".\src\StopAndWaitTraverser.cpp"
454                                        >
455                                        <FileConfiguration
456                                                Name="Debug|Win32"
457                                                >
458                                                <Tool
459                                                        Name="VCCLCompilerTool"
460                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
461                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
462                                                />
463                                        </FileConfiguration>
464                                        <FileConfiguration
465                                                Name="Release|Win32"
466                                                >
467                                                <Tool
468                                                        Name="VCCLCompilerTool"
469                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
470                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
471                                                />
472                                        </FileConfiguration>
473                                </File>
474                        </Filter>
475                </Filter>
476                <Filter
477                        Name="rendering"
478                        >
479                        <Filter
480                                Name="Header Files"
481                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
482                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
483                                >
484                                <File
485                                        RelativePath=".\src\Bvh.h"
486                                        >
487                                </File>
488                                <File
489                                        RelativePath=".\src\Camera.h"
490                                        >
491                                </File>
492                                <File
493                                        RelativePath=".\src\DeferredRenderer.h"
494                                        >
495                                </File>
496                                <File
497                                        RelativePath=".\src\FrameBufferObject.h"
498                                        >
499                                </File>
500                                <File
501                                        RelativePath=".\src\Geometry.h"
502                                        >
503                                </File>
504                                <File
505                                        RelativePath=".\src\Light.h"
506                                        >
507                                </File>
508                                <File
509                                        RelativePath=".\src\LODInfo.h"
510                                        >
511                                </File>
512                                <File
513                                        RelativePath=".\src\Material.h"
514                                        >
515                                </File>
516                                <File
517                                        RelativePath=".\src\ObjExporter.h"
518                                        >
519                                </File>
520                                <File
521                                        RelativePath=".\src\OcclusionQuery.h"
522                                        >
523                                </File>
524                                <File
525                                        RelativePath=".\src\Pvs.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\ShaderManager.h"
546                                        >
547                                </File>
548                                <File
549                                        RelativePath=".\src\ShaderProgram.h"
550                                        >
551                                </File>
552                                <File
553                                        RelativePath=".\src\ShadowMapping.h"
554                                        >
555                                </File>
556                                <File
557                                        RelativePath=".\src\Shape.h"
558                                        >
559                                </File>
560                                <File
561                                        RelativePath=".\src\Texture.h"
562                                        >
563                                </File>
564                                <File
565                                        RelativePath=".\src\Transform3.h"
566                                        >
567                                </File>
568                                <File
569                                        RelativePath=".\src\ViewCellsTree.h"
570                                        >
571                                </File>
572                                <File
573                                        RelativePath=".\src\VisibilitySolutionLoader.h"
574                                        >
575                                </File>
576                                <File
577                                        RelativePath=".\src\Visualization.h"
578                                        >
579                                </File>
580                        </Filter>
581                        <Filter
582                                Name="Source Files"
583                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
584                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
585                                >
586                                <File
587                                        RelativePath=".\src\Bvh.cpp"
588                                        >
589                                        <FileConfiguration
590                                                Name="Debug|Win32"
591                                                >
592                                                <Tool
593                                                        Name="VCCLCompilerTool"
594                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
595                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
596                                                />
597                                        </FileConfiguration>
598                                        <FileConfiguration
599                                                Name="Release|Win32"
600                                                >
601                                                <Tool
602                                                        Name="VCCLCompilerTool"
603                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
604                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
605                                                />
606                                        </FileConfiguration>
607                                </File>
608                                <File
609                                        RelativePath=".\src\Camera.cpp"
610                                        >
611                                        <FileConfiguration
612                                                Name="Debug|Win32"
613                                                >
614                                                <Tool
615                                                        Name="VCCLCompilerTool"
616                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
617                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
618                                                />
619                                        </FileConfiguration>
620                                        <FileConfiguration
621                                                Name="Release|Win32"
622                                                >
623                                                <Tool
624                                                        Name="VCCLCompilerTool"
625                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
626                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
627                                                />
628                                        </FileConfiguration>
629                                </File>
630                                <File
631                                        RelativePath=".\src\DeferredRenderer.cpp"
632                                        >
633                                </File>
634                                <File
635                                        RelativePath=".\src\FrameBufferObject.cpp"
636                                        >
637                                </File>
638                                <File
639                                        RelativePath=".\src\Geometry.cpp"
640                                        >
641                                </File>
642                                <File
643                                        RelativePath=".\src\LODInfo.cpp"
644                                        >
645                                </File>
646                                <File
647                                        RelativePath=".\src\Material.cpp"
648                                        >
649                                </File>
650                                <File
651                                        RelativePath=".\src\ObjExporter.cpp"
652                                        >
653                                </File>
654                                <File
655                                        RelativePath=".\src\OcclusionQuery.cpp"
656                                        >
657                                        <FileConfiguration
658                                                Name="Debug|Win32"
659                                                >
660                                                <Tool
661                                                        Name="VCCLCompilerTool"
662                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
663                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
664                                                />
665                                        </FileConfiguration>
666                                        <FileConfiguration
667                                                Name="Release|Win32"
668                                                >
669                                                <Tool
670                                                        Name="VCCLCompilerTool"
671                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
672                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
673                                                />
674                                        </FileConfiguration>
675                                </File>
676                                <File
677                                        RelativePath=".\src\RenderQueue.cpp"
678                                        >
679                                        <FileConfiguration
680                                                Name="Debug|Win32"
681                                                >
682                                                <Tool
683                                                        Name="VCCLCompilerTool"
684                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
685                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
686                                                />
687                                        </FileConfiguration>
688                                        <FileConfiguration
689                                                Name="Release|Win32"
690                                                >
691                                                <Tool
692                                                        Name="VCCLCompilerTool"
693                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
694                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
695                                                />
696                                        </FileConfiguration>
697                                </File>
698                                <File
699                                        RelativePath=".\src\RenderState.cpp"
700                                        >
701                                        <FileConfiguration
702                                                Name="Debug|Win32"
703                                                >
704                                                <Tool
705                                                        Name="VCCLCompilerTool"
706                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
707                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
708                                                />
709                                        </FileConfiguration>
710                                        <FileConfiguration
711                                                Name="Release|Win32"
712                                                >
713                                                <Tool
714                                                        Name="VCCLCompilerTool"
715                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
716                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
717                                                />
718                                        </FileConfiguration>
719                                </File>
720                                <File
721                                        RelativePath=".\src\ResourceManager.cpp"
722                                        >
723                                </File>
724                                <File
725                                        RelativePath=".\src\SceneEntity.cpp"
726                                        >
727                                </File>
728                                <File
729                                        RelativePath=".\src\ShaderManager.cpp"
730                                        >
731                                </File>
732                                <File
733                                        RelativePath=".\src\ShaderProgram.cpp"
734                                        >
735                                </File>
736                                <File
737                                        RelativePath=".\src\ShadowMapping.cpp"
738                                        >
739                                </File>
740                                <File
741                                        RelativePath=".\src\Shape.cpp"
742                                        >
743                                </File>
744                                <File
745                                        RelativePath=".\src\Texture.cpp"
746                                        >
747                                        <FileConfiguration
748                                                Name="Debug|Win32"
749                                                >
750                                                <Tool
751                                                        Name="VCCLCompilerTool"
752                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
753                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
754                                                />
755                                        </FileConfiguration>
756                                        <FileConfiguration
757                                                Name="Release|Win32"
758                                                >
759                                                <Tool
760                                                        Name="VCCLCompilerTool"
761                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
762                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
763                                                />
764                                        </FileConfiguration>
765                                </File>
766                                <File
767                                        RelativePath=".\src\Transform3.cpp"
768                                        >
769                                </File>
770                                <File
771                                        RelativePath=".\src\ViewCellsTree.cpp"
772                                        >
773                                </File>
774                                <File
775                                        RelativePath=".\src\VisibilitySolutionLoader.cpp"
776                                        >
777                                </File>
778                                <File
779                                        RelativePath=".\src\Visualization.cpp"
780                                        >
781                                        <FileConfiguration
782                                                Name="Debug|Win32"
783                                                >
784                                                <Tool
785                                                        Name="VCCLCompilerTool"
786                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
787                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
788                                                />
789                                        </FileConfiguration>
790                                        <FileConfiguration
791                                                Name="Release|Win32"
792                                                >
793                                                <Tool
794                                                        Name="VCCLCompilerTool"
795                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
796                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
797                                                />
798                                        </FileConfiguration>
799                                </File>
800                        </Filter>
801                </Filter>
802                <Filter
803                        Name="shaders"
804                        >
805                        <File
806                                RelativePath=".\src\shaders\antialiasing.cg"
807                                >
808                        </File>
809                        <File
810                                RelativePath=".\src\shaders\combineSsao.cg"
811                                >
812                        </File>
813                        <File
814                                RelativePath=".\src\shaders\common.h"
815                                >
816                        </File>
817                        <File
818                                RelativePath=".\src\shaders\deferred.cg"
819                                >
820                        </File>
821                        <File
822                                RelativePath=".\src\shaders\depthOfField.cg"
823                                >
824                        </File>
825                        <File
826                                RelativePath=".\src\shaders\globillum.cg"
827                                >
828                        </File>
829                        <File
830                                RelativePath=".\src\shaders\lenseFlare.cg"
831                                >
832                        </File>
833                        <File
834                                RelativePath=".\src\shaders\mrt.cg"
835                                >
836                        </File>
837                        <File
838                                RelativePath=".\src\shaders\normalMapping.cg"
839                                >
840                        </File>
841                        <File
842                                RelativePath=".\src\shaderenv.h"
843                                >
844                        </File>
845                        <File
846                                RelativePath=".\src\shaders\sky_preetham.cg"
847                                >
848                        </File>
849                        <File
850                                RelativePath=".\src\shaders\ssao.cg"
851                                >
852                        </File>
853                        <File
854                                RelativePath=".\src\shaders\ssao3d.cg"
855                                >
856                        </File>
857                        <File
858                                RelativePath=".\src\shaders\tonemap.cg"
859                                >
860                        </File>
861                        <File
862                                RelativePath=".\src\shaders\treeanimation.cg"
863                                >
864                        </File>
865                </Filter>
866                <Filter
867                        Name="math"
868                        >
869                        <File
870                                RelativePath=".\src\AxisAlignedBox3.cpp"
871                                >
872                        </File>
873                        <File
874                                RelativePath=".\src\AxisAlignedBox3.h"
875                                >
876                        </File>
877                        <File
878                                RelativePath=".\src\Halton.cpp"
879                                >
880                        </File>
881                        <File
882                                RelativePath=".\src\Halton.h"
883                                >
884                        </File>
885                        <File
886                                RelativePath=".\src\Matrix4x4.cpp"
887                                >
888                        </File>
889                        <File
890                                RelativePath=".\src\Matrix4x4.h"
891                                >
892                        </File>
893                        <File
894                                RelativePath=".\src\Plane3.cpp"
895                                >
896                        </File>
897                        <File
898                                RelativePath=".\src\Plane3.h"
899                                >
900                        </File>
901                        <File
902                                RelativePath=".\src\Polygon3.cpp"
903                                >
904                        </File>
905                        <File
906                                RelativePath=".\src\Polygon3.h"
907                                >
908                        </File>
909                        <File
910                                RelativePath=".\src\Polyhedron.cpp"
911                                >
912                        </File>
913                        <File
914                                RelativePath=".\src\Polyhedron.h"
915                                >
916                        </File>
917                        <File
918                                RelativePath=".\src\Triangle3.cpp"
919                                >
920                        </File>
921                        <File
922                                RelativePath=".\src\Triangle3.h"
923                                >
924                        </File>
925                        <File
926                                RelativePath=".\src\Vector3.cpp"
927                                >
928                        </File>
929                        <File
930                                RelativePath=".\src\Vector3.h"
931                                >
932                        </File>
933                </Filter>
934        </Files>
935        <Globals>
936        </Globals>
937</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.