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

Revision 2764, 7.8 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="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="utils"
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=".\Timers.cpp"
256                                >
257                        </File>
258                        <File
259                                RelativePath=".\Timers.h"
260                                >
261                        </File>
262                        <File
263                                RelativePath=".\Triangle3.cpp"
264                                >
265                        </File>
266                        <File
267                                RelativePath=".\Triangle3.h"
268                                >
269                        </File>
270                        <File
271                                RelativePath=".\Vector3.cpp"
272                                >
273                        </File>
274                        <File
275                                RelativePath=".\Vector3.h"
276                                >
277                        </File>
278                </Filter>
279                <Filter
280                        Name="traversal"
281                        >
282                        <Filter
283                                Name="Header Files"
284                                >
285                                <File
286                                        RelativePath=".\CHCPlusPlusTraverser.h"
287                                        >
288                                </File>
289                                <File
290                                        RelativePath=".\CHCTraverser.h"
291                                        >
292                                </File>
293                                <File
294                                        RelativePath=".\FrustumCullingTraverser.h"
295                                        >
296                                </File>
297                                <File
298                                        RelativePath=".\RenderTraverser.h"
299                                        >
300                                </File>
301                                <File
302                                        RelativePath=".\StopAndWaitTraverser.h"
303                                        >
304                                </File>
305                        </Filter>
306                        <Filter
307                                Name="Source Files"
308                                >
309                                <File
310                                        RelativePath=".\CHCPlusPlusTraverser.cpp"
311                                        >
312                                </File>
313                                <File
314                                        RelativePath=".\CHCTraverser.cpp"
315                                        >
316                                </File>
317                                <File
318                                        RelativePath=".\FrustumCullingTraverser.cpp"
319                                        >
320                                </File>
321                                <File
322                                        RelativePath=".\RenderTraverser.cpp"
323                                        >
324                                </File>
325                                <File
326                                        RelativePath=".\StopAndWaitTraverser.cpp"
327                                        >
328                                </File>
329                        </Filter>
330                </Filter>
331                <Filter
332                        Name="render"
333                        >
334                        <Filter
335                                Name="Header Files"
336                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
337                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
338                                >
339                                <File
340                                        RelativePath=".\Bvh.h"
341                                        >
342                                </File>
343                                <File
344                                        RelativePath=".\Camera.h"
345                                        >
346                                </File>
347                                <File
348                                        RelativePath=".\Geometry.h"
349                                        >
350                                </File>
351                                <File
352                                        RelativePath=".\Material.h"
353                                        >
354                                </File>
355                                <File
356                                        RelativePath=".\OcclusionQuery.h"
357                                        >
358                                </File>
359                                <File
360                                        RelativePath=".\SceneEntity.h"
361                                        >
362                                </File>
363                                <File
364                                        RelativePath=".\Texture.h"
365                                        >
366                                </File>
367                        </Filter>
368                        <Filter
369                                Name="Source Files"
370                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
371                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
372                                >
373                                <File
374                                        RelativePath=".\Bvh.cpp"
375                                        >
376                                </File>
377                                <File
378                                        RelativePath=".\Camera.cpp"
379                                        >
380                                </File>
381                                <File
382                                        RelativePath=".\chcdemo.cpp"
383                                        >
384                                </File>
385                                <File
386                                        RelativePath=".\Geometry.cpp"
387                                        >
388                                </File>
389                                <File
390                                        RelativePath=".\Material.cpp"
391                                        >
392                                </File>
393                                <File
394                                        RelativePath=".\OcclusionQuery.cpp"
395                                        >
396                                </File>
397                                <File
398                                        RelativePath=".\SceneEntity.cpp"
399                                        >
400                                </File>
401                                <File
402                                        RelativePath=".\Texture.cpp"
403                                        >
404                                </File>
405                        </Filter>
406                </Filter>
407                <File
408                        RelativePath=".\ReadMe.txt"
409                        >
410                </File>
411        </Files>
412        <Globals>
413        </Globals>
414</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.