Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN_test/visual_studio/benixonox.vcproj @ 756

Last change on this file since 756 was 756, checked in by rgrieder, 16 years ago
  • project name changed to FICN_test
  • adapted header file inclusion
File size: 9.8 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="Orxonox"
6        ProjectGUID="{0B6C5CFD-F91B-432A-80A3-2610F61E060B}"
7        RootNamespace="FICN"
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                        ConfigurationType="1"
21                        InheritedPropertySheets=".\base_properties_debug.vsprops"
22                        CharacterSet="1"
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                                AdditionalIncludeDirectories=""
42                                PreprocessorDefinitions="ORXONOX_SHARED_BUILD"
43                                PrecompiledHeaderThrough=""
44                        />
45                        <Tool
46                                Name="VCManagedResourceCompilerTool"
47                        />
48                        <Tool
49                                Name="VCResourceCompilerTool"
50                        />
51                        <Tool
52                                Name="VCPreLinkEventTool"
53                        />
54                        <Tool
55                                Name="VCLinkerTool"
56                                AdditionalDependencies="OgreMain_d.lib OIS_d.lib zlibd.lib enet_d.lib"
57                                AdditionalLibraryDirectories=""
58                                IgnoreDefaultLibraryNames="/NODEFAULTLIB:MSVCRT"
59                                EntryPointSymbol=""
60                        />
61                        <Tool
62                                Name="VCALinkTool"
63                        />
64                        <Tool
65                                Name="VCManifestTool"
66                        />
67                        <Tool
68                                Name="VCXDCMakeTool"
69                        />
70                        <Tool
71                                Name="VCBscMakeTool"
72                        />
73                        <Tool
74                                Name="VCFxCopTool"
75                        />
76                        <Tool
77                                Name="VCAppVerifierTool"
78                        />
79                        <Tool
80                                Name="VCWebDeploymentTool"
81                        />
82                        <Tool
83                                Name="VCPostBuildEventTool"
84                        />
85                </Configuration>
86                <Configuration
87                        Name="Release|Win32"
88                        ConfigurationType="1"
89                        InheritedPropertySheets=".\base_properties_release.vsprops"
90                        CharacterSet="1"
91                        WholeProgramOptimization="1"
92                        >
93                        <Tool
94                                Name="VCPreBuildEventTool"
95                        />
96                        <Tool
97                                Name="VCCustomBuildTool"
98                        />
99                        <Tool
100                                Name="VCXMLDataGeneratorTool"
101                        />
102                        <Tool
103                                Name="VCWebServiceProxyGeneratorTool"
104                        />
105                        <Tool
106                                Name="VCMIDLTool"
107                        />
108                        <Tool
109                                Name="VCCLCompilerTool"
110                                AdditionalIncludeDirectories=""
111                                PreprocessorDefinitions="LOADER_STATIC_BUILD; ORXONOX_SHARED_BUILD"
112                        />
113                        <Tool
114                                Name="VCManagedResourceCompilerTool"
115                        />
116                        <Tool
117                                Name="VCResourceCompilerTool"
118                        />
119                        <Tool
120                                Name="VCPreLinkEventTool"
121                        />
122                        <Tool
123                                Name="VCLinkerTool"
124                                AdditionalDependencies="OgreMain.lib OIS.lib libogg.lib libvorbis.lib libvorbisfile.lib alut.lib zlib.lib enet.lib EFX-Util.lib OpenAL32.lib"
125                                AdditionalLibraryDirectories=""
126                                IgnoreDefaultLibraryNames="/NODEFAULTLIB:MSVCRT"
127                                EntryPointSymbol=""
128                        />
129                        <Tool
130                                Name="VCALinkTool"
131                        />
132                        <Tool
133                                Name="VCManifestTool"
134                        />
135                        <Tool
136                                Name="VCXDCMakeTool"
137                        />
138                        <Tool
139                                Name="VCBscMakeTool"
140                        />
141                        <Tool
142                                Name="VCFxCopTool"
143                        />
144                        <Tool
145                                Name="VCAppVerifierTool"
146                        />
147                        <Tool
148                                Name="VCWebDeploymentTool"
149                        />
150                        <Tool
151                                Name="VCPostBuildEventTool"
152                        />
153                </Configuration>
154        </Configurations>
155        <References>
156        </References>
157        <Files>
158                <Filter
159                        Name="Source Files"
160                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
161                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
162                        >
163                        <File
164                                RelativePath="..\src\orxonox\GraphicsEngine.cc"
165                                >
166                        </File>
167                        <File
168                                RelativePath="..\src\orxonox\InputManager.cc"
169                                >
170                        </File>
171                        <File
172                                RelativePath="..\src\orxonox\Main.cc"
173                                >
174                        </File>
175                        <File
176                                RelativePath="..\src\orxonox\Orxonox.cc"
177                                >
178                        </File>
179                        <File
180                                RelativePath="..\src\orxonox\SpaceshipSteering.cc"
181                                >
182                        </File>
183                        <Filter
184                                Name="hud"
185                                >
186                                <File
187                                        RelativePath="..\src\orxonox\hud\HUD.cc"
188                                        >
189                                </File>
190                        </Filter>
191                        <Filter
192                                Name="objects"
193                                >
194                                <File
195                                        RelativePath="..\src\orxonox\objects\Ambient.cc"
196                                        >
197                                </File>
198                                <File
199                                        RelativePath="..\src\orxonox\objects\Camera.cc"
200                                        >
201                                </File>
202                                <File
203                                        RelativePath="..\src\orxonox\objects\Explosion.cc"
204                                        >
205                                </File>
206                                <File
207                                        RelativePath="..\src\orxonox\objects\Fighter.cc"
208                                        >
209                                </File>
210                                <File
211                                        RelativePath="..\src\orxonox\objects\Model.cc"
212                                        >
213                                </File>
214                                <File
215                                        RelativePath="..\src\orxonox\objects\NPC.cc"
216                                        >
217                                </File>
218                                <File
219                                        RelativePath="..\src\orxonox\objects\Projectile.cc"
220                                        >
221                                </File>
222                                <File
223                                        RelativePath="..\src\orxonox\objects\Skybox.cc"
224                                        >
225                                </File>
226                                <File
227                                        RelativePath="..\src\orxonox\objects\SpaceShip.cc"
228                                        >
229                                </File>
230                                <File
231                                        RelativePath="..\src\orxonox\objects\WorldEntity.cc"
232                                        >
233                                </File>
234                                <Filter
235                                        Name="weapon"
236                                        >
237                                        <File
238                                                RelativePath="..\src\orxonox\objects\weapon\AmmunitionDump.cc"
239                                                >
240                                        </File>
241                                        <File
242                                                RelativePath="..\src\orxonox\objects\weapon\BarrelGun.cc"
243                                                >
244                                        </File>
245                                        <File
246                                                RelativePath="..\src\orxonox\objects\weapon\BaseWeapon.cc"
247                                                >
248                                        </File>
249                                        <File
250                                                RelativePath="..\src\orxonox\objects\weapon\Bullet.cc"
251                                                >
252                                        </File>
253                                        <File
254                                                RelativePath="..\src\orxonox\objects\weapon\BulletManager.cc"
255                                                >
256                                        </File>
257                                        <File
258                                                RelativePath="..\src\orxonox\objects\weapon\WeaponStation.cc"
259                                                >
260                                        </File>
261                                </Filter>
262                        </Filter>
263                        <Filter
264                                Name="particle"
265                                >
266                                <File
267                                        RelativePath="..\src\orxonox\particle\ParticleInterface.cc"
268                                        >
269                                </File>
270                        </Filter>
271                        <Filter
272                                Name="tools"
273                                >
274                                <File
275                                        RelativePath="..\src\orxonox\tools\BillboardSet.cc"
276                                        >
277                                </File>
278                                <File
279                                        RelativePath="..\src\orxonox\tools\Light.cc"
280                                        >
281                                </File>
282                                <File
283                                        RelativePath="..\src\orxonox\tools\Mesh.cc"
284                                        >
285                                </File>
286                        </Filter>
287                </Filter>
288                <Filter
289                        Name="Header Files"
290                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
291                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
292                        >
293                        <File
294                                RelativePath="..\src\orxonox\GraphicsEngine.h"
295                                >
296                        </File>
297                        <File
298                                RelativePath="..\src\orxonox\InputManager.h"
299                                >
300                        </File>
301                        <File
302                                RelativePath="..\src\orxonox\Orxonox.h"
303                                >
304                        </File>
305                        <File
306                                RelativePath="..\src\orxonox\OrxonoxPlatform.h"
307                                >
308                        </File>
309                        <File
310                                RelativePath="..\src\orxonox\OrxonoxPrereqs.h"
311                                >
312                        </File>
313                        <File
314                                RelativePath="..\src\orxonox\SpaceshipSteering.h"
315                                >
316                        </File>
317                        <Filter
318                                Name="hud"
319                                >
320                                <File
321                                        RelativePath="..\src\orxonox\hud\HUD.h"
322                                        >
323                                </File>
324                        </Filter>
325                        <Filter
326                                Name="objects"
327                                >
328                                <File
329                                        RelativePath="..\src\orxonox\objects\Ambient.h"
330                                        >
331                                </File>
332                                <File
333                                        RelativePath="..\src\orxonox\objects\Camera.h"
334                                        >
335                                </File>
336                                <File
337                                        RelativePath="..\src\orxonox\objects\Explosion.h"
338                                        >
339                                </File>
340                                <File
341                                        RelativePath="..\src\orxonox\objects\Fighter.h"
342                                        >
343                                </File>
344                                <File
345                                        RelativePath="..\src\orxonox\objects\Model.h"
346                                        >
347                                </File>
348                                <File
349                                        RelativePath="..\src\orxonox\objects\NPC.h"
350                                        >
351                                </File>
352                                <File
353                                        RelativePath="..\src\orxonox\objects\Projectile.h"
354                                        >
355                                </File>
356                                <File
357                                        RelativePath="..\src\orxonox\objects\Skybox.h"
358                                        >
359                                </File>
360                                <File
361                                        RelativePath="..\src\orxonox\objects\SpaceShip.h"
362                                        >
363                                </File>
364                                <File
365                                        RelativePath="..\src\orxonox\objects\Tickable.h"
366                                        >
367                                </File>
368                                <File
369                                        RelativePath="..\src\orxonox\objects\WorldEntity.h"
370                                        >
371                                </File>
372                                <Filter
373                                        Name="weapon"
374                                        >
375                                        <File
376                                                RelativePath="..\src\orxonox\objects\weapon\AmmunitionDump.h"
377                                                >
378                                        </File>
379                                        <File
380                                                RelativePath="..\src\orxonox\objects\weapon\BarrelGun.h"
381                                                >
382                                        </File>
383                                        <File
384                                                RelativePath="..\src\orxonox\objects\weapon\BaseWeapon.h"
385                                                >
386                                        </File>
387                                        <File
388                                                RelativePath="..\src\orxonox\objects\weapon\Bullet.h"
389                                                >
390                                        </File>
391                                        <File
392                                                RelativePath="..\src\orxonox\objects\weapon\BulletManager.h"
393                                                >
394                                        </File>
395                                        <File
396                                                RelativePath="..\src\orxonox\objects\weapon\WeaponStation.h"
397                                                >
398                                        </File>
399                                </Filter>
400                        </Filter>
401                        <Filter
402                                Name="particle"
403                                >
404                                <File
405                                        RelativePath="..\src\orxonox\particle\ParticleInterface.h"
406                                        >
407                                </File>
408                        </Filter>
409                        <Filter
410                                Name="tools"
411                                >
412                                <File
413                                        RelativePath="..\src\orxonox\tools\BillboardSet.h"
414                                        >
415                                </File>
416                                <File
417                                        RelativePath="..\src\orxonox\tools\Light.h"
418                                        >
419                                </File>
420                                <File
421                                        RelativePath="..\src\orxonox\tools\Mesh.h"
422                                        >
423                                </File>
424                                <File
425                                        RelativePath="..\src\orxonox\tools\Timer.h"
426                                        >
427                                </File>
428                        </Filter>
429                </Filter>
430                <Filter
431                        Name="Resource Files"
432                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
433                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
434                        >
435                        <File
436                                RelativePath="..\bin\media.cfg"
437                                >
438                        </File>
439                        <File
440                                RelativePath="..\bin\ogre.cfg"
441                                >
442                        </File>
443                        <File
444                                RelativePath="..\bin\Ogre.log"
445                                >
446                        </File>
447                        <File
448                                RelativePath="..\bin\orxonox.ini"
449                                >
450                        </File>
451                        <File
452                                RelativePath="..\bin\orxonox.log"
453                                >
454                        </File>
455                        <File
456                                RelativePath="..\bin\plugins.cfg"
457                                >
458                        </File>
459                        <File
460                                RelativePath="..\bin\plugins_d.cfg"
461                                >
462                        </File>
463                        <File
464                                RelativePath="..\bin\quake3settings.cfg"
465                                >
466                        </File>
467                        <File
468                                RelativePath="..\bin\resources.cfg"
469                                >
470                        </File>
471                        <File
472                                RelativePath="..\bin\levels\sample.oxw"
473                                >
474                        </File>
475                        <File
476                                RelativePath="..\bin\translation_default.lang"
477                                >
478                        </File>
479                        <File
480                                RelativePath="..\bin\translation_german.lang"
481                                >
482                        </File>
483                </Filter>
484        </Files>
485        <Globals>
486        </Globals>
487</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.