Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2020 was 2020, checked in by rgrieder, 16 years ago
  • Updated msvc files
  • Changed iterator to const_iterator for stl iterator in constant member functions (msvc reports a build error otherwise)
  • Added linkage again to BLANKSTRING: The whole idea about it was to give "" an address in the memory so we can return that address. static const variables however don't have a linkage and therefore no address, so it's equivalent to writing "". Fortunately, at least msvc (gcc too I guess) is clever enough to artificially create a real symbol, so it did work without the linkage.
File size: 18.3 KB
RevLine 
[788]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}"
[1839]7        RootNamespace="orxonox"
[788]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"
[1839]21                        InheritedPropertySheets=".\debug.vsprops;.\orxonox.vsprops"
[788]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"
[1839]83                        InheritedPropertySheets=".\release.vsprops;.\orxonox.vsprops"
[788]84                        CharacterSet="1"
[1567]85                        WholeProgramOptimization="0"
[788]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\GraphicsEngine.cc"
154                                >
155                        </File>
156                        <File
[2020]157                                RelativePath="..\..\src\orxonox\LevelManager.cc"
158                                >
159                        </File>
160                        <File
[788]161                                RelativePath="..\..\src\orxonox\Main.cc"
162                                >
163                        </File>
164                        <File
165                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
166                                >
167                                <FileConfiguration
168                                        Name="Debug|Win32"
169                                        >
170                                        <Tool
171                                                Name="VCCLCompilerTool"
172                                                UsePrecompiledHeader="1"
173                                        />
174                                </FileConfiguration>
175                                <FileConfiguration
176                                        Name="Release|Win32"
177                                        >
178                                        <Tool
179                                                Name="VCCLCompilerTool"
180                                                UsePrecompiledHeader="1"
181                                        />
182                                </FileConfiguration>
183                        </File>
[1535]184                        <File
[1816]185                                RelativePath="..\..\src\orxonox\Settings.cc"
[1535]186                                >
187                        </File>
[1625]188                        <File
[1747]189                                RelativePath="..\..\src\orxonox\SignalHandler.cc"
190                                >
191                        </File>
[788]192                        <Filter
193                                Name="objects"
194                                >
195                                <File
[1561]196                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
[1293]197                                        >
198                                </File>
199                                <File
[1561]200                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
[788]201                                        >
202                                </File>
203                                <File
[1961]204                                        RelativePath="..\..\src\orxonox\objects\DistanceTrigger.cc"
205                                        >
206                                </File>
207                                <File
[1816]208                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
209                                        >
210                                </File>
211                                <File
212                                        RelativePath="..\..\src\orxonox\objects\RadarListener.cc"
213                                        >
214                                </File>
215                                <File
216                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.cc"
217                                        >
218                                </File>
219                                <File
[2020]220                                        RelativePath="..\..\src\orxonox\objects\Scene.cc"
221                                        >
222                                </File>
223                                <File
[1961]224                                        RelativePath="..\..\src\orxonox\objects\Script.cc"
225                                        >
226                                </File>
227                                <File
[1535]228                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
229                                        >
230                                </File>
[1961]231                                <File
232                                        RelativePath="..\..\src\orxonox\objects\Trigger.cc"
233                                        >
234                                </File>
[1947]235                                <Filter
236                                        Name="worldentities"
237                                        >
238                                        <File
[1994]239                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.cc"
240                                                >
241                                        </File>
242                                        <File
243                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.cc"
244                                                >
245                                        </File>
246                                        <File
247                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.cc"
248                                                >
249                                        </File>
250                                        <File
[1947]251                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.cc"
252                                                >
253                                        </File>
254                                        <File
[2020]255                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.cc"
256                                                >
257                                        </File>
258                                        <File
[1947]259                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.cc"
260                                                >
261                                        </File>
[1994]262                                        <Filter
263                                                Name="pawns"
264                                                >
265                                                <File
266                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.cc"
267                                                        >
268                                                </File>
269                                        </Filter>
[1947]270                                </Filter>
271                                <Filter
272                                        Name="gametypes"
273                                        >
274                                        <File
275                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.cc"
276                                                >
277                                        </File>
278                                </Filter>
279                                <Filter
280                                        Name="infos"
281                                        >
282                                        <File
[2020]283                                                RelativePath="..\..\src\orxonox\objects\infos\HumanPlayer.cc"
284                                                >
285                                        </File>
286                                        <File
[1947]287                                                RelativePath="..\..\src\orxonox\objects\infos\Info.cc"
288                                                >
289                                        </File>
290                                        <File
[2013]291                                                RelativePath="..\..\src\orxonox\objects\infos\Level.cc"
[1947]292                                                >
293                                        </File>
294                                        <File
295                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.cc"
296                                                >
297                                        </File>
298                                </Filter>
[1994]299                                <Filter
300                                        Name="controllers"
301                                        >
302                                        <File
303                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.cc"
304                                                >
305                                        </File>
306                                        <File
307                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.cc"
308                                                >
309                                        </File>
310                                </Filter>
[788]311                        </Filter>
312                        <Filter
313                                Name="tools"
314                                >
315                                <File
316                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
317                                        >
318                                </File>
319                                <File
320                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
321                                        >
322                                </File>
323                                <File
324                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
325                                        >
326                                </File>
[890]327                                <File
[1561]328                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
329                                        >
330                                </File>
331                                <File
[1625]332                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
333                                        >
334                                </File>
335                                <File
[890]336                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
337                                        >
338                                </File>
[1214]339                                <File
[1625]340                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
[1214]341                                        >
342                                </File>
343                        </Filter>
344                        <Filter
[1153]345                                Name="tolua"
346                                >
347                                <File
[1755]348                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
349                                        >
350                                        <FileConfiguration
351                                                Name="Debug|Win32"
352                                                >
353                                                <Tool
354                                                        Name="VCCustomBuildTool"
355                                                        Description="Generating tolua bind files..."
[1896]356                                                        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;"
[1755]357                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
358                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
359                                                />
360                                        </FileConfiguration>
361                                        <FileConfiguration
362                                                Name="Release|Win32"
363                                                >
364                                                <Tool
365                                                        Name="VCCustomBuildTool"
366                                                        Description="Generating tolua bind files..."
[1896]367                                                        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;"
[1755]368                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
369                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
370                                                />
371                                        </FileConfiguration>
372                                </File>
373                                <File
[1153]374                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
375                                        >
376                                        <FileConfiguration
377                                                Name="Debug|Win32"
378                                                >
379                                                <Tool
380                                                        Name="VCCLCompilerTool"
381                                                        UsePrecompiledHeader="0"
382                                                />
383                                        </FileConfiguration>
[1219]384                                        <FileConfiguration
385                                                Name="Release|Win32"
386                                                >
387                                                <Tool
388                                                        Name="VCCLCompilerTool"
389                                                        UsePrecompiledHeader="0"
390                                                />
391                                        </FileConfiguration>
[1153]392                                </File>
393                        </Filter>
[1625]394                        <Filter
395                                Name="overlays"
396                                >
397                                <File
398                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
399                                        >
400                                </File>
401                                <File
402                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
403                                        >
404                                </File>
405                                <File
406                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
407                                        >
408                                </File>
409                                <Filter
410                                        Name="console"
411                                        >
412                                        <File
413                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
414                                                >
415                                        </File>
416                                </Filter>
417                                <Filter
418                                        Name="hud"
419                                        >
420                                        <File
[2013]421                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.cc"
422                                                >
423                                        </File>
424                                        <File
[1625]425                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
426                                                >
427                                        </File>
428                                        <File
429                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
430                                                >
431                                        </File>
432                                        <File
433                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
434                                                >
435                                        </File>
436                                        <File
437                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
438                                                >
439                                        </File>
440                                </Filter>
441                                <Filter
442                                        Name="debug"
443                                        >
444                                        <File
445                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
446                                                >
447                                        </File>
448                                        <File
449                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
450                                                >
451                                        </File>
452                                </Filter>
453                        </Filter>
[1755]454                        <Filter
455                                Name="gui"
456                                >
457                                <File
458                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
459                                        >
460                                </File>
461                                <File
462                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
463                                        >
464                                </File>
465                                <File
466                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp"
467                                        >
468                                </File>
469                                <File
470                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp"
471                                        >
472                                </File>
473                        </Filter>
474                        <Filter
475                                Name="gamestates"
476                                >
477                                <File
478                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
479                                        >
480                                </File>
481                                <File
482                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.cc"
483                                        >
484                                </File>
485                                <File
486                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
487                                        >
488                                </File>
489                                <File
490                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
491                                        >
492                                </File>
493                                <File
494                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
495                                        >
496                                </File>
497                                <File
498                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
499                                        >
500                                </File>
501                                <File
502                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
503                                        >
504                                </File>
505                                <File
506                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
507                                        >
508                                </File>
509                                <File
510                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
511                                        >
512                                </File>
513                        </Filter>
[788]514                </Filter>
515                <Filter
516                        Name="Header Files"
517                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
518                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
519                        >
520                        <File
521                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
522                                >
523                        </File>
524                        <File
[2020]525                                RelativePath="..\..\src\orxonox\LevelManager.h"
526                                >
527                        </File>
528                        <File
[788]529                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
530                                >
531                        </File>
532                        <File
533                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
534                                >
535                        </File>
[1535]536                        <File
537                                RelativePath="..\..\src\orxonox\Settings.h"
538                                >
539                        </File>
[1747]540                        <File
541                                RelativePath="..\..\src\orxonox\SignalHandler.h"
542                                >
543                        </File>
[788]544                        <Filter
545                                Name="objects"
546                                >
547                                <File
[1561]548                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
[1293]549                                        >
550                                </File>
551                                <File
[1561]552                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
[788]553                                        >
554                                </File>
555                                <File
[1961]556                                        RelativePath="..\..\src\orxonox\objects\DistanceTrigger.h"
557                                        >
558                                </File>
559                                <File
[1816]560                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
561                                        >
562                                </File>
563                                <File
564                                        RelativePath="..\..\src\orxonox\objects\RadarListener.h"
565                                        >
566                                </File>
567                                <File
568                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.h"
569                                        >
570                                </File>
571                                <File
[2020]572                                        RelativePath="..\..\src\orxonox\objects\Scene.h"
573                                        >
574                                </File>
575                                <File
[1961]576                                        RelativePath="..\..\src\orxonox\objects\Script.h"
577                                        >
578                                </File>
579                                <File
[1535]580                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
581                                        >
582                                </File>
[1961]583                                <File
584                                        RelativePath="..\..\src\orxonox\objects\Trigger.h"
585                                        >
586                                </File>
[1947]587                                <Filter
588                                        Name="worldentities"
589                                        >
590                                        <File
[1994]591                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.h"
592                                                >
593                                        </File>
594                                        <File
595                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.h"
596                                                >
597                                        </File>
598                                        <File
599                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.h"
600                                                >
601                                        </File>
602                                        <File
[1947]603                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.h"
604                                                >
605                                        </File>
606                                        <File
[2020]607                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.h"
608                                                >
609                                        </File>
610                                        <File
[1947]611                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.h"
612                                                >
613                                        </File>
[1994]614                                        <Filter
615                                                Name="pawns"
616                                                >
617                                                <File
618                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.h"
619                                                        >
620                                                </File>
621                                        </Filter>
[1947]622                                </Filter>
623                                <Filter
624                                        Name="gametypes"
625                                        >
626                                        <File
627                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.h"
628                                                >
629                                        </File>
630                                </Filter>
631                                <Filter
632                                        Name="infos"
633                                        >
634                                        <File
635                                                RelativePath="..\..\src\orxonox\objects\infos\Info.h"
636                                                >
637                                        </File>
638                                        <File
[2013]639                                                RelativePath="..\..\src\orxonox\objects\infos\Level.h"
[1947]640                                                >
641                                        </File>
642                                        <File
643                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.h"
644                                                >
645                                        </File>
646                                </Filter>
[1994]647                                <Filter
648                                        Name="controllers"
649                                        >
650                                        <File
651                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.h"
652                                                >
653                                        </File>
654                                        <File
655                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.h"
656                                                >
657                                        </File>
658                                </Filter>
[788]659                        </Filter>
660                        <Filter
661                                Name="tools"
662                                >
663                                <File
664                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
665                                        >
666                                </File>
667                                <File
668                                        RelativePath="..\..\src\orxonox\tools\Light.h"
669                                        >
670                                </File>
671                                <File
672                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
673                                        >
674                                </File>
675                                <File
[1561]676                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
677                                        >
678                                </File>
679                                <File
[1625]680                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
681                                        >
682                                </File>
683                                <File
[788]684                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
685                                        >
686                                </File>
[1625]687                                <File
688                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
689                                        >
690                                </File>
[788]691                        </Filter>
[1153]692                        <Filter
[1625]693                                Name="tolua"
[1214]694                                >
695                                <File
[1625]696                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
[1214]697                                        >
698                                </File>
699                        </Filter>
700                        <Filter
[1625]701                                Name="overlays"
[1153]702                                >
703                                <File
[1625]704                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
[1153]705                                        >
706                                </File>
[1625]707                                <File
708                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
709                                        >
710                                </File>
711                                <File
712                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
713                                        >
714                                </File>
715                                <Filter
716                                        Name="hud"
717                                        >
718                                        <File
[2013]719                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.h"
720                                                >
721                                        </File>
722                                        <File
[1625]723                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
724                                                >
725                                        </File>
726                                        <File
727                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
728                                                >
729                                        </File>
730                                        <File
731                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
732                                                >
733                                        </File>
734                                        <File
735                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
736                                                >
737                                        </File>
738                                </Filter>
739                                <Filter
740                                        Name="console"
741                                        >
742                                        <File
743                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
744                                                >
745                                        </File>
746                                </Filter>
747                                <Filter
748                                        Name="debug"
749                                        >
750                                        <File
751                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
752                                                >
753                                        </File>
754                                        <File
755                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
756                                                >
757                                        </File>
758                                </Filter>
[1153]759                        </Filter>
[1755]760                        <Filter
761                                Name="gui"
762                                >
763                                <File
764                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
765                                        >
766                                </File>
767                                <File
768                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
769                                        >
770                                </File>
771                                <File
772                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
773                                        >
774                                </File>
775                                <File
776                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
777                                        >
778                                </File>
779                        </Filter>
780                        <Filter
781                                Name="gamestates"
782                                >
783                                <File
784                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
785                                        >
786                                </File>
787                                <File
788                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.h"
789                                        >
790                                </File>
791                                <File
792                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
793                                        >
794                                </File>
795                                <File
796                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
797                                        >
798                                </File>
799                                <File
800                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
801                                        >
802                                </File>
803                                <File
804                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
805                                        >
806                                </File>
807                                <File
808                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
809                                        >
810                                </File>
811                                <File
812                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
813                                        >
814                                </File>
815                                <File
816                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
817                                        >
818                                </File>
819                        </Filter>
[788]820                </Filter>
821                <Filter
822                        Name="Resource Files"
823                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
824                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
825                        >
826                </Filter>
827        </Files>
828        <Globals>
829        </Globals>
830</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.