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

Revision 2946, 18.1 KB checked in by mattausch, 16 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="friendlyculling"
6        ProjectGUID="{03661866-4093-4B02-B26A-028EA91AF023}"
7        RootNamespace="chc_revisited"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
21                        IntermediateDirectory="obj/$(ConfigurationName)"
22                        ConfigurationType="1"
23                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                RuntimeTypeInfo="false"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="4"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCPreLinkEventTool"
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
65                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
66                                LinkIncremental="2"
67                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib;&quot;$(CG_LIB_PATH)&quot;"
68                                IgnoreDefaultLibraryNames="LIBCMT"
69                                GenerateDebugInformation="true"
70                                SubSystem="1"
71                                TargetMachine="1"
72                        />
73                        <Tool
74                                Name="VCALinkTool"
75                        />
76                        <Tool
77                                Name="VCManifestTool"
78                        />
79                        <Tool
80                                Name="VCXDCMakeTool"
81                        />
82                        <Tool
83                                Name="VCBscMakeTool"
84                        />
85                        <Tool
86                                Name="VCFxCopTool"
87                        />
88                        <Tool
89                                Name="VCAppVerifierTool"
90                        />
91                        <Tool
92                                Name="VCWebDeploymentTool"
93                        />
94                        <Tool
95                                Name="VCPostBuildEventTool"
96                        />
97                </Configuration>
98                <Configuration
99                        Name="Release|Win32"
100                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
101                        IntermediateDirectory="obj/$(ConfigurationName)"
102                        ConfigurationType="1"
103                        CharacterSet="1"
104                        WholeProgramOptimization="1"
105                        >
106                        <Tool
107                                Name="VCPreBuildEventTool"
108                        />
109                        <Tool
110                                Name="VCCustomBuildTool"
111                        />
112                        <Tool
113                                Name="VCXMLDataGeneratorTool"
114                        />
115                        <Tool
116                                Name="VCWebServiceProxyGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCMIDLTool"
120                        />
121                        <Tool
122                                Name="VCCLCompilerTool"
123                                Optimization="3"
124                                InlineFunctionExpansion="2"
125                                EnableIntrinsicFunctions="true"
126                                FavorSizeOrSpeed="1"
127                                OmitFramePointers="true"
128                                EnableFiberSafeOptimizations="true"
129                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
130                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE; _CRT_SECURE_NO_WARNINGS"
131                                StringPooling="true"
132                                RuntimeLibrary="2"
133                                BufferSecurityCheck="false"
134                                EnableEnhancedInstructionSet="2"
135                                RuntimeTypeInfo="false"
136                                UsePrecompiledHeader="0"
137                                BrowseInformation="1"
138                                WarningLevel="3"
139                                Detect64BitPortabilityProblems="true"
140                                DebugInformationFormat="3"
141                        />
142                        <Tool
143                                Name="VCManagedResourceCompilerTool"
144                        />
145                        <Tool
146                                Name="VCResourceCompilerTool"
147                        />
148                        <Tool
149                                Name="VCPreLinkEventTool"
150                        />
151                        <Tool
152                                Name="VCLinkerTool"
153                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
154                                LinkIncremental="1"
155                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib;&quot;$(CG_LIB_PATH)&quot;"
156                                IgnoreAllDefaultLibraries="false"
157                                IgnoreDefaultLibraryNames="LIBCMT"
158                                GenerateDebugInformation="false"
159                                SubSystem="1"
160                                OptimizeReferences="2"
161                                EnableCOMDATFolding="2"
162                                OptimizeForWindows98="1"
163                                TargetMachine="1"
164                        />
165                        <Tool
166                                Name="VCALinkTool"
167                        />
168                        <Tool
169                                Name="VCManifestTool"
170                        />
171                        <Tool
172                                Name="VCXDCMakeTool"
173                        />
174                        <Tool
175                                Name="VCBscMakeTool"
176                        />
177                        <Tool
178                                Name="VCFxCopTool"
179                        />
180                        <Tool
181                                Name="VCAppVerifierTool"
182                        />
183                        <Tool
184                                Name="VCWebDeploymentTool"
185                        />
186                        <Tool
187                                Name="VCPostBuildEventTool"
188                        />
189                </Configuration>
190        </Configurations>
191        <References>
192        </References>
193        <Files>
194                <Filter
195                        Name="util"
196                        >
197                        <File
198                                RelativePath=".\src\AxisAlignedBox3.cpp"
199                                >
200                        </File>
201                        <File
202                                RelativePath=".\src\BvhLoader.cpp"
203                                >
204                        </File>
205                        <File
206                                RelativePath=".\src\BvhLoader.h"
207                                >
208                        </File>
209                        <File
210                                RelativePath=".\src\common.cpp"
211                                >
212                        </File>
213                        <File
214                                RelativePath=".\src\common.h"
215                                >
216                        </File>
217                        <File
218                                RelativePath=".\src\Environment.cpp"
219                                >
220                        </File>
221                        <File
222                                RelativePath=".\src\Environment.h"
223                                >
224                        </File>
225                        <File
226                                RelativePath=".\src\FrameBufferObject.cpp"
227                                >
228                        </File>
229                        <File
230                                RelativePath=".\src\FrameBufferObject.h"
231                                >
232                        </File>
233                        <File
234                                RelativePath=".\src\glfont2.cpp"
235                                >
236                        </File>
237                        <File
238                                RelativePath=".\src\glfont2.h"
239                                >
240                        </File>
241                        <File
242                                RelativePath=".\src\glInterface.h"
243                                >
244                        </File>
245                        <File
246                                RelativePath=".\src\gzstream.cpp"
247                                >
248                        </File>
249                        <File
250                                RelativePath=".\src\gzstream.h"
251                                >
252                        </File>
253                        <File
254                                RelativePath=".\src\Halton.cpp"
255                                >
256                        </File>
257                        <File
258                                RelativePath=".\src\Halton.h"
259                                >
260                        </File>
261                        <File
262                                RelativePath=".\src\Matrix4x4.cpp"
263                                >
264                        </File>
265                        <File
266                                RelativePath=".\src\Matrix4x4.h"
267                                >
268                        </File>
269                        <File
270                                RelativePath=".\src\PerformanceGraph.cpp"
271                                >
272                        </File>
273                        <File
274                                RelativePath=".\src\PerformanceGraph.h"
275                                >
276                        </File>
277                        <File
278                                RelativePath=".\src\Plane3.cpp"
279                                >
280                        </File>
281                        <File
282                                RelativePath=".\src\Plane3.h"
283                                >
284                        </File>
285                        <File
286                                RelativePath=".\src\Polygon3.cpp"
287                                >
288                        </File>
289                        <File
290                                RelativePath=".\src\Polygon3.h"
291                                >
292                        </File>
293                        <File
294                                RelativePath=".\src\Polyhedron.cpp"
295                                >
296                        </File>
297                        <File
298                                RelativePath=".\src\Polyhedron.h"
299                                >
300                        </File>
301                        <File
302                                RelativePath=".\src\SampleGenerator.cpp"
303                                >
304                        </File>
305                        <File
306                                RelativePath=".\src\SampleGenerator.h"
307                                >
308                        </File>
309                        <File
310                                RelativePath=".\src\SceneEntityConverter.cpp"
311                                >
312                        </File>
313                        <File
314                                RelativePath=".\src\SceneEntityConverter.h"
315                                >
316                        </File>
317                        <File
318                                RelativePath=".\src\SceneQuery.cpp"
319                                >
320                        </File>
321                        <File
322                                RelativePath=".\src\SceneQuery.h"
323                                >
324                        </File>
325                        <File
326                                RelativePath=".\src\shaderenv.h"
327                                >
328                        </File>
329                        <File
330                                RelativePath=".\src\ShadowMapping.cpp"
331                                >
332                        </File>
333                        <File
334                                RelativePath=".\src\ShadowMapping.h"
335                                >
336                        </File>
337                        <File
338                                RelativePath=".\src\Triangle3.cpp"
339                                >
340                        </File>
341                        <File
342                                RelativePath=".\src\Triangle3.h"
343                                >
344                        </File>
345                        <File
346                                RelativePath=".\src\Vector3.cpp"
347                                >
348                        </File>
349                        <File
350                                RelativePath=".\src\Vector3.h"
351                                >
352                        </File>
353                        <Filter
354                                Name="timer"
355                                >
356                                <File
357                                        RelativePath=".\src\Timer\BenchTimer.cpp"
358                                        >
359                                </File>
360                                <File
361                                        RelativePath=".\src\Timer\BenchTimer.h"
362                                        >
363                                </File>
364                                <File
365                                        RelativePath=".\src\Timer\merror.cpp"
366                                        >
367                                </File>
368                                <File
369                                        RelativePath=".\src\Timer\merror.h"
370                                        >
371                                </File>
372                                <File
373                                        RelativePath=".\src\Timer\mstring.h"
374                                        >
375                                </File>
376                                <File
377                                        RelativePath=".\src\Timer\PerfTimer.h"
378                                        >
379                                </File>
380                                <File
381                                        RelativePath=".\src\Timer\PerfTimerSkeleton.h"
382                                        >
383                                </File>
384                                <File
385                                        RelativePath=".\src\Timer\RDTSCTimer.cpp"
386                                        >
387                                </File>
388                                <File
389                                        RelativePath=".\src\Timer\RDTSCTimer.h"
390                                        >
391                                </File>
392                        </Filter>
393                </Filter>
394                <Filter
395                        Name="traversal"
396                        >
397                        <Filter
398                                Name="Header Files"
399                                >
400                                <File
401                                        RelativePath=".\src\CHCPlusPlusTraverser.h"
402                                        >
403                                </File>
404                                <File
405                                        RelativePath=".\src\CHCTraverser.cpp"
406                                        >
407                                        <FileConfiguration
408                                                Name="Debug|Win32"
409                                                >
410                                                <Tool
411                                                        Name="VCCLCompilerTool"
412                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
413                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
414                                                />
415                                        </FileConfiguration>
416                                        <FileConfiguration
417                                                Name="Release|Win32"
418                                                >
419                                                <Tool
420                                                        Name="VCCLCompilerTool"
421                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
422                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
423                                                />
424                                        </FileConfiguration>
425                                </File>
426                                <File
427                                        RelativePath=".\src\CHCTraverser.h"
428                                        >
429                                </File>
430                                <File
431                                        RelativePath=".\src\FrustumCullingTraverser.h"
432                                        >
433                                </File>
434                                <File
435                                        RelativePath=".\src\RenderTraverser.h"
436                                        >
437                                </File>
438                                <File
439                                        RelativePath=".\src\StopAndWaitTraverser.h"
440                                        >
441                                </File>
442                        </Filter>
443                        <Filter
444                                Name="Source Files"
445                                >
446                                <File
447                                        RelativePath=".\src\CHCPlusPlusTraverser.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\FrustumCullingTraverser.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                                <File
491                                        RelativePath=".\src\RenderTraverser.cpp"
492                                        >
493                                        <FileConfiguration
494                                                Name="Debug|Win32"
495                                                >
496                                                <Tool
497                                                        Name="VCCLCompilerTool"
498                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
499                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
500                                                />
501                                        </FileConfiguration>
502                                        <FileConfiguration
503                                                Name="Release|Win32"
504                                                >
505                                                <Tool
506                                                        Name="VCCLCompilerTool"
507                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
508                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
509                                                />
510                                        </FileConfiguration>
511                                </File>
512                                <File
513                                        RelativePath=".\src\StopAndWaitTraverser.cpp"
514                                        >
515                                        <FileConfiguration
516                                                Name="Debug|Win32"
517                                                >
518                                                <Tool
519                                                        Name="VCCLCompilerTool"
520                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
521                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
522                                                />
523                                        </FileConfiguration>
524                                        <FileConfiguration
525                                                Name="Release|Win32"
526                                                >
527                                                <Tool
528                                                        Name="VCCLCompilerTool"
529                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
530                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
531                                                />
532                                        </FileConfiguration>
533                                </File>
534                        </Filter>
535                </Filter>
536                <Filter
537                        Name="rendering"
538                        >
539                        <Filter
540                                Name="Header Files"
541                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
542                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
543                                >
544                                <File
545                                        RelativePath=".\src\Bvh.h"
546                                        >
547                                </File>
548                                <File
549                                        RelativePath=".\src\Camera.h"
550                                        >
551                                </File>
552                                <File
553                                        RelativePath=".\src\DeferredRenderer.h"
554                                        >
555                                </File>
556                                <File
557                                        RelativePath=".\src\Geometry.h"
558                                        >
559                                </File>
560                                <File
561                                        RelativePath=".\src\Light.h"
562                                        >
563                                </File>
564                                <File
565                                        RelativePath=".\src\LODInfo.h"
566                                        >
567                                </File>
568                                <File
569                                        RelativePath=".\src\Material.h"
570                                        >
571                                </File>
572                                <File
573                                        RelativePath=".\src\OcclusionQuery.h"
574                                        >
575                                </File>
576                                <File
577                                        RelativePath=".\src\RenderQueue.h"
578                                        >
579                                </File>
580                                <File
581                                        RelativePath=".\src\RenderState.h"
582                                        >
583                                </File>
584                                <File
585                                        RelativePath=".\src\ResourceManager.h"
586                                        >
587                                </File>
588                                <File
589                                        RelativePath=".\src\SceneEntity.h"
590                                        >
591                                </File>
592                                <File
593                                        RelativePath=".\src\Shape.h"
594                                        >
595                                </File>
596                                <File
597                                        RelativePath=".\src\Texture.h"
598                                        >
599                                </File>
600                                <File
601                                        RelativePath=".\src\Transform3.h"
602                                        >
603                                </File>
604                                <File
605                                        RelativePath=".\src\Visualization.h"
606                                        >
607                                </File>
608                        </Filter>
609                        <Filter
610                                Name="Source Files"
611                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
612                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
613                                >
614                                <File
615                                        RelativePath=".\src\Bvh.cpp"
616                                        >
617                                        <FileConfiguration
618                                                Name="Debug|Win32"
619                                                >
620                                                <Tool
621                                                        Name="VCCLCompilerTool"
622                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
623                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
624                                                />
625                                        </FileConfiguration>
626                                        <FileConfiguration
627                                                Name="Release|Win32"
628                                                >
629                                                <Tool
630                                                        Name="VCCLCompilerTool"
631                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
632                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
633                                                />
634                                        </FileConfiguration>
635                                </File>
636                                <File
637                                        RelativePath=".\src\Camera.cpp"
638                                        >
639                                        <FileConfiguration
640                                                Name="Debug|Win32"
641                                                >
642                                                <Tool
643                                                        Name="VCCLCompilerTool"
644                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
645                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
646                                                />
647                                        </FileConfiguration>
648                                        <FileConfiguration
649                                                Name="Release|Win32"
650                                                >
651                                                <Tool
652                                                        Name="VCCLCompilerTool"
653                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
654                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
655                                                />
656                                        </FileConfiguration>
657                                </File>
658                                <File
659                                        RelativePath=".\src\chcdemo.cpp"
660                                        >
661                                </File>
662                                <File
663                                        RelativePath=".\src\DeferredRenderer.cpp"
664                                        >
665                                </File>
666                                <File
667                                        RelativePath=".\src\Geometry.cpp"
668                                        >
669                                </File>
670                                <File
671                                        RelativePath=".\src\LODInfo.cpp"
672                                        >
673                                </File>
674                                <File
675                                        RelativePath=".\src\Material.cpp"
676                                        >
677                                </File>
678                                <File
679                                        RelativePath=".\src\OcclusionQuery.cpp"
680                                        >
681                                        <FileConfiguration
682                                                Name="Debug|Win32"
683                                                >
684                                                <Tool
685                                                        Name="VCCLCompilerTool"
686                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
687                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
688                                                />
689                                        </FileConfiguration>
690                                        <FileConfiguration
691                                                Name="Release|Win32"
692                                                >
693                                                <Tool
694                                                        Name="VCCLCompilerTool"
695                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
696                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
697                                                />
698                                        </FileConfiguration>
699                                </File>
700                                <File
701                                        RelativePath=".\src\RenderQueue.cpp"
702                                        >
703                                        <FileConfiguration
704                                                Name="Debug|Win32"
705                                                >
706                                                <Tool
707                                                        Name="VCCLCompilerTool"
708                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
709                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
710                                                />
711                                        </FileConfiguration>
712                                        <FileConfiguration
713                                                Name="Release|Win32"
714                                                >
715                                                <Tool
716                                                        Name="VCCLCompilerTool"
717                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
718                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
719                                                />
720                                        </FileConfiguration>
721                                </File>
722                                <File
723                                        RelativePath=".\src\RenderState.cpp"
724                                        >
725                                        <FileConfiguration
726                                                Name="Debug|Win32"
727                                                >
728                                                <Tool
729                                                        Name="VCCLCompilerTool"
730                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
731                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
732                                                />
733                                        </FileConfiguration>
734                                        <FileConfiguration
735                                                Name="Release|Win32"
736                                                >
737                                                <Tool
738                                                        Name="VCCLCompilerTool"
739                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
740                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
741                                                />
742                                        </FileConfiguration>
743                                </File>
744                                <File
745                                        RelativePath=".\src\ResourceManager.cpp"
746                                        >
747                                </File>
748                                <File
749                                        RelativePath=".\src\SceneEntity.cpp"
750                                        >
751                                </File>
752                                <File
753                                        RelativePath=".\src\Shape.cpp"
754                                        >
755                                </File>
756                                <File
757                                        RelativePath=".\src\Texture.cpp"
758                                        >
759                                        <FileConfiguration
760                                                Name="Debug|Win32"
761                                                >
762                                                <Tool
763                                                        Name="VCCLCompilerTool"
764                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
765                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
766                                                />
767                                        </FileConfiguration>
768                                        <FileConfiguration
769                                                Name="Release|Win32"
770                                                >
771                                                <Tool
772                                                        Name="VCCLCompilerTool"
773                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
774                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
775                                                />
776                                        </FileConfiguration>
777                                </File>
778                                <File
779                                        RelativePath=".\src\Transform3.cpp"
780                                        >
781                                </File>
782                                <File
783                                        RelativePath=".\src\Visualization.cpp"
784                                        >
785                                        <FileConfiguration
786                                                Name="Debug|Win32"
787                                                >
788                                                <Tool
789                                                        Name="VCCLCompilerTool"
790                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
791                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
792                                                />
793                                        </FileConfiguration>
794                                        <FileConfiguration
795                                                Name="Release|Win32"
796                                                >
797                                                <Tool
798                                                        Name="VCCLCompilerTool"
799                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
800                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
801                                                />
802                                        </FileConfiguration>
803                                </File>
804                        </Filter>
805                </Filter>
806                <Filter
807                        Name="shaders"
808                        >
809                        <File
810                                RelativePath=".\src\shaders\antialiasing.cg"
811                                >
812                        </File>
813                        <File
814                                RelativePath=".\src\shaders\deferred.cg"
815                                >
816                        </File>
817                        <File
818                                RelativePath=".\src\shaders\globillum.cg"
819                                >
820                        </File>
821                        <File
822                                RelativePath=".\src\shaders\mrt.cg"
823                                >
824                        </File>
825                        <File
826                                RelativePath=".\src\shaders\ssao.cg"
827                                >
828                        </File>
829                        <File
830                                RelativePath=".\src\shaders\ssao3d.cg"
831                                >
832                        </File>
833                </Filter>
834                <File
835                        RelativePath=".\default.env"
836                        >
837                </File>
838                <File
839                        RelativePath=".\ReadMe.txt"
840                        >
841                </File>
842        </Files>
843        <Globals>
844        </Globals>
845</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.