Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/visual_studio/vc8/orxonox.vcproj @ 2435

Last change on this file since 2435 was 2435, checked in by rgrieder, 15 years ago
  • updated msvc files
  • Fixed build by including util/Integer.h in NetworkPrereqs.h instead of util/Math.h
  • Fixed issue with a this pointer used in the base class c'tor initialisation
  • Fixed build under windows: INFINITE seems to be a macro, defined in winbase.h. Constant was somewhere in the quest files.
  • Fixed build: Only integral types can have header-file value when declared as static const. Float is not supported by the standard.
  • Fixed a potential bug in Planet.cc: "if (cond) doOne; doTwo" —> missing brances (indentation was correct, so I assume there have to be brances)
  • Corrected lots of indentation problems with tabs/spaces mix.
  • Changed all "@file Blubb.h" to "@file": Doxygen then assumes the actual filename. This gives more flexibility.
  • Property svn:eol-style set to native
File size: 30.4 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="orxonox"
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=".\debug.vsprops;.\orxonox.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                        />
42                        <Tool
43                                Name="VCManagedResourceCompilerTool"
44                        />
45                        <Tool
46                                Name="VCResourceCompilerTool"
47                        />
48                        <Tool
49                                Name="VCPreLinkEventTool"
50                        />
51                        <Tool
52                                Name="VCLinkerTool"
53                                EntryPointSymbol=""
54                        />
55                        <Tool
56                                Name="VCALinkTool"
57                        />
58                        <Tool
59                                Name="VCManifestTool"
60                        />
61                        <Tool
62                                Name="VCXDCMakeTool"
63                        />
64                        <Tool
65                                Name="VCBscMakeTool"
66                        />
67                        <Tool
68                                Name="VCFxCopTool"
69                        />
70                        <Tool
71                                Name="VCAppVerifierTool"
72                        />
73                        <Tool
74                                Name="VCWebDeploymentTool"
75                        />
76                        <Tool
77                                Name="VCPostBuildEventTool"
78                        />
79                </Configuration>
80                <Configuration
81                        Name="Release|Win32"
82                        ConfigurationType="1"
83                        InheritedPropertySheets=".\release.vsprops;.\orxonox.vsprops"
84                        CharacterSet="1"
85                        WholeProgramOptimization="0"
86                        >
87                        <Tool
88                                Name="VCPreBuildEventTool"
89                        />
90                        <Tool
91                                Name="VCCustomBuildTool"
92                        />
93                        <Tool
94                                Name="VCXMLDataGeneratorTool"
95                        />
96                        <Tool
97                                Name="VCWebServiceProxyGeneratorTool"
98                        />
99                        <Tool
100                                Name="VCMIDLTool"
101                        />
102                        <Tool
103                                Name="VCCLCompilerTool"
104                        />
105                        <Tool
106                                Name="VCManagedResourceCompilerTool"
107                        />
108                        <Tool
109                                Name="VCResourceCompilerTool"
110                        />
111                        <Tool
112                                Name="VCPreLinkEventTool"
113                        />
114                        <Tool
115                                Name="VCLinkerTool"
116                                EntryPointSymbol=""
117                        />
118                        <Tool
119                                Name="VCALinkTool"
120                        />
121                        <Tool
122                                Name="VCManifestTool"
123                        />
124                        <Tool
125                                Name="VCXDCMakeTool"
126                        />
127                        <Tool
128                                Name="VCBscMakeTool"
129                        />
130                        <Tool
131                                Name="VCFxCopTool"
132                        />
133                        <Tool
134                                Name="VCAppVerifierTool"
135                        />
136                        <Tool
137                                Name="VCWebDeploymentTool"
138                        />
139                        <Tool
140                                Name="VCPostBuildEventTool"
141                        />
142                </Configuration>
143        </Configurations>
144        <References>
145        </References>
146        <Files>
147                <Filter
148                        Name="Source Files"
149                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
150                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
151                        >
152                        <File
153                                RelativePath="..\..\src\orxonox\CameraManager.cc"
154                                >
155                        </File>
156                        <File
157                                RelativePath="..\..\src\orxonox\GraphicsEngine.cc"
158                                >
159                        </File>
160                        <File
161                                RelativePath="..\..\src\orxonox\LevelManager.cc"
162                                >
163                        </File>
164                        <File
165                                RelativePath="..\..\src\orxonox\Main.cc"
166                                >
167                        </File>
168                        <File
169                                RelativePath="..\..\src\orxonox\PlayerManager.cc"
170                                >
171                        </File>
172                        <File
173                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
174                                >
175                                <FileConfiguration
176                                        Name="Debug|Win32"
177                                        >
178                                        <Tool
179                                                Name="VCCLCompilerTool"
180                                                UsePrecompiledHeader="1"
181                                        />
182                                </FileConfiguration>
183                                <FileConfiguration
184                                        Name="Release|Win32"
185                                        >
186                                        <Tool
187                                                Name="VCCLCompilerTool"
188                                                UsePrecompiledHeader="1"
189                                        />
190                                </FileConfiguration>
191                        </File>
192                        <File
193                                RelativePath="..\..\src\orxonox\Settings.cc"
194                                >
195                        </File>
196                        <Filter
197                                Name="objects"
198                                >
199                                <File
200                                        RelativePath="..\..\src\orxonox\objects\EventDispatcher.cc"
201                                        >
202                                </File>
203                                <File
204                                        RelativePath="..\..\src\orxonox\objects\EventListener.cc"
205                                        >
206                                </File>
207                                <File
208                                        RelativePath="..\..\src\orxonox\objects\EventTarget.cc"
209                                        >
210                                </File>
211                                <File
212                                        RelativePath="..\..\src\orxonox\objects\Level.cc"
213                                        >
214                                </File>
215                                <File
216                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
217                                        >
218                                </File>
219                                <File
220                                        RelativePath="..\..\src\orxonox\objects\RadarListener.cc"
221                                        >
222                                </File>
223                                <File
224                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.cc"
225                                        >
226                                </File>
227                                <File
228                                        RelativePath="..\..\src\orxonox\objects\Scene.cc"
229                                        >
230                                </File>
231                                <File
232                                        RelativePath="..\..\src\orxonox\objects\Script.cc"
233                                        >
234                                </File>
235                                <File
236                                        RelativePath="..\..\src\orxonox\objects\Test.cc"
237                                        >
238                                </File>
239                                <File
240                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
241                                        >
242                                </File>
243                                <Filter
244                                        Name="worldentities"
245                                        >
246                                        <File
247                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.cc"
248                                                >
249                                                <FileConfiguration
250                                                        Name="Debug|Win32"
251                                                        ExcludedFromBuild="true"
252                                                        >
253                                                        <Tool
254                                                                Name="VCCLCompilerTool"
255                                                        />
256                                                </FileConfiguration>
257                                                <FileConfiguration
258                                                        Name="Release|Win32"
259                                                        ExcludedFromBuild="true"
260                                                        >
261                                                        <Tool
262                                                                Name="VCCLCompilerTool"
263                                                        />
264                                                </FileConfiguration>
265                                        </File>
266                                        <File
267                                                RelativePath="..\..\src\orxonox\objects\worldentities\Billboard.cc"
268                                                >
269                                        </File>
270                                        <File
271                                                RelativePath="..\..\src\orxonox\objects\worldentities\BlinkingBillboard.cc"
272                                                >
273                                        </File>
274                                        <File
275                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.cc"
276                                                >
277                                        </File>
278                                        <File
279                                                RelativePath="..\..\src\orxonox\objects\worldentities\CameraPosition.cc"
280                                                >
281                                        </File>
282                                        <File
283                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.cc"
284                                                >
285                                        </File>
286                                        <File
287                                                RelativePath="..\..\src\orxonox\objects\worldentities\Light.cc"
288                                                >
289                                        </File>
290                                        <File
291                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.cc"
292                                                >
293                                        </File>
294                                        <File
295                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.cc"
296                                                >
297                                        </File>
298                                        <File
299                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleEmitter.cc"
300                                                >
301                                        </File>
302                                        <File
303                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.cc"
304                                                >
305                                        </File>
306                                        <File
307                                                RelativePath="..\..\src\orxonox\objects\worldentities\Planet.cc"
308                                                >
309                                        </File>
310                                        <File
311                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.cc"
312                                                >
313                                        </File>
314                                        <File
315                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.cc"
316                                                >
317                                        </File>
318                                        <File
319                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.cc"
320                                                >
321                                        </File>
322                                        <Filter
323                                                Name="pawns"
324                                                >
325                                                <File
326                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.cc"
327                                                        >
328                                                </File>
329                                                <File
330                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.cc"
331                                                        >
332                                                </File>
333                                                <File
334                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.cc"
335                                                        >
336                                                </File>
337                                        </Filter>
338                                        <Filter
339                                                Name="triggers"
340                                                >
341                                                <File
342                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\DistanceTrigger.cc"
343                                                        >
344                                                </File>
345                                                <File
346                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\EventTrigger.cc"
347                                                        >
348                                                </File>
349                                                <File
350                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\PlayerTrigger.cc"
351                                                        >
352                                                </File>
353                                                <File
354                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\Trigger.cc"
355                                                        >
356                                                </File>
357                                        </Filter>
358                                </Filter>
359                                <Filter
360                                        Name="gametypes"
361                                        >
362                                        <File
363                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.cc"
364                                                >
365                                        </File>
366                                </Filter>
367                                <Filter
368                                        Name="infos"
369                                        >
370                                        <File
371                                                RelativePath="..\..\src\orxonox\objects\infos\HumanPlayer.cc"
372                                                >
373                                        </File>
374                                        <File
375                                                RelativePath="..\..\src\orxonox\objects\infos\Info.cc"
376                                                >
377                                        </File>
378                                        <File
379                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.cc"
380                                                >
381                                        </File>
382                                </Filter>
383                                <Filter
384                                        Name="controllers"
385                                        >
386                                        <File
387                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.cc"
388                                                >
389                                        </File>
390                                        <File
391                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.cc"
392                                                >
393                                        </File>
394                                </Filter>
395                                <Filter
396                                        Name="weaponSystem"
397                                        >
398                                        <File
399                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Munition.cc"
400                                                >
401                                        </File>
402                                        <File
403                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Weapon.cc"
404                                                >
405                                        </File>
406                                        <File
407                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSet.cc"
408                                                >
409                                        </File>
410                                        <File
411                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSlot.cc"
412                                                >
413                                        </File>
414                                        <File
415                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSystem.cc"
416                                                >
417                                        </File>
418                                        <Filter
419                                                Name="munitions"
420                                                >
421                                                <File
422                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\munitions\LaserGunMunition.cc"
423                                                        >
424                                                        <FileConfiguration
425                                                                Name="Debug|Win32"
426                                                                ExcludedFromBuild="true"
427                                                                >
428                                                                <Tool
429                                                                        Name="VCCLCompilerTool"
430                                                                />
431                                                        </FileConfiguration>
432                                                        <FileConfiguration
433                                                                Name="Release|Win32"
434                                                                ExcludedFromBuild="true"
435                                                                >
436                                                                <Tool
437                                                                        Name="VCCLCompilerTool"
438                                                                />
439                                                        </FileConfiguration>
440                                                </File>
441                                        </Filter>
442                                        <Filter
443                                                Name="weapons"
444                                                >
445                                                <File
446                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\LaserGun.cc"
447                                                        >
448                                                        <FileConfiguration
449                                                                Name="Debug|Win32"
450                                                                ExcludedFromBuild="true"
451                                                                >
452                                                                <Tool
453                                                                        Name="VCCLCompilerTool"
454                                                                />
455                                                        </FileConfiguration>
456                                                        <FileConfiguration
457                                                                Name="Release|Win32"
458                                                                ExcludedFromBuild="true"
459                                                                >
460                                                                <Tool
461                                                                        Name="VCCLCompilerTool"
462                                                                />
463                                                        </FileConfiguration>
464                                                </File>
465                                                <File
466                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\Missile.cc"
467                                                        >
468                                                        <FileConfiguration
469                                                                Name="Debug|Win32"
470                                                                ExcludedFromBuild="true"
471                                                                >
472                                                                <Tool
473                                                                        Name="VCCLCompilerTool"
474                                                                />
475                                                        </FileConfiguration>
476                                                        <FileConfiguration
477                                                                Name="Release|Win32"
478                                                                ExcludedFromBuild="true"
479                                                                >
480                                                                <Tool
481                                                                        Name="VCCLCompilerTool"
482                                                                />
483                                                        </FileConfiguration>
484                                                </File>
485                                        </Filter>
486                                        <Filter
487                                                Name="projectiles"
488                                                >
489                                                <File
490                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\BillboardProjectile.cc"
491                                                        >
492                                                        <FileConfiguration
493                                                                Name="Debug|Win32"
494                                                                ExcludedFromBuild="true"
495                                                                >
496                                                                <Tool
497                                                                        Name="VCCLCompilerTool"
498                                                                />
499                                                        </FileConfiguration>
500                                                        <FileConfiguration
501                                                                Name="Release|Win32"
502                                                                ExcludedFromBuild="true"
503                                                                >
504                                                                <Tool
505                                                                        Name="VCCLCompilerTool"
506                                                                />
507                                                        </FileConfiguration>
508                                                </File>
509                                                <File
510                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\ParticleProjectile.cc"
511                                                        >
512                                                        <FileConfiguration
513                                                                Name="Debug|Win32"
514                                                                ExcludedFromBuild="true"
515                                                                >
516                                                                <Tool
517                                                                        Name="VCCLCompilerTool"
518                                                                />
519                                                        </FileConfiguration>
520                                                        <FileConfiguration
521                                                                Name="Release|Win32"
522                                                                ExcludedFromBuild="true"
523                                                                >
524                                                                <Tool
525                                                                        Name="VCCLCompilerTool"
526                                                                />
527                                                        </FileConfiguration>
528                                                </File>
529                                                <File
530                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\Projectile.cc"
531                                                        >
532                                                        <FileConfiguration
533                                                                Name="Debug|Win32"
534                                                                ExcludedFromBuild="true"
535                                                                >
536                                                                <Tool
537                                                                        Name="VCCLCompilerTool"
538                                                                />
539                                                        </FileConfiguration>
540                                                        <FileConfiguration
541                                                                Name="Release|Win32"
542                                                                ExcludedFromBuild="true"
543                                                                >
544                                                                <Tool
545                                                                        Name="VCCLCompilerTool"
546                                                                />
547                                                        </FileConfiguration>
548                                                </File>
549                                        </Filter>
550                                </Filter>
551                                <Filter
552                                        Name="quest"
553                                        >
554                                        <File
555                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuest.cc"
556                                                >
557                                        </File>
558                                        <File
559                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuestHint.cc"
560                                                >
561                                        </File>
562                                        <File
563                                                RelativePath="..\..\src\orxonox\objects\quest\AddReward.cc"
564                                                >
565                                        </File>
566                                        <File
567                                                RelativePath="..\..\src\orxonox\objects\quest\ChangeQuestStatus.cc"
568                                                >
569                                        </File>
570                                        <File
571                                                RelativePath="..\..\src\orxonox\objects\quest\CompleteQuest.cc"
572                                                >
573                                        </File>
574                                        <File
575                                                RelativePath="..\..\src\orxonox\objects\quest\FailQuest.cc"
576                                                >
577                                        </File>
578                                        <File
579                                                RelativePath="..\..\src\orxonox\objects\quest\GlobalQuest.cc"
580                                                >
581                                        </File>
582                                        <File
583                                                RelativePath="..\..\src\orxonox\objects\quest\LocalQuest.cc"
584                                                >
585                                        </File>
586                                        <File
587                                                RelativePath="..\..\src\orxonox\objects\quest\Quest.cc"
588                                                >
589                                        </File>
590                                        <File
591                                                RelativePath="..\..\src\orxonox\objects\quest\QuestDescription.cc"
592                                                >
593                                        </File>
594                                        <File
595                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffect.cc"
596                                                >
597                                        </File>
598                                        <File
599                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffectBeacon.cc"
600                                                >
601                                        </File>
602                                        <File
603                                                RelativePath="..\..\src\orxonox\objects\quest\QuestHint.cc"
604                                                >
605                                        </File>
606                                        <File
607                                                RelativePath="..\..\src\orxonox\objects\quest\QuestItem.cc"
608                                                >
609                                        </File>
610                                        <File
611                                                RelativePath="..\..\src\orxonox\objects\quest\QuestListener.cc"
612                                                >
613                                        </File>
614                                        <File
615                                                RelativePath="..\..\src\orxonox\objects\quest\QuestManager.cc"
616                                                >
617                                        </File>
618                                        <File
619                                                RelativePath="..\..\src\orxonox\objects\quest\Rewardable.cc"
620                                                >
621                                        </File>
622                                </Filter>
623                        </Filter>
624                        <Filter
625                                Name="tools"
626                                >
627                                <File
628                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
629                                        >
630                                </File>
631                                <File
632                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
633                                        >
634                                </File>
635                                <File
636                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
637                                        >
638                                </File>
639                                <File
640                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
641                                        >
642                                </File>
643                                <File
644                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
645                                        >
646                                </File>
647                                <File
648                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
649                                        >
650                                </File>
651                        </Filter>
652                        <Filter
653                                Name="tolua"
654                                >
655                                <File
656                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
657                                        >
658                                        <FileConfiguration
659                                                Name="Debug|Win32"
660                                                >
661                                                <Tool
662                                                        Name="VCCustomBuildTool"
663                                                        Description="Generating tolua bind files..."
664                                                        CommandLine="&quot;$(RootDir)\build\$(SolutionName)\$(ConfigurationName)\toluagen_orxonox\toluagen_orxonox$(CS).exe&quot; -n Orxonox -o $(RootDir)/src/orxonox/tolua/tolua_bind.cc -H $(RootDir)/src/orxonox/tolua/tolua_bind.h $(RootDir)/src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
665                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
666                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
667                                                />
668                                        </FileConfiguration>
669                                        <FileConfiguration
670                                                Name="Release|Win32"
671                                                >
672                                                <Tool
673                                                        Name="VCCustomBuildTool"
674                                                        Description="Generating tolua bind files..."
675                                                        CommandLine="&quot;$(RootDir)\build\$(SolutionName)\$(ConfigurationName)\toluagen_orxonox\toluagen_orxonox$(CS).exe&quot; -n Orxonox -o $(RootDir)/src/orxonox/tolua/tolua_bind.cc -H $(RootDir)/src/orxonox/tolua/tolua_bind.h $(RootDir)/src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
676                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
677                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
678                                                />
679                                        </FileConfiguration>
680                                </File>
681                                <File
682                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
683                                        >
684                                        <FileConfiguration
685                                                Name="Debug|Win32"
686                                                >
687                                                <Tool
688                                                        Name="VCCLCompilerTool"
689                                                        UsePrecompiledHeader="0"
690                                                />
691                                        </FileConfiguration>
692                                        <FileConfiguration
693                                                Name="Release|Win32"
694                                                >
695                                                <Tool
696                                                        Name="VCCLCompilerTool"
697                                                        UsePrecompiledHeader="0"
698                                                />
699                                        </FileConfiguration>
700                                </File>
701                        </Filter>
702                        <Filter
703                                Name="overlays"
704                                >
705                                <File
706                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
707                                        >
708                                </File>
709                                <File
710                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
711                                        >
712                                </File>
713                                <File
714                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
715                                        >
716                                </File>
717                                <Filter
718                                        Name="console"
719                                        >
720                                        <File
721                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
722                                                >
723                                        </File>
724                                </Filter>
725                                <Filter
726                                        Name="hud"
727                                        >
728                                        <File
729                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.cc"
730                                                >
731                                        </File>
732                                        <File
733                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
734                                                >
735                                        </File>
736                                        <File
737                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
738                                                >
739                                        </File>
740                                        <File
741                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
742                                                >
743                                        </File>
744                                        <File
745                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
746                                                >
747                                        </File>
748                                </Filter>
749                                <Filter
750                                        Name="debug"
751                                        >
752                                        <File
753                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
754                                                >
755                                        </File>
756                                        <File
757                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
758                                                >
759                                        </File>
760                                </Filter>
761                                <Filter
762                                        Name="notifications"
763                                        >
764                                        <File
765                                                RelativePath="..\..\src\orxonox\overlays\notifications\Notification.cc"
766                                                >
767                                        </File>
768                                        <File
769                                                RelativePath="..\..\src\orxonox\overlays\notifications\NotificationManager.cc"
770                                                >
771                                        </File>
772                                        <File
773                                                RelativePath="..\..\src\orxonox\overlays\notifications\NotificationQueue.cc"
774                                                >
775                                        </File>
776                                </Filter>
777                        </Filter>
778                        <Filter
779                                Name="gui"
780                                >
781                                <File
782                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
783                                        >
784                                </File>
785                                <File
786                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
787                                        >
788                                </File>
789                                <File
790                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp"
791                                        >
792                                </File>
793                                <File
794                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp"
795                                        >
796                                </File>
797                        </Filter>
798                        <Filter
799                                Name="gamestates"
800                                >
801                                <File
802                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
803                                        >
804                                </File>
805                                <File
806                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.cc"
807                                        >
808                                </File>
809                                <File
810                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
811                                        >
812                                </File>
813                                <File
814                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
815                                        >
816                                </File>
817                                <File
818                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
819                                        >
820                                </File>
821                                <File
822                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
823                                        >
824                                </File>
825                                <File
826                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
827                                        >
828                                </File>
829                                <File
830                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
831                                        >
832                                </File>
833                                <File
834                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
835                                        >
836                                </File>
837                        </Filter>
838                </Filter>
839                <Filter
840                        Name="Header Files"
841                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
842                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
843                        >
844                        <File
845                                RelativePath="..\..\src\orxonox\CameraManager.h"
846                                >
847                        </File>
848                        <File
849                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
850                                >
851                        </File>
852                        <File
853                                RelativePath="..\..\src\orxonox\LevelManager.h"
854                                >
855                        </File>
856                        <File
857                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
858                                >
859                        </File>
860                        <File
861                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
862                                >
863                        </File>
864                        <File
865                                RelativePath="..\..\src\orxonox\PlayerManager.h"
866                                >
867                        </File>
868                        <File
869                                RelativePath="..\..\src\orxonox\Settings.h"
870                                >
871                        </File>
872                        <Filter
873                                Name="objects"
874                                >
875                                <File
876                                        RelativePath="..\..\src\orxonox\objects\EventDispatcher.h"
877                                        >
878                                </File>
879                                <File
880                                        RelativePath="..\..\src\orxonox\objects\EventListener.h"
881                                        >
882                                </File>
883                                <File
884                                        RelativePath="..\..\src\orxonox\objects\EventTarget.h"
885                                        >
886                                </File>
887                                <File
888                                        RelativePath="..\..\src\orxonox\objects\Level.h"
889                                        >
890                                </File>
891                                <File
892                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
893                                        >
894                                </File>
895                                <File
896                                        RelativePath="..\..\src\orxonox\objects\RadarListener.h"
897                                        >
898                                </File>
899                                <File
900                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.h"
901                                        >
902                                </File>
903                                <File
904                                        RelativePath="..\..\src\orxonox\objects\Scene.h"
905                                        >
906                                </File>
907                                <File
908                                        RelativePath="..\..\src\orxonox\objects\Script.h"
909                                        >
910                                </File>
911                                <File
912                                        RelativePath="..\..\src\orxonox\objects\Test.h"
913                                        >
914                                </File>
915                                <File
916                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
917                                        >
918                                </File>
919                                <Filter
920                                        Name="worldentities"
921                                        >
922                                        <File
923                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.h"
924                                                >
925                                        </File>
926                                        <File
927                                                RelativePath="..\..\src\orxonox\objects\worldentities\Billboard.h"
928                                                >
929                                        </File>
930                                        <File
931                                                RelativePath="..\..\src\orxonox\objects\worldentities\BlinkingBillboard.h"
932                                                >
933                                        </File>
934                                        <File
935                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.h"
936                                                >
937                                        </File>
938                                        <File
939                                                RelativePath="..\..\src\orxonox\objects\worldentities\CameraPosition.h"
940                                                >
941                                        </File>
942                                        <File
943                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.h"
944                                                >
945                                        </File>
946                                        <File
947                                                RelativePath="..\..\src\orxonox\objects\worldentities\Light.h"
948                                                >
949                                        </File>
950                                        <File
951                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.h"
952                                                >
953                                        </File>
954                                        <File
955                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.h"
956                                                >
957                                        </File>
958                                        <File
959                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleEmitter.h"
960                                                >
961                                        </File>
962                                        <File
963                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.h"
964                                                >
965                                        </File>
966                                        <File
967                                                RelativePath="..\..\src\orxonox\objects\worldentities\Planet.h"
968                                                >
969                                        </File>
970                                        <File
971                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.h"
972                                                >
973                                        </File>
974                                        <File
975                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.h"
976                                                >
977                                        </File>
978                                        <File
979                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.h"
980                                                >
981                                        </File>
982                                        <Filter
983                                                Name="pawns"
984                                                >
985                                                <File
986                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.h"
987                                                        >
988                                                </File>
989                                                <File
990                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.h"
991                                                        >
992                                                </File>
993                                                <File
994                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.h"
995                                                        >
996                                                </File>
997                                        </Filter>
998                                        <Filter
999                                                Name="triggers"
1000                                                >
1001                                                <File
1002                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\DistanceTrigger.h"
1003                                                        >
1004                                                </File>
1005                                                <File
1006                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\EventTrigger.h"
1007                                                        >
1008                                                </File>
1009                                                <File
1010                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\PlayerTrigger.h"
1011                                                        >
1012                                                </File>
1013                                                <File
1014                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\Trigger.h"
1015                                                        >
1016                                                </File>
1017                                        </Filter>
1018                                </Filter>
1019                                <Filter
1020                                        Name="gametypes"
1021                                        >
1022                                        <File
1023                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.h"
1024                                                >
1025                                        </File>
1026                                </Filter>
1027                                <Filter
1028                                        Name="infos"
1029                                        >
1030                                        <File
1031                                                RelativePath="..\..\src\orxonox\objects\infos\Info.h"
1032                                                >
1033                                        </File>
1034                                        <File
1035                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.h"
1036                                                >
1037                                        </File>
1038                                </Filter>
1039                                <Filter
1040                                        Name="controllers"
1041                                        >
1042                                        <File
1043                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.h"
1044                                                >
1045                                        </File>
1046                                        <File
1047                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.h"
1048                                                >
1049                                        </File>
1050                                </Filter>
1051                                <Filter
1052                                        Name="quest"
1053                                        >
1054                                        <File
1055                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuest.h"
1056                                                >
1057                                        </File>
1058                                        <File
1059                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuestHint.h"
1060                                                >
1061                                        </File>
1062                                        <File
1063                                                RelativePath="..\..\src\orxonox\objects\quest\AddReward.h"
1064                                                >
1065                                        </File>
1066                                        <File
1067                                                RelativePath="..\..\src\orxonox\objects\quest\ChangeQuestStatus.h"
1068                                                >
1069                                        </File>
1070                                        <File
1071                                                RelativePath="..\..\src\orxonox\objects\quest\CompleteQuest.h"
1072                                                >
1073                                        </File>
1074                                        <File
1075                                                RelativePath="..\..\src\orxonox\objects\quest\FailQuest.h"
1076                                                >
1077                                        </File>
1078                                        <File
1079                                                RelativePath="..\..\src\orxonox\objects\quest\GlobalQuest.h"
1080                                                >
1081                                        </File>
1082                                        <File
1083                                                RelativePath="..\..\src\orxonox\objects\quest\LocalQuest.h"
1084                                                >
1085                                        </File>
1086                                        <File
1087                                                RelativePath="..\..\src\orxonox\objects\quest\Quest.h"
1088                                                >
1089                                        </File>
1090                                        <File
1091                                                RelativePath="..\..\src\orxonox\objects\quest\QuestDescription.h"
1092                                                >
1093                                        </File>
1094                                        <File
1095                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffect.h"
1096                                                >
1097                                        </File>
1098                                        <File
1099                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffectBeacon.h"
1100                                                >
1101                                        </File>
1102                                        <File
1103                                                RelativePath="..\..\src\orxonox\objects\quest\QuestHint.h"
1104                                                >
1105                                        </File>
1106                                        <File
1107                                                RelativePath="..\..\src\orxonox\objects\quest\QuestItem.h"
1108                                                >
1109                                        </File>
1110                                        <File
1111                                                RelativePath="..\..\src\orxonox\objects\quest\QuestListener.h"
1112                                                >
1113                                        </File>
1114                                        <File
1115                                                RelativePath="..\..\src\orxonox\objects\quest\QuestManager.h"
1116                                                >
1117                                        </File>
1118                                        <File
1119                                                RelativePath="..\..\src\orxonox\objects\quest\Rewardable.h"
1120                                                >
1121                                        </File>
1122                                </Filter>
1123                                <Filter
1124                                        Name="weaponSystem"
1125                                        >
1126                                        <File
1127                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Munition.h"
1128                                                >
1129                                        </File>
1130                                        <File
1131                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Weapon.h"
1132                                                >
1133                                        </File>
1134                                        <File
1135                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSet.h"
1136                                                >
1137                                        </File>
1138                                        <File
1139                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSlot.h"
1140                                                >
1141                                        </File>
1142                                        <File
1143                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSystem.h"
1144                                                >
1145                                        </File>
1146                                        <Filter
1147                                                Name="weapons"
1148                                                >
1149                                                <File
1150                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\LaserGun.h"
1151                                                        >
1152                                                </File>
1153                                                <File
1154                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\Missile.h"
1155                                                        >
1156                                                </File>
1157                                        </Filter>
1158                                        <Filter
1159                                                Name="munitions"
1160                                                >
1161                                                <File
1162                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\munitions\LaserGunMunition.h"
1163                                                        >
1164                                                </File>
1165                                        </Filter>
1166                                        <Filter
1167                                                Name="projectiles"
1168                                                >
1169                                                <File
1170                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\BillboardProjectile.h"
1171                                                        >
1172                                                </File>
1173                                                <File
1174                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\ParticleProjectile.h"
1175                                                        >
1176                                                </File>
1177                                                <File
1178                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\Projectile.h"
1179                                                        >
1180                                                </File>
1181                                        </Filter>
1182                                </Filter>
1183                        </Filter>
1184                        <Filter
1185                                Name="tools"
1186                                >
1187                                <File
1188                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
1189                                        >
1190                                </File>
1191                                <File
1192                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
1193                                        >
1194                                </File>
1195                                <File
1196                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
1197                                        >
1198                                </File>
1199                                <File
1200                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
1201                                        >
1202                                </File>
1203                                <File
1204                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
1205                                        >
1206                                </File>
1207                                <File
1208                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
1209                                        >
1210                                </File>
1211                        </Filter>
1212                        <Filter
1213                                Name="tolua"
1214                                >
1215                                <File
1216                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
1217                                        >
1218                                </File>
1219                        </Filter>
1220                        <Filter
1221                                Name="overlays"
1222                                >
1223                                <File
1224                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
1225                                        >
1226                                </File>
1227                                <File
1228                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
1229                                        >
1230                                </File>
1231                                <File
1232                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
1233                                        >
1234                                </File>
1235                                <Filter
1236                                        Name="hud"
1237                                        >
1238                                        <File
1239                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.h"
1240                                                >
1241                                        </File>
1242                                        <File
1243                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
1244                                                >
1245                                        </File>
1246                                        <File
1247                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
1248                                                >
1249                                        </File>
1250                                        <File
1251                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
1252                                                >
1253                                        </File>
1254                                        <File
1255                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
1256                                                >
1257                                        </File>
1258                                </Filter>
1259                                <Filter
1260                                        Name="console"
1261                                        >
1262                                        <File
1263                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
1264                                                >
1265                                        </File>
1266                                </Filter>
1267                                <Filter
1268                                        Name="debug"
1269                                        >
1270                                        <File
1271                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
1272                                                >
1273                                        </File>
1274                                        <File
1275                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
1276                                                >
1277                                        </File>
1278                                </Filter>
1279                                <Filter
1280                                        Name="notifications"
1281                                        >
1282                                        <File
1283                                                RelativePath="..\..\src\orxonox\overlays\notifications\Notification.h"
1284                                                >
1285                                        </File>
1286                                        <File
1287                                                RelativePath="..\..\src\orxonox\overlays\notifications\NotificationManager.h"
1288                                                >
1289                                        </File>
1290                                        <File
1291                                                RelativePath="..\..\src\orxonox\overlays\notifications\NotificationQueue.h"
1292                                                >
1293                                        </File>
1294                                </Filter>
1295                        </Filter>
1296                        <Filter
1297                                Name="gui"
1298                                >
1299                                <File
1300                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
1301                                        >
1302                                </File>
1303                                <File
1304                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
1305                                        >
1306                                </File>
1307                                <File
1308                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
1309                                        >
1310                                </File>
1311                                <File
1312                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
1313                                        >
1314                                </File>
1315                        </Filter>
1316                        <Filter
1317                                Name="gamestates"
1318                                >
1319                                <File
1320                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
1321                                        >
1322                                </File>
1323                                <File
1324                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.h"
1325                                        >
1326                                </File>
1327                                <File
1328                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
1329                                        >
1330                                </File>
1331                                <File
1332                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
1333                                        >
1334                                </File>
1335                                <File
1336                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
1337                                        >
1338                                </File>
1339                                <File
1340                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
1341                                        >
1342                                </File>
1343                                <File
1344                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
1345                                        >
1346                                </File>
1347                                <File
1348                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
1349                                        >
1350                                </File>
1351                                <File
1352                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
1353                                        >
1354                                </File>
1355                        </Filter>
1356                </Filter>
1357                <Filter
1358                        Name="Resource Files"
1359                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
1360                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1361                        >
1362                </Filter>
1363        </Files>
1364        <Globals>
1365        </Globals>
1366</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.