Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2276 was 2192, checked in by rgrieder, 16 years ago

Reverted all changes of attempt to update physics branch.

  • Property svn:eol-style set to native
File size: 35.1 KB
RevLine 
[2087]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
[2192]208                                        RelativePath="..\..\src\orxonox\objects\HelloBullet.cc"
209                                        >
210                                </File>
211                                <File
[2087]212                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
213                                        >
214                                </File>
215                                <File
216                                        RelativePath="..\..\src\orxonox\objects\RadarListener.cc"
217                                        >
218                                </File>
219                                <File
220                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.cc"
221                                        >
222                                </File>
223                                <File
224                                        RelativePath="..\..\src\orxonox\objects\Scene.cc"
225                                        >
226                                </File>
227                                <File
228                                        RelativePath="..\..\src\orxonox\objects\Script.cc"
229                                        >
230                                </File>
231                                <File
232                                        RelativePath="..\..\src\orxonox\objects\Test.cc"
233                                        >
234                                </File>
235                                <File
236                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
237                                        >
238                                </File>
239                                <Filter
240                                        Name="worldentities"
241                                        >
242                                        <File
243                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.cc"
244                                                >
245                                                <FileConfiguration
246                                                        Name="Debug|Win32"
247                                                        ExcludedFromBuild="true"
248                                                        >
249                                                        <Tool
250                                                                Name="VCCLCompilerTool"
251                                                        />
252                                                </FileConfiguration>
253                                                <FileConfiguration
254                                                        Name="Release|Win32"
255                                                        ExcludedFromBuild="true"
256                                                        >
257                                                        <Tool
258                                                                Name="VCCLCompilerTool"
259                                                        />
260                                                </FileConfiguration>
261                                        </File>
262                                        <File
263                                                RelativePath="..\..\src\orxonox\objects\worldentities\Billboard.cc"
264                                                >
265                                        </File>
266                                        <File
267                                                RelativePath="..\..\src\orxonox\objects\worldentities\BlinkingBillboard.cc"
268                                                >
269                                        </File>
270                                        <File
271                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.cc"
272                                                >
273                                        </File>
274                                        <File
275                                                RelativePath="..\..\src\orxonox\objects\worldentities\CameraPosition.cc"
276                                                >
277                                        </File>
278                                        <File
279                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.cc"
280                                                >
281                                        </File>
282                                        <File
283                                                RelativePath="..\..\src\orxonox\objects\worldentities\Light.cc"
284                                                >
285                                        </File>
286                                        <File
[2192]287                                                RelativePath="..\..\src\orxonox\objects\worldentities\LinearEntity.cc"
288                                                >
289                                        </File>
290                                        <File
[2087]291                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.cc"
292                                                >
293                                        </File>
294                                        <File
295                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.cc"
296                                                >
297                                        </File>
298                                        <File
299                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleEmitter.cc"
300                                                >
301                                        </File>
302                                        <File
303                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.cc"
304                                                >
305                                        </File>
306                                        <File
307                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.cc"
308                                                >
309                                        </File>
310                                        <File
311                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.cc"
312                                                >
313                                        </File>
314                                        <File
[2192]315                                                RelativePath="..\..\src\orxonox\objects\worldentities\StaticEntity.cc"
316                                                >
317                                        </File>
318                                        <File
[2087]319                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.cc"
320                                                >
321                                        </File>
322                                        <Filter
323                                                Name="pawns"
324                                                >
325                                                <File
326                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.cc"
327                                                        >
328                                                </File>
329                                                <File
330                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.cc"
331                                                        >
332                                                </File>
333                                                <File
334                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.cc"
335                                                        >
336                                                </File>
337                                        </Filter>
338                                        <Filter
339                                                Name="triggers"
340                                                >
341                                                <File
342                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\DistanceTrigger.cc"
343                                                        >
344                                                </File>
345                                                <File
346                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\EventTrigger.cc"
347                                                        >
348                                                </File>
349                                                <File
350                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\Trigger.cc"
351                                                        >
352                                                </File>
353                                        </Filter>
354                                </Filter>
355                                <Filter
356                                        Name="gametypes"
357                                        >
358                                        <File
359                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.cc"
360                                                >
361                                        </File>
362                                </Filter>
363                                <Filter
364                                        Name="infos"
365                                        >
366                                        <File
367                                                RelativePath="..\..\src\orxonox\objects\infos\HumanPlayer.cc"
368                                                >
369                                        </File>
370                                        <File
371                                                RelativePath="..\..\src\orxonox\objects\infos\Info.cc"
372                                                >
373                                        </File>
374                                        <File
375                                                RelativePath="..\..\src\orxonox\objects\infos\Level.cc"
376                                                >
377                                        </File>
378                                        <File
379                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.cc"
380                                                >
381                                        </File>
382                                </Filter>
383                                <Filter
384                                        Name="controllers"
385                                        >
386                                        <File
387                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.cc"
388                                                >
389                                        </File>
390                                        <File
391                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.cc"
392                                                >
393                                        </File>
394                                </Filter>
[2105]395                                <Filter
396                                        Name="weaponSystem"
397                                        >
398                                        <File
399                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Munition.cc"
400                                                >
[2192]401                                                <FileConfiguration
402                                                        Name="Debug|Win32"
403                                                        ExcludedFromBuild="true"
404                                                        >
405                                                        <Tool
406                                                                Name="VCCLCompilerTool"
407                                                        />
408                                                </FileConfiguration>
409                                                <FileConfiguration
410                                                        Name="Release|Win32"
411                                                        ExcludedFromBuild="true"
412                                                        >
413                                                        <Tool
414                                                                Name="VCCLCompilerTool"
415                                                        />
416                                                </FileConfiguration>
[2105]417                                        </File>
418                                        <File
419                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Weapon.cc"
420                                                >
[2192]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>
[2105]437                                        </File>
438                                        <File
439                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSet.cc"
440                                                >
441                                        </File>
442                                        <File
443                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSlot.cc"
444                                                >
445                                        </File>
[2107]446                                        <File
447                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSystem.cc"
448                                                >
449                                        </File>
[2105]450                                        <Filter
451                                                Name="munitions"
452                                                >
453                                                <File
454                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\munitions\LaserGunMunition.cc"
455                                                        >
456                                                        <FileConfiguration
457                                                                Name="Debug|Win32"
458                                                                ExcludedFromBuild="true"
459                                                                >
460                                                                <Tool
461                                                                        Name="VCCLCompilerTool"
462                                                                />
463                                                        </FileConfiguration>
464                                                        <FileConfiguration
465                                                                Name="Release|Win32"
466                                                                ExcludedFromBuild="true"
467                                                                >
468                                                                <Tool
469                                                                        Name="VCCLCompilerTool"
470                                                                />
471                                                        </FileConfiguration>
472                                                </File>
473                                        </Filter>
474                                        <Filter
475                                                Name="weapons"
476                                                >
477                                                <File
478                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\LaserGun.cc"
479                                                        >
480                                                        <FileConfiguration
481                                                                Name="Debug|Win32"
482                                                                ExcludedFromBuild="true"
483                                                                >
484                                                                <Tool
485                                                                        Name="VCCLCompilerTool"
486                                                                />
487                                                        </FileConfiguration>
488                                                        <FileConfiguration
489                                                                Name="Release|Win32"
490                                                                ExcludedFromBuild="true"
491                                                                >
492                                                                <Tool
493                                                                        Name="VCCLCompilerTool"
494                                                                />
495                                                        </FileConfiguration>
496                                                </File>
497                                                <File
498                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\Missile.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                                        </Filter>
518                                        <Filter
519                                                Name="projectiles"
520                                                >
521                                                <File
522                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\BillboardProjectile.cc"
523                                                        >
524                                                        <FileConfiguration
525                                                                Name="Debug|Win32"
526                                                                ExcludedFromBuild="true"
527                                                                >
528                                                                <Tool
529                                                                        Name="VCCLCompilerTool"
530                                                                />
531                                                        </FileConfiguration>
532                                                        <FileConfiguration
533                                                                Name="Release|Win32"
534                                                                ExcludedFromBuild="true"
535                                                                >
536                                                                <Tool
537                                                                        Name="VCCLCompilerTool"
538                                                                />
539                                                        </FileConfiguration>
540                                                </File>
541                                                <File
542                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\ParticleProjectile.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\Projectile.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                                        </Filter>
582                                </Filter>
583                                <Filter
584                                        Name="quest"
585                                        >
586                                        <File
587                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuest.cc"
588                                                >
[2192]589                                                <FileConfiguration
590                                                        Name="Debug|Win32"
591                                                        ExcludedFromBuild="true"
592                                                        >
593                                                        <Tool
594                                                                Name="VCCLCompilerTool"
595                                                        />
596                                                </FileConfiguration>
597                                                <FileConfiguration
598                                                        Name="Release|Win32"
599                                                        ExcludedFromBuild="true"
600                                                        >
601                                                        <Tool
602                                                                Name="VCCLCompilerTool"
603                                                        />
604                                                </FileConfiguration>
[2105]605                                        </File>
606                                        <File
607                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuestHint.cc"
608                                                >
[2192]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>
[2105]625                                        </File>
626                                        <File
627                                                RelativePath="..\..\src\orxonox\objects\quest\AddReward.cc"
628                                                >
[2192]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>
[2105]645                                        </File>
646                                        <File
647                                                RelativePath="..\..\src\orxonox\objects\quest\ChangeQuestStatus.cc"
648                                                >
[2192]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>
[2105]665                                        </File>
666                                        <File
667                                                RelativePath="..\..\src\orxonox\objects\quest\CompleteQuest.cc"
668                                                >
[2192]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>
[2105]685                                        </File>
686                                        <File
687                                                RelativePath="..\..\src\orxonox\objects\quest\FailQuest.cc"
688                                                >
[2192]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>
[2105]705                                        </File>
706                                        <File
707                                                RelativePath="..\..\src\orxonox\objects\quest\GlobalQuest.cc"
708                                                >
[2192]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>
[2105]725                                        </File>
726                                        <File
727                                                RelativePath="..\..\src\orxonox\objects\quest\LocalQuest.cc"
728                                                >
[2192]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>
[2105]745                                        </File>
746                                        <File
747                                                RelativePath="..\..\src\orxonox\objects\quest\Quest.cc"
748                                                >
[2192]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>
[2105]765                                        </File>
766                                        <File
767                                                RelativePath="..\..\src\orxonox\objects\quest\QuestDescription.cc"
768                                                >
[2192]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>
[2105]785                                        </File>
786                                        <File
787                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffect.cc"
788                                                >
[2192]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>
[2105]805                                        </File>
806                                        <File
807                                                RelativePath="..\..\src\orxonox\objects\quest\QuestHint.cc"
808                                                >
[2192]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>
[2105]825                                        </File>
826                                        <File
827                                                RelativePath="..\..\src\orxonox\objects\quest\QuestItem.cc"
828                                                >
[2192]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>
[2105]845                                        </File>
846                                        <File
847                                                RelativePath="..\..\src\orxonox\objects\quest\QuestManager.cc"
848                                                >
[2192]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>
[2105]865                                        </File>
866                                        <File
867                                                RelativePath="..\..\src\orxonox\objects\quest\Rewardable.cc"
868                                                >
[2192]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>
[2105]885                                        </File>
886                                </Filter>
[2087]887                        </Filter>
888                        <Filter
889                                Name="tools"
890                                >
891                                <File
892                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
893                                        >
894                                </File>
895                                <File
896                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
897                                        >
898                                </File>
899                                <File
900                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
901                                        >
902                                </File>
903                                <File
904                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
905                                        >
906                                </File>
907                                <File
908                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
909                                        >
910                                </File>
911                                <File
912                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
913                                        >
914                                </File>
915                        </Filter>
916                        <Filter
917                                Name="tolua"
918                                >
919                                <File
920                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
921                                        >
922                                        <FileConfiguration
923                                                Name="Debug|Win32"
924                                                >
925                                                <Tool
926                                                        Name="VCCustomBuildTool"
927                                                        Description="Generating tolua bind files..."
928                                                        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;"
929                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
930                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
931                                                />
932                                        </FileConfiguration>
933                                        <FileConfiguration
934                                                Name="Release|Win32"
935                                                >
936                                                <Tool
937                                                        Name="VCCustomBuildTool"
938                                                        Description="Generating tolua bind files..."
939                                                        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;"
940                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
941                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
942                                                />
943                                        </FileConfiguration>
944                                </File>
945                                <File
946                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
947                                        >
948                                        <FileConfiguration
949                                                Name="Debug|Win32"
950                                                >
951                                                <Tool
952                                                        Name="VCCLCompilerTool"
953                                                        UsePrecompiledHeader="0"
954                                                />
955                                        </FileConfiguration>
956                                        <FileConfiguration
957                                                Name="Release|Win32"
958                                                >
959                                                <Tool
960                                                        Name="VCCLCompilerTool"
961                                                        UsePrecompiledHeader="0"
962                                                />
963                                        </FileConfiguration>
964                                </File>
965                        </Filter>
966                        <Filter
967                                Name="overlays"
968                                >
969                                <File
970                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
971                                        >
972                                </File>
973                                <File
974                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
975                                        >
976                                </File>
977                                <File
978                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
979                                        >
980                                </File>
981                                <Filter
982                                        Name="console"
983                                        >
984                                        <File
985                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
986                                                >
987                                        </File>
988                                </Filter>
989                                <Filter
990                                        Name="hud"
991                                        >
992                                        <File
993                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.cc"
994                                                >
995                                        </File>
996                                        <File
997                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
998                                                >
999                                        </File>
1000                                        <File
1001                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
1002                                                >
1003                                        </File>
1004                                        <File
1005                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
1006                                                >
1007                                        </File>
1008                                        <File
1009                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
1010                                                >
1011                                        </File>
1012                                </Filter>
1013                                <Filter
1014                                        Name="debug"
1015                                        >
1016                                        <File
1017                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
1018                                                >
1019                                        </File>
1020                                        <File
1021                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
1022                                                >
1023                                        </File>
1024                                </Filter>
1025                        </Filter>
1026                        <Filter
1027                                Name="gui"
1028                                >
1029                                <File
1030                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
1031                                        >
1032                                </File>
1033                                <File
1034                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
1035                                        >
1036                                </File>
1037                                <File
1038                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp"
1039                                        >
1040                                </File>
1041                                <File
1042                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp"
1043                                        >
1044                                </File>
1045                        </Filter>
1046                        <Filter
1047                                Name="gamestates"
1048                                >
1049                                <File
1050                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
1051                                        >
1052                                </File>
1053                                <File
1054                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.cc"
1055                                        >
1056                                </File>
1057                                <File
1058                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
1059                                        >
1060                                </File>
1061                                <File
1062                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
1063                                        >
1064                                </File>
1065                                <File
1066                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
1067                                        >
1068                                </File>
1069                                <File
1070                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
1071                                        >
1072                                </File>
1073                                <File
1074                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
1075                                        >
1076                                </File>
1077                                <File
1078                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
1079                                        >
1080                                </File>
1081                                <File
1082                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
1083                                        >
1084                                </File>
1085                        </Filter>
1086                </Filter>
1087                <Filter
1088                        Name="Header Files"
1089                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1090                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1091                        >
1092                        <File
1093                                RelativePath="..\..\src\orxonox\CameraManager.h"
1094                                >
1095                        </File>
1096                        <File
1097                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
1098                                >
1099                        </File>
1100                        <File
1101                                RelativePath="..\..\src\orxonox\LevelManager.h"
1102                                >
1103                        </File>
1104                        <File
1105                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
1106                                >
1107                        </File>
1108                        <File
1109                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
1110                                >
1111                        </File>
1112                        <File
1113                                RelativePath="..\..\src\orxonox\Settings.h"
1114                                >
1115                        </File>
1116                        <Filter
1117                                Name="objects"
1118                                >
1119                                <File
1120                                        RelativePath="..\..\src\orxonox\objects\EventDispatcher.h"
1121                                        >
1122                                </File>
1123                                <File
1124                                        RelativePath="..\..\src\orxonox\objects\EventListener.h"
1125                                        >
1126                                </File>
1127                                <File
1128                                        RelativePath="..\..\src\orxonox\objects\EventTarget.h"
1129                                        >
1130                                </File>
1131                                <File
[2192]1132                                        RelativePath="..\..\src\orxonox\objects\HelloBullet.h"
1133                                        >
1134                                </File>
1135                                <File
[2087]1136                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
1137                                        >
1138                                </File>
1139                                <File
1140                                        RelativePath="..\..\src\orxonox\objects\RadarListener.h"
1141                                        >
1142                                </File>
1143                                <File
1144                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.h"
1145                                        >
1146                                </File>
1147                                <File
1148                                        RelativePath="..\..\src\orxonox\objects\Scene.h"
1149                                        >
1150                                </File>
1151                                <File
1152                                        RelativePath="..\..\src\orxonox\objects\Script.h"
1153                                        >
1154                                </File>
1155                                <File
1156                                        RelativePath="..\..\src\orxonox\objects\Test.h"
1157                                        >
1158                                </File>
1159                                <File
1160                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
1161                                        >
1162                                </File>
1163                                <Filter
1164                                        Name="worldentities"
1165                                        >
1166                                        <File
1167                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.h"
1168                                                >
1169                                        </File>
1170                                        <File
1171                                                RelativePath="..\..\src\orxonox\objects\worldentities\Billboard.h"
1172                                                >
1173                                        </File>
1174                                        <File
1175                                                RelativePath="..\..\src\orxonox\objects\worldentities\BlinkingBillboard.h"
1176                                                >
1177                                        </File>
1178                                        <File
1179                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.h"
1180                                                >
1181                                        </File>
1182                                        <File
1183                                                RelativePath="..\..\src\orxonox\objects\worldentities\CameraPosition.h"
1184                                                >
1185                                        </File>
1186                                        <File
1187                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.h"
1188                                                >
1189                                        </File>
1190                                        <File
1191                                                RelativePath="..\..\src\orxonox\objects\worldentities\Light.h"
1192                                                >
1193                                        </File>
1194                                        <File
[2192]1195                                                RelativePath="..\..\src\orxonox\objects\worldentities\LinearEntity.h"
1196                                                >
1197                                        </File>
1198                                        <File
[2087]1199                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.h"
1200                                                >
1201                                        </File>
1202                                        <File
1203                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.h"
1204                                                >
1205                                        </File>
1206                                        <File
1207                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleEmitter.h"
1208                                                >
1209                                        </File>
1210                                        <File
1211                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.h"
1212                                                >
1213                                        </File>
1214                                        <File
1215                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.h"
1216                                                >
1217                                        </File>
1218                                        <File
1219                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.h"
1220                                                >
1221                                        </File>
1222                                        <File
[2192]1223                                                RelativePath="..\..\src\orxonox\objects\worldentities\StaticEntity.h"
1224                                                >
1225                                        </File>
1226                                        <File
[2087]1227                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.h"
1228                                                >
1229                                        </File>
1230                                        <Filter
1231                                                Name="pawns"
1232                                                >
1233                                                <File
1234                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.h"
1235                                                        >
1236                                                </File>
1237                                                <File
1238                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.h"
1239                                                        >
1240                                                </File>
1241                                                <File
1242                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.h"
1243                                                        >
1244                                                </File>
1245                                        </Filter>
1246                                        <Filter
1247                                                Name="triggers"
1248                                                >
1249                                                <File
1250                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\DistanceTrigger.h"
1251                                                        >
1252                                                </File>
1253                                                <File
1254                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\EventTrigger.h"
1255                                                        >
1256                                                </File>
1257                                                <File
1258                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\Trigger.h"
1259                                                        >
1260                                                </File>
1261                                        </Filter>
1262                                </Filter>
1263                                <Filter
1264                                        Name="gametypes"
1265                                        >
1266                                        <File
1267                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.h"
1268                                                >
1269                                        </File>
1270                                </Filter>
1271                                <Filter
1272                                        Name="infos"
1273                                        >
1274                                        <File
1275                                                RelativePath="..\..\src\orxonox\objects\infos\Info.h"
1276                                                >
1277                                        </File>
1278                                        <File
1279                                                RelativePath="..\..\src\orxonox\objects\infos\Level.h"
1280                                                >
1281                                        </File>
1282                                        <File
1283                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.h"
1284                                                >
1285                                        </File>
1286                                </Filter>
1287                                <Filter
1288                                        Name="controllers"
1289                                        >
1290                                        <File
1291                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.h"
1292                                                >
1293                                        </File>
1294                                        <File
1295                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.h"
1296                                                >
1297                                        </File>
1298                                </Filter>
[2105]1299                                <Filter
1300                                        Name="quest"
1301                                        >
1302                                        <File
1303                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuest.h"
1304                                                >
1305                                        </File>
1306                                        <File
1307                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuestHint.h"
1308                                                >
1309                                        </File>
1310                                        <File
1311                                                RelativePath="..\..\src\orxonox\objects\quest\AddReward.h"
1312                                                >
1313                                        </File>
1314                                        <File
1315                                                RelativePath="..\..\src\orxonox\objects\quest\ChangeQuestStatus.h"
1316                                                >
1317                                        </File>
1318                                        <File
1319                                                RelativePath="..\..\src\orxonox\objects\quest\CompleteQuest.h"
1320                                                >
1321                                        </File>
1322                                        <File
1323                                                RelativePath="..\..\src\orxonox\objects\quest\FailQuest.h"
1324                                                >
1325                                        </File>
1326                                        <File
1327                                                RelativePath="..\..\src\orxonox\objects\quest\GlobalQuest.h"
1328                                                >
1329                                        </File>
1330                                        <File
1331                                                RelativePath="..\..\src\orxonox\objects\quest\LocalQuest.h"
1332                                                >
1333                                        </File>
1334                                        <File
1335                                                RelativePath="..\..\src\orxonox\objects\quest\Quest.h"
1336                                                >
1337                                        </File>
1338                                        <File
1339                                                RelativePath="..\..\src\orxonox\objects\quest\QuestDescription.h"
1340                                                >
1341                                        </File>
1342                                        <File
1343                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffect.h"
1344                                                >
1345                                        </File>
1346                                        <File
1347                                                RelativePath="..\..\src\orxonox\objects\quest\QuestHint.h"
1348                                                >
1349                                        </File>
1350                                        <File
1351                                                RelativePath="..\..\src\orxonox\objects\quest\QuestItem.h"
1352                                                >
1353                                        </File>
1354                                        <File
1355                                                RelativePath="..\..\src\orxonox\objects\quest\QuestManager.h"
1356                                                >
1357                                        </File>
1358                                        <File
1359                                                RelativePath="..\..\src\orxonox\objects\quest\Rewardable.h"
1360                                                >
1361                                        </File>
1362                                </Filter>
1363                                <Filter
1364                                        Name="weaponSystem"
1365                                        >
1366                                        <File
1367                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Munition.h"
1368                                                >
1369                                        </File>
1370                                        <File
1371                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Weapon.h"
1372                                                >
1373                                        </File>
1374                                        <File
1375                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSet.h"
1376                                                >
1377                                        </File>
1378                                        <File
1379                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSlot.h"
1380                                                >
1381                                        </File>
[2107]1382                                        <File
1383                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSystem.h"
1384                                                >
1385                                        </File>
[2105]1386                                        <Filter
1387                                                Name="weapons"
1388                                                >
1389                                                <File
1390                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\LaserGun.h"
1391                                                        >
1392                                                </File>
1393                                                <File
1394                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\Missile.h"
1395                                                        >
1396                                                </File>
1397                                        </Filter>
1398                                        <Filter
1399                                                Name="munitions"
1400                                                >
1401                                                <File
1402                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\munitions\LaserGunMunition.h"
1403                                                        >
1404                                                </File>
1405                                        </Filter>
1406                                        <Filter
1407                                                Name="projectiles"
1408                                                >
1409                                                <File
1410                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\BillboardProjectile.h"
1411                                                        >
1412                                                </File>
1413                                                <File
1414                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\ParticleProjectile.h"
1415                                                        >
1416                                                </File>
1417                                                <File
1418                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\Projectile.h"
1419                                                        >
1420                                                </File>
1421                                        </Filter>
1422                                </Filter>
[2087]1423                        </Filter>
1424                        <Filter
1425                                Name="tools"
1426                                >
1427                                <File
1428                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
1429                                        >
1430                                </File>
1431                                <File
1432                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
1433                                        >
1434                                </File>
1435                                <File
1436                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
1437                                        >
1438                                </File>
1439                                <File
1440                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
1441                                        >
1442                                </File>
1443                                <File
1444                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
1445                                        >
1446                                </File>
1447                                <File
1448                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
1449                                        >
1450                                </File>
1451                        </Filter>
1452                        <Filter
1453                                Name="tolua"
1454                                >
1455                                <File
1456                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
1457                                        >
1458                                </File>
1459                        </Filter>
1460                        <Filter
1461                                Name="overlays"
1462                                >
1463                                <File
1464                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
1465                                        >
1466                                </File>
1467                                <File
1468                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
1469                                        >
1470                                </File>
1471                                <File
1472                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
1473                                        >
1474                                </File>
1475                                <Filter
1476                                        Name="hud"
1477                                        >
1478                                        <File
1479                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.h"
1480                                                >
1481                                        </File>
1482                                        <File
1483                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
1484                                                >
1485                                        </File>
1486                                        <File
1487                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
1488                                                >
1489                                        </File>
1490                                        <File
1491                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
1492                                                >
1493                                        </File>
1494                                        <File
1495                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
1496                                                >
1497                                        </File>
1498                                </Filter>
1499                                <Filter
1500                                        Name="console"
1501                                        >
1502                                        <File
1503                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
1504                                                >
1505                                        </File>
1506                                </Filter>
1507                                <Filter
1508                                        Name="debug"
1509                                        >
1510                                        <File
1511                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
1512                                                >
1513                                        </File>
1514                                        <File
1515                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
1516                                                >
1517                                        </File>
1518                                </Filter>
1519                        </Filter>
1520                        <Filter
1521                                Name="gui"
1522                                >
1523                                <File
1524                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
1525                                        >
1526                                </File>
1527                                <File
1528                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
1529                                        >
1530                                </File>
1531                                <File
1532                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
1533                                        >
1534                                </File>
1535                                <File
1536                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
1537                                        >
1538                                </File>
1539                        </Filter>
1540                        <Filter
1541                                Name="gamestates"
1542                                >
1543                                <File
1544                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
1545                                        >
1546                                </File>
1547                                <File
1548                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.h"
1549                                        >
1550                                </File>
1551                                <File
1552                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
1553                                        >
1554                                </File>
1555                                <File
1556                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
1557                                        >
1558                                </File>
1559                                <File
1560                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
1561                                        >
1562                                </File>
1563                                <File
1564                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
1565                                        >
1566                                </File>
1567                                <File
1568                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
1569                                        >
1570                                </File>
1571                                <File
1572                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
1573                                        >
1574                                </File>
1575                                <File
1576                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
1577                                        >
1578                                </File>
1579                        </Filter>
1580                </Filter>
1581                <Filter
1582                        Name="Resource Files"
1583                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
1584                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1585                        >
1586                </Filter>
1587        </Files>
1588        <Globals>
1589        </Globals>
1590</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.