Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj @ 2030

Last change on this file since 2030 was 2030, checked in by rgrieder, 16 years ago
  • Moved SignalHandler from orxonox to util
  • Moved CameraHandler from orxonox/objects to orxonox
  • updated msvc files
File size: 19.5 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\CameraHandler.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\Radar.cc"
197                                        >
198                                </File>
199                                <File
200                                        RelativePath="..\..\src\orxonox\objects\RadarListener.cc"
201                                        >
202                                </File>
203                                <File
204                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.cc"
205                                        >
206                                </File>
207                                <File
208                                        RelativePath="..\..\src\orxonox\objects\Scene.cc"
209                                        >
210                                </File>
211                                <File
212                                        RelativePath="..\..\src\orxonox\objects\Script.cc"
213                                        >
214                                </File>
215                                <File
216                                        RelativePath="..\..\src\orxonox\objects\Test.cc"
217                                        >
218                                </File>
219                                <File
220                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
221                                        >
222                                </File>
223                                <Filter
224                                        Name="worldentities"
225                                        >
226                                        <File
227                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.cc"
228                                                >
229                                                <FileConfiguration
230                                                        Name="Debug|Win32"
231                                                        ExcludedFromBuild="true"
232                                                        >
233                                                        <Tool
234                                                                Name="VCCLCompilerTool"
235                                                        />
236                                                </FileConfiguration>
237                                                <FileConfiguration
238                                                        Name="Release|Win32"
239                                                        ExcludedFromBuild="true"
240                                                        >
241                                                        <Tool
242                                                                Name="VCCLCompilerTool"
243                                                        />
244                                                </FileConfiguration>
245                                        </File>
246                                        <File
247                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.cc"
248                                                >
249                                        </File>
250                                        <File
251                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.cc"
252                                                >
253                                        </File>
254                                        <File
255                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.cc"
256                                                >
257                                        </File>
258                                        <File
259                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.cc"
260                                                >
261                                        </File>
262                                        <File
263                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.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\PositionableEntity.cc"
284                                                >
285                                        </File>
286                                        <File
287                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.cc"
288                                                >
289                                        </File>
290                                        <File
291                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.cc"
292                                                >
293                                        </File>
294                                        <Filter
295                                                Name="pawns"
296                                                >
297                                                <File
298                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.cc"
299                                                        >
300                                                </File>
301                                                <File
302                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.cc"
303                                                        >
304                                                </File>
305                                                <File
306                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.cc"
307                                                        >
308                                                </File>
309                                        </Filter>
310                                </Filter>
311                                <Filter
312                                        Name="gametypes"
313                                        >
314                                        <File
315                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.cc"
316                                                >
317                                        </File>
318                                </Filter>
319                                <Filter
320                                        Name="infos"
321                                        >
322                                        <File
323                                                RelativePath="..\..\src\orxonox\objects\infos\HumanPlayer.cc"
324                                                >
325                                        </File>
326                                        <File
327                                                RelativePath="..\..\src\orxonox\objects\infos\Info.cc"
328                                                >
329                                        </File>
330                                        <File
331                                                RelativePath="..\..\src\orxonox\objects\infos\Level.cc"
332                                                >
333                                        </File>
334                                        <File
335                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.cc"
336                                                >
337                                        </File>
338                                </Filter>
339                                <Filter
340                                        Name="controllers"
341                                        >
342                                        <File
343                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.cc"
344                                                >
345                                        </File>
346                                        <File
347                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.cc"
348                                                >
349                                        </File>
350                                </Filter>
351                        </Filter>
352                        <Filter
353                                Name="tools"
354                                >
355                                <File
356                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
357                                        >
358                                </File>
359                                <File
360                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
361                                        >
362                                </File>
363                                <File
364                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
365                                        >
366                                </File>
367                                <File
368                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
369                                        >
370                                </File>
371                                <File
372                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
373                                        >
374                                </File>
375                                <File
376                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
377                                        >
378                                </File>
379                                <File
380                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
381                                        >
382                                </File>
383                        </Filter>
384                        <Filter
385                                Name="tolua"
386                                >
387                                <File
388                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
389                                        >
390                                        <FileConfiguration
391                                                Name="Debug|Win32"
392                                                >
393                                                <Tool
394                                                        Name="VCCustomBuildTool"
395                                                        Description="Generating tolua bind files..."
396                                                        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;"
397                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
398                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
399                                                />
400                                        </FileConfiguration>
401                                        <FileConfiguration
402                                                Name="Release|Win32"
403                                                >
404                                                <Tool
405                                                        Name="VCCustomBuildTool"
406                                                        Description="Generating tolua bind files..."
407                                                        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;"
408                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
409                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
410                                                />
411                                        </FileConfiguration>
412                                </File>
413                                <File
414                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
415                                        >
416                                        <FileConfiguration
417                                                Name="Debug|Win32"
418                                                >
419                                                <Tool
420                                                        Name="VCCLCompilerTool"
421                                                        UsePrecompiledHeader="0"
422                                                />
423                                        </FileConfiguration>
424                                        <FileConfiguration
425                                                Name="Release|Win32"
426                                                >
427                                                <Tool
428                                                        Name="VCCLCompilerTool"
429                                                        UsePrecompiledHeader="0"
430                                                />
431                                        </FileConfiguration>
432                                </File>
433                        </Filter>
434                        <Filter
435                                Name="overlays"
436                                >
437                                <File
438                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
439                                        >
440                                </File>
441                                <File
442                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
443                                        >
444                                </File>
445                                <File
446                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
447                                        >
448                                </File>
449                                <Filter
450                                        Name="console"
451                                        >
452                                        <File
453                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
454                                                >
455                                        </File>
456                                </Filter>
457                                <Filter
458                                        Name="hud"
459                                        >
460                                        <File
461                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.cc"
462                                                >
463                                        </File>
464                                        <File
465                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
466                                                >
467                                        </File>
468                                        <File
469                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
470                                                >
471                                        </File>
472                                        <File
473                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
474                                                >
475                                        </File>
476                                        <File
477                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
478                                                >
479                                        </File>
480                                </Filter>
481                                <Filter
482                                        Name="debug"
483                                        >
484                                        <File
485                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
486                                                >
487                                        </File>
488                                        <File
489                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
490                                                >
491                                        </File>
492                                </Filter>
493                        </Filter>
494                        <Filter
495                                Name="gui"
496                                >
497                                <File
498                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
499                                        >
500                                </File>
501                                <File
502                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
503                                        >
504                                </File>
505                                <File
506                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp"
507                                        >
508                                </File>
509                                <File
510                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp"
511                                        >
512                                </File>
513                        </Filter>
514                        <Filter
515                                Name="gamestates"
516                                >
517                                <File
518                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
519                                        >
520                                </File>
521                                <File
522                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.cc"
523                                        >
524                                </File>
525                                <File
526                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
527                                        >
528                                </File>
529                                <File
530                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
531                                        >
532                                </File>
533                                <File
534                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
535                                        >
536                                </File>
537                                <File
538                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
539                                        >
540                                </File>
541                                <File
542                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
543                                        >
544                                </File>
545                                <File
546                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
547                                        >
548                                </File>
549                                <File
550                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
551                                        >
552                                </File>
553                        </Filter>
554                </Filter>
555                <Filter
556                        Name="Header Files"
557                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
558                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
559                        >
560                        <File
561                                RelativePath="..\..\src\orxonox\CameraHandler.h"
562                                >
563                        </File>
564                        <File
565                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
566                                >
567                        </File>
568                        <File
569                                RelativePath="..\..\src\orxonox\LevelManager.h"
570                                >
571                        </File>
572                        <File
573                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
574                                >
575                        </File>
576                        <File
577                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
578                                >
579                        </File>
580                        <File
581                                RelativePath="..\..\src\orxonox\Settings.h"
582                                >
583                        </File>
584                        <Filter
585                                Name="objects"
586                                >
587                                <File
588                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
589                                        >
590                                </File>
591                                <File
592                                        RelativePath="..\..\src\orxonox\objects\RadarListener.h"
593                                        >
594                                </File>
595                                <File
596                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.h"
597                                        >
598                                </File>
599                                <File
600                                        RelativePath="..\..\src\orxonox\objects\Scene.h"
601                                        >
602                                </File>
603                                <File
604                                        RelativePath="..\..\src\orxonox\objects\Script.h"
605                                        >
606                                </File>
607                                <File
608                                        RelativePath="..\..\src\orxonox\objects\Test.h"
609                                        >
610                                </File>
611                                <File
612                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
613                                        >
614                                </File>
615                                <Filter
616                                        Name="worldentities"
617                                        >
618                                        <File
619                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.h"
620                                                >
621                                        </File>
622                                        <File
623                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.h"
624                                                >
625                                        </File>
626                                        <File
627                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.h"
628                                                >
629                                        </File>
630                                        <File
631                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.h"
632                                                >
633                                        </File>
634                                        <File
635                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.h"
636                                                >
637                                        </File>
638                                        <File
639                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.h"
640                                                >
641                                        </File>
642                                        <File
643                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.h"
644                                                >
645                                        </File>
646                                        <File
647                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.h"
648                                                >
649                                        </File>
650                                        <File
651                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.h"
652                                                >
653                                        </File>
654                                        <Filter
655                                                Name="pawns"
656                                                >
657                                                <File
658                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.h"
659                                                        >
660                                                </File>
661                                                <File
662                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.h"
663                                                        >
664                                                </File>
665                                                <File
666                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.h"
667                                                        >
668                                                </File>
669                                        </Filter>
670                                </Filter>
671                                <Filter
672                                        Name="gametypes"
673                                        >
674                                        <File
675                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.h"
676                                                >
677                                        </File>
678                                </Filter>
679                                <Filter
680                                        Name="infos"
681                                        >
682                                        <File
683                                                RelativePath="..\..\src\orxonox\objects\infos\Info.h"
684                                                >
685                                        </File>
686                                        <File
687                                                RelativePath="..\..\src\orxonox\objects\infos\Level.h"
688                                                >
689                                        </File>
690                                        <File
691                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.h"
692                                                >
693                                        </File>
694                                </Filter>
695                                <Filter
696                                        Name="controllers"
697                                        >
698                                        <File
699                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.h"
700                                                >
701                                        </File>
702                                        <File
703                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.h"
704                                                >
705                                        </File>
706                                </Filter>
707                        </Filter>
708                        <Filter
709                                Name="tools"
710                                >
711                                <File
712                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
713                                        >
714                                </File>
715                                <File
716                                        RelativePath="..\..\src\orxonox\tools\Light.h"
717                                        >
718                                </File>
719                                <File
720                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
721                                        >
722                                </File>
723                                <File
724                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
725                                        >
726                                </File>
727                                <File
728                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
729                                        >
730                                </File>
731                                <File
732                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
733                                        >
734                                </File>
735                                <File
736                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
737                                        >
738                                </File>
739                        </Filter>
740                        <Filter
741                                Name="tolua"
742                                >
743                                <File
744                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
745                                        >
746                                </File>
747                        </Filter>
748                        <Filter
749                                Name="overlays"
750                                >
751                                <File
752                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
753                                        >
754                                </File>
755                                <File
756                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
757                                        >
758                                </File>
759                                <File
760                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
761                                        >
762                                </File>
763                                <Filter
764                                        Name="hud"
765                                        >
766                                        <File
767                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.h"
768                                                >
769                                        </File>
770                                        <File
771                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
772                                                >
773                                        </File>
774                                        <File
775                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
776                                                >
777                                        </File>
778                                        <File
779                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
780                                                >
781                                        </File>
782                                        <File
783                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
784                                                >
785                                        </File>
786                                </Filter>
787                                <Filter
788                                        Name="console"
789                                        >
790                                        <File
791                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
792                                                >
793                                        </File>
794                                </Filter>
795                                <Filter
796                                        Name="debug"
797                                        >
798                                        <File
799                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
800                                                >
801                                        </File>
802                                        <File
803                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
804                                                >
805                                        </File>
806                                </Filter>
807                        </Filter>
808                        <Filter
809                                Name="gui"
810                                >
811                                <File
812                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
813                                        >
814                                </File>
815                                <File
816                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
817                                        >
818                                </File>
819                                <File
820                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
821                                        >
822                                </File>
823                                <File
824                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
825                                        >
826                                </File>
827                        </Filter>
828                        <Filter
829                                Name="gamestates"
830                                >
831                                <File
832                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
833                                        >
834                                </File>
835                                <File
836                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.h"
837                                        >
838                                </File>
839                                <File
840                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
841                                        >
842                                </File>
843                                <File
844                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
845                                        >
846                                </File>
847                                <File
848                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
849                                        >
850                                </File>
851                                <File
852                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
853                                        >
854                                </File>
855                                <File
856                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
857                                        >
858                                </File>
859                                <File
860                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
861                                        >
862                                </File>
863                                <File
864                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
865                                        >
866                                </File>
867                        </Filter>
868                </Filter>
869                <Filter
870                        Name="Resource Files"
871                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
872                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
873                        >
874                </Filter>
875        </Files>
876        <Globals>
877        </Globals>
878</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.