absence_thelab

view TheLabDemo.vcproj @ 0:1cffe3409164

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Oct 2014 01:46:07 +0300
parents
children
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="TheLabDemo"
6 ProjectGUID="{5346BE25-4A84-4401-82EB-88E9E6B9009D}"
7 Keyword="Win32Proj"
8 TargetFrameworkVersion="131072"
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="Debug"
21 IntermediateDirectory="Debug"
22 ConfigurationType="1"
23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\src&quot;;&quot;$(SolutionDir)\src\3deng&quot;;&quot;$(SolutionDir)\src\common&quot;;&quot;$(SolutionDir)\libs\fmod&quot;"
45 PreprocessorDefinitions="NUC3D_VER_DIRECT3D"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="1"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 Detect64BitPortabilityProblems="false"
52 DebugInformationFormat="4"
53 DisableSpecificWarnings="4996;4244"
54 />
55 <Tool
56 Name="VCManagedResourceCompilerTool"
57 />
58 <Tool
59 Name="VCResourceCompilerTool"
60 />
61 <Tool
62 Name="VCPreLinkEventTool"
63 />
64 <Tool
65 Name="VCLinkerTool"
66 AdditionalDependencies="d3d8.lib d3dx8.lib fmodvc.lib"
67 OutputFile="$(OutDir)/TheLabDemo.exe"
68 LinkIncremental="2"
69 AdditionalLibraryDirectories="$(SolutionDir)\libs\fmod"
70 IgnoreDefaultLibraryNames="libci.lib"
71 GenerateDebugInformation="true"
72 ProgramDatabaseFile="$(OutDir)/TheLabDemo.pdb"
73 SubSystem="2"
74 RandomizedBaseAddress="1"
75 DataExecutionPrevention="0"
76 TargetMachine="1"
77 />
78 <Tool
79 Name="VCALinkTool"
80 />
81 <Tool
82 Name="VCManifestTool"
83 />
84 <Tool
85 Name="VCXDCMakeTool"
86 />
87 <Tool
88 Name="VCBscMakeTool"
89 />
90 <Tool
91 Name="VCFxCopTool"
92 />
93 <Tool
94 Name="VCAppVerifierTool"
95 />
96 <Tool
97 Name="VCPostBuildEventTool"
98 />
99 </Configuration>
100 <Configuration
101 Name="Release|Win32"
102 OutputDirectory="Release"
103 IntermediateDirectory="Release"
104 ConfigurationType="1"
105 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
106 CharacterSet="2"
107 >
108 <Tool
109 Name="VCPreBuildEventTool"
110 />
111 <Tool
112 Name="VCCustomBuildTool"
113 />
114 <Tool
115 Name="VCXMLDataGeneratorTool"
116 />
117 <Tool
118 Name="VCWebServiceProxyGeneratorTool"
119 />
120 <Tool
121 Name="VCMIDLTool"
122 />
123 <Tool
124 Name="VCCLCompilerTool"
125 Optimization="2"
126 InlineFunctionExpansion="1"
127 OmitFramePointers="true"
128 AdditionalIncludeDirectories="&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\src&quot;;&quot;$(SolutionDir)\src\3deng&quot;;&quot;$(SolutionDir)\src\common&quot;;&quot;$(SolutionDir)\libs\fmod&quot;"
129 PreprocessorDefinitions="NUC3D_VER_DIRECT3D"
130 StringPooling="true"
131 RuntimeLibrary="0"
132 EnableFunctionLevelLinking="true"
133 UsePrecompiledHeader="0"
134 WarningLevel="3"
135 Detect64BitPortabilityProblems="true"
136 DebugInformationFormat="3"
137 DisableSpecificWarnings="4996;4244"
138 />
139 <Tool
140 Name="VCManagedResourceCompilerTool"
141 />
142 <Tool
143 Name="VCResourceCompilerTool"
144 />
145 <Tool
146 Name="VCPreLinkEventTool"
147 />
148 <Tool
149 Name="VCLinkerTool"
150 AdditionalDependencies="d3d8.lib d3dx8.lib fmodvc.lib"
151 OutputFile="$(OutDir)/TheLabDemo.exe"
152 LinkIncremental="1"
153 AdditionalLibraryDirectories="$(SolutionDir)\libs\fmod"
154 IgnoreDefaultLibraryNames="libci.lib"
155 GenerateDebugInformation="true"
156 SubSystem="2"
157 OptimizeReferences="2"
158 EnableCOMDATFolding="2"
159 RandomizedBaseAddress="1"
160 DataExecutionPrevention="0"
161 TargetMachine="1"
162 />
163 <Tool
164 Name="VCALinkTool"
165 />
166 <Tool
167 Name="VCManifestTool"
168 />
169 <Tool
170 Name="VCXDCMakeTool"
171 />
172 <Tool
173 Name="VCBscMakeTool"
174 />
175 <Tool
176 Name="VCFxCopTool"
177 />
178 <Tool
179 Name="VCAppVerifierTool"
180 />
181 <Tool
182 Name="VCPostBuildEventTool"
183 />
184 </Configuration>
185 </Configurations>
186 <References>
187 </References>
188 <Files>
189 <Filter
190 Name="Source Files"
191 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;h;hpp"
192 >
193 <File
194 RelativePath=".\src\demo.cpp"
195 >
196 </File>
197 <File
198 RelativePath=".\src\common\hashtable.h"
199 >
200 </File>
201 <File
202 RelativePath=".\src\common\linkedlist.h"
203 >
204 </File>
205 <File
206 RelativePath=".\src\common\timing.cpp"
207 >
208 </File>
209 <File
210 RelativePath=".\src\common\timing.h"
211 >
212 </File>
213 <File
214 RelativePath=".\src\common\typedefs.h"
215 >
216 </File>
217 </Filter>
218 <Filter
219 Name="3D Engine"
220 >
221 <File
222 RelativePath=".\src\3deng\3deng.h"
223 >
224 </File>
225 <File
226 RelativePath=".\src\3deng\3dengine.cpp"
227 >
228 </File>
229 <File
230 RelativePath=".\src\3deng\3dengine.h"
231 >
232 </File>
233 <File
234 RelativePath=".\src\3deng\3dengtypes.h"
235 >
236 </File>
237 <File
238 RelativePath=".\src\3deng\3dgeom.cpp"
239 >
240 </File>
241 <File
242 RelativePath=".\src\3deng\3dgeom.h"
243 >
244 </File>
245 <File
246 RelativePath=".\src\3deng\3dscene.cpp"
247 >
248 </File>
249 <File
250 RelativePath=".\src\3deng\3dscene.h"
251 >
252 </File>
253 <File
254 RelativePath=".\src\3deng\3dschunks.h"
255 >
256 </File>
257 <File
258 RelativePath=".\src\3deng\camera.cpp"
259 >
260 </File>
261 <File
262 RelativePath=".\src\3deng\camera.h"
263 >
264 </File>
265 <File
266 RelativePath=".\src\common\color.cpp"
267 >
268 </File>
269 <File
270 RelativePath=".\src\common\color.h"
271 >
272 </File>
273 <File
274 RelativePath=".\src\common\curves.cpp"
275 >
276 </File>
277 <File
278 RelativePath=".\src\common\curves.h"
279 >
280 </File>
281 <File
282 RelativePath=".\src\3deng\exceptions.cpp"
283 >
284 </File>
285 <File
286 RelativePath=".\src\3deng\exceptions.h"
287 >
288 </File>
289 <File
290 RelativePath=".\src\3deng\lights.cpp"
291 >
292 </File>
293 <File
294 RelativePath=".\src\3deng\lights.h"
295 >
296 </File>
297 <File
298 RelativePath=".\src\3deng\material.cpp"
299 >
300 </File>
301 <File
302 RelativePath=".\src\3deng\material.h"
303 >
304 </File>
305 <File
306 RelativePath=".\src\3deng\motion.cpp"
307 >
308 </File>
309 <File
310 RelativePath=".\src\3deng\motion.h"
311 >
312 </File>
313 <File
314 RelativePath=".\src\common\n3dmath.cpp"
315 >
316 </File>
317 <File
318 RelativePath=".\src\common\n3dmath.h"
319 >
320 </File>
321 <File
322 RelativePath=".\src\common\n3dmath.inl"
323 >
324 </File>
325 <File
326 RelativePath=".\src\3deng\objectgen.cpp"
327 >
328 </File>
329 <File
330 RelativePath=".\src\3deng\objectgen.h"
331 >
332 </File>
333 <File
334 RelativePath=".\src\3deng\objects.cpp"
335 >
336 </File>
337 <File
338 RelativePath=".\src\3deng\objects.h"
339 >
340 </File>
341 <File
342 RelativePath=".\src\3deng\Particles.cpp"
343 >
344 </File>
345 <File
346 RelativePath=".\src\3deng\Particles.h"
347 >
348 </File>
349 <File
350 RelativePath=".\src\3deng\SceneLoader.cpp"
351 >
352 </File>
353 <File
354 RelativePath=".\src\3deng\SceneLoader.h"
355 >
356 </File>
357 <File
358 RelativePath=".\src\3deng\switches.h"
359 >
360 </File>
361 <File
362 RelativePath=".\src\3deng\textureman.cpp"
363 >
364 </File>
365 <File
366 RelativePath=".\src\3deng\textureman.h"
367 >
368 </File>
369 </Filter>
370 <Filter
371 Name="nwt"
372 >
373 <File
374 RelativePath=".\src\nwt\nucwin.cpp"
375 >
376 </File>
377 <File
378 RelativePath=".\src\nwt\nucwin.h"
379 >
380 </File>
381 <File
382 RelativePath=".\src\nwt\startup.h"
383 >
384 </File>
385 <File
386 RelativePath=".\src\nwt\widget.cpp"
387 >
388 </File>
389 <File
390 RelativePath=".\src\nwt\widget.h"
391 >
392 </File>
393 </Filter>
394 <Filter
395 Name="demosystem"
396 >
397 <File
398 RelativePath=".\src\demosystem\demosys.cpp"
399 >
400 </File>
401 <File
402 RelativePath=".\src\demosystem\demosys.h"
403 >
404 </File>
405 </Filter>
406 <Filter
407 Name="Resources"
408 >
409 <File
410 RelativePath=".\resource.h"
411 >
412 </File>
413 <File
414 RelativePath="resources.rc"
415 >
416 </File>
417 <File
418 RelativePath="thelab.ico"
419 >
420 </File>
421 </Filter>
422 <Filter
423 Name="DemoParts"
424 >
425 <File
426 RelativePath=".\src\beginpart.cpp"
427 >
428 </File>
429 <File
430 RelativePath=".\src\beginpart.h"
431 >
432 </File>
433 <File
434 RelativePath=".\src\demonpart.cpp"
435 >
436 </File>
437 <File
438 RelativePath=".\src\demonpart.h"
439 >
440 </File>
441 <File
442 RelativePath=".\src\dungeonpart.cpp"
443 >
444 </File>
445 <File
446 RelativePath=".\src\dungeonpart.h"
447 >
448 </File>
449 <File
450 RelativePath=".\src\greetspart.cpp"
451 >
452 </File>
453 <File
454 RelativePath=".\src\greetspart.h"
455 >
456 </File>
457 <File
458 RelativePath=".\src\hellpart.cpp"
459 >
460 </File>
461 <File
462 RelativePath=".\src\hellpart.h"
463 >
464 </File>
465 <File
466 RelativePath=".\src\treepart.cpp"
467 >
468 </File>
469 <File
470 RelativePath=".\src\treepart.h"
471 >
472 </File>
473 <File
474 RelativePath=".\src\tunnelpart.cpp"
475 >
476 </File>
477 <File
478 RelativePath=".\src\tunnelpart.h"
479 >
480 </File>
481 </Filter>
482 <File
483 RelativePath=".\libs\fmod\fmod.h"
484 >
485 </File>
486 <File
487 RelativePath="n3dinit.conf"
488 >
489 </File>
490 </Files>
491 <Globals>
492 </Globals>
493 </VisualStudioProject>