Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/visual_studio/vc8/orxonox.vcproj @ 1987

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

Smaller fixes. Should be ok now for msvc.

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