Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

TutorialShip should now do basic stuff.

File size: 18.3 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\SpaceShipAI.cc"
295                                        >
296                                </File>
297                                <File
298                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
299                                        >
300                                </File>
301                                <File
302                                        RelativePath="..\..\src\orxonox\objects\TutorialShip.cc"
303                                        >
304                                </File>
305                                <File
306                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
307                                        >
308                                </File>
309                        </Filter>
310                        <Filter
311                                Name="tools"
312                                >
313                                <File
314                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
315                                        >
316                                </File>
317                                <File
318                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
319                                        >
320                                </File>
321                                <File
322                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
323                                        >
324                                </File>
325                                <File
326                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
327                                        >
328                                </File>
329                                <File
330                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
331                                        >
332                                </File>
333                                <File
334                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
335                                        >
336                                </File>
337                                <File
338                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
339                                        >
340                                </File>
341                        </Filter>
342                        <Filter
343                                Name="tolua"
344                                >
345                                <File
346                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
347                                        >
348                                        <FileConfiguration
349                                                Name="Debug|Win32"
350                                                >
351                                                <Tool
352                                                        Name="VCCustomBuildTool"
353                                                        Description="Generating tolua bind files..."
354                                                        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;"
355                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
356                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
357                                                />
358                                        </FileConfiguration>
359                                        <FileConfiguration
360                                                Name="Release|Win32"
361                                                >
362                                                <Tool
363                                                        Name="VCCustomBuildTool"
364                                                        Description="Generating tolua bind files..."
365                                                        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;"
366                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
367                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
368                                                />
369                                        </FileConfiguration>
370                                </File>
371                                <File
372                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
373                                        >
374                                        <FileConfiguration
375                                                Name="Debug|Win32"
376                                                >
377                                                <Tool
378                                                        Name="VCCLCompilerTool"
379                                                        UsePrecompiledHeader="0"
380                                                />
381                                        </FileConfiguration>
382                                        <FileConfiguration
383                                                Name="Release|Win32"
384                                                >
385                                                <Tool
386                                                        Name="VCCLCompilerTool"
387                                                        UsePrecompiledHeader="0"
388                                                />
389                                        </FileConfiguration>
390                                </File>
391                        </Filter>
392                        <Filter
393                                Name="overlays"
394                                >
395                                <File
396                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
397                                        >
398                                </File>
399                                <File
400                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
401                                        >
402                                </File>
403                                <File
404                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
405                                        >
406                                </File>
407                                <Filter
408                                        Name="console"
409                                        >
410                                        <File
411                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
412                                                >
413                                        </File>
414                                </Filter>
415                                <Filter
416                                        Name="hud"
417                                        >
418                                        <File
419                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
420                                                >
421                                        </File>
422                                        <File
423                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
424                                                >
425                                        </File>
426                                        <File
427                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
428                                                >
429                                        </File>
430                                        <File
431                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
432                                                >
433                                        </File>
434                                </Filter>
435                                <Filter
436                                        Name="debug"
437                                        >
438                                        <File
439                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
440                                                >
441                                        </File>
442                                        <File
443                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
444                                                >
445                                        </File>
446                                </Filter>
447                        </Filter>
448                        <Filter
449                                Name="gui"
450                                >
451                                <File
452                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
453                                        >
454                                </File>
455                                <File
456                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
457                                        >
458                                        <FileConfiguration
459                                                Name="Debug|Win32"
460                                                >
461                                                <Tool
462                                                        Name="VCCLCompilerTool"
463                                                        UsePrecompiledHeader="0"
464                                                />
465                                        </FileConfiguration>
466                                        <FileConfiguration
467                                                Name="Release|Win32"
468                                                >
469                                                <Tool
470                                                        Name="VCCLCompilerTool"
471                                                        UsePrecompiledHeader="0"
472                                                />
473                                        </FileConfiguration>
474                                </File>
475                                <File
476                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.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\OgreCEGUITexture.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                        </Filter>
516                        <Filter
517                                Name="gamestates"
518                                >
519                                <File
520                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
521                                        >
522                                </File>
523                                <File
524                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.cc"
525                                        >
526                                </File>
527                                <File
528                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
529                                        >
530                                </File>
531                                <File
532                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
533                                        >
534                                </File>
535                                <File
536                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
537                                        >
538                                </File>
539                                <File
540                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
541                                        >
542                                </File>
543                                <File
544                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
545                                        >
546                                </File>
547                                <File
548                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
549                                        >
550                                </File>
551                                <File
552                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
553                                        >
554                                </File>
555                        </Filter>
556                </Filter>
557                <Filter
558                        Name="Header Files"
559                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
560                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
561                        >
562                        <File
563                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
564                                >
565                        </File>
566                        <File
567                                RelativePath="..\..\src\orxonox\OrxonoxLibraryHeaders.h"
568                                >
569                        </File>
570                        <File
571                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
572                                >
573                        </File>
574                        <File
575                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
576                                >
577                        </File>
578                        <File
579                                RelativePath="..\..\src\orxonox\Settings.h"
580                                >
581                        </File>
582                        <File
583                                RelativePath="..\..\src\orxonox\SignalHandler.h"
584                                >
585                        </File>
586                        <Filter
587                                Name="objects"
588                                >
589                                <File
590                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
591                                        >
592                                </File>
593                                <File
594                                        RelativePath="..\..\src\orxonox\objects\Backlight.h"
595                                        >
596                                </File>
597                                <File
598                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.h"
599                                        >
600                                </File>
601                                <File
602                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
603                                        >
604                                </File>
605                                <File
606                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
607                                        >
608                                </File>
609                                <File
610                                        RelativePath="..\..\src\orxonox\objects\Model.h"
611                                        >
612                                </File>
613                                <File
614                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
615                                        >
616                                </File>
617                                <File
618                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.h"
619                                        >
620                                </File>
621                                <File
622                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.h"
623                                        >
624                                </File>
625                                <File
626                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
627                                        >
628                                </File>
629                                <File
630                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
631                                        >
632                                </File>
633                                <File
634                                        RelativePath="..\..\src\orxonox\objects\RadarListener.h"
635                                        >
636                                </File>
637                                <File
638                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.h"
639                                        >
640                                </File>
641                                <File
642                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.h"
643                                        >
644                                </File>
645                                <File
646                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
647                                        >
648                                </File>
649                                <File
650                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
651                                        >
652                                </File>
653                                <File
654                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h"
655                                        >
656                                </File>
657                                <File
658                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
659                                        >
660                                </File>
661                                <File
662                                        RelativePath="..\..\src\orxonox\objects\TutorialShip.h"
663                                        >
664                                </File>
665                                <File
666                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
667                                        >
668                                </File>
669                        </Filter>
670                        <Filter
671                                Name="tools"
672                                >
673                                <File
674                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
675                                        >
676                                </File>
677                                <File
678                                        RelativePath="..\..\src\orxonox\tools\Light.h"
679                                        >
680                                </File>
681                                <File
682                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
683                                        >
684                                </File>
685                                <File
686                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
687                                        >
688                                </File>
689                                <File
690                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
691                                        >
692                                </File>
693                                <File
694                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
695                                        >
696                                </File>
697                                <File
698                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
699                                        >
700                                </File>
701                        </Filter>
702                        <Filter
703                                Name="tolua"
704                                >
705                                <File
706                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
707                                        >
708                                </File>
709                        </Filter>
710                        <Filter
711                                Name="overlays"
712                                >
713                                <File
714                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
715                                        >
716                                </File>
717                                <File
718                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
719                                        >
720                                </File>
721                                <File
722                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
723                                        >
724                                </File>
725                                <Filter
726                                        Name="hud"
727                                        >
728                                        <File
729                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
730                                                >
731                                        </File>
732                                        <File
733                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
734                                                >
735                                        </File>
736                                        <File
737                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
738                                                >
739                                        </File>
740                                        <File
741                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
742                                                >
743                                        </File>
744                                </Filter>
745                                <Filter
746                                        Name="console"
747                                        >
748                                        <File
749                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
750                                                >
751                                        </File>
752                                </Filter>
753                                <Filter
754                                        Name="debug"
755                                        >
756                                        <File
757                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
758                                                >
759                                        </File>
760                                        <File
761                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
762                                                >
763                                        </File>
764                                </Filter>
765                        </Filter>
766                        <Filter
767                                Name="gui"
768                                >
769                                <File
770                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
771                                        >
772                                </File>
773                                <File
774                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
775                                        >
776                                </File>
777                                <File
778                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
779                                        >
780                                </File>
781                                <File
782                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
783                                        >
784                                </File>
785                        </Filter>
786                        <Filter
787                                Name="gamestates"
788                                >
789                                <File
790                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
791                                        >
792                                </File>
793                                <File
794                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.h"
795                                        >
796                                </File>
797                                <File
798                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
799                                        >
800                                </File>
801                                <File
802                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
803                                        >
804                                </File>
805                                <File
806                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
807                                        >
808                                </File>
809                                <File
810                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
811                                        >
812                                </File>
813                                <File
814                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
815                                        >
816                                </File>
817                                <File
818                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
819                                        >
820                                </File>
821                                <File
822                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
823                                        >
824                                </File>
825                        </Filter>
826                </Filter>
827                <Filter
828                        Name="Resource Files"
829                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
830                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
831                        >
832                </Filter>
833        </Files>
834        <Globals>
835        </Globals>
836</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.