Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/visual_studio/vc8/orxonox.vcproj @ 788

Last change on this file since 788 was 788, checked in by rgrieder, 16 years ago
  • added project files for VC9
  • updated project settings
File size: 14.0 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="$(SolutionDir)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                                AdditionalOptions="/Zm200"
42                                AdditionalIncludeDirectories=""
43                                PreprocessorDefinitions="ORXONOX_SHARED_BUILD; LOADER_STATIC_BUILD"
44                                UsePrecompiledHeader="2"
45                                PrecompiledHeaderThrough="OrxonoxStableHeaders.h"
46                        />
47                        <Tool
48                                Name="VCManagedResourceCompilerTool"
49                        />
50                        <Tool
51                                Name="VCResourceCompilerTool"
52                        />
53                        <Tool
54                                Name="VCPreLinkEventTool"
55                        />
56                        <Tool
57                                Name="VCLinkerTool"
58                                AdditionalDependencies="OgreMain_d.lib OIS_d.lib"
59                                OutputFile="$(OutDir)$(ProjectName)_d.exe"
60                                AdditionalLibraryDirectories=""
61                                IgnoreDefaultLibraryNames="/NODEFAULTLIB:MSVCRT"
62                                EntryPointSymbol=""
63                        />
64                        <Tool
65                                Name="VCALinkTool"
66                        />
67                        <Tool
68                                Name="VCManifestTool"
69                        />
70                        <Tool
71                                Name="VCXDCMakeTool"
72                        />
73                        <Tool
74                                Name="VCBscMakeTool"
75                        />
76                        <Tool
77                                Name="VCFxCopTool"
78                        />
79                        <Tool
80                                Name="VCAppVerifierTool"
81                        />
82                        <Tool
83                                Name="VCWebDeploymentTool"
84                        />
85                        <Tool
86                                Name="VCPostBuildEventTool"
87                        />
88                </Configuration>
89                <Configuration
90                        Name="Release|Win32"
91                        ConfigurationType="1"
92                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops"
93                        CharacterSet="1"
94                        WholeProgramOptimization="1"
95                        >
96                        <Tool
97                                Name="VCPreBuildEventTool"
98                        />
99                        <Tool
100                                Name="VCCustomBuildTool"
101                        />
102                        <Tool
103                                Name="VCXMLDataGeneratorTool"
104                        />
105                        <Tool
106                                Name="VCWebServiceProxyGeneratorTool"
107                        />
108                        <Tool
109                                Name="VCMIDLTool"
110                        />
111                        <Tool
112                                Name="VCCLCompilerTool"
113                                AdditionalOptions="/Zm200"
114                                AdditionalIncludeDirectories=""
115                                PreprocessorDefinitions="ORXONOX_SHARED_BUILD; LOADER_STATIC_BUILD"
116                                UsePrecompiledHeader="2"
117                                PrecompiledHeaderThrough="OrxonoxStableHeaders.h"
118                        />
119                        <Tool
120                                Name="VCManagedResourceCompilerTool"
121                        />
122                        <Tool
123                                Name="VCResourceCompilerTool"
124                        />
125                        <Tool
126                                Name="VCPreLinkEventTool"
127                        />
128                        <Tool
129                                Name="VCLinkerTool"
130                                AdditionalDependencies="OgreMain.lib OIS.lib"
131                                OutputFile="$(OutDir)$(ProjectName).exe"
132                                AdditionalLibraryDirectories=""
133                                IgnoreDefaultLibraryNames="/NODEFAULTLIB:MSVCRT"
134                                EntryPointSymbol=""
135                        />
136                        <Tool
137                                Name="VCALinkTool"
138                        />
139                        <Tool
140                                Name="VCManifestTool"
141                        />
142                        <Tool
143                                Name="VCXDCMakeTool"
144                        />
145                        <Tool
146                                Name="VCBscMakeTool"
147                        />
148                        <Tool
149                                Name="VCFxCopTool"
150                        />
151                        <Tool
152                                Name="VCAppVerifierTool"
153                        />
154                        <Tool
155                                Name="VCWebDeploymentTool"
156                        />
157                        <Tool
158                                Name="VCPostBuildEventTool"
159                        />
160                </Configuration>
161        </Configurations>
162        <References>
163        </References>
164        <Files>
165                <Filter
166                        Name="Source Files"
167                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
168                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
169                        >
170                        <File
171                                RelativePath="..\..\src\orxonox\GraphicsEngine.cc"
172                                >
173                        </File>
174                        <File
175                                RelativePath="..\..\src\orxonox\InputManager.cc"
176                                >
177                        </File>
178                        <File
179                                RelativePath="..\..\src\orxonox\Main.cc"
180                                >
181                        </File>
182                        <File
183                                RelativePath="..\..\src\orxonox\Orxonox.cc"
184                                >
185                        </File>
186                        <File
187                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
188                                >
189                                <FileConfiguration
190                                        Name="Debug|Win32"
191                                        >
192                                        <Tool
193                                                Name="VCCLCompilerTool"
194                                                UsePrecompiledHeader="1"
195                                        />
196                                </FileConfiguration>
197                                <FileConfiguration
198                                        Name="Release|Win32"
199                                        >
200                                        <Tool
201                                                Name="VCCLCompilerTool"
202                                                UsePrecompiledHeader="1"
203                                        />
204                                </FileConfiguration>
205                        </File>
206                        <File
207                                RelativePath="..\..\src\orxonox\SpaceshipSteering.cc"
208                                >
209                                <FileConfiguration
210                                        Name="Debug|Win32"
211                                        ExcludedFromBuild="true"
212                                        >
213                                        <Tool
214                                                Name="VCCLCompilerTool"
215                                        />
216                                </FileConfiguration>
217                                <FileConfiguration
218                                        Name="Release|Win32"
219                                        ExcludedFromBuild="true"
220                                        >
221                                        <Tool
222                                                Name="VCCLCompilerTool"
223                                        />
224                                </FileConfiguration>
225                        </File>
226                        <Filter
227                                Name="hud"
228                                >
229                                <File
230                                        RelativePath="..\..\src\orxonox\hud\HUD.cc"
231                                        >
232                                </File>
233                        </Filter>
234                        <Filter
235                                Name="objects"
236                                >
237                                <File
238                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
239                                        >
240                                </File>
241                                <File
242                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
243                                        >
244                                </File>
245                                <File
246                                        RelativePath="..\..\src\orxonox\objects\Explosion.cc"
247                                        >
248                                </File>
249                                <File
250                                        RelativePath="..\..\src\orxonox\objects\Fighter.cc"
251                                        >
252                                </File>
253                                <File
254                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
255                                        >
256                                </File>
257                                <File
258                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
259                                        >
260                                </File>
261                                <File
262                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
263                                        >
264                                </File>
265                                <File
266                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
267                                        >
268                                </File>
269                                <File
270                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
271                                        >
272                                </File>
273                                <File
274                                        RelativePath="..\..\src\orxonox\objects\SpaceshipSteeringObject.cc"
275                                        >
276                                        <FileConfiguration
277                                                Name="Debug|Win32"
278                                                ExcludedFromBuild="true"
279                                                >
280                                                <Tool
281                                                        Name="VCCLCompilerTool"
282                                                />
283                                        </FileConfiguration>
284                                        <FileConfiguration
285                                                Name="Release|Win32"
286                                                ExcludedFromBuild="true"
287                                                >
288                                                <Tool
289                                                        Name="VCCLCompilerTool"
290                                                />
291                                        </FileConfiguration>
292                                </File>
293                                <File
294                                        RelativePath="..\..\src\orxonox\objects\test1.cc"
295                                        >
296                                        <FileConfiguration
297                                                Name="Debug|Win32"
298                                                ExcludedFromBuild="true"
299                                                >
300                                                <Tool
301                                                        Name="VCCLCompilerTool"
302                                                        UsePrecompiledHeader="0"
303                                                />
304                                        </FileConfiguration>
305                                        <FileConfiguration
306                                                Name="Release|Win32"
307                                                ExcludedFromBuild="true"
308                                                >
309                                                <Tool
310                                                        Name="VCCLCompilerTool"
311                                                        UsePrecompiledHeader="0"
312                                                />
313                                        </FileConfiguration>
314                                </File>
315                                <File
316                                        RelativePath="..\..\src\orxonox\objects\test2.cc"
317                                        >
318                                        <FileConfiguration
319                                                Name="Debug|Win32"
320                                                ExcludedFromBuild="true"
321                                                >
322                                                <Tool
323                                                        Name="VCCLCompilerTool"
324                                                        UsePrecompiledHeader="0"
325                                                />
326                                        </FileConfiguration>
327                                        <FileConfiguration
328                                                Name="Release|Win32"
329                                                ExcludedFromBuild="true"
330                                                >
331                                                <Tool
332                                                        Name="VCCLCompilerTool"
333                                                        UsePrecompiledHeader="0"
334                                                />
335                                        </FileConfiguration>
336                                </File>
337                                <File
338                                        RelativePath="..\..\src\orxonox\objects\test3.cc"
339                                        >
340                                        <FileConfiguration
341                                                Name="Debug|Win32"
342                                                ExcludedFromBuild="true"
343                                                >
344                                                <Tool
345                                                        Name="VCCLCompilerTool"
346                                                        UsePrecompiledHeader="0"
347                                                />
348                                        </FileConfiguration>
349                                        <FileConfiguration
350                                                Name="Release|Win32"
351                                                ExcludedFromBuild="true"
352                                                >
353                                                <Tool
354                                                        Name="VCCLCompilerTool"
355                                                        UsePrecompiledHeader="0"
356                                                />
357                                        </FileConfiguration>
358                                </File>
359                                <File
360                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
361                                        >
362                                </File>
363                                <Filter
364                                        Name="weapon"
365                                        >
366                                        <File
367                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.cc"
368                                                >
369                                        </File>
370                                        <File
371                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.cc"
372                                                >
373                                        </File>
374                                        <File
375                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.cc"
376                                                >
377                                        </File>
378                                        <File
379                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.cc"
380                                                >
381                                        </File>
382                                        <File
383                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.cc"
384                                                >
385                                        </File>
386                                        <File
387                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.cc"
388                                                >
389                                        </File>
390                                </Filter>
391                        </Filter>
392                        <Filter
393                                Name="particle"
394                                >
395                                <File
396                                        RelativePath="..\..\src\orxonox\particle\ParticleInterface.cc"
397                                        >
398                                </File>
399                        </Filter>
400                        <Filter
401                                Name="tools"
402                                >
403                                <File
404                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
405                                        >
406                                </File>
407                                <File
408                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
409                                        >
410                                </File>
411                                <File
412                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
413                                        >
414                                </File>
415                        </Filter>
416                        <Filter
417                                Name="loader"
418                                >
419                                <File
420                                        RelativePath="..\..\src\loader\LevelLoader.cc"
421                                        >
422                                </File>
423                        </Filter>
424                </Filter>
425                <Filter
426                        Name="Header Files"
427                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
428                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
429                        >
430                        <File
431                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
432                                >
433                        </File>
434                        <File
435                                RelativePath="..\..\src\orxonox\InputManager.h"
436                                >
437                        </File>
438                        <File
439                                RelativePath="..\..\src\orxonox\Orxonox.h"
440                                >
441                        </File>
442                        <File
443                                RelativePath="..\..\src\orxonox\OrxonoxPlatform.h"
444                                >
445                        </File>
446                        <File
447                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
448                                >
449                        </File>
450                        <File
451                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
452                                >
453                        </File>
454                        <File
455                                RelativePath="..\..\src\orxonox\SpaceshipSteering.h"
456                                >
457                        </File>
458                        <Filter
459                                Name="hud"
460                                >
461                                <File
462                                        RelativePath="..\..\src\orxonox\hud\HUD.h"
463                                        >
464                                </File>
465                        </Filter>
466                        <Filter
467                                Name="objects"
468                                >
469                                <File
470                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
471                                        >
472                                </File>
473                                <File
474                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
475                                        >
476                                </File>
477                                <File
478                                        RelativePath="..\..\src\orxonox\objects\Explosion.h"
479                                        >
480                                </File>
481                                <File
482                                        RelativePath="..\..\src\orxonox\objects\Fighter.h"
483                                        >
484                                </File>
485                                <File
486                                        RelativePath="..\..\src\orxonox\objects\Model.h"
487                                        >
488                                </File>
489                                <File
490                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
491                                        >
492                                </File>
493                                <File
494                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
495                                        >
496                                </File>
497                                <File
498                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
499                                        >
500                                </File>
501                                <File
502                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
503                                        >
504                                </File>
505                                <File
506                                        RelativePath="..\..\src\orxonox\objects\SpaceshipSteeringObject.h"
507                                        >
508                                </File>
509                                <File
510                                        RelativePath="..\..\src\orxonox\objects\Test.h"
511                                        >
512                                </File>
513                                <File
514                                        RelativePath="..\..\src\orxonox\objects\test1.h"
515                                        >
516                                </File>
517                                <File
518                                        RelativePath="..\..\src\orxonox\objects\test2.h"
519                                        >
520                                </File>
521                                <File
522                                        RelativePath="..\..\src\orxonox\objects\test3.h"
523                                        >
524                                </File>
525                                <File
526                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
527                                        >
528                                </File>
529                                <File
530                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
531                                        >
532                                </File>
533                                <Filter
534                                        Name="weapon"
535                                        >
536                                        <File
537                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.h"
538                                                >
539                                        </File>
540                                        <File
541                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.h"
542                                                >
543                                        </File>
544                                        <File
545                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.h"
546                                                >
547                                        </File>
548                                        <File
549                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.h"
550                                                >
551                                        </File>
552                                        <File
553                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.h"
554                                                >
555                                        </File>
556                                        <File
557                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.h"
558                                                >
559                                        </File>
560                                </Filter>
561                        </Filter>
562                        <Filter
563                                Name="particle"
564                                >
565                                <File
566                                        RelativePath="..\..\src\orxonox\particle\ParticleInterface.h"
567                                        >
568                                </File>
569                        </Filter>
570                        <Filter
571                                Name="tools"
572                                >
573                                <File
574                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
575                                        >
576                                </File>
577                                <File
578                                        RelativePath="..\..\src\orxonox\tools\Light.h"
579                                        >
580                                </File>
581                                <File
582                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
583                                        >
584                                </File>
585                                <File
586                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
587                                        >
588                                </File>
589                        </Filter>
590                        <Filter
591                                Name="loader"
592                                >
593                                <File
594                                        RelativePath="..\..\src\loader\LevelLoader.h"
595                                        >
596                                </File>
597                                <File
598                                        RelativePath="..\..\src\loader\LoaderPrereqs.h"
599                                        >
600                                </File>
601                        </Filter>
602                </Filter>
603                <Filter
604                        Name="Resource Files"
605                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
606                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
607                        >
608                        <File
609                                RelativePath="..\..\bin\media.cfg"
610                                >
611                        </File>
612                        <File
613                                RelativePath="..\..\bin\ogre.cfg"
614                                >
615                        </File>
616                        <File
617                                RelativePath="..\..\bin\ogre.cfg-init"
618                                >
619                        </File>
620                        <File
621                                RelativePath="..\..\bin\Ogre.log"
622                                >
623                        </File>
624                        <File
625                                RelativePath="..\..\bin\orxonox.bat"
626                                >
627                        </File>
628                        <File
629                                RelativePath="..\..\bin\orxonox.ini"
630                                >
631                        </File>
632                        <File
633                                RelativePath="..\..\bin\orxonox.log"
634                                >
635                        </File>
636                        <File
637                                RelativePath="..\..\bin\orxonox_d.bat"
638                                >
639                        </File>
640                        <File
641                                RelativePath="..\..\bin\plugins.cfg"
642                                >
643                        </File>
644                        <File
645                                RelativePath="..\..\bin\plugins.cfg-init"
646                                >
647                        </File>
648                        <File
649                                RelativePath="..\..\bin\plugins_d.cfg"
650                                >
651                        </File>
652                        <File
653                                RelativePath="..\..\bin\quake3settings.cfg"
654                                >
655                        </File>
656                        <File
657                                RelativePath="..\..\bin\resources.cfg"
658                                >
659                        </File>
660                        <File
661                                RelativePath="..\..\bin\run-script"
662                                >
663                        </File>
664                        <File
665                                RelativePath="..\..\bin\translation_default.lang"
666                                >
667                        </File>
668                        <File
669                                RelativePath="..\..\bin\translation_german.lang"
670                                >
671                        </File>
672                </Filter>
673        </Files>
674        <Globals>
675        </Globals>
676</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.