~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to tests/tests_vc8.vcproj

  • Committer: Mantas Kriaučiūnas
  • Date: 2011-07-18 13:06:25 UTC
  • Revision ID: mantas@akl.lt-20110718130625-c5pvifp61e7kj1ol
Included whole irrlicht SVN libraries to work around launchpad recipe issue with quilt, see https://answers.launchpad.net/launchpad/+question/165193

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8,00"
 
5
        Name="tests"
 
6
        ProjectGUID="{2A1DE18B-F678-4A94-A996-E848E20B2983}"
 
7
        RootNamespace="tests"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
        </Platforms>
 
14
        <ToolFiles>
 
15
        </ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="Debug|Win32"
 
19
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
20
                        IntermediateDirectory="$(ConfigurationName)"
 
21
                        ConfigurationType="1"
 
22
                        CharacterSet="2"
 
23
                        >
 
24
                        <Tool
 
25
                                Name="VCPreBuildEventTool"
 
26
                        />
 
27
                        <Tool
 
28
                                Name="VCCustomBuildTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCXMLDataGeneratorTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCWebServiceProxyGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCMIDLTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCCLCompilerTool"
 
41
                                Optimization="0"
 
42
                                AdditionalIncludeDirectories="..\include"
 
43
                                MinimalRebuild="true"
 
44
                                BasicRuntimeChecks="3"
 
45
                                RuntimeLibrary="1"
 
46
                                WarningLevel="3"
 
47
                                DebugInformationFormat="4"
 
48
                        />
 
49
                        <Tool
 
50
                                Name="VCManagedResourceCompilerTool"
 
51
                        />
 
52
                        <Tool
 
53
                                Name="VCResourceCompilerTool"
 
54
                        />
 
55
                        <Tool
 
56
                                Name="VCPreLinkEventTool"
 
57
                        />
 
58
                        <Tool
 
59
                                Name="VCLinkerTool"
 
60
                                OutputFile="..\bin\Win32-VisualStudio\$(ProjectName).exe"
 
61
                                AdditionalLibraryDirectories="..\lib\Win32-visualstudio"
 
62
                                GenerateDebugInformation="true"
 
63
                                TargetMachine="1"
 
64
                        />
 
65
                        <Tool
 
66
                                Name="VCALinkTool"
 
67
                        />
 
68
                        <Tool
 
69
                                Name="VCManifestTool"
 
70
                        />
 
71
                        <Tool
 
72
                                Name="VCXDCMakeTool"
 
73
                        />
 
74
                        <Tool
 
75
                                Name="VCBscMakeTool"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCFxCopTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCAppVerifierTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCWebDeploymentTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCPostBuildEventTool"
 
88
                        />
 
89
                </Configuration>
 
90
                <Configuration
 
91
                        Name="Release|Win32"
 
92
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
93
                        IntermediateDirectory="$(ConfigurationName)"
 
94
                        ConfigurationType="1"
 
95
                        CharacterSet="2"
 
96
                        WholeProgramOptimization="1"
 
97
                        >
 
98
                        <Tool
 
99
                                Name="VCPreBuildEventTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCCustomBuildTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCXMLDataGeneratorTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCWebServiceProxyGeneratorTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCMIDLTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCCLCompilerTool"
 
115
                                Optimization="2"
 
116
                                EnableIntrinsicFunctions="true"
 
117
                                AdditionalIncludeDirectories="..\include"
 
118
                                RuntimeLibrary="0"
 
119
                                EnableFunctionLevelLinking="true"
 
120
                                WarningLevel="3"
 
121
                                DebugInformationFormat="3"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCManagedResourceCompilerTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCResourceCompilerTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCPreLinkEventTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCLinkerTool"
 
134
                                OutputFile="..\bin\Win32-VisualStudio\$(ProjectName).exe"
 
135
                                AdditionalLibraryDirectories="..\lib\Win32-visualstudio"
 
136
                                GenerateDebugInformation="true"
 
137
                                OptimizeReferences="2"
 
138
                                EnableCOMDATFolding="2"
 
139
                                TargetMachine="1"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCALinkTool"
 
143
                        />
 
144
                        <Tool
 
145
                                Name="VCManifestTool"
 
146
                        />
 
147
                        <Tool
 
148
                                Name="VCXDCMakeTool"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCBscMakeTool"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCFxCopTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCAppVerifierTool"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCWebDeploymentTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCPostBuildEventTool"
 
164
                        />
 
165
                </Configuration>
 
166
        </Configurations>
 
167
        <References>
 
168
        </References>
 
169
        <Files>
 
170
                <Filter
 
171
                        Name="Source Files"
 
172
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
173
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
174
                        >
 
175
                        <File
 
176
                                RelativePath=".\2dmaterial.cpp"
 
177
                                >
 
178
                        </File>
 
179
                        <File
 
180
                                RelativePath=".\anti-aliasing.cpp"
 
181
                                >
 
182
                        </File>
 
183
                        <File
 
184
                                RelativePath=".\archiveReader.cpp"
 
185
                                >
 
186
                        </File>
 
187
                        <File
 
188
                                RelativePath=".\b3dAnimation.cpp"
 
189
                                >
 
190
                        </File>
 
191
                        <File
 
192
                                RelativePath=".\burningsVideo.cpp"
 
193
                                >
 
194
                        </File>
 
195
                        <File
 
196
                                RelativePath=".\collisionResponseAnimator.cpp"
 
197
                                >
 
198
                        </File>
 
199
                        <File
 
200
                                RelativePath=".\color.cpp"
 
201
                                >
 
202
                        </File>
 
203
                        <File
 
204
                                RelativePath=".\createImage.cpp"
 
205
                                >
 
206
                        </File>
 
207
                        <File
 
208
                                RelativePath=".\cursorSetVisible.cpp"
 
209
                                >
 
210
                        </File>
 
211
                        <File
 
212
                                RelativePath=".\disambiguateTextures.cpp"
 
213
                                >
 
214
                        </File>
 
215
                        <File
 
216
                                RelativePath=".\draw2DImage.cpp"
 
217
                                >
 
218
                        </File>
 
219
                        <File
 
220
                                RelativePath=".\drawPixel.cpp"
 
221
                                >
 
222
                        </File>
 
223
                        <File
 
224
                                RelativePath=".\drawRectOutline.cpp"
 
225
                                >
 
226
                        </File>
 
227
                        <File
 
228
                                RelativePath=".\enumerateImageManipulators.cpp"
 
229
                                >
 
230
                        </File>
 
231
                        <File
 
232
                                RelativePath=".\exports.cpp"
 
233
                                >
 
234
                        </File>
 
235
                        <File
 
236
                                RelativePath=".\fast_atof.cpp"
 
237
                                >
 
238
                        </File>
 
239
                        <File
 
240
                                RelativePath=".\filesystem.cpp"
 
241
                                >
 
242
                        </File>
 
243
                        <File
 
244
                                RelativePath=".\flyCircleAnimator.cpp"
 
245
                                >
 
246
                        </File>
 
247
                        <File
 
248
                                RelativePath=".\guiDisabledMenu.cpp"
 
249
                                >
 
250
                        </File>
 
251
                        <File
 
252
                                RelativePath=".\ioScene.cpp"
 
253
                                >
 
254
                        </File>
 
255
                        <File
 
256
                                RelativePath=".\irrArray.cpp"
 
257
                                >
 
258
                        </File>
 
259
                        <File
 
260
                                RelativePath=".\irrCoreEquals.cpp"
 
261
                                >
 
262
                        </File>
 
263
                        <File
 
264
                                RelativePath=".\irrList.cpp"
 
265
                                >
 
266
                        </File>
 
267
                        <File
 
268
                                RelativePath=".\irrMap.cpp"
 
269
                                >
 
270
                        </File>
 
271
                        <File
 
272
                                RelativePath=".\irrString.cpp"
 
273
                                >
 
274
                        </File>
 
275
                        <File
 
276
                                RelativePath=".\lightMaps.cpp"
 
277
                                >
 
278
                        </File>
 
279
                        <File
 
280
                                RelativePath=".\lights.cpp"
 
281
                                >
 
282
                        </File>
 
283
                        <File
 
284
                                RelativePath=".\line2dIntersectWith.cpp"
 
285
                                >
 
286
                        </File>
 
287
                        <File
 
288
                                RelativePath=".\loadTextures.cpp"
 
289
                                >
 
290
                        </File>
 
291
                        <File
 
292
                                RelativePath=".\main.cpp"
 
293
                                >
 
294
                        </File>
 
295
                        <File
 
296
                                RelativePath=".\makeColorKeyTexture.cpp"
 
297
                                >
 
298
                        </File>
 
299
                        <File
 
300
                                RelativePath=".\material.cpp"
 
301
                                >
 
302
                        </File>
 
303
                        <File
 
304
                                RelativePath=".\matrixOps.cpp"
 
305
                                >
 
306
                        </File>
 
307
                        <File
 
308
                                RelativePath=".\md2Animation.cpp"
 
309
                                >
 
310
                        </File>
 
311
                        <File
 
312
                                RelativePath=".\meshLoaders.cpp"
 
313
                                >
 
314
                        </File>
 
315
                        <File
 
316
                                RelativePath=".\meshTransform.cpp"
 
317
                                >
 
318
                        </File>
 
319
                        <File
 
320
                                RelativePath=".\mrt.cpp"
 
321
                                >
 
322
                        </File>
 
323
                        <File
 
324
                                RelativePath=".\orthoCam.cpp"
 
325
                                >
 
326
                        </File>
 
327
                        <File
 
328
                                RelativePath=".\planeMatrix.cpp"
 
329
                                >
 
330
                        </File>
 
331
                        <File
 
332
                                RelativePath=".\projectionMatrix.cpp"
 
333
                                >
 
334
                        </File>
 
335
                        <File
 
336
                                RelativePath=".\removeCustomAnimator.cpp"
 
337
                                >
 
338
                        </File>
 
339
                        <File
 
340
                                RelativePath=".\renderTargetTexture.cpp"
 
341
                                >
 
342
                        </File>
 
343
                        <File
 
344
                                RelativePath=".\sceneCollisionManager.cpp"
 
345
                                >
 
346
                        </File>
 
347
                        <File
 
348
                                RelativePath=".\sceneNodeAnimator.cpp"
 
349
                                >
 
350
                        </File>
 
351
                        <File
 
352
                                RelativePath=".\screenshot.cpp"
 
353
                                >
 
354
                        </File>
 
355
                        <File
 
356
                                RelativePath=".\serializeAttributes.cpp"
 
357
                                >
 
358
                        </File>
 
359
                        <File
 
360
                                RelativePath=".\skinnedMesh.cpp"
 
361
                                >
 
362
                        </File>
 
363
                        <File
 
364
                                RelativePath=".\softwareDevice.cpp"
 
365
                                >
 
366
                        </File>
 
367
                        <File
 
368
                                RelativePath=".\stencilshadow.cpp"
 
369
                                >
 
370
                        </File>
 
371
                        <File
 
372
                                RelativePath=".\terrainSceneNode.cpp"
 
373
                                >
 
374
                        </File>
 
375
                        <File
 
376
                                RelativePath=".\testaabbox.cpp"
 
377
                                >
 
378
                        </File>
 
379
                        <File
 
380
                                RelativePath=".\testDimension2d.cpp"
 
381
                                >
 
382
                        </File>
 
383
                        <File
 
384
                                RelativePath=".\testGeometryCreator.cpp"
 
385
                                >
 
386
                        </File>
 
387
                        <File
 
388
                                RelativePath=".\testQuaternion.cpp"
 
389
                                >
 
390
                        </File>
 
391
                        <File
 
392
                                RelativePath=".\testS3DVertex.cpp"
 
393
                                >
 
394
                        </File>
 
395
                        <File
 
396
                                RelativePath=".\testUtils.cpp"
 
397
                                >
 
398
                        </File>
 
399
                        <File
 
400
                                RelativePath=".\testVector2d.cpp"
 
401
                                >
 
402
                        </File>
 
403
                        <File
 
404
                                RelativePath=".\testVector3d.cpp"
 
405
                                >
 
406
                        </File>
 
407
                        <File
 
408
                                RelativePath=".\testXML.cpp"
 
409
                                >
 
410
                        </File>
 
411
                        <File
 
412
                                RelativePath=".\textureFeatures.cpp"
 
413
                                >
 
414
                        </File>
 
415
                        <File
 
416
                                RelativePath=".\textureRenderStates.cpp"
 
417
                                >
 
418
                        </File>
 
419
                        <File
 
420
                                RelativePath=".\timer.cpp"
 
421
                                >
 
422
                        </File>
 
423
                        <File
 
424
                                RelativePath=".\transparentMaterials.cpp"
 
425
                                >
 
426
                        </File>
 
427
                        <File
 
428
                                RelativePath=".\vectorPositionDimension2d.cpp"
 
429
                                >
 
430
                        </File>
 
431
                        <File
 
432
                                RelativePath=".\videoDriver.cpp"
 
433
                                >
 
434
                        </File>
 
435
                        <File
 
436
                                RelativePath=".\viewPort.cpp"
 
437
                                >
 
438
                        </File>
 
439
                        <File
 
440
                                RelativePath=".\writeImageToFile.cpp"
 
441
                                >
 
442
                        </File>
 
443
                </Filter>
 
444
                <Filter
 
445
                        Name="Header Files"
 
446
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
447
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
448
                        >
 
449
                        <File
 
450
                                RelativePath=".\testUtils.h"
 
451
                                >
 
452
                        </File>
 
453
                </Filter>
 
454
                <Filter
 
455
                        Name="Resource Files"
 
456
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
457
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
458
                        >
 
459
                </Filter>
 
460
        </Files>
 
461
        <Globals>
 
462
        </Globals>
 
463
</VisualStudioProject>