vrshoot

view vrshoot.vcproj @ 2:334d17aed7de

visual studio project files
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Feb 2014 18:36:38 +0200
parents
children
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="vrshoot"
6 ProjectGUID="{ED0298F3-7E4D-456C-86ED-51FFBBEE28E8}"
7 RootNamespace="vrshoot"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="1"
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;$(ProjectDir)/src&quot;;&quot;$(ProjectDir)/src/audio&quot;;&quot;$(ProjectDir)/src/vccompat&quot;;&quot;$(ProjectDir)/libs&quot;;&quot;$(ProjectDir)/libs/kissfft&quot;"
45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 DebugInformationFormat="4"
52 DisableSpecificWarnings="4244;4996"
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="libs.lib assimp.lib opengl32.lib glut32.lib glew32.lib freetype.lib OpenAL32.lib pthreadVC2.lib"
66 LinkIncremental="2"
67 AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
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="VCPostBuildEventTool"
92 />
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="1"
99 CharacterSet="2"
100 WholeProgramOptimization="1"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 />
117 <Tool
118 Name="VCCLCompilerTool"
119 Optimization="2"
120 EnableIntrinsicFunctions="true"
121 AdditionalIncludeDirectories="&quot;$(ProjectDir)/src&quot;;&quot;$(ProjectDir)/src/audio&quot;;&quot;$(ProjectDir)/src/vccompat&quot;;&quot;$(ProjectDir)/libs&quot;;&quot;$(ProjectDir)/libs/kissfft&quot;"
122 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
123 RuntimeLibrary="2"
124 EnableFunctionLevelLinking="true"
125 UsePrecompiledHeader="0"
126 WarningLevel="3"
127 DebugInformationFormat="3"
128 DisableSpecificWarnings="4244;4996"
129 />
130 <Tool
131 Name="VCManagedResourceCompilerTool"
132 />
133 <Tool
134 Name="VCResourceCompilerTool"
135 />
136 <Tool
137 Name="VCPreLinkEventTool"
138 />
139 <Tool
140 Name="VCLinkerTool"
141 AdditionalDependencies="libs.lib assimp.lib opengl32.lib glut32.lib glew32.lib freetype.lib OpenAL32.lib pthreadVC2.lib"
142 LinkIncremental="1"
143 AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
144 GenerateDebugInformation="true"
145 SubSystem="1"
146 OptimizeReferences="2"
147 EnableCOMDATFolding="2"
148 TargetMachine="1"
149 />
150 <Tool
151 Name="VCALinkTool"
152 />
153 <Tool
154 Name="VCManifestTool"
155 />
156 <Tool
157 Name="VCXDCMakeTool"
158 />
159 <Tool
160 Name="VCBscMakeTool"
161 />
162 <Tool
163 Name="VCFxCopTool"
164 />
165 <Tool
166 Name="VCAppVerifierTool"
167 />
168 <Tool
169 Name="VCPostBuildEventTool"
170 />
171 </Configuration>
172 </Configurations>
173 <References>
174 </References>
175 <Files>
176 <Filter
177 Name="src"
178 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h;inl"
179 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
180 >
181 <File
182 RelativePath=".\src\assload.cc"
183 >
184 </File>
185 <File
186 RelativePath=".\src\assload.h"
187 >
188 </File>
189 <File
190 RelativePath=".\src\curve.cc"
191 >
192 </File>
193 <File
194 RelativePath=".\src\curve.h"
195 >
196 </File>
197 <File
198 RelativePath=".\src\datapath.cc"
199 >
200 </File>
201 <File
202 RelativePath=".\src\datapath.h"
203 >
204 </File>
205 <File
206 RelativePath=".\src\dataset.h"
207 >
208 </File>
209 <File
210 RelativePath=".\src\dataset.inl"
211 >
212 </File>
213 <File
214 RelativePath=".\src\enemy.cc"
215 >
216 </File>
217 <File
218 RelativePath=".\src\enemy.h"
219 >
220 </File>
221 <File
222 RelativePath=".\src\game.cc"
223 >
224 </File>
225 <File
226 RelativePath=".\src\game.h"
227 >
228 </File>
229 <File
230 RelativePath=".\src\geom.cc"
231 >
232 </File>
233 <File
234 RelativePath=".\src\geom.h"
235 >
236 </File>
237 <File
238 RelativePath=".\src\gfxutil.cc"
239 >
240 </File>
241 <File
242 RelativePath=".\src\gfxutil.h"
243 >
244 </File>
245 <File
246 RelativePath=".\src\image.cc"
247 >
248 </File>
249 <File
250 RelativePath=".\src\image.h"
251 >
252 </File>
253 <File
254 RelativePath=".\src\input.cc"
255 >
256 </File>
257 <File
258 RelativePath=".\src\input.h"
259 >
260 </File>
261 <File
262 RelativePath=".\src\level.cc"
263 >
264 </File>
265 <File
266 RelativePath=".\src\level.h"
267 >
268 </File>
269 <File
270 RelativePath=".\src\logger.cc"
271 >
272 </File>
273 <File
274 RelativePath=".\src\logger.h"
275 >
276 </File>
277 <File
278 RelativePath=".\src\main_glut.cc"
279 >
280 </File>
281 <File
282 RelativePath=".\src\material.cc"
283 >
284 </File>
285 <File
286 RelativePath=".\src\material.h"
287 >
288 </File>
289 <File
290 RelativePath=".\src\mesh.cc"
291 >
292 </File>
293 <File
294 RelativePath=".\src\mesh.h"
295 >
296 </File>
297 <File
298 RelativePath=".\src\meshgen.cc"
299 >
300 </File>
301 <File
302 RelativePath=".\src\meshgen.h"
303 >
304 </File>
305 <File
306 RelativePath=".\src\object.cc"
307 >
308 </File>
309 <File
310 RelativePath=".\src\object.h"
311 >
312 </File>
313 <File
314 RelativePath=".\src\opengl.cc"
315 >
316 </File>
317 <File
318 RelativePath=".\src\opengl.h"
319 >
320 </File>
321 <File
322 RelativePath=".\src\psyspp.cc"
323 >
324 </File>
325 <File
326 RelativePath=".\src\psyspp.h"
327 >
328 </File>
329 <File
330 RelativePath=".\src\scene.cc"
331 >
332 </File>
333 <File
334 RelativePath=".\src\scene.h"
335 >
336 </File>
337 <File
338 RelativePath=".\src\scr_debug.cc"
339 >
340 </File>
341 <File
342 RelativePath=".\src\scr_debug.h"
343 >
344 </File>
345 <File
346 RelativePath=".\src\scr_game.cc"
347 >
348 </File>
349 <File
350 RelativePath=".\src\scr_game.h"
351 >
352 </File>
353 <File
354 RelativePath=".\src\scr_overlay.cc"
355 >
356 </File>
357 <File
358 RelativePath=".\src\scr_overlay.h"
359 >
360 </File>
361 <File
362 RelativePath=".\src\screen.cc"
363 >
364 </File>
365 <File
366 RelativePath=".\src\screen.h"
367 >
368 </File>
369 <File
370 RelativePath=".\src\sdrman.cc"
371 >
372 </File>
373 <File
374 RelativePath=".\src\sdrman.h"
375 >
376 </File>
377 <File
378 RelativePath=".\src\shader.cc"
379 >
380 </File>
381 <File
382 RelativePath=".\src\shader.h"
383 >
384 </File>
385 <File
386 RelativePath=".\src\texgen.cc"
387 >
388 </File>
389 <File
390 RelativePath=".\src\texgen.h"
391 >
392 </File>
393 <File
394 RelativePath=".\src\texman.cc"
395 >
396 </File>
397 <File
398 RelativePath=".\src\texman.h"
399 >
400 </File>
401 <File
402 RelativePath=".\src\texture.cc"
403 >
404 </File>
405 <File
406 RelativePath=".\src\texture.h"
407 >
408 </File>
409 <File
410 RelativePath=".\src\timer.cc"
411 >
412 </File>
413 <File
414 RelativePath=".\src\timer.h"
415 >
416 </File>
417 <File
418 RelativePath=".\src\unistate.cc"
419 >
420 </File>
421 <File
422 RelativePath=".\src\unistate.h"
423 >
424 </File>
425 <File
426 RelativePath=".\src\xform_node.cc"
427 >
428 </File>
429 <File
430 RelativePath=".\src\xform_node.h"
431 >
432 </File>
433 <Filter
434 Name="vccompat"
435 >
436 <File
437 RelativePath=".\src\vccompat\stdint.h"
438 >
439 </File>
440 </Filter>
441 <Filter
442 Name="audio"
443 >
444 <File
445 RelativePath=".\src\audio\audio.cc"
446 >
447 </File>
448 <File
449 RelativePath=".\src\audio\audio.h"
450 >
451 </File>
452 <File
453 RelativePath=".\src\audio\openal.h"
454 >
455 </File>
456 <File
457 RelativePath=".\src\audio\ovstream.cc"
458 >
459 </File>
460 <File
461 RelativePath=".\src\audio\ovstream.h"
462 >
463 </File>
464 <File
465 RelativePath=".\src\audio\stream.cc"
466 >
467 </File>
468 <File
469 RelativePath=".\src\audio\stream.h"
470 >
471 </File>
472 </Filter>
473 </Filter>
474 </Files>
475 <Globals>
476 </Globals>
477 </VisualStudioProject>