Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/orxonox_tutorial/visual_studio/vc8/orxonox.vcproj @ 1847

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

added TutorialShip. Not yet working

File size: 18.8 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="orxonox"
6        ProjectGUID="{0B6C5CFD-F91B-432A-80A3-2610F61E060B}"
7        RootNamespace="orxonox"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        ConfigurationType="1"
21                        InheritedPropertySheets=".\debug.vsprops;.\orxonox.vsprops"
22                        CharacterSet="1"
23                        >
24                        <Tool
25                                Name="VCPreBuildEventTool"
26                        />
27                        <Tool
28                                Name="VCCustomBuildTool"
29                        />
30                        <Tool
31                                Name="VCXMLDataGeneratorTool"
32                        />
33                        <Tool
34                                Name="VCWebServiceProxyGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCMIDLTool"
38                        />
39                        <Tool
40                                Name="VCCLCompilerTool"
41                                AdditionalOptions="/Zm200"
42                        />
43                        <Tool
44                                Name="VCManagedResourceCompilerTool"
45                        />
46                        <Tool
47                                Name="VCResourceCompilerTool"
48                        />
49                        <Tool
50                                Name="VCPreLinkEventTool"
51                        />
52                        <Tool
53                                Name="VCLinkerTool"
54                                EntryPointSymbol=""
55                        />
56                        <Tool
57                                Name="VCALinkTool"
58                        />
59                        <Tool
60                                Name="VCManifestTool"
61                        />
62                        <Tool
63                                Name="VCXDCMakeTool"
64                        />
65                        <Tool
66                                Name="VCBscMakeTool"
67                        />
68                        <Tool
69                                Name="VCFxCopTool"
70                        />
71                        <Tool
72                                Name="VCAppVerifierTool"
73                        />
74                        <Tool
75                                Name="VCWebDeploymentTool"
76                        />
77                        <Tool
78                                Name="VCPostBuildEventTool"
79                        />
80                </Configuration>
81                <Configuration
82                        Name="Release|Win32"
83                        ConfigurationType="1"
84                        InheritedPropertySheets=".\release.vsprops;.\orxonox.vsprops"
85                        CharacterSet="1"
86                        WholeProgramOptimization="0"
87                        >
88                        <Tool
89                                Name="VCPreBuildEventTool"
90                        />
91                        <Tool
92                                Name="VCCustomBuildTool"
93                        />
94                        <Tool
95                                Name="VCXMLDataGeneratorTool"
96                        />
97                        <Tool
98                                Name="VCWebServiceProxyGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCMIDLTool"
102                        />
103                        <Tool
104                                Name="VCCLCompilerTool"
105                                AdditionalOptions="/Zm200"
106                        />
107                        <Tool
108                                Name="VCManagedResourceCompilerTool"
109                        />
110                        <Tool
111                                Name="VCResourceCompilerTool"
112                        />
113                        <Tool
114                                Name="VCPreLinkEventTool"
115                        />
116                        <Tool
117                                Name="VCLinkerTool"
118                                EntryPointSymbol=""
119                        />
120                        <Tool
121                                Name="VCALinkTool"
122                        />
123                        <Tool
124                                Name="VCManifestTool"
125                        />
126                        <Tool
127                                Name="VCXDCMakeTool"
128                        />
129                        <Tool
130                                Name="VCBscMakeTool"
131                        />
132                        <Tool
133                                Name="VCFxCopTool"
134                        />
135                        <Tool
136                                Name="VCAppVerifierTool"
137                        />
138                        <Tool
139                                Name="VCWebDeploymentTool"
140                        />
141                        <Tool
142                                Name="VCPostBuildEventTool"
143                        />
144                </Configuration>
145        </Configurations>
146        <References>
147        </References>
148        <Files>
149                <Filter
150                        Name="Source Files"
151                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
152                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
153                        >
154                        <File
155                                RelativePath="..\..\src\orxonox\GraphicsEngine.cc"
156                                >
157                        </File>
158                        <File
159                                RelativePath="..\..\src\orxonox\Main.cc"
160                                >
161                        </File>
162                        <File
163                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
164                                >
165                                <FileConfiguration
166                                        Name="Debug|Win32"
167                                        >
168                                        <Tool
169                                                Name="VCCLCompilerTool"
170                                                UsePrecompiledHeader="1"
171                                        />
172                                </FileConfiguration>
173                                <FileConfiguration
174                                        Name="Release|Win32"
175                                        >
176                                        <Tool
177                                                Name="VCCLCompilerTool"
178                                                UsePrecompiledHeader="1"
179                                        />
180                                </FileConfiguration>
181                        </File>
182                        <File
183                                RelativePath="..\..\src\orxonox\Settings.cc"
184                                >
185                        </File>
186                        <File
187                                RelativePath="..\..\src\orxonox\SignalHandler.cc"
188                                >
189                        </File>
190                        <Filter
191                                Name="objects"
192                                >
193                                <File
194                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
195                                        >
196                                </File>
197                                <File
198                                        RelativePath="..\..\src\orxonox\objects\Backlight.cc"
199                                        >
200                                </File>
201                                <File
202                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.cc"
203                                        >
204                                </File>
205                                <File
206                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
207                                        >
208                                </File>
209                                <File
210                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
211                                        >
212                                </File>
213                                <File
214                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
215                                        >
216                                </File>
217                                <File
218                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
219                                        >
220                                </File>
221                                <File
222                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.cc"
223                                        >
224                                </File>
225                                <File
226                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.cc"
227                                        >
228                                </File>
229                                <File
230                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
231                                        >
232                                </File>
233                                <File
234                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
235                                        >
236                                        <FileConfiguration
237                                                Name="Debug|Win32"
238                                                >
239                                                <Tool
240                                                        Name="VCCLCompilerTool"
241                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
242                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
243                                                />
244                                        </FileConfiguration>
245                                        <FileConfiguration
246                                                Name="Release|Win32"
247                                                >
248                                                <Tool
249                                                        Name="VCCLCompilerTool"
250                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
251                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
252                                                />
253                                        </FileConfiguration>
254                                </File>
255                                <File
256                                        RelativePath="..\..\src\orxonox\objects\RadarListener.cc"
257                                        >
258                                        <FileConfiguration
259                                                Name="Debug|Win32"
260                                                >
261                                                <Tool
262                                                        Name="VCCLCompilerTool"
263                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
264                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
265                                                />
266                                        </FileConfiguration>
267                                        <FileConfiguration
268                                                Name="Release|Win32"
269                                                >
270                                                <Tool
271                                                        Name="VCCLCompilerTool"
272                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
273                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
274                                                />
275                                        </FileConfiguration>
276                                </File>
277                                <File
278                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.cc"
279                                        >
280                                </File>
281                                <File
282                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.cc"
283                                        >
284                                </File>
285                                <File
286                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
287                                        >
288                                </File>
289                                <File
290                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
291                                        >
292                                </File>
293                                <File
294                                        RelativePath="..\..\src\orxonox\objects\SpaceShip_backend.cc"
295                                        >
296                                        <FileConfiguration
297                                                Name="Debug|Win32"
298                                                ExcludedFromBuild="true"
299                                                >
300                                                <Tool
301                                                        Name="VCCLCompilerTool"
302                                                />
303                                        </FileConfiguration>
304                                        <FileConfiguration
305                                                Name="Release|Win32"
306                                                ExcludedFromBuild="true"
307                                                >
308                                                <Tool
309                                                        Name="VCCLCompilerTool"
310                                                />
311                                        </FileConfiguration>
312                                </File>
313                                <File
314                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc"
315                                        >
316                                </File>
317                                <File
318                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
319                                        >
320                                </File>
321                                <File
322                                        RelativePath="..\..\src\orxonox\objects\TutorialShip.cc"
323                                        >
324                                </File>
325                                <File
326                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
327                                        >
328                                </File>
329                        </Filter>
330                        <Filter
331                                Name="tools"
332                                >
333                                <File
334                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
335                                        >
336                                </File>
337                                <File
338                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
339                                        >
340                                </File>
341                                <File
342                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
343                                        >
344                                </File>
345                                <File
346                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
347                                        >
348                                </File>
349                                <File
350                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
351                                        >
352                                </File>
353                                <File
354                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
355                                        >
356                                </File>
357                                <File
358                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
359                                        >
360                                </File>
361                        </Filter>
362                        <Filter
363                                Name="tolua"
364                                >
365                                <File
366                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
367                                        >
368                                        <FileConfiguration
369                                                Name="Debug|Win32"
370                                                >
371                                                <Tool
372                                                        Name="VCCustomBuildTool"
373                                                        Description="Generating tolua bind files..."
374                                                        CommandLine="&quot;$(OutDir)\tolua_app_d.exe&quot; -n Orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
375                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
376                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
377                                                />
378                                        </FileConfiguration>
379                                        <FileConfiguration
380                                                Name="Release|Win32"
381                                                >
382                                                <Tool
383                                                        Name="VCCustomBuildTool"
384                                                        Description="Generating tolua bind files..."
385                                                        CommandLine="&quot;$(OutDir)\tolua_app.exe&quot; -n Orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
386                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
387                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
388                                                />
389                                        </FileConfiguration>
390                                </File>
391                                <File
392                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
393                                        >
394                                        <FileConfiguration
395                                                Name="Debug|Win32"
396                                                >
397                                                <Tool
398                                                        Name="VCCLCompilerTool"
399                                                        UsePrecompiledHeader="0"
400                                                />
401                                        </FileConfiguration>
402                                        <FileConfiguration
403                                                Name="Release|Win32"
404                                                >
405                                                <Tool
406                                                        Name="VCCLCompilerTool"
407                                                        UsePrecompiledHeader="0"
408                                                />
409                                        </FileConfiguration>
410                                </File>
411                        </Filter>
412                        <Filter
413                                Name="overlays"
414                                >
415                                <File
416                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
417                                        >
418                                </File>
419                                <File
420                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
421                                        >
422                                </File>
423                                <File
424                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
425                                        >
426                                </File>
427                                <Filter
428                                        Name="console"
429                                        >
430                                        <File
431                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
432                                                >
433                                        </File>
434                                </Filter>
435                                <Filter
436                                        Name="hud"
437                                        >
438                                        <File
439                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
440                                                >
441                                        </File>
442                                        <File
443                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
444                                                >
445                                        </File>
446                                        <File
447                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
448                                                >
449                                        </File>
450                                        <File
451                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
452                                                >
453                                        </File>
454                                </Filter>
455                                <Filter
456                                        Name="debug"
457                                        >
458                                        <File
459                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
460                                                >
461                                        </File>
462                                        <File
463                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
464                                                >
465                                        </File>
466                                </Filter>
467                        </Filter>
468                        <Filter
469                                Name="gui"
470                                >
471                                <File
472                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
473                                        >
474                                </File>
475                                <File
476                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
477                                        >
478                                        <FileConfiguration
479                                                Name="Debug|Win32"
480                                                >
481                                                <Tool
482                                                        Name="VCCLCompilerTool"
483                                                        UsePrecompiledHeader="0"
484                                                />
485                                        </FileConfiguration>
486                                        <FileConfiguration
487                                                Name="Release|Win32"
488                                                >
489                                                <Tool
490                                                        Name="VCCLCompilerTool"
491                                                        UsePrecompiledHeader="0"
492                                                />
493                                        </FileConfiguration>
494                                </File>
495                                <File
496                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp"
497                                        >
498                                        <FileConfiguration
499                                                Name="Debug|Win32"
500                                                >
501                                                <Tool
502                                                        Name="VCCLCompilerTool"
503                                                        UsePrecompiledHeader="0"
504                                                />
505                                        </FileConfiguration>
506                                        <FileConfiguration
507                                                Name="Release|Win32"
508                                                >
509                                                <Tool
510                                                        Name="VCCLCompilerTool"
511                                                        UsePrecompiledHeader="0"
512                                                />
513                                        </FileConfiguration>
514                                </File>
515                                <File
516                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp"
517                                        >
518                                        <FileConfiguration
519                                                Name="Debug|Win32"
520                                                >
521                                                <Tool
522                                                        Name="VCCLCompilerTool"
523                                                        UsePrecompiledHeader="0"
524                                                />
525                                        </FileConfiguration>
526                                        <FileConfiguration
527                                                Name="Release|Win32"
528                                                >
529                                                <Tool
530                                                        Name="VCCLCompilerTool"
531                                                        UsePrecompiledHeader="0"
532                                                />
533                                        </FileConfiguration>
534                                </File>
535                        </Filter>
536                        <Filter
537                                Name="gamestates"
538                                >
539                                <File
540                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
541                                        >
542                                </File>
543                                <File
544                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.cc"
545                                        >
546                                </File>
547                                <File
548                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
549                                        >
550                                </File>
551                                <File
552                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
553                                        >
554                                </File>
555                                <File
556                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
557                                        >
558                                </File>
559                                <File
560                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
561                                        >
562                                </File>
563                                <File
564                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
565                                        >
566                                </File>
567                                <File
568                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
569                                        >
570                                </File>
571                                <File
572                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
573                                        >
574                                </File>
575                        </Filter>
576                </Filter>
577                <Filter
578                        Name="Header Files"
579                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
580                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
581                        >
582                        <File
583                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
584                                >
585                        </File>
586                        <File
587                                RelativePath="..\..\src\orxonox\OrxonoxLibraryHeaders.h"
588                                >
589                        </File>
590                        <File
591                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
592                                >
593                        </File>
594                        <File
595                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
596                                >
597                        </File>
598                        <File
599                                RelativePath="..\..\src\orxonox\Settings.h"
600                                >
601                        </File>
602                        <File
603                                RelativePath="..\..\src\orxonox\SignalHandler.h"
604                                >
605                        </File>
606                        <Filter
607                                Name="objects"
608                                >
609                                <File
610                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
611                                        >
612                                </File>
613                                <File
614                                        RelativePath="..\..\src\orxonox\objects\Backlight.h"
615                                        >
616                                </File>
617                                <File
618                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.h"
619                                        >
620                                </File>
621                                <File
622                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
623                                        >
624                                </File>
625                                <File
626                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
627                                        >
628                                </File>
629                                <File
630                                        RelativePath="..\..\src\orxonox\objects\Model.h"
631                                        >
632                                </File>
633                                <File
634                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
635                                        >
636                                </File>
637                                <File
638                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.h"
639                                        >
640                                </File>
641                                <File
642                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.h"
643                                        >
644                                </File>
645                                <File
646                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
647                                        >
648                                </File>
649                                <File
650                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
651                                        >
652                                </File>
653                                <File
654                                        RelativePath="..\..\src\orxonox\objects\RadarListener.h"
655                                        >
656                                </File>
657                                <File
658                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.h"
659                                        >
660                                </File>
661                                <File
662                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.h"
663                                        >
664                                </File>
665                                <File
666                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
667                                        >
668                                </File>
669                                <File
670                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
671                                        >
672                                </File>
673                                <File
674                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h"
675                                        >
676                                </File>
677                                <File
678                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
679                                        >
680                                </File>
681                                <File
682                                        RelativePath="..\..\src\orxonox\objects\TutorialShip.h"
683                                        >
684                                </File>
685                                <File
686                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
687                                        >
688                                </File>
689                        </Filter>
690                        <Filter
691                                Name="tools"
692                                >
693                                <File
694                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
695                                        >
696                                </File>
697                                <File
698                                        RelativePath="..\..\src\orxonox\tools\Light.h"
699                                        >
700                                </File>
701                                <File
702                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
703                                        >
704                                </File>
705                                <File
706                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
707                                        >
708                                </File>
709                                <File
710                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
711                                        >
712                                </File>
713                                <File
714                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
715                                        >
716                                </File>
717                                <File
718                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
719                                        >
720                                </File>
721                        </Filter>
722                        <Filter
723                                Name="tolua"
724                                >
725                                <File
726                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
727                                        >
728                                </File>
729                        </Filter>
730                        <Filter
731                                Name="overlays"
732                                >
733                                <File
734                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
735                                        >
736                                </File>
737                                <File
738                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
739                                        >
740                                </File>
741                                <File
742                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
743                                        >
744                                </File>
745                                <Filter
746                                        Name="hud"
747                                        >
748                                        <File
749                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
750                                                >
751                                        </File>
752                                        <File
753                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
754                                                >
755                                        </File>
756                                        <File
757                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
758                                                >
759                                        </File>
760                                        <File
761                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
762                                                >
763                                        </File>
764                                </Filter>
765                                <Filter
766                                        Name="console"
767                                        >
768                                        <File
769                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
770                                                >
771                                        </File>
772                                </Filter>
773                                <Filter
774                                        Name="debug"
775                                        >
776                                        <File
777                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
778                                                >
779                                        </File>
780                                        <File
781                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
782                                                >
783                                        </File>
784                                </Filter>
785                        </Filter>
786                        <Filter
787                                Name="gui"
788                                >
789                                <File
790                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
791                                        >
792                                </File>
793                                <File
794                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
795                                        >
796                                </File>
797                                <File
798                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
799                                        >
800                                </File>
801                                <File
802                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
803                                        >
804                                </File>
805                        </Filter>
806                        <Filter
807                                Name="gamestates"
808                                >
809                                <File
810                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
811                                        >
812                                </File>
813                                <File
814                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.h"
815                                        >
816                                </File>
817                                <File
818                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
819                                        >
820                                </File>
821                                <File
822                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
823                                        >
824                                </File>
825                                <File
826                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
827                                        >
828                                </File>
829                                <File
830                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
831                                        >
832                                </File>
833                                <File
834                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
835                                        >
836                                </File>
837                                <File
838                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
839                                        >
840                                </File>
841                                <File
842                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
843                                        >
844                                </File>
845                        </Filter>
846                </Filter>
847                <Filter
848                        Name="Resource Files"
849                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
850                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
851                        >
852                </Filter>
853        </Files>
854        <Globals>
855        </Globals>
856</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.