source: GTP/trunk/App/Demos/Vis/CHC_revisited/chc_revisited.vcproj @ 2778

Revision 2778, 8.8 KB checked in by mattausch, 17 years ago (diff)

updated the camera model

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="chc_revisited"
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)$(ConfigurationName)"
21                        IntermediateDirectory="$(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="Devil/include;GL"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
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"
66                                LinkIncremental="2"
67                                AdditionalLibraryDirectories="GL;Devil/lib"
68                                GenerateDebugInformation="true"
69                                SubSystem="1"
70                                TargetMachine="1"
71                        />
72                        <Tool
73                                Name="VCALinkTool"
74                        />
75                        <Tool
76                                Name="VCManifestTool"
77                        />
78                        <Tool
79                                Name="VCXDCMakeTool"
80                        />
81                        <Tool
82                                Name="VCBscMakeTool"
83                        />
84                        <Tool
85                                Name="VCFxCopTool"
86                        />
87                        <Tool
88                                Name="VCAppVerifierTool"
89                        />
90                        <Tool
91                                Name="VCWebDeploymentTool"
92                        />
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                        />
96                </Configuration>
97                <Configuration
98                        Name="Release|Win32"
99                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
100                        IntermediateDirectory="$(ConfigurationName)"
101                        ConfigurationType="1"
102                        CharacterSet="1"
103                        WholeProgramOptimization="1"
104                        >
105                        <Tool
106                                Name="VCPreBuildEventTool"
107                        />
108                        <Tool
109                                Name="VCCustomBuildTool"
110                        />
111                        <Tool
112                                Name="VCXMLDataGeneratorTool"
113                        />
114                        <Tool
115                                Name="VCWebServiceProxyGeneratorTool"
116                        />
117                        <Tool
118                                Name="VCMIDLTool"
119                        />
120                        <Tool
121                                Name="VCCLCompilerTool"
122                                Optimization="3"
123                                InlineFunctionExpansion="2"
124                                EnableIntrinsicFunctions="true"
125                                FavorSizeOrSpeed="1"
126                                OmitFramePointers="true"
127                                EnableFiberSafeOptimizations="true"
128                                AdditionalIncludeDirectories="GL;Devil/include"
129                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
130                                StringPooling="true"
131                                RuntimeLibrary="2"
132                                BufferSecurityCheck="false"
133                                EnableEnhancedInstructionSet="2"
134                                RuntimeTypeInfo="false"
135                                UsePrecompiledHeader="0"
136                                BrowseInformation="1"
137                                WarningLevel="3"
138                                Detect64BitPortabilityProblems="true"
139                                DebugInformationFormat="3"
140                        />
141                        <Tool
142                                Name="VCManagedResourceCompilerTool"
143                        />
144                        <Tool
145                                Name="VCResourceCompilerTool"
146                        />
147                        <Tool
148                                Name="VCPreLinkEventTool"
149                        />
150                        <Tool
151                                Name="VCLinkerTool"
152                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib"
153                                LinkIncremental="1"
154                                AdditionalLibraryDirectories="GL;Devil/lib"
155                                GenerateDebugInformation="false"
156                                SubSystem="1"
157                                OptimizeReferences="2"
158                                EnableCOMDATFolding="2"
159                                OptimizeForWindows98="1"
160                                TargetMachine="1"
161                        />
162                        <Tool
163                                Name="VCALinkTool"
164                        />
165                        <Tool
166                                Name="VCManifestTool"
167                        />
168                        <Tool
169                                Name="VCXDCMakeTool"
170                        />
171                        <Tool
172                                Name="VCBscMakeTool"
173                        />
174                        <Tool
175                                Name="VCFxCopTool"
176                        />
177                        <Tool
178                                Name="VCAppVerifierTool"
179                        />
180                        <Tool
181                                Name="VCWebDeploymentTool"
182                        />
183                        <Tool
184                                Name="VCPostBuildEventTool"
185                        />
186                </Configuration>
187        </Configurations>
188        <References>
189        </References>
190        <Files>
191                <Filter
192                        Name="util"
193                        >
194                        <File
195                                RelativePath=".\AxisAlignedBox3.cpp"
196                                >
197                        </File>
198                        <File
199                                RelativePath=".\AxisAlignedBox3.h"
200                                >
201                        </File>
202                        <File
203                                RelativePath=".\BinaryLoader.cpp"
204                                >
205                        </File>
206                        <File
207                                RelativePath=".\BinaryLoader.h"
208                                >
209                        </File>
210                        <File
211                                RelativePath=".\BvhLoader.cpp"
212                                >
213                        </File>
214                        <File
215                                RelativePath=".\BvhLoader.h"
216                                >
217                        </File>
218                        <File
219                                RelativePath=".\common.cpp"
220                                >
221                        </File>
222                        <File
223                                RelativePath=".\common.h"
224                                >
225                        </File>
226                        <File
227                                RelativePath=".\glInterface.h"
228                                >
229                        </File>
230                        <File
231                                RelativePath=".\Matrix4x4.cpp"
232                                >
233                        </File>
234                        <File
235                                RelativePath=".\Matrix4x4.h"
236                                >
237                        </File>
238                        <File
239                                RelativePath=".\Plane3.cpp"
240                                >
241                        </File>
242                        <File
243                                RelativePath=".\Plane3.h"
244                                >
245                        </File>
246                        <File
247                                RelativePath=".\SceneQuery.cpp"
248                                >
249                        </File>
250                        <File
251                                RelativePath=".\SceneQuery.h"
252                                >
253                        </File>
254                        <File
255                                RelativePath=".\Triangle3.cpp"
256                                >
257                        </File>
258                        <File
259                                RelativePath=".\Triangle3.h"
260                                >
261                        </File>
262                        <File
263                                RelativePath=".\Vector3.cpp"
264                                >
265                        </File>
266                        <File
267                                RelativePath=".\Vector3.h"
268                                >
269                        </File>
270                        <Filter
271                                Name="timer"
272                                >
273                                <File
274                                        RelativePath=".\Timer\BenchTimer.cpp"
275                                        >
276                                </File>
277                                <File
278                                        RelativePath=".\Timer\BenchTimer.h"
279                                        >
280                                </File>
281                                <File
282                                        RelativePath=".\Timer\merror.cpp"
283                                        >
284                                </File>
285                                <File
286                                        RelativePath=".\Timer\merror.h"
287                                        >
288                                </File>
289                                <File
290                                        RelativePath=".\Timer\mstring.h"
291                                        >
292                                </File>
293                                <File
294                                        RelativePath=".\Timer\PerfTimer.h"
295                                        >
296                                </File>
297                                <File
298                                        RelativePath=".\Timer\PerfTimerSkeleton.h"
299                                        >
300                                </File>
301                                <File
302                                        RelativePath=".\Timer\RDTSCTimer.cpp"
303                                        >
304                                </File>
305                                <File
306                                        RelativePath=".\Timer\RDTSCTimer.h"
307                                        >
308                                </File>
309                        </Filter>
310                </Filter>
311                <Filter
312                        Name="traversal"
313                        >
314                        <Filter
315                                Name="Header Files"
316                                >
317                                <File
318                                        RelativePath=".\CHCPlusPlusTraverser.h"
319                                        >
320                                </File>
321                                <File
322                                        RelativePath=".\CHCTraverser.h"
323                                        >
324                                </File>
325                                <File
326                                        RelativePath=".\FrustumCullingTraverser.h"
327                                        >
328                                </File>
329                                <File
330                                        RelativePath=".\RenderTraverser.h"
331                                        >
332                                </File>
333                                <File
334                                        RelativePath=".\StopAndWaitTraverser.h"
335                                        >
336                                </File>
337                        </Filter>
338                        <Filter
339                                Name="Source Files"
340                                >
341                                <File
342                                        RelativePath=".\CHCPlusPlusTraverser.cpp"
343                                        >
344                                </File>
345                                <File
346                                        RelativePath=".\CHCTraverser.cpp"
347                                        >
348                                </File>
349                                <File
350                                        RelativePath=".\FrustumCullingTraverser.cpp"
351                                        >
352                                </File>
353                                <File
354                                        RelativePath=".\RenderTraverser.cpp"
355                                        >
356                                </File>
357                                <File
358                                        RelativePath=".\StopAndWaitTraverser.cpp"
359                                        >
360                                </File>
361                        </Filter>
362                </Filter>
363                <Filter
364                        Name="render"
365                        >
366                        <Filter
367                                Name="Header Files"
368                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
369                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
370                                >
371                                <File
372                                        RelativePath=".\Bvh.h"
373                                        >
374                                </File>
375                                <File
376                                        RelativePath=".\Camera.h"
377                                        >
378                                </File>
379                                <File
380                                        RelativePath=".\Geometry.h"
381                                        >
382                                </File>
383                                <File
384                                        RelativePath=".\Material.h"
385                                        >
386                                </File>
387                                <File
388                                        RelativePath=".\OcclusionQuery.h"
389                                        >
390                                </File>
391                                <File
392                                        RelativePath=".\RenderQueue.h"
393                                        >
394                                </File>
395                                <File
396                                        RelativePath=".\RenderState.h"
397                                        >
398                                </File>
399                                <File
400                                        RelativePath=".\SceneEntity.h"
401                                        >
402                                </File>
403                                <File
404                                        RelativePath=".\Texture.h"
405                                        >
406                                </File>
407                                <File
408                                        RelativePath=".\Visualization.h"
409                                        >
410                                </File>
411                        </Filter>
412                        <Filter
413                                Name="Source Files"
414                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
415                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
416                                >
417                                <File
418                                        RelativePath=".\Bvh.cpp"
419                                        >
420                                </File>
421                                <File
422                                        RelativePath=".\Camera.cpp"
423                                        >
424                                </File>
425                                <File
426                                        RelativePath=".\chcdemo.cpp"
427                                        >
428                                </File>
429                                <File
430                                        RelativePath=".\Geometry.cpp"
431                                        >
432                                </File>
433                                <File
434                                        RelativePath=".\Material.cpp"
435                                        >
436                                </File>
437                                <File
438                                        RelativePath=".\OcclusionQuery.cpp"
439                                        >
440                                </File>
441                                <File
442                                        RelativePath=".\RenderQueue.cpp"
443                                        >
444                                </File>
445                                <File
446                                        RelativePath=".\RenderState.cpp"
447                                        >
448                                </File>
449                                <File
450                                        RelativePath=".\SceneEntity.cpp"
451                                        >
452                                </File>
453                                <File
454                                        RelativePath=".\Texture.cpp"
455                                        >
456                                </File>
457                                <File
458                                        RelativePath=".\Visualization.cpp"
459                                        >
460                                </File>
461                        </Filter>
462                </Filter>
463                <File
464                        RelativePath=".\ReadMe.txt"
465                        >
466                </File>
467        </Files>
468        <Globals>
469        </Globals>
470</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.