Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/visual_studio/vc8/orxonox.vcproj @ 1755

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

merged gui back to trunk.
update the media repository!

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