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

Revision 2847, 16.8 KB checked in by mattausch, 16 years ago (diff)
RevLine 
[2642]1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
[2806]5        Name="friendlyculling"
[2642]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"
[2784]20                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
21                        IntermediateDirectory="obj/$(ConfigurationName)"
[2642]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"
[2808]43                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
[2784]44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
[2642]45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
[2751]48                                RuntimeTypeInfo="false"
[2642]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"
[2808]65                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
[2642]66                                LinkIncremental="2"
[2808]67                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib;&quot;$(CG_LIB_PATH)&quot;"
68                                IgnoreDefaultLibraryNames="LIBCMT"
[2642]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"
[2784]100                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
101                        IntermediateDirectory="obj/$(ConfigurationName)"
[2642]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"
[2755]123                                Optimization="3"
[2751]124                                InlineFunctionExpansion="2"
125                                EnableIntrinsicFunctions="true"
126                                FavorSizeOrSpeed="1"
127                                OmitFramePointers="true"
128                                EnableFiberSafeOptimizations="true"
[2808]129                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
[2784]130                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE; _CRT_SECURE_NO_WARNINGS"
[2764]131                                StringPooling="true"
[2642]132                                RuntimeLibrary="2"
[2764]133                                BufferSecurityCheck="false"
134                                EnableEnhancedInstructionSet="2"
[2751]135                                RuntimeTypeInfo="false"
[2642]136                                UsePrecompiledHeader="0"
[2755]137                                BrowseInformation="1"
[2642]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"
[2809]153                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
[2642]154                                LinkIncremental="1"
[2809]155                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib;&quot;$(CG_LIB_PATH)&quot;"
[2801]156                                IgnoreAllDefaultLibraries="false"
157                                IgnoreDefaultLibraryNames="LIBCMT"
[2756]158                                GenerateDebugInformation="false"
[2642]159                                SubSystem="1"
160                                OptimizeReferences="2"
161                                EnableCOMDATFolding="2"
[2764]162                                OptimizeForWindows98="1"
[2642]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
[2778]195                        Name="util"
[2642]196                        >
197                        <File
[2783]198                                RelativePath=".\src\AxisAlignedBox3.cpp"
199                                >
200                        </File>
201                        <File
[2795]202                                RelativePath=".\src\BvhLoader.cpp"
[2783]203                                >
204                        </File>
205                        <File
[2795]206                                RelativePath=".\src\BvhLoader.h"
[2783]207                                >
208                        </File>
209                        <File
[2795]210                                RelativePath=".\src\common.cpp"
[2783]211                                >
212                        </File>
213                        <File
[2795]214                                RelativePath=".\src\common.h"
[2783]215                                >
216                        </File>
217                        <File
[2825]218                                RelativePath=".\src\Environment.cpp"
219                                >
220                        </File>
221                        <File
222                                RelativePath=".\src\Environment.h"
223                                >
224                        </File>
225                        <File
[2826]226                                RelativePath=".\src\glfont2.cpp"
227                                >
228                        </File>
229                        <File
230                                RelativePath=".\src\glfont2.h"
231                                >
232                        </File>
233                        <File
[2795]234                                RelativePath=".\src\glInterface.h"
[2642]235                                >
236                        </File>
237                        <File
[2795]238                                RelativePath=".\src\gzstream.cpp"
[2642]239                                >
240                        </File>
241                        <File
[2795]242                                RelativePath=".\src\gzstream.h"
[2755]243                                >
244                        </File>
245                        <File
[2837]246                                RelativePath=".\src\Halton.cpp"
247                                >
248                        </File>
249                        <File
250                                RelativePath=".\src\Halton.h"
251                                >
252                        </File>
253                        <File
[2782]254                                RelativePath=".\src\Matrix4x4.cpp"
[2755]255                                >
256                        </File>
257                        <File
[2782]258                                RelativePath=".\src\Matrix4x4.h"
[2755]259                                >
260                        </File>
261                        <File
[2827]262                                RelativePath=".\src\PerformanceGraph.cpp"
263                                >
264                        </File>
265                        <File
266                                RelativePath=".\src\PerformanceGraph.h"
267                                >
268                        </File>
269                        <File
[2782]270                                RelativePath=".\src\Plane3.cpp"
[2755]271                                >
272                        </File>
273                        <File
[2782]274                                RelativePath=".\src\Plane3.h"
[2746]275                                >
276                        </File>
277                        <File
[2808]278                                RelativePath=".\src\RenderTexture.cpp"
279                                >
280                        </File>
281                        <File
282                                RelativePath=".\src\RenderTexture.h"
283                                >
284                        </File>
285                        <File
[2782]286                                RelativePath=".\src\SceneQuery.cpp"
[2746]287                                >
288                        </File>
289                        <File
[2782]290                                RelativePath=".\src\SceneQuery.h"
[2642]291                                >
292                        </File>
293                        <File
[2782]294                                RelativePath=".\src\Triangle3.cpp"
[2751]295                                >
296                        </File>
297                        <File
[2782]298                                RelativePath=".\src\Triangle3.h"
[2642]299                                >
300                        </File>
301                        <File
[2782]302                                RelativePath=".\src\Vector3.cpp"
[2642]303                                >
304                        </File>
305                        <File
[2782]306                                RelativePath=".\src\Vector3.h"
[2751]307                                >
308                        </File>
[2776]309                        <Filter
310                                Name="timer"
311                                >
312                                <File
[2782]313                                        RelativePath=".\src\Timer\BenchTimer.cpp"
[2776]314                                        >
315                                </File>
316                                <File
[2782]317                                        RelativePath=".\src\Timer\BenchTimer.h"
[2776]318                                        >
319                                </File>
320                                <File
[2782]321                                        RelativePath=".\src\Timer\merror.cpp"
[2776]322                                        >
323                                </File>
324                                <File
[2782]325                                        RelativePath=".\src\Timer\merror.h"
[2776]326                                        >
327                                </File>
328                                <File
[2782]329                                        RelativePath=".\src\Timer\mstring.h"
[2776]330                                        >
331                                </File>
332                                <File
[2782]333                                        RelativePath=".\src\Timer\PerfTimer.h"
[2776]334                                        >
335                                </File>
336                                <File
[2782]337                                        RelativePath=".\src\Timer\PerfTimerSkeleton.h"
[2776]338                                        >
339                                </File>
340                                <File
[2782]341                                        RelativePath=".\src\Timer\RDTSCTimer.cpp"
[2776]342                                        >
343                                </File>
344                                <File
[2782]345                                        RelativePath=".\src\Timer\RDTSCTimer.h"
[2776]346                                        >
347                                </File>
348                        </Filter>
[2642]349                </Filter>
[2751]350                <Filter
351                        Name="traversal"
352                        >
[2756]353                        <Filter
354                                Name="Header Files"
[2754]355                                >
[2756]356                                <File
[2782]357                                        RelativePath=".\src\CHCPlusPlusTraverser.h"
[2756]358                                        >
359                                </File>
360                                <File
[2782]361                                        RelativePath=".\src\CHCTraverser.cpp"
[2756]362                                        >
[2782]363                                        <FileConfiguration
364                                                Name="Debug|Win32"
365                                                >
366                                                <Tool
367                                                        Name="VCCLCompilerTool"
368                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
369                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
370                                                />
371                                        </FileConfiguration>
372                                        <FileConfiguration
373                                                Name="Release|Win32"
374                                                >
375                                                <Tool
376                                                        Name="VCCLCompilerTool"
377                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
378                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
379                                                />
380                                        </FileConfiguration>
[2756]381                                </File>
382                                <File
[2782]383                                        RelativePath=".\src\CHCTraverser.h"
[2756]384                                        >
385                                </File>
386                                <File
[2782]387                                        RelativePath=".\src\FrustumCullingTraverser.h"
[2756]388                                        >
389                                </File>
390                                <File
[2782]391                                        RelativePath=".\src\RenderTraverser.h"
[2756]392                                        >
393                                </File>
[2782]394                                <File
395                                        RelativePath=".\src\StopAndWaitTraverser.h"
396                                        >
397                                </File>
[2756]398                        </Filter>
399                        <Filter
400                                Name="Source Files"
[2754]401                                >
[2756]402                                <File
[2782]403                                        RelativePath=".\src\CHCPlusPlusTraverser.cpp"
[2756]404                                        >
[2782]405                                        <FileConfiguration
406                                                Name="Debug|Win32"
407                                                >
408                                                <Tool
409                                                        Name="VCCLCompilerTool"
410                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
411                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
412                                                />
413                                        </FileConfiguration>
414                                        <FileConfiguration
415                                                Name="Release|Win32"
416                                                >
417                                                <Tool
418                                                        Name="VCCLCompilerTool"
419                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
420                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
421                                                />
422                                        </FileConfiguration>
[2756]423                                </File>
424                                <File
[2782]425                                        RelativePath=".\src\FrustumCullingTraverser.cpp"
[2756]426                                        >
[2782]427                                        <FileConfiguration
428                                                Name="Debug|Win32"
429                                                >
430                                                <Tool
431                                                        Name="VCCLCompilerTool"
432                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
433                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
434                                                />
435                                        </FileConfiguration>
436                                        <FileConfiguration
437                                                Name="Release|Win32"
438                                                >
439                                                <Tool
440                                                        Name="VCCLCompilerTool"
441                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
442                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
443                                                />
444                                        </FileConfiguration>
[2756]445                                </File>
446                                <File
[2782]447                                        RelativePath=".\src\RenderTraverser.cpp"
[2756]448                                        >
[2782]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>
[2756]467                                </File>
468                                <File
[2782]469                                        RelativePath=".\src\StopAndWaitTraverser.cpp"
[2756]470                                        >
[2782]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>
[2756]489                                </File>
490                        </Filter>
491                </Filter>
492                <Filter
[2806]493                        Name="rendering"
[2756]494                        >
495                        <Filter
496                                Name="Header Files"
497                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
498                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
[2754]499                                >
[2756]500                                <File
[2782]501                                        RelativePath=".\src\Bvh.h"
[2756]502                                        >
503                                </File>
504                                <File
[2782]505                                        RelativePath=".\src\Camera.h"
[2756]506                                        >
507                                </File>
508                                <File
[2793]509                                        RelativePath=".\src\Geometry.h"
[2756]510                                        >
511                                </File>
512                                <File
[2839]513                                        RelativePath=".\src\LODInfo.h"
514                                        >
515                                </File>
516                                <File
[2801]517                                        RelativePath=".\src\Material.h"
518                                        >
519                                </File>
520                                <File
[2782]521                                        RelativePath=".\src\OcclusionQuery.h"
[2756]522                                        >
523                                </File>
524                                <File
[2782]525                                        RelativePath=".\src\RenderQueue.h"
[2767]526                                        >
527                                </File>
528                                <File
[2782]529                                        RelativePath=".\src\RenderState.h"
[2769]530                                        >
531                                </File>
532                                <File
[2806]533                                        RelativePath=".\src\ResourceManager.h"
534                                        >
535                                </File>
536                                <File
[2783]537                                        RelativePath=".\src\SceneEntity.h"
538                                        >
539                                </File>
540                                <File
[2839]541                                        RelativePath=".\src\Shape.h"
542                                        >
543                                </File>
544                                <File
[2782]545                                        RelativePath=".\src\Texture.h"
[2756]546                                        >
547                                </File>
548                                <File
[2840]549                                        RelativePath=".\src\Transform3.h"
[2839]550                                        >
551                                </File>
552                                <File
[2782]553                                        RelativePath=".\src\Visualization.h"
[2756]554                                        >
555                                </File>
556                        </Filter>
557                        <Filter
558                                Name="Source Files"
559                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
560                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
[2754]561                                >
[2756]562                                <File
[2782]563                                        RelativePath=".\src\Bvh.cpp"
[2756]564                                        >
[2782]565                                        <FileConfiguration
566                                                Name="Debug|Win32"
567                                                >
568                                                <Tool
569                                                        Name="VCCLCompilerTool"
570                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
571                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
572                                                />
573                                        </FileConfiguration>
574                                        <FileConfiguration
575                                                Name="Release|Win32"
576                                                >
577                                                <Tool
578                                                        Name="VCCLCompilerTool"
579                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
580                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
581                                                />
582                                        </FileConfiguration>
[2756]583                                </File>
584                                <File
[2782]585                                        RelativePath=".\src\Camera.cpp"
[2756]586                                        >
[2782]587                                        <FileConfiguration
588                                                Name="Debug|Win32"
589                                                >
590                                                <Tool
591                                                        Name="VCCLCompilerTool"
592                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
593                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
594                                                />
595                                        </FileConfiguration>
596                                        <FileConfiguration
597                                                Name="Release|Win32"
598                                                >
599                                                <Tool
600                                                        Name="VCCLCompilerTool"
601                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
602                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
603                                                />
604                                        </FileConfiguration>
[2756]605                                </File>
606                                <File
[2783]607                                        RelativePath=".\src\chcdemo.cpp"
608                                        >
609                                </File>
610                                <File
611                                        RelativePath=".\src\Geometry.cpp"
612                                        >
613                                </File>
614                                <File
[2847]615                                        RelativePath=".\src\LODInfo.cpp"
616                                        >
617                                </File>
618                                <File
[2783]619                                        RelativePath=".\src\Material.cpp"
620                                        >
621                                </File>
622                                <File
[2782]623                                        RelativePath=".\src\OcclusionQuery.cpp"
[2756]624                                        >
[2782]625                                        <FileConfiguration
626                                                Name="Debug|Win32"
627                                                >
628                                                <Tool
629                                                        Name="VCCLCompilerTool"
630                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
631                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
632                                                />
633                                        </FileConfiguration>
634                                        <FileConfiguration
635                                                Name="Release|Win32"
636                                                >
637                                                <Tool
638                                                        Name="VCCLCompilerTool"
639                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
640                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
641                                                />
642                                        </FileConfiguration>
[2756]643                                </File>
644                                <File
[2782]645                                        RelativePath=".\src\RenderQueue.cpp"
[2756]646                                        >
[2782]647                                        <FileConfiguration
648                                                Name="Debug|Win32"
649                                                >
650                                                <Tool
651                                                        Name="VCCLCompilerTool"
652                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
653                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
654                                                />
655                                        </FileConfiguration>
656                                        <FileConfiguration
657                                                Name="Release|Win32"
658                                                >
659                                                <Tool
660                                                        Name="VCCLCompilerTool"
661                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
662                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
663                                                />
664                                        </FileConfiguration>
[2756]665                                </File>
666                                <File
[2782]667                                        RelativePath=".\src\RenderState.cpp"
[2756]668                                        >
[2782]669                                        <FileConfiguration
670                                                Name="Debug|Win32"
671                                                >
672                                                <Tool
673                                                        Name="VCCLCompilerTool"
674                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
675                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
676                                                />
677                                        </FileConfiguration>
678                                        <FileConfiguration
679                                                Name="Release|Win32"
680                                                >
681                                                <Tool
682                                                        Name="VCCLCompilerTool"
683                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
684                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
685                                                />
686                                        </FileConfiguration>
[2756]687                                </File>
688                                <File
[2806]689                                        RelativePath=".\src\ResourceManager.cpp"
690                                        >
691                                </File>
692                                <File
[2783]693                                        RelativePath=".\src\SceneEntity.cpp"
694                                        >
695                                </File>
696                                <File
[2839]697                                        RelativePath=".\src\Shape.cpp"
698                                        >
699                                </File>
700                                <File
[2782]701                                        RelativePath=".\src\Texture.cpp"
[2756]702                                        >
[2782]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>
[2756]721                                </File>
722                                <File
[2840]723                                        RelativePath=".\src\Transform3.cpp"
[2839]724                                        >
725                                </File>
726                                <File
[2782]727                                        RelativePath=".\src\Visualization.cpp"
[2767]728                                        >
[2782]729                                        <FileConfiguration
730                                                Name="Debug|Win32"
731                                                >
732                                                <Tool
733                                                        Name="VCCLCompilerTool"
734                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
735                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
736                                                />
737                                        </FileConfiguration>
738                                        <FileConfiguration
739                                                Name="Release|Win32"
740                                                >
741                                                <Tool
742                                                        Name="VCCLCompilerTool"
743                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
744                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
745                                                />
746                                        </FileConfiguration>
[2767]747                                </File>
[2756]748                        </Filter>
[2751]749                </Filter>
[2834]750                <Filter
751                        Name="shaders"
752                        >
753                        <File
754                                RelativePath=".\src\shaders\deferred.cg"
755                                >
756                        </File>
757                        <File
758                                RelativePath=".\src\shaders\mrt.cg"
759                                >
760                        </File>
761                </Filter>
[2642]762                <File
763                        RelativePath=".\ReadMe.txt"
764                        >
765                </File>
766        </Files>
767        <Globals>
768        </Globals>
769</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.