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

Revision 2755, 6.9 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="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"
66                                LinkIncremental="2"
67                                AdditionalLibraryDirectories="GL"
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"
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"
150                                LinkIncremental="1"
151                                AdditionalLibraryDirectories="GL"
152                                GenerateDebugInformation="true"
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="Source Files"
189                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
190                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
191                        >
192                        <File
193                                RelativePath=".\Bvh.cpp"
194                                >
195                        </File>
196                        <File
197                                RelativePath=".\Camera.cpp"
198                                >
199                        </File>
200                        <File
201                                RelativePath=".\chcdemo.cpp"
202                                >
203                        </File>
204                        <File
205                                RelativePath=".\Geometry.cpp"
206                                >
207                        </File>
208                        <File
209                                RelativePath=".\Material.cpp"
210                                >
211                        </File>
212                        <File
213                                RelativePath=".\OcclusionQuery.cpp"
214                                >
215                        </File>
216                </Filter>
217                <Filter
218                        Name="Header Files"
219                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
220                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
221                        >
222                        <File
223                                RelativePath=".\Bvh.h"
224                                >
225                        </File>
226                        <File
227                                RelativePath=".\Camera.h"
228                                >
229                        </File>
230                        <File
231                                RelativePath=".\Geometry.h"
232                                >
233                        </File>
234                        <File
235                                RelativePath=".\Material.h"
236                                >
237                        </File>
238                        <File
239                                RelativePath=".\OcclusionQuery.h"
240                                >
241                        </File>
242                </Filter>
243                <Filter
244                        Name="utils"
245                        >
246                        <File
247                                RelativePath=".\AxisAlignedBox3.cpp"
248                                >
249                        </File>
250                        <File
251                                RelativePath=".\AxisAlignedBox3.h"
252                                >
253                        </File>
254                        <File
255                                RelativePath=".\BinaryLoader.cpp"
256                                >
257                        </File>
258                        <File
259                                RelativePath=".\BinaryLoader.h"
260                                >
261                        </File>
262                        <File
263                                RelativePath=".\BvhLoader.cpp"
264                                >
265                        </File>
266                        <File
267                                RelativePath=".\BvhLoader.h"
268                                >
269                        </File>
270                        <File
271                                RelativePath=".\common.cpp"
272                                >
273                        </File>
274                        <File
275                                RelativePath=".\common.h"
276                                >
277                        </File>
278                        <File
279                                RelativePath=".\glInterface.h"
280                                >
281                        </File>
282                        <File
283                                RelativePath=".\Matrix4x4.cpp"
284                                >
285                        </File>
286                        <File
287                                RelativePath=".\Matrix4x4.h"
288                                >
289                        </File>
290                        <File
291                                RelativePath=".\Plane3.cpp"
292                                >
293                        </File>
294                        <File
295                                RelativePath=".\Plane3.h"
296                                >
297                        </File>
298                        <File
299                                RelativePath=".\Timers.cpp"
300                                >
301                        </File>
302                        <File
303                                RelativePath=".\Timers.h"
304                                >
305                        </File>
306                        <File
307                                RelativePath=".\Triangle3.cpp"
308                                >
309                        </File>
310                        <File
311                                RelativePath=".\Triangle3.h"
312                                >
313                        </File>
314                        <File
315                                RelativePath=".\Vector3.cpp"
316                                >
317                        </File>
318                        <File
319                                RelativePath=".\Vector3.h"
320                                >
321                        </File>
322                </Filter>
323                <Filter
324                        Name="traversal"
325                        >
326                        <File
327                                RelativePath=".\CHCPlusPlusTraverser.cpp"
328                                >
329                        </File>
330                        <File
331                                RelativePath=".\CHCPlusPlusTraverser.h"
332                                >
333                        </File>
334                        <File
335                                RelativePath=".\CHCTraverser.cpp"
336                                >
337                        </File>
338                        <File
339                                RelativePath=".\CHCTraverser.h"
340                                >
341                        </File>
342                        <File
343                                RelativePath=".\FrustumCullingTraverser.cpp"
344                                >
345                        </File>
346                        <File
347                                RelativePath=".\FrustumCullingTraverser.h"
348                                >
349                        </File>
350                        <File
351                                RelativePath=".\RenderTraverser.cpp"
352                                >
353                        </File>
354                        <File
355                                RelativePath=".\RenderTraverser.h"
356                                >
357                        </File>
358                        <File
359                                RelativePath=".\StopAndWaitTraverser.cpp"
360                                >
361                        </File>
362                        <File
363                                RelativePath=".\StopAndWaitTraverser.h"
364                                >
365                        </File>
366                </Filter>
367                <File
368                        RelativePath=".\ReadMe.txt"
369                        >
370                </File>
371        </Files>
372        <Globals>
373        </Globals>
374</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.