Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/hud/visual_studio/vc8/orxonox.vcproj @ 1615

Last change on this file since 1615 was 1615, checked in by rgrieder, 16 years ago
  • added blankString to String so you can return ""; even if it's a const std::string&
  • fixed several bugs with aspect correct and margin alignment
  • added console commands for OrxonoxOverlays and OverlayGroups for rotate, scale and scroll (you can access the by name (from name=.. in xml file), e.g. "OrxonoxOverlay rotateOverlay SpeedBar 90)
  • converted everything in overlays/ to 4 spaces/tab ;)
  • removed all using namespace Ogre;
  • added background_ Panel to OrxonoxOverlay, since most of the derived classes can use that
  • should work now, but I'll have to test on a tardis box first
File size: 15.9 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;..\orxonox_properties.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                        />
43                        <Tool
44                                Name="VCManagedResourceCompilerTool"
45                        />
46                        <Tool
47                                Name="VCResourceCompilerTool"
48                        />
49                        <Tool
50                                Name="VCPreLinkEventTool"
51                        />
52                        <Tool
53                                Name="VCLinkerTool"
54                                EntryPointSymbol=""
55                        />
56                        <Tool
57                                Name="VCALinkTool"
58                        />
59                        <Tool
60                                Name="VCManifestTool"
61                        />
62                        <Tool
63                                Name="VCXDCMakeTool"
64                        />
65                        <Tool
66                                Name="VCBscMakeTool"
67                        />
68                        <Tool
69                                Name="VCFxCopTool"
70                        />
71                        <Tool
72                                Name="VCAppVerifierTool"
73                        />
74                        <Tool
75                                Name="VCWebDeploymentTool"
76                        />
77                        <Tool
78                                Name="VCPostBuildEventTool"
79                        />
80                </Configuration>
81                <Configuration
82                        Name="Release|Win32"
83                        ConfigurationType="1"
84                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\orxonox_properties.vsprops"
85                        CharacterSet="1"
86                        WholeProgramOptimization="0"
87                        >
88                        <Tool
89                                Name="VCPreBuildEventTool"
90                        />
91                        <Tool
92                                Name="VCCustomBuildTool"
93                        />
94                        <Tool
95                                Name="VCXMLDataGeneratorTool"
96                        />
97                        <Tool
98                                Name="VCWebServiceProxyGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCMIDLTool"
102                        />
103                        <Tool
104                                Name="VCCLCompilerTool"
105                                AdditionalOptions="/Zm200"
106                        />
107                        <Tool
108                                Name="VCManagedResourceCompilerTool"
109                        />
110                        <Tool
111                                Name="VCResourceCompilerTool"
112                        />
113                        <Tool
114                                Name="VCPreLinkEventTool"
115                        />
116                        <Tool
117                                Name="VCLinkerTool"
118                                EntryPointSymbol=""
119                        />
120                        <Tool
121                                Name="VCALinkTool"
122                        />
123                        <Tool
124                                Name="VCManifestTool"
125                        />
126                        <Tool
127                                Name="VCXDCMakeTool"
128                        />
129                        <Tool
130                                Name="VCBscMakeTool"
131                        />
132                        <Tool
133                                Name="VCFxCopTool"
134                        />
135                        <Tool
136                                Name="VCAppVerifierTool"
137                        />
138                        <Tool
139                                Name="VCWebDeploymentTool"
140                        />
141                        <Tool
142                                Name="VCPostBuildEventTool"
143                        />
144                </Configuration>
145        </Configurations>
146        <References>
147        </References>
148        <Files>
149                <Filter
150                        Name="Source Files"
151                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
152                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
153                        >
154                        <File
155                                RelativePath="..\..\src\orxonox\GraphicsEngine.cc"
156                                >
157                        </File>
158                        <File
159                                RelativePath="..\..\src\orxonox\Main.cc"
160                                >
161                        </File>
162                        <File
163                                RelativePath="..\..\src\orxonox\Orxonox.cc"
164                                >
165                        </File>
166                        <File
167                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
168                                >
169                                <FileConfiguration
170                                        Name="Debug|Win32"
171                                        >
172                                        <Tool
173                                                Name="VCCLCompilerTool"
174                                                UsePrecompiledHeader="1"
175                                        />
176                                </FileConfiguration>
177                                <FileConfiguration
178                                        Name="Release|Win32"
179                                        >
180                                        <Tool
181                                                Name="VCCLCompilerTool"
182                                                UsePrecompiledHeader="1"
183                                        />
184                                </FileConfiguration>
185                        </File>
186                        <File
187                                RelativePath="..\..\src\orxonox\Radar.cc"
188                                >
189                        </File>
190                        <File
191                                RelativePath="..\..\src\orxonox\RadarListener.cc"
192                                >
193                        </File>
194                        <File
195                                RelativePath="..\..\src\orxonox\RadarViewable.cc"
196                                >
197                                <FileConfiguration
198                                        Name="Debug|Win32"
199                                        >
200                                        <Tool
201                                                Name="VCCLCompilerTool"
202                                                ObjectFile="$(IntDir)\$(InputName)1.obj"
203                                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
204                                        />
205                                </FileConfiguration>
206                                <FileConfiguration
207                                        Name="Release|Win32"
208                                        >
209                                        <Tool
210                                                Name="VCCLCompilerTool"
211                                                ObjectFile="$(IntDir)\$(InputName)1.obj"
212                                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
213                                        />
214                                </FileConfiguration>
215                        </File>
216                        <File
217                                RelativePath="..\..\src\orxonox\Settings.cc"
218                                >
219                        </File>
220                        <Filter
221                                Name="objects"
222                                >
223                                <File
224                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
225                                        >
226                                </File>
227                                <File
228                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.cc"
229                                        >
230                                </File>
231                                <File
232                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
233                                        >
234                                </File>
235                                <File
236                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
237                                        >
238                                </File>
239                                <File
240                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
241                                        >
242                                </File>
243                                <File
244                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
245                                        >
246                                </File>
247                                <File
248                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.cc"
249                                        >
250                                </File>
251                                <File
252                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.cc"
253                                        >
254                                </File>
255                                <File
256                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
257                                        >
258                                </File>
259                                <File
260                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.cc"
261                                        >
262                                </File>
263                                <File
264                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
265                                        >
266                                </File>
267                                <File
268                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
269                                        >
270                                </File>
271                                <File
272                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc"
273                                        >
274                                </File>
275                                <File
276                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
277                                        >
278                                </File>
279                                <File
280                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
281                                        >
282                                </File>
283                                <Filter
284                                        Name="weapon"
285                                        >
286                                        <File
287                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.cc"
288                                                >
289                                                <FileConfiguration
290                                                        Name="Debug|Win32"
291                                                        ExcludedFromBuild="true"
292                                                        >
293                                                        <Tool
294                                                                Name="VCCLCompilerTool"
295                                                        />
296                                                </FileConfiguration>
297                                                <FileConfiguration
298                                                        Name="Release|Win32"
299                                                        ExcludedFromBuild="true"
300                                                        >
301                                                        <Tool
302                                                                Name="VCCLCompilerTool"
303                                                        />
304                                                </FileConfiguration>
305                                        </File>
306                                        <File
307                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.cc"
308                                                >
309                                                <FileConfiguration
310                                                        Name="Debug|Win32"
311                                                        ExcludedFromBuild="true"
312                                                        >
313                                                        <Tool
314                                                                Name="VCCLCompilerTool"
315                                                        />
316                                                </FileConfiguration>
317                                                <FileConfiguration
318                                                        Name="Release|Win32"
319                                                        ExcludedFromBuild="true"
320                                                        >
321                                                        <Tool
322                                                                Name="VCCLCompilerTool"
323                                                        />
324                                                </FileConfiguration>
325                                        </File>
326                                        <File
327                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.cc"
328                                                >
329                                                <FileConfiguration
330                                                        Name="Debug|Win32"
331                                                        ExcludedFromBuild="true"
332                                                        >
333                                                        <Tool
334                                                                Name="VCCLCompilerTool"
335                                                        />
336                                                </FileConfiguration>
337                                                <FileConfiguration
338                                                        Name="Release|Win32"
339                                                        ExcludedFromBuild="true"
340                                                        >
341                                                        <Tool
342                                                                Name="VCCLCompilerTool"
343                                                        />
344                                                </FileConfiguration>
345                                        </File>
346                                        <File
347                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.cc"
348                                                >
349                                                <FileConfiguration
350                                                        Name="Debug|Win32"
351                                                        ExcludedFromBuild="true"
352                                                        >
353                                                        <Tool
354                                                                Name="VCCLCompilerTool"
355                                                        />
356                                                </FileConfiguration>
357                                                <FileConfiguration
358                                                        Name="Release|Win32"
359                                                        ExcludedFromBuild="true"
360                                                        >
361                                                        <Tool
362                                                                Name="VCCLCompilerTool"
363                                                        />
364                                                </FileConfiguration>
365                                        </File>
366                                        <File
367                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.cc"
368                                                >
369                                                <FileConfiguration
370                                                        Name="Debug|Win32"
371                                                        ExcludedFromBuild="true"
372                                                        >
373                                                        <Tool
374                                                                Name="VCCLCompilerTool"
375                                                        />
376                                                </FileConfiguration>
377                                                <FileConfiguration
378                                                        Name="Release|Win32"
379                                                        ExcludedFromBuild="true"
380                                                        >
381                                                        <Tool
382                                                                Name="VCCLCompilerTool"
383                                                        />
384                                                </FileConfiguration>
385                                        </File>
386                                        <File
387                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.cc"
388                                                >
389                                                <FileConfiguration
390                                                        Name="Debug|Win32"
391                                                        ExcludedFromBuild="true"
392                                                        >
393                                                        <Tool
394                                                                Name="VCCLCompilerTool"
395                                                        />
396                                                </FileConfiguration>
397                                                <FileConfiguration
398                                                        Name="Release|Win32"
399                                                        ExcludedFromBuild="true"
400                                                        >
401                                                        <Tool
402                                                                Name="VCCLCompilerTool"
403                                                        />
404                                                </FileConfiguration>
405                                        </File>
406                                </Filter>
407                        </Filter>
408                        <Filter
409                                Name="tools"
410                                >
411                                <File
412                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
413                                        >
414                                </File>
415                                <File
416                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
417                                        >
418                                </File>
419                                <File
420                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
421                                        >
422                                </File>
423                                <File
424                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
425                                        >
426                                </File>
427                                <File
428                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
429                                        >
430                                </File>
431                                <File
432                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
433                                        >
434                                </File>
435                                <File
436                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
437                                        >
438                                </File>
439                        </Filter>
440                        <Filter
441                                Name="tolua"
442                                >
443                                <File
444                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
445                                        >
446                                        <FileConfiguration
447                                                Name="Debug|Win32"
448                                                >
449                                                <Tool
450                                                        Name="VCCLCompilerTool"
451                                                        UsePrecompiledHeader="0"
452                                                />
453                                        </FileConfiguration>
454                                        <FileConfiguration
455                                                Name="Release|Win32"
456                                                >
457                                                <Tool
458                                                        Name="VCCLCompilerTool"
459                                                        UsePrecompiledHeader="0"
460                                                />
461                                        </FileConfiguration>
462                                </File>
463                        </Filter>
464                        <Filter
465                                Name="overlays"
466                                >
467                                <File
468                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
469                                        >
470                                </File>
471                                <File
472                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
473                                        >
474                                </File>
475                                <File
476                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
477                                        >
478                                </File>
479                                <Filter
480                                        Name="console"
481                                        >
482                                        <File
483                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
484                                                >
485                                        </File>
486                                </Filter>
487                                <Filter
488                                        Name="hud"
489                                        >
490                                        <File
491                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
492                                                >
493                                        </File>
494                                        <File
495                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDFPSText.cc"
496                                                >
497                                        </File>
498                                        <File
499                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
500                                                >
501                                        </File>
502                                        <File
503                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
504                                                >
505                                        </File>
506                                        <File
507                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRTRText.cc"
508                                                >
509                                        </File>
510                                        <File
511                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
512                                                >
513                                        </File>
514                                </Filter>
515                        </Filter>
516                </Filter>
517                <Filter
518                        Name="Header Files"
519                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
520                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
521                        >
522                        <File
523                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
524                                >
525                        </File>
526                        <File
527                                RelativePath="..\..\src\orxonox\Orxonox.h"
528                                >
529                        </File>
530                        <File
531                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
532                                >
533                        </File>
534                        <File
535                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
536                                >
537                        </File>
538                        <File
539                                RelativePath="..\..\src\orxonox\Radar.h"
540                                >
541                        </File>
542                        <File
543                                RelativePath="..\..\src\orxonox\RadarListener.h"
544                                >
545                        </File>
546                        <File
547                                RelativePath="..\..\src\orxonox\RadarViewable.h"
548                                >
549                        </File>
550                        <File
551                                RelativePath="..\..\src\orxonox\Settings.h"
552                                >
553                        </File>
554                        <Filter
555                                Name="objects"
556                                >
557                                <File
558                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
559                                        >
560                                </File>
561                                <File
562                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.h"
563                                        >
564                                </File>
565                                <File
566                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
567                                        >
568                                </File>
569                                <File
570                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
571                                        >
572                                </File>
573                                <File
574                                        RelativePath="..\..\src\orxonox\objects\Model.h"
575                                        >
576                                </File>
577                                <File
578                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
579                                        >
580                                </File>
581                                <File
582                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.h"
583                                        >
584                                </File>
585                                <File
586                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.h"
587                                        >
588                                </File>
589                                <File
590                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
591                                        >
592                                </File>
593                                <File
594                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.h"
595                                        >
596                                </File>
597                                <File
598                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
599                                        >
600                                </File>
601                                <File
602                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
603                                        >
604                                </File>
605                                <File
606                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h"
607                                        >
608                                </File>
609                                <File
610                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
611                                        >
612                                </File>
613                                <File
614                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
615                                        >
616                                </File>
617                                <Filter
618                                        Name="weapon"
619                                        >
620                                        <File
621                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.h"
622                                                >
623                                        </File>
624                                        <File
625                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.h"
626                                                >
627                                        </File>
628                                        <File
629                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.h"
630                                                >
631                                        </File>
632                                        <File
633                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.h"
634                                                >
635                                        </File>
636                                        <File
637                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.h"
638                                                >
639                                        </File>
640                                        <File
641                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.h"
642                                                >
643                                        </File>
644                                </Filter>
645                        </Filter>
646                        <Filter
647                                Name="tools"
648                                >
649                                <File
650                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
651                                        >
652                                </File>
653                                <File
654                                        RelativePath="..\..\src\orxonox\tools\Light.h"
655                                        >
656                                </File>
657                                <File
658                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
659                                        >
660                                </File>
661                                <File
662                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
663                                        >
664                                </File>
665                                <File
666                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
667                                        >
668                                </File>
669                                <File
670                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
671                                        >
672                                </File>
673                                <File
674                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
675                                        >
676                                </File>
677                        </Filter>
678                        <Filter
679                                Name="tolua"
680                                >
681                                <File
682                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
683                                        >
684                                </File>
685                        </Filter>
686                        <Filter
687                                Name="overlays"
688                                >
689                                <File
690                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
691                                        >
692                                </File>
693                                <File
694                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
695                                        >
696                                </File>
697                                <File
698                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
699                                        >
700                                </File>
701                                <Filter
702                                        Name="hud"
703                                        >
704                                        <File
705                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
706                                                >
707                                        </File>
708                                        <File
709                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDFPSText.h"
710                                                >
711                                        </File>
712                                        <File
713                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
714                                                >
715                                        </File>
716                                        <File
717                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
718                                                >
719                                        </File>
720                                        <File
721                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRTRText.h"
722                                                >
723                                        </File>
724                                        <File
725                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
726                                                >
727                                        </File>
728                                </Filter>
729                                <Filter
730                                        Name="console"
731                                        >
732                                        <File
733                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
734                                                >
735                                        </File>
736                                </Filter>
737                        </Filter>
738                </Filter>
739                <Filter
740                        Name="Resource Files"
741                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
742                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
743                        >
744                </Filter>
745        </Files>
746        <Globals>
747        </Globals>
748</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.