Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem2/visual_studio/vc8/orxonox.vcproj @ 2507

Last change on this file since 2507 was 2171, checked in by landauf, 16 years ago

merged revisions 2111-2170 from objecthierarchy branch back to trunk.

  • Property svn:eol-style set to native
File size: 28.8 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\PlayerManager.cc"
170                                >
171                        </File>
172                        <File
173                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
174                                >
175                                <FileConfiguration
176                                        Name="Debug|Win32"
177                                        >
178                                        <Tool
179                                                Name="VCCLCompilerTool"
180                                                UsePrecompiledHeader="1"
181                                        />
182                                </FileConfiguration>
183                                <FileConfiguration
184                                        Name="Release|Win32"
185                                        >
186                                        <Tool
187                                                Name="VCCLCompilerTool"
188                                                UsePrecompiledHeader="1"
189                                        />
190                                </FileConfiguration>
191                        </File>
192                        <File
193                                RelativePath="..\..\src\orxonox\Settings.cc"
194                                >
195                        </File>
196                        <Filter
197                                Name="objects"
198                                >
199                                <File
200                                        RelativePath="..\..\src\orxonox\objects\EventDispatcher.cc"
201                                        >
202                                </File>
203                                <File
204                                        RelativePath="..\..\src\orxonox\objects\EventListener.cc"
205                                        >
206                                </File>
207                                <File
208                                        RelativePath="..\..\src\orxonox\objects\EventTarget.cc"
209                                        >
210                                </File>
211                                <File
212                                        RelativePath="..\..\src\orxonox\objects\Level.cc"
213                                        >
214                                </File>
215                                <File
216                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
217                                        >
218                                </File>
219                                <File
220                                        RelativePath="..\..\src\orxonox\objects\RadarListener.cc"
221                                        >
222                                </File>
223                                <File
224                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.cc"
225                                        >
226                                </File>
227                                <File
228                                        RelativePath="..\..\src\orxonox\objects\Scene.cc"
229                                        >
230                                </File>
231                                <File
232                                        RelativePath="..\..\src\orxonox\objects\Script.cc"
233                                        >
234                                </File>
235                                <File
236                                        RelativePath="..\..\src\orxonox\objects\Test.cc"
237                                        >
238                                </File>
239                                <File
240                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
241                                        >
242                                </File>
243                                <Filter
244                                        Name="worldentities"
245                                        >
246                                        <File
247                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.cc"
248                                                >
249                                                <FileConfiguration
250                                                        Name="Debug|Win32"
251                                                        ExcludedFromBuild="true"
252                                                        >
253                                                        <Tool
254                                                                Name="VCCLCompilerTool"
255                                                        />
256                                                </FileConfiguration>
257                                                <FileConfiguration
258                                                        Name="Release|Win32"
259                                                        ExcludedFromBuild="true"
260                                                        >
261                                                        <Tool
262                                                                Name="VCCLCompilerTool"
263                                                        />
264                                                </FileConfiguration>
265                                        </File>
266                                        <File
267                                                RelativePath="..\..\src\orxonox\objects\worldentities\Billboard.cc"
268                                                >
269                                        </File>
270                                        <File
271                                                RelativePath="..\..\src\orxonox\objects\worldentities\BlinkingBillboard.cc"
272                                                >
273                                        </File>
274                                        <File
275                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.cc"
276                                                >
277                                        </File>
278                                        <File
279                                                RelativePath="..\..\src\orxonox\objects\worldentities\CameraPosition.cc"
280                                                >
281                                        </File>
282                                        <File
283                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.cc"
284                                                >
285                                        </File>
286                                        <File
287                                                RelativePath="..\..\src\orxonox\objects\worldentities\Light.cc"
288                                                >
289                                        </File>
290                                        <File
291                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.cc"
292                                                >
293                                        </File>
294                                        <File
295                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.cc"
296                                                >
297                                        </File>
298                                        <File
299                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleEmitter.cc"
300                                                >
301                                        </File>
302                                        <File
303                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.cc"
304                                                >
305                                        </File>
306                                        <File
307                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.cc"
308                                                >
309                                        </File>
310                                        <File
311                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.cc"
312                                                >
313                                        </File>
314                                        <File
315                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.cc"
316                                                >
317                                        </File>
318                                        <Filter
319                                                Name="pawns"
320                                                >
321                                                <File
322                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.cc"
323                                                        >
324                                                </File>
325                                                <File
326                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.cc"
327                                                        >
328                                                </File>
329                                                <File
330                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.cc"
331                                                        >
332                                                </File>
333                                        </Filter>
334                                        <Filter
335                                                Name="triggers"
336                                                >
337                                                <File
338                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\DistanceTrigger.cc"
339                                                        >
340                                                </File>
341                                                <File
342                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\EventTrigger.cc"
343                                                        >
344                                                </File>
345                                                <File
346                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\Trigger.cc"
347                                                        >
348                                                </File>
349                                        </Filter>
350                                </Filter>
351                                <Filter
352                                        Name="gametypes"
353                                        >
354                                        <File
355                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.cc"
356                                                >
357                                        </File>
358                                </Filter>
359                                <Filter
360                                        Name="infos"
361                                        >
362                                        <File
363                                                RelativePath="..\..\src\orxonox\objects\infos\HumanPlayer.cc"
364                                                >
365                                        </File>
366                                        <File
367                                                RelativePath="..\..\src\orxonox\objects\infos\Info.cc"
368                                                >
369                                        </File>
370                                        <File
371                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.cc"
372                                                >
373                                        </File>
374                                </Filter>
375                                <Filter
376                                        Name="controllers"
377                                        >
378                                        <File
379                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.cc"
380                                                >
381                                        </File>
382                                        <File
383                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.cc"
384                                                >
385                                        </File>
386                                </Filter>
387                                <Filter
388                                        Name="weaponSystem"
389                                        >
390                                        <File
391                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Munition.cc"
392                                                >
393                                        </File>
394                                        <File
395                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Weapon.cc"
396                                                >
397                                        </File>
398                                        <File
399                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSet.cc"
400                                                >
401                                        </File>
402                                        <File
403                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSlot.cc"
404                                                >
405                                        </File>
406                                        <File
407                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSystem.cc"
408                                                >
409                                        </File>
410                                        <Filter
411                                                Name="munitions"
412                                                >
413                                                <File
414                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\munitions\LaserGunMunition.cc"
415                                                        >
416                                                        <FileConfiguration
417                                                                Name="Debug|Win32"
418                                                                ExcludedFromBuild="true"
419                                                                >
420                                                                <Tool
421                                                                        Name="VCCLCompilerTool"
422                                                                />
423                                                        </FileConfiguration>
424                                                        <FileConfiguration
425                                                                Name="Release|Win32"
426                                                                ExcludedFromBuild="true"
427                                                                >
428                                                                <Tool
429                                                                        Name="VCCLCompilerTool"
430                                                                />
431                                                        </FileConfiguration>
432                                                </File>
433                                        </Filter>
434                                        <Filter
435                                                Name="weapons"
436                                                >
437                                                <File
438                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\LaserGun.cc"
439                                                        >
440                                                        <FileConfiguration
441                                                                Name="Debug|Win32"
442                                                                ExcludedFromBuild="true"
443                                                                >
444                                                                <Tool
445                                                                        Name="VCCLCompilerTool"
446                                                                />
447                                                        </FileConfiguration>
448                                                        <FileConfiguration
449                                                                Name="Release|Win32"
450                                                                ExcludedFromBuild="true"
451                                                                >
452                                                                <Tool
453                                                                        Name="VCCLCompilerTool"
454                                                                />
455                                                        </FileConfiguration>
456                                                </File>
457                                                <File
458                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\Missile.cc"
459                                                        >
460                                                        <FileConfiguration
461                                                                Name="Debug|Win32"
462                                                                ExcludedFromBuild="true"
463                                                                >
464                                                                <Tool
465                                                                        Name="VCCLCompilerTool"
466                                                                />
467                                                        </FileConfiguration>
468                                                        <FileConfiguration
469                                                                Name="Release|Win32"
470                                                                ExcludedFromBuild="true"
471                                                                >
472                                                                <Tool
473                                                                        Name="VCCLCompilerTool"
474                                                                />
475                                                        </FileConfiguration>
476                                                </File>
477                                        </Filter>
478                                        <Filter
479                                                Name="projectiles"
480                                                >
481                                                <File
482                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\BillboardProjectile.cc"
483                                                        >
484                                                        <FileConfiguration
485                                                                Name="Debug|Win32"
486                                                                ExcludedFromBuild="true"
487                                                                >
488                                                                <Tool
489                                                                        Name="VCCLCompilerTool"
490                                                                />
491                                                        </FileConfiguration>
492                                                        <FileConfiguration
493                                                                Name="Release|Win32"
494                                                                ExcludedFromBuild="true"
495                                                                >
496                                                                <Tool
497                                                                        Name="VCCLCompilerTool"
498                                                                />
499                                                        </FileConfiguration>
500                                                </File>
501                                                <File
502                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\ParticleProjectile.cc"
503                                                        >
504                                                        <FileConfiguration
505                                                                Name="Debug|Win32"
506                                                                ExcludedFromBuild="true"
507                                                                >
508                                                                <Tool
509                                                                        Name="VCCLCompilerTool"
510                                                                />
511                                                        </FileConfiguration>
512                                                        <FileConfiguration
513                                                                Name="Release|Win32"
514                                                                ExcludedFromBuild="true"
515                                                                >
516                                                                <Tool
517                                                                        Name="VCCLCompilerTool"
518                                                                />
519                                                        </FileConfiguration>
520                                                </File>
521                                                <File
522                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\Projectile.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                                        </Filter>
542                                </Filter>
543                                <Filter
544                                        Name="quest"
545                                        >
546                                        <File
547                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuest.cc"
548                                                >
549                                        </File>
550                                        <File
551                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuestHint.cc"
552                                                >
553                                        </File>
554                                        <File
555                                                RelativePath="..\..\src\orxonox\objects\quest\AddReward.cc"
556                                                >
557                                        </File>
558                                        <File
559                                                RelativePath="..\..\src\orxonox\objects\quest\ChangeQuestStatus.cc"
560                                                >
561                                        </File>
562                                        <File
563                                                RelativePath="..\..\src\orxonox\objects\quest\CompleteQuest.cc"
564                                                >
565                                        </File>
566                                        <File
567                                                RelativePath="..\..\src\orxonox\objects\quest\FailQuest.cc"
568                                                >
569                                        </File>
570                                        <File
571                                                RelativePath="..\..\src\orxonox\objects\quest\GlobalQuest.cc"
572                                                >
573                                        </File>
574                                        <File
575                                                RelativePath="..\..\src\orxonox\objects\quest\LocalQuest.cc"
576                                                >
577                                        </File>
578                                        <File
579                                                RelativePath="..\..\src\orxonox\objects\quest\Quest.cc"
580                                                >
581                                        </File>
582                                        <File
583                                                RelativePath="..\..\src\orxonox\objects\quest\QuestDescription.cc"
584                                                >
585                                        </File>
586                                        <File
587                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffect.cc"
588                                                >
589                                        </File>
590                                        <File
591                                                RelativePath="..\..\src\orxonox\objects\quest\QuestHint.cc"
592                                                >
593                                        </File>
594                                        <File
595                                                RelativePath="..\..\src\orxonox\objects\quest\QuestItem.cc"
596                                                >
597                                        </File>
598                                        <File
599                                                RelativePath="..\..\src\orxonox\objects\quest\QuestManager.cc"
600                                                >
601                                        </File>
602                                        <File
603                                                RelativePath="..\..\src\orxonox\objects\quest\Rewardable.cc"
604                                                >
605                                        </File>
606                                </Filter>
607                        </Filter>
608                        <Filter
609                                Name="tools"
610                                >
611                                <File
612                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
613                                        >
614                                </File>
615                                <File
616                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
617                                        >
618                                </File>
619                                <File
620                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
621                                        >
622                                </File>
623                                <File
624                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
625                                        >
626                                </File>
627                                <File
628                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
629                                        >
630                                </File>
631                                <File
632                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
633                                        >
634                                </File>
635                        </Filter>
636                        <Filter
637                                Name="tolua"
638                                >
639                                <File
640                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
641                                        >
642                                        <FileConfiguration
643                                                Name="Debug|Win32"
644                                                >
645                                                <Tool
646                                                        Name="VCCustomBuildTool"
647                                                        Description="Generating tolua bind files..."
648                                                        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;"
649                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
650                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
651                                                />
652                                        </FileConfiguration>
653                                        <FileConfiguration
654                                                Name="Release|Win32"
655                                                >
656                                                <Tool
657                                                        Name="VCCustomBuildTool"
658                                                        Description="Generating tolua bind files..."
659                                                        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;"
660                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
661                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
662                                                />
663                                        </FileConfiguration>
664                                </File>
665                                <File
666                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
667                                        >
668                                        <FileConfiguration
669                                                Name="Debug|Win32"
670                                                >
671                                                <Tool
672                                                        Name="VCCLCompilerTool"
673                                                        UsePrecompiledHeader="0"
674                                                />
675                                        </FileConfiguration>
676                                        <FileConfiguration
677                                                Name="Release|Win32"
678                                                >
679                                                <Tool
680                                                        Name="VCCLCompilerTool"
681                                                        UsePrecompiledHeader="0"
682                                                />
683                                        </FileConfiguration>
684                                </File>
685                        </Filter>
686                        <Filter
687                                Name="overlays"
688                                >
689                                <File
690                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
691                                        >
692                                </File>
693                                <File
694                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
695                                        >
696                                </File>
697                                <File
698                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
699                                        >
700                                </File>
701                                <Filter
702                                        Name="console"
703                                        >
704                                        <File
705                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
706                                                >
707                                        </File>
708                                </Filter>
709                                <Filter
710                                        Name="hud"
711                                        >
712                                        <File
713                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.cc"
714                                                >
715                                        </File>
716                                        <File
717                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
718                                                >
719                                        </File>
720                                        <File
721                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
722                                                >
723                                        </File>
724                                        <File
725                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
726                                                >
727                                        </File>
728                                        <File
729                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
730                                                >
731                                        </File>
732                                </Filter>
733                                <Filter
734                                        Name="debug"
735                                        >
736                                        <File
737                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
738                                                >
739                                        </File>
740                                        <File
741                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
742                                                >
743                                        </File>
744                                </Filter>
745                        </Filter>
746                        <Filter
747                                Name="gui"
748                                >
749                                <File
750                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
751                                        >
752                                </File>
753                                <File
754                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
755                                        >
756                                </File>
757                                <File
758                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp"
759                                        >
760                                </File>
761                                <File
762                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp"
763                                        >
764                                </File>
765                        </Filter>
766                        <Filter
767                                Name="gamestates"
768                                >
769                                <File
770                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
771                                        >
772                                </File>
773                                <File
774                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.cc"
775                                        >
776                                </File>
777                                <File
778                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
779                                        >
780                                </File>
781                                <File
782                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
783                                        >
784                                </File>
785                                <File
786                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
787                                        >
788                                </File>
789                                <File
790                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
791                                        >
792                                </File>
793                                <File
794                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
795                                        >
796                                </File>
797                                <File
798                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
799                                        >
800                                </File>
801                                <File
802                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
803                                        >
804                                </File>
805                        </Filter>
806                </Filter>
807                <Filter
808                        Name="Header Files"
809                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
810                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
811                        >
812                        <File
813                                RelativePath="..\..\src\orxonox\CameraManager.h"
814                                >
815                        </File>
816                        <File
817                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
818                                >
819                        </File>
820                        <File
821                                RelativePath="..\..\src\orxonox\LevelManager.h"
822                                >
823                        </File>
824                        <File
825                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
826                                >
827                        </File>
828                        <File
829                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
830                                >
831                        </File>
832                        <File
833                                RelativePath="..\..\src\orxonox\PlayerManager.h"
834                                >
835                        </File>
836                        <File
837                                RelativePath="..\..\src\orxonox\Settings.h"
838                                >
839                        </File>
840                        <Filter
841                                Name="objects"
842                                >
843                                <File
844                                        RelativePath="..\..\src\orxonox\objects\EventDispatcher.h"
845                                        >
846                                </File>
847                                <File
848                                        RelativePath="..\..\src\orxonox\objects\EventListener.h"
849                                        >
850                                </File>
851                                <File
852                                        RelativePath="..\..\src\orxonox\objects\EventTarget.h"
853                                        >
854                                </File>
855                                <File
856                                        RelativePath="..\..\src\orxonox\objects\Level.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\PlayerInfo.h"
996                                                >
997                                        </File>
998                                </Filter>
999                                <Filter
1000                                        Name="controllers"
1001                                        >
1002                                        <File
1003                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.h"
1004                                                >
1005                                        </File>
1006                                        <File
1007                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.h"
1008                                                >
1009                                        </File>
1010                                </Filter>
1011                                <Filter
1012                                        Name="quest"
1013                                        >
1014                                        <File
1015                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuest.h"
1016                                                >
1017                                        </File>
1018                                        <File
1019                                                RelativePath="..\..\src\orxonox\objects\quest\AddQuestHint.h"
1020                                                >
1021                                        </File>
1022                                        <File
1023                                                RelativePath="..\..\src\orxonox\objects\quest\AddReward.h"
1024                                                >
1025                                        </File>
1026                                        <File
1027                                                RelativePath="..\..\src\orxonox\objects\quest\ChangeQuestStatus.h"
1028                                                >
1029                                        </File>
1030                                        <File
1031                                                RelativePath="..\..\src\orxonox\objects\quest\CompleteQuest.h"
1032                                                >
1033                                        </File>
1034                                        <File
1035                                                RelativePath="..\..\src\orxonox\objects\quest\FailQuest.h"
1036                                                >
1037                                        </File>
1038                                        <File
1039                                                RelativePath="..\..\src\orxonox\objects\quest\GlobalQuest.h"
1040                                                >
1041                                        </File>
1042                                        <File
1043                                                RelativePath="..\..\src\orxonox\objects\quest\LocalQuest.h"
1044                                                >
1045                                        </File>
1046                                        <File
1047                                                RelativePath="..\..\src\orxonox\objects\quest\Quest.h"
1048                                                >
1049                                        </File>
1050                                        <File
1051                                                RelativePath="..\..\src\orxonox\objects\quest\QuestDescription.h"
1052                                                >
1053                                        </File>
1054                                        <File
1055                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffect.h"
1056                                                >
1057                                        </File>
1058                                        <File
1059                                                RelativePath="..\..\src\orxonox\objects\quest\QuestHint.h"
1060                                                >
1061                                        </File>
1062                                        <File
1063                                                RelativePath="..\..\src\orxonox\objects\quest\QuestItem.h"
1064                                                >
1065                                        </File>
1066                                        <File
1067                                                RelativePath="..\..\src\orxonox\objects\quest\QuestManager.h"
1068                                                >
1069                                        </File>
1070                                        <File
1071                                                RelativePath="..\..\src\orxonox\objects\quest\Rewardable.h"
1072                                                >
1073                                        </File>
1074                                </Filter>
1075                                <Filter
1076                                        Name="weaponSystem"
1077                                        >
1078                                        <File
1079                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Munition.h"
1080                                                >
1081                                        </File>
1082                                        <File
1083                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\Weapon.h"
1084                                                >
1085                                        </File>
1086                                        <File
1087                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSet.h"
1088                                                >
1089                                        </File>
1090                                        <File
1091                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSlot.h"
1092                                                >
1093                                        </File>
1094                                        <File
1095                                                RelativePath="..\..\src\orxonox\objects\weaponSystem\WeaponSystem.h"
1096                                                >
1097                                        </File>
1098                                        <Filter
1099                                                Name="weapons"
1100                                                >
1101                                                <File
1102                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\LaserGun.h"
1103                                                        >
1104                                                </File>
1105                                                <File
1106                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\weapons\Missile.h"
1107                                                        >
1108                                                </File>
1109                                        </Filter>
1110                                        <Filter
1111                                                Name="munitions"
1112                                                >
1113                                                <File
1114                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\munitions\LaserGunMunition.h"
1115                                                        >
1116                                                </File>
1117                                        </Filter>
1118                                        <Filter
1119                                                Name="projectiles"
1120                                                >
1121                                                <File
1122                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\BillboardProjectile.h"
1123                                                        >
1124                                                </File>
1125                                                <File
1126                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\ParticleProjectile.h"
1127                                                        >
1128                                                </File>
1129                                                <File
1130                                                        RelativePath="..\..\src\orxonox\objects\weaponSystem\projectiles\Projectile.h"
1131                                                        >
1132                                                </File>
1133                                        </Filter>
1134                                </Filter>
1135                        </Filter>
1136                        <Filter
1137                                Name="tools"
1138                                >
1139                                <File
1140                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
1141                                        >
1142                                </File>
1143                                <File
1144                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
1145                                        >
1146                                </File>
1147                                <File
1148                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
1149                                        >
1150                                </File>
1151                                <File
1152                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
1153                                        >
1154                                </File>
1155                                <File
1156                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
1157                                        >
1158                                </File>
1159                                <File
1160                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
1161                                        >
1162                                </File>
1163                        </Filter>
1164                        <Filter
1165                                Name="tolua"
1166                                >
1167                                <File
1168                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
1169                                        >
1170                                </File>
1171                        </Filter>
1172                        <Filter
1173                                Name="overlays"
1174                                >
1175                                <File
1176                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
1177                                        >
1178                                </File>
1179                                <File
1180                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
1181                                        >
1182                                </File>
1183                                <File
1184                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
1185                                        >
1186                                </File>
1187                                <Filter
1188                                        Name="hud"
1189                                        >
1190                                        <File
1191                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.h"
1192                                                >
1193                                        </File>
1194                                        <File
1195                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
1196                                                >
1197                                        </File>
1198                                        <File
1199                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
1200                                                >
1201                                        </File>
1202                                        <File
1203                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
1204                                                >
1205                                        </File>
1206                                        <File
1207                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
1208                                                >
1209                                        </File>
1210                                </Filter>
1211                                <Filter
1212                                        Name="console"
1213                                        >
1214                                        <File
1215                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
1216                                                >
1217                                        </File>
1218                                </Filter>
1219                                <Filter
1220                                        Name="debug"
1221                                        >
1222                                        <File
1223                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
1224                                                >
1225                                        </File>
1226                                        <File
1227                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
1228                                                >
1229                                        </File>
1230                                </Filter>
1231                        </Filter>
1232                        <Filter
1233                                Name="gui"
1234                                >
1235                                <File
1236                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
1237                                        >
1238                                </File>
1239                                <File
1240                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
1241                                        >
1242                                </File>
1243                                <File
1244                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
1245                                        >
1246                                </File>
1247                                <File
1248                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
1249                                        >
1250                                </File>
1251                        </Filter>
1252                        <Filter
1253                                Name="gamestates"
1254                                >
1255                                <File
1256                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
1257                                        >
1258                                </File>
1259                                <File
1260                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.h"
1261                                        >
1262                                </File>
1263                                <File
1264                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
1265                                        >
1266                                </File>
1267                                <File
1268                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
1269                                        >
1270                                </File>
1271                                <File
1272                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
1273                                        >
1274                                </File>
1275                                <File
1276                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
1277                                        >
1278                                </File>
1279                                <File
1280                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
1281                                        >
1282                                </File>
1283                                <File
1284                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
1285                                        >
1286                                </File>
1287                                <File
1288                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
1289                                        >
1290                                </File>
1291                        </Filter>
1292                </Filter>
1293                <Filter
1294                        Name="Resource Files"
1295                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
1296                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1297                        >
1298                </Filter>
1299        </Files>
1300        <Globals>
1301        </Globals>
1302</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.