Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2300 was 2300, checked in by rgrieder, 15 years ago

Still getting physics and its implications straight:

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