Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 1896 was 1896, checked in by rgrieder, 15 years ago

In msvc files:

  • linked lua and tolua statically to toluagen and toluagen_orxonox
  • created output directories for different versions and builds

Update your msvc dependencies!

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