Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2163 was 2151, checked in by rgrieder, 16 years ago

Renamed PositionableEntity to StaticEntity and added dummy classes DynamicEntity and KinematicEntity.

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