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

Revision 2756, 7.5 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                                RuntimeLibrary="2"
131                                RuntimeTypeInfo="false"
132                                UsePrecompiledHeader="0"
133                                BrowseInformation="1"
134                                WarningLevel="3"
135                                Detect64BitPortabilityProblems="true"
136                                DebugInformationFormat="3"
137                        />
138                        <Tool
139                                Name="VCManagedResourceCompilerTool"
140                        />
141                        <Tool
142                                Name="VCResourceCompilerTool"
143                        />
144                        <Tool
145                                Name="VCPreLinkEventTool"
146                        />
147                        <Tool
148                                Name="VCLinkerTool"
149                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib"
150                                LinkIncremental="1"
151                                AdditionalLibraryDirectories="GL;Devil/lib"
152                                GenerateDebugInformation="false"
153                                SubSystem="1"
154                                OptimizeReferences="2"
155                                EnableCOMDATFolding="2"
156                                TargetMachine="1"
157                        />
158                        <Tool
159                                Name="VCALinkTool"
160                        />
161                        <Tool
162                                Name="VCManifestTool"
163                        />
164                        <Tool
165                                Name="VCXDCMakeTool"
166                        />
167                        <Tool
168                                Name="VCBscMakeTool"
169                        />
170                        <Tool
171                                Name="VCFxCopTool"
172                        />
173                        <Tool
174                                Name="VCAppVerifierTool"
175                        />
176                        <Tool
177                                Name="VCWebDeploymentTool"
178                        />
179                        <Tool
180                                Name="VCPostBuildEventTool"
181                        />
182                </Configuration>
183        </Configurations>
184        <References>
185        </References>
186        <Files>
187                <Filter
188                        Name="utils"
189                        >
190                        <File
191                                RelativePath=".\AxisAlignedBox3.cpp"
192                                >
193                        </File>
194                        <File
195                                RelativePath=".\AxisAlignedBox3.h"
196                                >
197                        </File>
198                        <File
199                                RelativePath=".\BinaryLoader.cpp"
200                                >
201                        </File>
202                        <File
203                                RelativePath=".\BinaryLoader.h"
204                                >
205                        </File>
206                        <File
207                                RelativePath=".\BvhLoader.cpp"
208                                >
209                        </File>
210                        <File
211                                RelativePath=".\BvhLoader.h"
212                                >
213                        </File>
214                        <File
215                                RelativePath=".\common.cpp"
216                                >
217                        </File>
218                        <File
219                                RelativePath=".\common.h"
220                                >
221                        </File>
222                        <File
223                                RelativePath=".\glInterface.h"
224                                >
225                        </File>
226                        <File
227                                RelativePath=".\Matrix4x4.cpp"
228                                >
229                        </File>
230                        <File
231                                RelativePath=".\Matrix4x4.h"
232                                >
233                        </File>
234                        <File
235                                RelativePath=".\Plane3.cpp"
236                                >
237                        </File>
238                        <File
239                                RelativePath=".\Plane3.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath=".\Timers.cpp"
244                                >
245                        </File>
246                        <File
247                                RelativePath=".\Timers.h"
248                                >
249                        </File>
250                        <File
251                                RelativePath=".\Triangle3.cpp"
252                                >
253                        </File>
254                        <File
255                                RelativePath=".\Triangle3.h"
256                                >
257                        </File>
258                        <File
259                                RelativePath=".\Vector3.cpp"
260                                >
261                        </File>
262                        <File
263                                RelativePath=".\Vector3.h"
264                                >
265                        </File>
266                </Filter>
267                <Filter
268                        Name="traversal"
269                        >
270                        <Filter
271                                Name="Header Files"
272                                >
273                                <File
274                                        RelativePath=".\CHCPlusPlusTraverser.h"
275                                        >
276                                </File>
277                                <File
278                                        RelativePath=".\CHCTraverser.h"
279                                        >
280                                </File>
281                                <File
282                                        RelativePath=".\FrustumCullingTraverser.h"
283                                        >
284                                </File>
285                                <File
286                                        RelativePath=".\RenderTraverser.h"
287                                        >
288                                </File>
289                                <File
290                                        RelativePath=".\StopAndWaitTraverser.h"
291                                        >
292                                </File>
293                        </Filter>
294                        <Filter
295                                Name="Source Files"
296                                >
297                                <File
298                                        RelativePath=".\CHCPlusPlusTraverser.cpp"
299                                        >
300                                </File>
301                                <File
302                                        RelativePath=".\CHCTraverser.cpp"
303                                        >
304                                </File>
305                                <File
306                                        RelativePath=".\FrustumCullingTraverser.cpp"
307                                        >
308                                </File>
309                                <File
310                                        RelativePath=".\RenderTraverser.cpp"
311                                        >
312                                </File>
313                                <File
314                                        RelativePath=".\StopAndWaitTraverser.cpp"
315                                        >
316                                </File>
317                        </Filter>
318                </Filter>
319                <Filter
320                        Name="render"
321                        >
322                        <Filter
323                                Name="Header Files"
324                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
325                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
326                                >
327                                <File
328                                        RelativePath=".\Bvh.h"
329                                        >
330                                </File>
331                                <File
332                                        RelativePath=".\Camera.h"
333                                        >
334                                </File>
335                                <File
336                                        RelativePath=".\Geometry.h"
337                                        >
338                                </File>
339                                <File
340                                        RelativePath=".\Material.h"
341                                        >
342                                </File>
343                                <File
344                                        RelativePath=".\OcclusionQuery.h"
345                                        >
346                                </File>
347                                <File
348                                        RelativePath=".\SceneEntity.h"
349                                        >
350                                </File>
351                                <File
352                                        RelativePath=".\Texture.h"
353                                        >
354                                </File>
355                        </Filter>
356                        <Filter
357                                Name="Source Files"
358                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
359                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
360                                >
361                                <File
362                                        RelativePath=".\Bvh.cpp"
363                                        >
364                                </File>
365                                <File
366                                        RelativePath=".\Camera.cpp"
367                                        >
368                                </File>
369                                <File
370                                        RelativePath=".\chcdemo.cpp"
371                                        >
372                                </File>
373                                <File
374                                        RelativePath=".\Geometry.cpp"
375                                        >
376                                </File>
377                                <File
378                                        RelativePath=".\Material.cpp"
379                                        >
380                                </File>
381                                <File
382                                        RelativePath=".\OcclusionQuery.cpp"
383                                        >
384                                </File>
385                                <File
386                                        RelativePath=".\SceneEntity.cpp"
387                                        >
388                                </File>
389                                <File
390                                        RelativePath=".\Texture.cpp"
391                                        >
392                                </File>
393                        </Filter>
394                </Filter>
395                <File
396                        RelativePath=".\ReadMe.txt"
397                        >
398                </File>
399        </Files>
400        <Globals>
401        </Globals>
402</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.