Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/gui/visual_studio/vc8/orxonox.vcproj @ 1688

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

Modified the GameState hierarchy so that you can get the parent with the actual type by calling getParent().

File size: 17.2 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}"
7        RootNamespace="FICN"
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"
[789]21                        InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\orxonox_properties.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                                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"
[789]84                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\orxonox_properties.vsprops"
[788]85                        CharacterSet="1"
[1567]86                        WholeProgramOptimization="0"
[788]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>
[1535]182                        <File
[1625]183                                RelativePath="..\..\src\orxonox\Radar.cc"
[1535]184                                >
185                        </File>
[1625]186                        <File
187                                RelativePath="..\..\src\orxonox\RadarListener.cc"
[788]188                                >
[1625]189                        </File>
190                        <File
191                                RelativePath="..\..\src\orxonox\RadarViewable.cc"
192                                >
193                                <FileConfiguration
194                                        Name="Debug|Win32"
[1502]195                                        >
[1625]196                                        <Tool
197                                                Name="VCCLCompilerTool"
198                                                ObjectFile="$(IntDir)\$(InputName)1.obj"
199                                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
200                                        />
201                                </FileConfiguration>
202                                <FileConfiguration
203                                        Name="Release|Win32"
[788]204                                        >
[1625]205                                        <Tool
206                                                Name="VCCLCompilerTool"
207                                                ObjectFile="$(IntDir)\$(InputName)1.obj"
208                                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
209                                        />
210                                </FileConfiguration>
211                        </File>
212                        <File
213                                RelativePath="..\..\src\orxonox\Settings.cc"
214                                >
215                        </File>
[788]216                        <Filter
217                                Name="objects"
218                                >
219                                <File
220                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
221                                        >
222                                </File>
223                                <File
[1624]224                                        RelativePath="..\..\src\orxonox\objects\Backlight.cc"
225                                        >
226                                </File>
227                                <File
[1561]228                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.cc"
[788]229                                        >
230                                </File>
231                                <File
[1561]232                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
[1293]233                                        >
234                                </File>
235                                <File
[1561]236                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
[788]237                                        >
238                                </File>
239                                <File
240                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
241                                        >
242                                </File>
243                                <File
244                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
245                                        >
246                                </File>
247                                <File
[1561]248                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.cc"
249                                        >
250                                </File>
251                                <File
252                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.cc"
253                                        >
254                                </File>
255                                <File
[788]256                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
257                                        >
258                                </File>
259                                <File
[1502]260                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.cc"
261                                        >
262                                </File>
263                                <File
[788]264                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
265                                        >
266                                </File>
267                                <File
268                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
269                                        >
270                                </File>
271                                <File
[1502]272                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc"
273                                        >
274                                </File>
275                                <File
[1535]276                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
277                                        >
278                                </File>
279                                <File
[788]280                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
281                                        >
282                                </File>
283                        </Filter>
284                        <Filter
285                                Name="tools"
286                                >
287                                <File
288                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
289                                        >
290                                </File>
291                                <File
292                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
293                                        >
294                                </File>
295                                <File
296                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
297                                        >
298                                </File>
[890]299                                <File
[1561]300                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
301                                        >
302                                </File>
303                                <File
[1625]304                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
305                                        >
306                                </File>
307                                <File
[890]308                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
309                                        >
310                                </File>
[1214]311                                <File
[1625]312                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
[1214]313                                        >
314                                </File>
315                        </Filter>
316                        <Filter
[1153]317                                Name="tolua"
318                                >
319                                <File
[1638]320                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
321                                        >
322                                        <FileConfiguration
323                                                Name="Debug|Win32"
324                                                >
325                                                <Tool
326                                                        Name="VCCustomBuildTool"
327                                                        Description="Generating tolua bind files..."
328                                                        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;"
329                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
330                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
331                                                />
332                                        </FileConfiguration>
333                                        <FileConfiguration
334                                                Name="Release|Win32"
335                                                >
336                                                <Tool
337                                                        Name="VCCustomBuildTool"
338                                                        Description="Generating tolua bind files..."
339                                                        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;"
340                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
341                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
342                                                />
343                                        </FileConfiguration>
344                                </File>
345                                <File
[1153]346                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
347                                        >
348                                        <FileConfiguration
349                                                Name="Debug|Win32"
350                                                >
351                                                <Tool
352                                                        Name="VCCLCompilerTool"
353                                                        UsePrecompiledHeader="0"
354                                                />
355                                        </FileConfiguration>
[1219]356                                        <FileConfiguration
357                                                Name="Release|Win32"
358                                                >
359                                                <Tool
360                                                        Name="VCCLCompilerTool"
361                                                        UsePrecompiledHeader="0"
362                                                />
363                                        </FileConfiguration>
[1153]364                                </File>
365                        </Filter>
[1625]366                        <Filter
367                                Name="overlays"
368                                >
369                                <File
370                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
371                                        >
372                                </File>
373                                <File
374                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
375                                        >
376                                </File>
377                                <File
378                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
379                                        >
380                                </File>
381                                <Filter
382                                        Name="console"
383                                        >
384                                        <File
385                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
386                                                >
387                                        </File>
388                                </Filter>
389                                <Filter
390                                        Name="hud"
391                                        >
392                                        <File
393                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
394                                                >
395                                        </File>
396                                        <File
397                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
398                                                >
399                                        </File>
400                                        <File
401                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
402                                                >
403                                        </File>
404                                        <File
405                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
406                                                >
407                                        </File>
408                                </Filter>
409                                <Filter
410                                        Name="debug"
411                                        >
412                                        <File
413                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
414                                                >
415                                        </File>
416                                        <File
417                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
418                                                >
419                                        </File>
420                                </Filter>
421                        </Filter>
[1638]422                        <Filter
423                                Name="gui"
424                                >
425                                <File
426                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
427                                        >
428                                </File>
429                                <File
430                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
431                                        >
432                                        <FileConfiguration
433                                                Name="Debug|Win32"
434                                                >
435                                                <Tool
436                                                        Name="VCCLCompilerTool"
437                                                        UsePrecompiledHeader="0"
438                                                />
439                                        </FileConfiguration>
440                                        <FileConfiguration
441                                                Name="Release|Win32"
442                                                >
443                                                <Tool
444                                                        Name="VCCLCompilerTool"
445                                                        UsePrecompiledHeader="0"
446                                                />
447                                        </FileConfiguration>
448                                </File>
449                                <File
450                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp"
451                                        >
452                                        <FileConfiguration
453                                                Name="Debug|Win32"
454                                                >
455                                                <Tool
456                                                        Name="VCCLCompilerTool"
457                                                        UsePrecompiledHeader="0"
458                                                />
459                                        </FileConfiguration>
460                                        <FileConfiguration
461                                                Name="Release|Win32"
462                                                >
463                                                <Tool
464                                                        Name="VCCLCompilerTool"
465                                                        UsePrecompiledHeader="0"
466                                                />
467                                        </FileConfiguration>
468                                </File>
469                                <File
470                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp"
471                                        >
472                                        <FileConfiguration
473                                                Name="Debug|Win32"
474                                                >
475                                                <Tool
476                                                        Name="VCCLCompilerTool"
477                                                        UsePrecompiledHeader="0"
478                                                />
479                                        </FileConfiguration>
480                                        <FileConfiguration
481                                                Name="Release|Win32"
482                                                >
483                                                <Tool
484                                                        Name="VCCLCompilerTool"
485                                                        UsePrecompiledHeader="0"
486                                                />
487                                        </FileConfiguration>
488                                </File>
489                        </Filter>
[1661]490                        <Filter
491                                Name="gamestates"
492                                >
493                                <File
[1670]494                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
495                                        >
496                                </File>
497                                <File
[1661]498                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
499                                        >
500                                </File>
501                                <File
502                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
503                                        >
504                                </File>
505                                <File
[1670]506                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
507                                        >
508                                </File>
509                                <File
[1661]510                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
511                                        >
512                                </File>
513                                <File
514                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
515                                        >
516                                </File>
[1670]517                                <File
518                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
519                                        >
520                                </File>
521                                <File
522                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
523                                        >
524                                </File>
[1661]525                        </Filter>
[788]526                </Filter>
527                <Filter
528                        Name="Header Files"
529                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
530                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
531                        >
532                        <File
533                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
534                                >
535                        </File>
536                        <File
537                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
538                                >
539                        </File>
540                        <File
541                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
542                                >
543                        </File>
[1535]544                        <File
[1625]545                                RelativePath="..\..\src\orxonox\Radar.h"
546                                >
547                        </File>
548                        <File
549                                RelativePath="..\..\src\orxonox\RadarListener.h"
550                                >
551                        </File>
552                        <File
553                                RelativePath="..\..\src\orxonox\RadarViewable.h"
554                                >
555                        </File>
556                        <File
[1535]557                                RelativePath="..\..\src\orxonox\Settings.h"
558                                >
559                        </File>
[788]560                        <Filter
561                                Name="objects"
562                                >
563                                <File
564                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
565                                        >
566                                </File>
567                                <File
[1624]568                                        RelativePath="..\..\src\orxonox\objects\Backlight.h"
569                                        >
570                                </File>
571                                <File
[1561]572                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.h"
[788]573                                        >
574                                </File>
575                                <File
[1561]576                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
[1293]577                                        >
578                                </File>
579                                <File
[1561]580                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
[788]581                                        >
582                                </File>
583                                <File
584                                        RelativePath="..\..\src\orxonox\objects\Model.h"
585                                        >
586                                </File>
587                                <File
588                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
589                                        >
590                                </File>
591                                <File
[1561]592                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.h"
593                                        >
594                                </File>
595                                <File
596                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.h"
597                                        >
598                                </File>
599                                <File
[788]600                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
601                                        >
602                                </File>
603                                <File
[1502]604                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.h"
605                                        >
606                                </File>
607                                <File
[788]608                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
609                                        >
610                                </File>
611                                <File
612                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
613                                        >
614                                </File>
615                                <File
[1502]616                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h"
617                                        >
618                                </File>
619                                <File
[1535]620                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
621                                        >
622                                </File>
623                                <File
[788]624                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
625                                        >
626                                </File>
627                        </Filter>
628                        <Filter
629                                Name="tools"
630                                >
631                                <File
632                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
633                                        >
634                                </File>
635                                <File
636                                        RelativePath="..\..\src\orxonox\tools\Light.h"
637                                        >
638                                </File>
639                                <File
640                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
641                                        >
642                                </File>
643                                <File
[1561]644                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
645                                        >
646                                </File>
647                                <File
[1625]648                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
649                                        >
650                                </File>
651                                <File
[788]652                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
653                                        >
654                                </File>
[1625]655                                <File
656                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
657                                        >
658                                </File>
[788]659                        </Filter>
[1153]660                        <Filter
[1625]661                                Name="tolua"
[1214]662                                >
663                                <File
[1625]664                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
[1214]665                                        >
666                                </File>
667                        </Filter>
668                        <Filter
[1625]669                                Name="overlays"
[1153]670                                >
671                                <File
[1625]672                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
[1153]673                                        >
674                                </File>
[1625]675                                <File
676                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
677                                        >
678                                </File>
679                                <File
680                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
681                                        >
682                                </File>
683                                <Filter
684                                        Name="hud"
685                                        >
686                                        <File
687                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
688                                                >
689                                        </File>
690                                        <File
691                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
692                                                >
693                                        </File>
694                                        <File
695                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
696                                                >
697                                        </File>
698                                        <File
699                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
700                                                >
701                                        </File>
702                                </Filter>
703                                <Filter
704                                        Name="console"
705                                        >
706                                        <File
707                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
708                                                >
709                                        </File>
710                                </Filter>
711                                <Filter
712                                        Name="debug"
713                                        >
714                                        <File
715                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
716                                                >
717                                        </File>
718                                        <File
719                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
720                                                >
721                                        </File>
722                                </Filter>
[1153]723                        </Filter>
[1638]724                        <Filter
725                                Name="gui"
726                                >
727                                <File
728                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
729                                        >
730                                </File>
731                                <File
732                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
733                                        >
734                                </File>
735                                <File
736                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
737                                        >
738                                </File>
739                                <File
740                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
741                                        >
742                                </File>
743                        </Filter>
[1661]744                        <Filter
745                                Name="gamestates"
746                                >
747                                <File
[1670]748                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
749                                        >
750                                </File>
751                                <File
[1661]752                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
753                                        >
754                                </File>
755                                <File
756                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
757                                        >
758                                </File>
759                                <File
[1670]760                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
761                                        >
762                                </File>
763                                <File
[1661]764                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
765                                        >
766                                </File>
767                                <File
768                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
769                                        >
770                                </File>
[1670]771                                <File
772                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
773                                        >
774                                </File>
775                                <File
776                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
777                                        >
778                                </File>
[1661]779                        </Filter>
[788]780                </Filter>
781                <Filter
782                        Name="Resource Files"
783                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
784                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
785                        >
786                </Filter>
787        </Files>
788        <Globals>
789        </Globals>
790</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.