Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2183 was 2178, checked in by rgrieder, 16 years ago
  • Added first basic construct of object hierarchy with physics.
  • Added a few bullet classes to OrxonoxPrereqs.h
  • Added bullet header files to the msvc projects.

No Implementation at all yet, but the game still compiles and runs. Please update the media repository.

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