Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/visual_studio/vc8/orxonox.vcproj @ 2303

Last change on this file since 2303 was 2303, checked in by rgrieder, 15 years ago
  • Added support for attaching physical WorldEntities to each other. Currently you can only add static objects to kinematic/dynamic/static other objects. Future plans involve attaching kinematic objects to static/kinematic ones. All other combinations don't make sense at all.
  • Added CollisionShape, SphereCollisionShape and CompoundCollisionShape

Usage for collision shapes (example):

<LinearEntity collisionType="kinematic">

<attached>

<Model position="0,0,0" scale=10 mesh="ast1.mesh" />
<StaticEntity position="0,10,0" collisionType="static"> # Everything else than "static" fails!

<collisionShapes>

<SphereCollisionShape radius=40 position="10,10,-10"/>
<CompoundCollisionShape position="4,4,4"> # You can also make compound shapes directly

<SphereCollisionShape radius=10/>

</CompoundCollisionShape>

</collisionShapes>

</StaticEntity>

</attached>

</LinearEntity>

  • Property svn:eol-style set to native
File size: 35.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="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\PrecompiledHeaderFiles.cc"
170                                >
171                                <FileConfiguration
172                                        Name="Debug|Win32"
173                                        >
174                                        <Tool
175                                                Name="VCCLCompilerTool"
176                                                UsePrecompiledHeader="1"
177                                        />
178                                </FileConfiguration>
179                                <FileConfiguration
180                                        Name="Release|Win32"
181                                        >
182                                        <Tool
183                                                Name="VCCLCompilerTool"
184                                                UsePrecompiledHeader="1"
185                                        />
186                                </FileConfiguration>
187                        </File>
188                        <File
189                                RelativePath="..\..\src\orxonox\Settings.cc"
190                                >
191                        </File>
192                        <Filter
193                                Name="objects"
194                                >
195                                <File
196                                        RelativePath="..\..\src\orxonox\objects\EventDispatcher.cc"
197                                        >
198                                </File>
199                                <File
200                                        RelativePath="..\..\src\orxonox\objects\EventListener.cc"
201                                        >
202                                </File>
203                                <File
204                                        RelativePath="..\..\src\orxonox\objects\EventTarget.cc"
205                                        >
206                                </File>
207                                <File
208                                        RelativePath="..\..\src\orxonox\objects\HelloBullet.cc"
209                                        >
210                                </File>
211                                <File
212                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
213                                        >
214                                </File>
215                                <File
216                                        RelativePath="..\..\src\orxonox\objects\RadarListener.cc"
217                                        >
218                                </File>
219                                <File
220                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.cc"
221                                        >
222                                </File>
223                                <File
224                                        RelativePath="..\..\src\orxonox\objects\Scene.cc"
225                                        >
226                                </File>
227                                <File
228                                        RelativePath="..\..\src\orxonox\objects\Script.cc"
229                                        >
230                                </File>
231                                <File
232                                        RelativePath="..\..\src\orxonox\objects\Test.cc"
233                                        >
234                                </File>
235                                <File
236                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
237                                        >
238                                </File>
239                                <Filter
240                                        Name="worldentities"
241                                        >
242                                        <File
243                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.cc"
244                                                >
245                                                <FileConfiguration
246                                                        Name="Debug|Win32"
247                                                        ExcludedFromBuild="true"
248                                                        >
249                                                        <Tool
250                                                                Name="VCCLCompilerTool"
251                                                        />
252                                                </FileConfiguration>
253                                                <FileConfiguration
254                                                        Name="Release|Win32"
255                                                        ExcludedFromBuild="true"
256                                                        >
257                                                        <Tool
258                                                                Name="VCCLCompilerTool"
259                                                        />
260                                                </FileConfiguration>
261                                        </File>
262                                        <File
263                                                RelativePath="..\..\src\orxonox\objects\worldentities\Billboard.cc"
264                                                >
265                                        </File>
266                                        <File
267                                                RelativePath="..\..\src\orxonox\objects\worldentities\BlinkingBillboard.cc"
268                                                >
269                                        </File>
270                                        <File
271                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.cc"
272                                                >
273                                        </File>
274                                        <File
275                                                RelativePath="..\..\src\orxonox\objects\worldentities\CameraPosition.cc"
276                                                >
277                                        </File>
278                                        <File
279                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.cc"
280                                                >
281                                        </File>
282                                        <File
283                                                RelativePath="..\..\src\orxonox\objects\worldentities\Light.cc"
284                                                >
285                                        </File>
286                                        <File
287                                                RelativePath="..\..\src\orxonox\objects\worldentities\LinearEntity.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\SpawnPoint.cc"
308                                                >
309                                        </File>
310                                        <File
311                                                RelativePath="..\..\src\orxonox\objects\worldentities\StaticEntity.cc"
312                                                >
313                                        </File>
314                                        <File
315                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.cc"
316                                                >
317                                        </File>
318                                        <Filter
319                                                Name="pawns"
320                                                >
321                                                <File
322                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.cc"
323                                                        >
324                                                </File>
325                                                <File
326                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.cc"
327                                                        >
328                                                </File>
329                                                <File
330                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.cc"
331                                                        >
332                                                </File>
333                                        </Filter>
334                                        <Filter
335                                                Name="triggers"
336                                                >
337                                                <File
338                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\DistanceTrigger.cc"
339                                                        >
340                                                </File>
341                                                <File
342                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\EventTrigger.cc"
343                                                        >
344                                                </File>
345                                                <File
346                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\Trigger.cc"
347                                                        >
348                                                </File>
349                                        </Filter>
350                                        <Filter
351                                                Name="collisionShapes"
352                                                >
353                                                <File
354                                                        RelativePath="..\..\src\orxonox\objects\worldentities\collisionShapes\CollisionShape.cc"
355                                                        >
356                                                </File>
357                                                <File
358                                                        RelativePath="..\..\src\orxonox\objects\worldentities\collisionShapes\CompoundCollisionShape.cc"
359                                                        >
360                                                </File>
361                                                <File
362                                                        RelativePath="..\..\src\orxonox\objects\worldentities\collisionShapes\SphereCollisionShape.cc"
363                                                        >
364                                                </File>
365                                        </Filter>
366                                </Filter>
367                                <Filter
368                                        Name="gametypes"
369                                        >
370                                        <File
371                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.cc"
372                                                >
373                                        </File>
374                                </Filter>
375                                <Filter
376                                        Name="infos"
377                                        >
378                                        <File
379                                                RelativePath="..\..\src\orxonox\objects\infos\HumanPlayer.cc"
380                                                >
381                                        </File>
382                                        <File
383                                                RelativePath="..\..\src\orxonox\objects\infos\Info.cc"
384                                                >
385                                        </File>
386                                        <File
387                                                RelativePath="..\..\src\orxonox\objects\infos\Level.cc"
388                                                >
389                                        </File>
390                                        <File
391                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.cc"
392                                                >
393                                        </File>
394                                </Filter>
395                                <Filter
396                                        Name="controllers"
397                                        >
398                                        <File
399                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.cc"
400                                                >
401                                        </File>
402                                        <File
403                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.cc"
404                                                >
405                                        </File>
406                                </Filter>
407                                <Filter
408                                        Name="weaponSystem"
409                                        >
410                                        <File
411                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Munition.cc"
412                                                >
413                                                <FileConfiguration
414                                                        Name="Debug|Win32"
415                                                        ExcludedFromBuild="true"
416                                                        >
417                                                        <Tool
418                                                                Name="VCCLCompilerTool"
419                                                        />
420                                                </FileConfiguration>
421                                                <FileConfiguration
422                                                        Name="Release|Win32"
423                                                        ExcludedFromBuild="true"
424                                                        >
425                                                        <Tool
426                                                                Name="VCCLCompilerTool"
427                                                        />
428                                                </FileConfiguration>
429                                        </File>
430                                        <File
431                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Weapon.cc"
432                                                >
433                                                <FileConfiguration
434                                                        Name="Debug|Win32"
435                                                        ExcludedFromBuild="true"
436                                                        >
437                                                        <Tool
438                                                                Name="VCCLCompilerTool"
439                                                        />
440                                                </FileConfiguration>
441                                                <FileConfiguration
442                                                        Name="Release|Win32"
443                                                        ExcludedFromBuild="true"
444                                                        >
445                                                        <Tool
446                                                                Name="VCCLCompilerTool"
447                                                        />
448                                                </FileConfiguration>
449                                        </File>
450                                        <File
451                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSet.cc"
452                                                >
453                                        </File>
454                                        <File
455                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSlot.cc"
456                                                >
457                                        </File>
458                                        <File
459                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSystem.cc"
460                                                >
461                                        </File>
462                                        <Filter
463                                                Name="munitions"
464                                                >
465                                                <File
466                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\munitions\LaserGunMunition.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="weapons"
488                                                >
489                                                <File
490                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\LaserGun.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\weapons\Missile.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                                        </Filter>
530                                        <Filter
531                                                Name="projectiles"
532                                                >
533                                                <File
534                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\BillboardProjectile.cc"
535                                                        >
536                                                        <FileConfiguration
537                                                                Name="Debug|Win32"
538                                                                ExcludedFromBuild="true"
539                                                                >
540                                                                <Tool
541                                                                        Name="VCCLCompilerTool"
542                                                                />
543                                                        </FileConfiguration>
544                                                        <FileConfiguration
545                                                                Name="Release|Win32"
546                                                                ExcludedFromBuild="true"
547                                                                >
548                                                                <Tool
549                                                                        Name="VCCLCompilerTool"
550                                                                />
551                                                        </FileConfiguration>
552                                                </File>
553                                                <File
554                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\ParticleProjectile.cc"
555                                                        >
556                                                        <FileConfiguration
557                                                                Name="Debug|Win32"
558                                                                ExcludedFromBuild="true"
559                                                                >
560                                                                <Tool
561                                                                        Name="VCCLCompilerTool"
562                                                                />
563                                                        </FileConfiguration>
564                                                        <FileConfiguration
565                                                                Name="Release|Win32"
566                                                                ExcludedFromBuild="true"
567                                                                >
568                                                                <Tool
569                                                                        Name="VCCLCompilerTool"
570                                                                />
571                                                        </FileConfiguration>
572                                                </File>
573                                                <File
574                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\Projectile.cc"
575                                                        >
576                                                        <FileConfiguration
577                                                                Name="Debug|Win32"
578                                                                ExcludedFromBuild="true"
579                                                                >
580                                                                <Tool
581                                                                        Name="VCCLCompilerTool"
582                                                                />
583                                                        </FileConfiguration>
584                                                        <FileConfiguration
585                                                                Name="Release|Win32"
586                                                                ExcludedFromBuild="true"
587                                                                >
588                                                                <Tool
589                                                                        Name="VCCLCompilerTool"
590                                                                />
591                                                        </FileConfiguration>
592                                                </File>
593                                        </Filter>
594                                </Filter>
595                                <Filter
596                                        Name="quest"
597                                        >
598                                        <File
599                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuest.cc"
600                                                >
601                                                <FileConfiguration
602                                                        Name="Debug|Win32"
603                                                        ExcludedFromBuild="true"
604                                                        >
605                                                        <Tool
606                                                                Name="VCCLCompilerTool"
607                                                        />
608                                                </FileConfiguration>
609                                                <FileConfiguration
610                                                        Name="Release|Win32"
611                                                        ExcludedFromBuild="true"
612                                                        >
613                                                        <Tool
614                                                                Name="VCCLCompilerTool"
615                                                        />
616                                                </FileConfiguration>
617                                        </File>
618                                        <File
619                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuestHint.cc"
620                                                >
621                                                <FileConfiguration
622                                                        Name="Debug|Win32"
623                                                        ExcludedFromBuild="true"
624                                                        >
625                                                        <Tool
626                                                                Name="VCCLCompilerTool"
627                                                        />
628                                                </FileConfiguration>
629                                                <FileConfiguration
630                                                        Name="Release|Win32"
631                                                        ExcludedFromBuild="true"
632                                                        >
633                                                        <Tool
634                                                                Name="VCCLCompilerTool"
635                                                        />
636                                                </FileConfiguration>
637                                        </File>
638                                        <File
639                                                RelativePath="..\..\src\orxonox\objects\quest\AddReward.cc"
640                                                >
641                                                <FileConfiguration
642                                                        Name="Debug|Win32"
643                                                        ExcludedFromBuild="true"
644                                                        >
645                                                        <Tool
646                                                                Name="VCCLCompilerTool"
647                                                        />
648                                                </FileConfiguration>
649                                                <FileConfiguration
650                                                        Name="Release|Win32"
651                                                        ExcludedFromBuild="true"
652                                                        >
653                                                        <Tool
654                                                                Name="VCCLCompilerTool"
655                                                        />
656                                                </FileConfiguration>
657                                        </File>
658                                        <File
659                                                RelativePath="..\..\src\orxonox\objects\quest\ChangeQuestStatus.cc"
660                                                >
661                                                <FileConfiguration
662                                                        Name="Debug|Win32"
663                                                        ExcludedFromBuild="true"
664                                                        >
665                                                        <Tool
666                                                                Name="VCCLCompilerTool"
667                                                        />
668                                                </FileConfiguration>
669                                                <FileConfiguration
670                                                        Name="Release|Win32"
671                                                        ExcludedFromBuild="true"
672                                                        >
673                                                        <Tool
674                                                                Name="VCCLCompilerTool"
675                                                        />
676                                                </FileConfiguration>
677                                        </File>
678                                        <File
679                                                RelativePath="..\..\src\orxonox\objects\quest\CompleteQuest.cc"
680                                                >
681                                                <FileConfiguration
682                                                        Name="Debug|Win32"
683                                                        ExcludedFromBuild="true"
684                                                        >
685                                                        <Tool
686                                                                Name="VCCLCompilerTool"
687                                                        />
688                                                </FileConfiguration>
689                                                <FileConfiguration
690                                                        Name="Release|Win32"
691                                                        ExcludedFromBuild="true"
692                                                        >
693                                                        <Tool
694                                                                Name="VCCLCompilerTool"
695                                                        />
696                                                </FileConfiguration>
697                                        </File>
698                                        <File
699                                                RelativePath="..\..\src\orxonox\objects\quest\FailQuest.cc"
700                                                >
701                                                <FileConfiguration
702                                                        Name="Debug|Win32"
703                                                        ExcludedFromBuild="true"
704                                                        >
705                                                        <Tool
706                                                                Name="VCCLCompilerTool"
707                                                        />
708                                                </FileConfiguration>
709                                                <FileConfiguration
710                                                        Name="Release|Win32"
711                                                        ExcludedFromBuild="true"
712                                                        >
713                                                        <Tool
714                                                                Name="VCCLCompilerTool"
715                                                        />
716                                                </FileConfiguration>
717                                        </File>
718                                        <File
719                                                RelativePath="..\..\src\orxonox\objects\quest\GlobalQuest.cc"
720                                                >
721                                                <FileConfiguration
722                                                        Name="Debug|Win32"
723                                                        ExcludedFromBuild="true"
724                                                        >
725                                                        <Tool
726                                                                Name="VCCLCompilerTool"
727                                                        />
728                                                </FileConfiguration>
729                                                <FileConfiguration
730                                                        Name="Release|Win32"
731                                                        ExcludedFromBuild="true"
732                                                        >
733                                                        <Tool
734                                                                Name="VCCLCompilerTool"
735                                                        />
736                                                </FileConfiguration>
737                                        </File>
738                                        <File
739                                                RelativePath="..\..\src\orxonox\objects\quest\LocalQuest.cc"
740                                                >
741                                                <FileConfiguration
742                                                        Name="Debug|Win32"
743                                                        ExcludedFromBuild="true"
744                                                        >
745                                                        <Tool
746                                                                Name="VCCLCompilerTool"
747                                                        />
748                                                </FileConfiguration>
749                                                <FileConfiguration
750                                                        Name="Release|Win32"
751                                                        ExcludedFromBuild="true"
752                                                        >
753                                                        <Tool
754                                                                Name="VCCLCompilerTool"
755                                                        />
756                                                </FileConfiguration>
757                                        </File>
758                                        <File
759                                                RelativePath="..\..\src\orxonox\objects\quest\Quest.cc"
760                                                >
761                                                <FileConfiguration
762                                                        Name="Debug|Win32"
763                                                        ExcludedFromBuild="true"
764                                                        >
765                                                        <Tool
766                                                                Name="VCCLCompilerTool"
767                                                        />
768                                                </FileConfiguration>
769                                                <FileConfiguration
770                                                        Name="Release|Win32"
771                                                        ExcludedFromBuild="true"
772                                                        >
773                                                        <Tool
774                                                                Name="VCCLCompilerTool"
775                                                        />
776                                                </FileConfiguration>
777                                        </File>
778                                        <File
779                                                RelativePath="..\..\src\orxonox\objects\quest\QuestDescription.cc"
780                                                >
781                                                <FileConfiguration
782                                                        Name="Debug|Win32"
783                                                        ExcludedFromBuild="true"
784                                                        >
785                                                        <Tool
786                                                                Name="VCCLCompilerTool"
787                                                        />
788                                                </FileConfiguration>
789                                                <FileConfiguration
790                                                        Name="Release|Win32"
791                                                        ExcludedFromBuild="true"
792                                                        >
793                                                        <Tool
794                                                                Name="VCCLCompilerTool"
795                                                        />
796                                                </FileConfiguration>
797                                        </File>
798                                        <File
799                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffect.cc"
800                                                >
801                                                <FileConfiguration
802                                                        Name="Debug|Win32"
803                                                        ExcludedFromBuild="true"
804                                                        >
805                                                        <Tool
806                                                                Name="VCCLCompilerTool"
807                                                        />
808                                                </FileConfiguration>
809                                                <FileConfiguration
810                                                        Name="Release|Win32"
811                                                        ExcludedFromBuild="true"
812                                                        >
813                                                        <Tool
814                                                                Name="VCCLCompilerTool"
815                                                        />
816                                                </FileConfiguration>
817                                        </File>
818                                        <File
819                                                RelativePath="..\..\src\orxonox\objects\quest\QuestHint.cc"
820                                                >
821                                                <FileConfiguration
822                                                        Name="Debug|Win32"
823                                                        ExcludedFromBuild="true"
824                                                        >
825                                                        <Tool
826                                                                Name="VCCLCompilerTool"
827                                                        />
828                                                </FileConfiguration>
829                                                <FileConfiguration
830                                                        Name="Release|Win32"
831                                                        ExcludedFromBuild="true"
832                                                        >
833                                                        <Tool
834                                                                Name="VCCLCompilerTool"
835                                                        />
836                                                </FileConfiguration>
837                                        </File>
838                                        <File
839                                                RelativePath="..\..\src\orxonox\objects\quest\QuestItem.cc"
840                                                >
841                                                <FileConfiguration
842                                                        Name="Debug|Win32"
843                                                        ExcludedFromBuild="true"
844                                                        >
845                                                        <Tool
846                                                                Name="VCCLCompilerTool"
847                                                        />
848                                                </FileConfiguration>
849                                                <FileConfiguration
850                                                        Name="Release|Win32"
851                                                        ExcludedFromBuild="true"
852                                                        >
853                                                        <Tool
854                                                                Name="VCCLCompilerTool"
855                                                        />
856                                                </FileConfiguration>
857                                        </File>
858                                        <File
859                                                RelativePath="..\..\src\orxonox\objects\quest\QuestManager.cc"
860                                                >
861                                                <FileConfiguration
862                                                        Name="Debug|Win32"
863                                                        ExcludedFromBuild="true"
864                                                        >
865                                                        <Tool
866                                                                Name="VCCLCompilerTool"
867                                                        />
868                                                </FileConfiguration>
869                                                <FileConfiguration
870                                                        Name="Release|Win32"
871                                                        ExcludedFromBuild="true"
872                                                        >
873                                                        <Tool
874                                                                Name="VCCLCompilerTool"
875                                                        />
876                                                </FileConfiguration>
877                                        </File>
878                                        <File
879                                                RelativePath="..\..\src\orxonox\objects\quest\Rewardable.cc"
880                                                >
881                                                <FileConfiguration
882                                                        Name="Debug|Win32"
883                                                        ExcludedFromBuild="true"
884                                                        >
885                                                        <Tool
886                                                                Name="VCCLCompilerTool"
887                                                        />
888                                                </FileConfiguration>
889                                                <FileConfiguration
890                                                        Name="Release|Win32"
891                                                        ExcludedFromBuild="true"
892                                                        >
893                                                        <Tool
894                                                                Name="VCCLCompilerTool"
895                                                        />
896                                                </FileConfiguration>
897                                        </File>
898                                </Filter>
899                        </Filter>
900                        <Filter
901                                Name="tools"
902                                >
903                                <File
904                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
905                                        >
906                                </File>
907                                <File
908                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
909                                        >
910                                </File>
911                                <File
912                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
913                                        >
914                                </File>
915                                <File
916                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
917                                        >
918                                </File>
919                                <File
920                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
921                                        >
922                                </File>
923                                <File
924                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
925                                        >
926                                </File>
927                        </Filter>
928                        <Filter
929                                Name="tolua"
930                                >
931                                <File
932                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
933                                        >
934                                        <FileConfiguration
935                                                Name="Debug|Win32"
936                                                >
937                                                <Tool
938                                                        Name="VCCustomBuildTool"
939                                                        Description="Generating tolua bind files..."
940                                                        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;"
941                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
942                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
943                                                />
944                                        </FileConfiguration>
945                                        <FileConfiguration
946                                                Name="Release|Win32"
947                                                >
948                                                <Tool
949                                                        Name="VCCustomBuildTool"
950                                                        Description="Generating tolua bind files..."
951                                                        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;"
952                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
953                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
954                                                />
955                                        </FileConfiguration>
956                                </File>
957                                <File
958                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
959                                        >
960                                        <FileConfiguration
961                                                Name="Debug|Win32"
962                                                >
963                                                <Tool
964                                                        Name="VCCLCompilerTool"
965                                                        UsePrecompiledHeader="0"
966                                                />
967                                        </FileConfiguration>
968                                        <FileConfiguration
969                                                Name="Release|Win32"
970                                                >
971                                                <Tool
972                                                        Name="VCCLCompilerTool"
973                                                        UsePrecompiledHeader="0"
974                                                />
975                                        </FileConfiguration>
976                                </File>
977                        </Filter>
978                        <Filter
979                                Name="overlays"
980                                >
981                                <File
982                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
983                                        >
984                                </File>
985                                <File
986                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
987                                        >
988                                </File>
989                                <File
990                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
991                                        >
992                                </File>
993                                <Filter
994                                        Name="console"
995                                        >
996                                        <File
997                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
998                                                >
999                                        </File>
1000                                </Filter>
1001                                <Filter
1002                                        Name="hud"
1003                                        >
1004                                        <File
1005                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.cc"
1006                                                >
1007                                        </File>
1008                                        <File
1009                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
1010                                                >
1011                                        </File>
1012                                        <File
1013                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
1014                                                >
1015                                        </File>
1016                                        <File
1017                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
1018                                                >
1019                                        </File>
1020                                        <File
1021                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
1022                                                >
1023                                        </File>
1024                                </Filter>
1025                                <Filter
1026                                        Name="debug"
1027                                        >
1028                                        <File
1029                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
1030                                                >
1031                                        </File>
1032                                        <File
1033                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
1034                                                >
1035                                        </File>
1036                                </Filter>
1037                        </Filter>
1038                        <Filter
1039                                Name="gui"
1040                                >
1041                                <File
1042                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
1043                                        >
1044                                </File>
1045                                <File
1046                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
1047                                        >
1048                                </File>
1049                                <File
1050                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp"
1051                                        >
1052                                </File>
1053                                <File
1054                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp"
1055                                        >
1056                                </File>
1057                        </Filter>
1058                        <Filter
1059                                Name="gamestates"
1060                                >
1061                                <File
1062                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
1063                                        >
1064                                </File>
1065                                <File
1066                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.cc"
1067                                        >
1068                                </File>
1069                                <File
1070                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
1071                                        >
1072                                </File>
1073                                <File
1074                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
1075                                        >
1076                                </File>
1077                                <File
1078                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
1079                                        >
1080                                </File>
1081                                <File
1082                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
1083                                        >
1084                                </File>
1085                                <File
1086                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
1087                                        >
1088                                </File>
1089                                <File
1090                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
1091                                        >
1092                                </File>
1093                                <File
1094                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
1095                                        >
1096                                </File>
1097                        </Filter>
1098                </Filter>
1099                <Filter
1100                        Name="Header Files"
1101                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1102                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1103                        >
1104                        <File
1105                                RelativePath="..\..\src\orxonox\CameraManager.h"
1106                                >
1107                        </File>
1108                        <File
1109                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
1110                                >
1111                        </File>
1112                        <File
1113                                RelativePath="..\..\src\orxonox\LevelManager.h"
1114                                >
1115                        </File>
1116                        <File
1117                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
1118                                >
1119                        </File>
1120                        <File
1121                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
1122                                >
1123                        </File>
1124                        <File
1125                                RelativePath="..\..\src\orxonox\Settings.h"
1126                                >
1127                        </File>
1128                        <Filter
1129                                Name="objects"
1130                                >
1131                                <File
1132                                        RelativePath="..\..\src\orxonox\objects\EventDispatcher.h"
1133                                        >
1134                                </File>
1135                                <File
1136                                        RelativePath="..\..\src\orxonox\objects\EventListener.h"
1137                                        >
1138                                </File>
1139                                <File
1140                                        RelativePath="..\..\src\orxonox\objects\EventTarget.h"
1141                                        >
1142                                </File>
1143                                <File
1144                                        RelativePath="..\..\src\orxonox\objects\HelloBullet.h"
1145                                        >
1146                                </File>
1147                                <File
1148                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
1149                                        >
1150                                </File>
1151                                <File
1152                                        RelativePath="..\..\src\orxonox\objects\RadarListener.h"
1153                                        >
1154                                </File>
1155                                <File
1156                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.h"
1157                                        >
1158                                </File>
1159                                <File
1160                                        RelativePath="..\..\src\orxonox\objects\Scene.h"
1161                                        >
1162                                </File>
1163                                <File
1164                                        RelativePath="..\..\src\orxonox\objects\Script.h"
1165                                        >
1166                                </File>
1167                                <File
1168                                        RelativePath="..\..\src\orxonox\objects\Test.h"
1169                                        >
1170                                </File>
1171                                <File
1172                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
1173                                        >
1174                                </File>
1175                                <Filter
1176                                        Name="worldentities"
1177                                        >
1178                                        <File
1179                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.h"
1180                                                >
1181                                        </File>
1182                                        <File
1183                                                RelativePath="..\..\src\orxonox\objects\worldentities\Billboard.h"
1184                                                >
1185                                        </File>
1186                                        <File
1187                                                RelativePath="..\..\src\orxonox\objects\worldentities\BlinkingBillboard.h"
1188                                                >
1189                                        </File>
1190                                        <File
1191                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.h"
1192                                                >
1193                                        </File>
1194                                        <File
1195                                                RelativePath="..\..\src\orxonox\objects\worldentities\CameraPosition.h"
1196                                                >
1197                                        </File>
1198                                        <File
1199                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.h"
1200                                                >
1201                                        </File>
1202                                        <File
1203                                                RelativePath="..\..\src\orxonox\objects\worldentities\Light.h"
1204                                                >
1205                                        </File>
1206                                        <File
1207                                                RelativePath="..\..\src\orxonox\objects\worldentities\LinearEntity.h"
1208                                                >
1209                                        </File>
1210                                        <File
1211                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.h"
1212                                                >
1213                                        </File>
1214                                        <File
1215                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.h"
1216                                                >
1217                                        </File>
1218                                        <File
1219                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleEmitter.h"
1220                                                >
1221                                        </File>
1222                                        <File
1223                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.h"
1224                                                >
1225                                        </File>
1226                                        <File
1227                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.h"
1228                                                >
1229                                        </File>
1230                                        <File
1231                                                RelativePath="..\..\src\orxonox\objects\worldentities\StaticEntity.h"
1232                                                >
1233                                        </File>
1234                                        <File
1235                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.h"
1236                                                >
1237                                        </File>
1238                                        <Filter
1239                                                Name="pawns"
1240                                                >
1241                                                <File
1242                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.h"
1243                                                        >
1244                                                </File>
1245                                                <File
1246                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.h"
1247                                                        >
1248                                                </File>
1249                                                <File
1250                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.h"
1251                                                        >
1252                                                </File>
1253                                        </Filter>
1254                                        <Filter
1255                                                Name="triggers"
1256                                                >
1257                                                <File
1258                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\DistanceTrigger.h"
1259                                                        >
1260                                                </File>
1261                                                <File
1262                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\EventTrigger.h"
1263                                                        >
1264                                                </File>
1265                                                <File
1266                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\Trigger.h"
1267                                                        >
1268                                                </File>
1269                                        </Filter>
1270                                        <Filter
1271                                                Name="collisionShapes"
1272                                                >
1273                                                <File
1274                                                        RelativePath="..\..\src\orxonox\objects\worldentities\collisionShapes\CollisionShape.h"
1275                                                        >
1276                                                </File>
1277                                                <File
1278                                                        RelativePath="..\..\src\orxonox\objects\worldentities\collisionShapes\CompoundCollisionShape.h"
1279                                                        >
1280                                                </File>
1281                                                <File
1282                                                        RelativePath="..\..\src\orxonox\objects\worldentities\collisionShapes\SphereCollisionShape.h"
1283                                                        >
1284                                                </File>
1285                                        </Filter>
1286                                </Filter>
1287                                <Filter
1288                                        Name="gametypes"
1289                                        >
1290                                        <File
1291                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.h"
1292                                                >
1293                                        </File>
1294                                </Filter>
1295                                <Filter
1296                                        Name="infos"
1297                                        >
1298                                        <File
1299                                                RelativePath="..\..\src\orxonox\objects\infos\Info.h"
1300                                                >
1301                                        </File>
1302                                        <File
1303                                                RelativePath="..\..\src\orxonox\objects\infos\Level.h"
1304                                                >
1305                                        </File>
1306                                        <File
1307                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.h"
1308                                                >
1309                                        </File>
1310                                </Filter>
1311                                <Filter
1312                                        Name="controllers"
1313                                        >
1314                                        <File
1315                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.h"
1316                                                >
1317                                        </File>
1318                                        <File
1319                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.h"
1320                                                >
1321                                        </File>
1322                                </Filter>
1323                                <Filter
1324                                        Name="quest"
1325                                        >
1326                                        <File
1327                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuest.h"
1328                                                >
1329                                        </File>
1330                                        <File
1331                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuestHint.h"
1332                                                >
1333                                        </File>
1334                                        <File
1335                                                RelativePath="..\..\src\orxonox\objects\quest\AddReward.h"
1336                                                >
1337                                        </File>
1338                                        <File
1339                                                RelativePath="..\..\src\orxonox\objects\quest\ChangeQuestStatus.h"
1340                                                >
1341                                        </File>
1342                                        <File
1343                                                RelativePath="..\..\src\orxonox\objects\quest\CompleteQuest.h"
1344                                                >
1345                                        </File>
1346                                        <File
1347                                                RelativePath="..\..\src\orxonox\objects\quest\FailQuest.h"
1348                                                >
1349                                        </File>
1350                                        <File
1351                                                RelativePath="..\..\src\orxonox\objects\quest\GlobalQuest.h"
1352                                                >
1353                                        </File>
1354                                        <File
1355                                                RelativePath="..\..\src\orxonox\objects\quest\LocalQuest.h"
1356                                                >
1357                                        </File>
1358                                        <File
1359                                                RelativePath="..\..\src\orxonox\objects\quest\Quest.h"
1360                                                >
1361                                        </File>
1362                                        <File
1363                                                RelativePath="..\..\src\orxonox\objects\quest\QuestDescription.h"
1364                                                >
1365                                        </File>
1366                                        <File
1367                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffect.h"
1368                                                >
1369                                        </File>
1370                                        <File
1371                                                RelativePath="..\..\src\orxonox\objects\quest\QuestHint.h"
1372                                                >
1373                                        </File>
1374                                        <File
1375                                                RelativePath="..\..\src\orxonox\objects\quest\QuestItem.h"
1376                                                >
1377                                        </File>
1378                                        <File
1379                                                RelativePath="..\..\src\orxonox\objects\quest\QuestManager.h"
1380                                                >
1381                                        </File>
1382                                        <File
1383                                                RelativePath="..\..\src\orxonox\objects\quest\Rewardable.h"
1384                                                >
1385                                        </File>
1386                                </Filter>
1387                                <Filter
1388                                        Name="weaponSystem"
1389                                        >
1390                                        <File
1391                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Munition.h"
1392                                                >
1393                                        </File>
1394                                        <File
1395                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Weapon.h"
1396                                                >
1397                                        </File>
1398                                        <File
1399                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSet.h"
1400                                                >
1401                                        </File>
1402                                        <File
1403                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSlot.h"
1404                                                >
1405                                        </File>
1406                                        <File
1407                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSystem.h"
1408                                                >
1409                                        </File>
1410                                        <Filter
1411                                                Name="weapons"
1412                                                >
1413                                                <File
1414                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\LaserGun.h"
1415                                                        >
1416                                                </File>
1417                                                <File
1418                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\Missile.h"
1419                                                        >
1420                                                </File>
1421                                        </Filter>
1422                                        <Filter
1423                                                Name="munitions"
1424                                                >
1425                                                <File
1426                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\munitions\LaserGunMunition.h"
1427                                                        >
1428                                                </File>
1429                                        </Filter>
1430                                        <Filter
1431                                                Name="projectiles"
1432                                                >
1433                                                <File
1434                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\BillboardProjectile.h"
1435                                                        >
1436                                                </File>
1437                                                <File
1438                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\ParticleProjectile.h"
1439                                                        >
1440                                                </File>
1441                                                <File
1442                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\Projectile.h"
1443                                                        >
1444                                                </File>
1445                                        </Filter>
1446                                </Filter>
1447                        </Filter>
1448                        <Filter
1449                                Name="tools"
1450                                >
1451                                <File
1452                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
1453                                        >
1454                                </File>
1455                                <File
1456                                        RelativePath="..\..\src\orxonox\tools\BulletConversions.h"
1457                                        >
1458                                </File>
1459                                <File
1460                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
1461                                        >
1462                                </File>
1463                                <File
1464                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
1465                                        >
1466                                </File>
1467                                <File
1468                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
1469                                        >
1470                                </File>
1471                                <File
1472                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
1473                                        >
1474                                </File>
1475                                <File
1476                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
1477                                        >
1478                                </File>
1479                        </Filter>
1480                        <Filter
1481                                Name="tolua"
1482                                >
1483                                <File
1484                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
1485                                        >
1486                                </File>
1487                        </Filter>
1488                        <Filter
1489                                Name="overlays"
1490                                >
1491                                <File
1492                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
1493                                        >
1494                                </File>
1495                                <File
1496                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
1497                                        >
1498                                </File>
1499                                <File
1500                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
1501                                        >
1502                                </File>
1503                                <Filter
1504                                        Name="hud"
1505                                        >
1506                                        <File
1507                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.h"
1508                                                >
1509                                        </File>
1510                                        <File
1511                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
1512                                                >
1513                                        </File>
1514                                        <File
1515                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
1516                                                >
1517                                        </File>
1518                                        <File
1519                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
1520                                                >
1521                                        </File>
1522                                        <File
1523                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
1524                                                >
1525                                        </File>
1526                                </Filter>
1527                                <Filter
1528                                        Name="console"
1529                                        >
1530                                        <File
1531                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
1532                                                >
1533                                        </File>
1534                                </Filter>
1535                                <Filter
1536                                        Name="debug"
1537                                        >
1538                                        <File
1539                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
1540                                                >
1541                                        </File>
1542                                        <File
1543                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
1544                                                >
1545                                        </File>
1546                                </Filter>
1547                        </Filter>
1548                        <Filter
1549                                Name="gui"
1550                                >
1551                                <File
1552                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
1553                                        >
1554                                </File>
1555                                <File
1556                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
1557                                        >
1558                                </File>
1559                                <File
1560                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
1561                                        >
1562                                </File>
1563                                <File
1564                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
1565                                        >
1566                                </File>
1567                        </Filter>
1568                        <Filter
1569                                Name="gamestates"
1570                                >
1571                                <File
1572                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
1573                                        >
1574                                </File>
1575                                <File
1576                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.h"
1577                                        >
1578                                </File>
1579                                <File
1580                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
1581                                        >
1582                                </File>
1583                                <File
1584                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
1585                                        >
1586                                </File>
1587                                <File
1588                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
1589                                        >
1590                                </File>
1591                                <File
1592                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
1593                                        >
1594                                </File>
1595                                <File
1596                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
1597                                        >
1598                                </File>
1599                                <File
1600                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
1601                                        >
1602                                </File>
1603                                <File
1604                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
1605                                        >
1606                                </File>
1607                        </Filter>
1608                </Filter>
1609                <Filter
1610                        Name="Resource Files"
1611                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
1612                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1613                        >
1614                </Filter>
1615        </Files>
1616        <Globals>
1617        </Globals>
1618</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.