Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/visual_studio/vc9/orxonox.vcproj @ 789

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