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

Revision 3262, 19.6 KB checked in by mattausch, 15 years ago (diff)

working on pompeii loading. fixed bug in obj conversion

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