Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/overlay/visual_studio/vc8/orxonox.vcproj @ 2120

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

Readded stats classes to overlay branch and fixed build with creator pointer.

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