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

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