Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem/visual_studio/vc8/orxonox.vcproj @ 2249

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

Changes in visual studio solution:

  • Restored directories.vsprops
  • Removed second tolua application and adjusted tolua file generation to the new method.
  • Added files in bin/msvc directory for debug and release versions
  • Added TIXML_USE_TICPP and _CRT_SECURE_NO_WARNINGS to the global symbols.
File size: 18.9 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                                Description="Copying files from init folder..."
80                                CommandLine="for %%a in ($(RootDir)\bin\msvc\$(ConfigurationName)\*) do replace %%a $(OutDir). /A &gt;nul&#x0D;&#x0A;rem for %%a in ($(RootDir)\init\common\*) do replace %%a $(OutDir). /A &gt;nul&#x0D;&#x0A;"
81                        />
82                </Configuration>
83                <Configuration
84                        Name="Release|Win32"
85                        ConfigurationType="1"
86                        InheritedPropertySheets=".\release.vsprops;.\orxonox.vsprops"
87                        CharacterSet="1"
88                        WholeProgramOptimization="0"
89                        >
90                        <Tool
91                                Name="VCPreBuildEventTool"
92                        />
93                        <Tool
94                                Name="VCCustomBuildTool"
95                        />
96                        <Tool
97                                Name="VCXMLDataGeneratorTool"
98                        />
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"
101                        />
102                        <Tool
103                                Name="VCMIDLTool"
104                        />
105                        <Tool
106                                Name="VCCLCompilerTool"
107                                AdditionalOptions="/Zm200"
108                        />
109                        <Tool
110                                Name="VCManagedResourceCompilerTool"
111                        />
112                        <Tool
113                                Name="VCResourceCompilerTool"
114                        />
115                        <Tool
116                                Name="VCPreLinkEventTool"
117                        />
118                        <Tool
119                                Name="VCLinkerTool"
120                                EntryPointSymbol=""
121                        />
122                        <Tool
123                                Name="VCALinkTool"
124                        />
125                        <Tool
126                                Name="VCManifestTool"
127                        />
128                        <Tool
129                                Name="VCXDCMakeTool"
130                        />
131                        <Tool
132                                Name="VCBscMakeTool"
133                        />
134                        <Tool
135                                Name="VCFxCopTool"
136                        />
137                        <Tool
138                                Name="VCAppVerifierTool"
139                        />
140                        <Tool
141                                Name="VCWebDeploymentTool"
142                        />
143                        <Tool
144                                Name="VCPostBuildEventTool"
145                                Description="Copying files from init folder..."
146                                CommandLine="for %%a in ($(RootDir)\bin\msvc\$(ConfigurationName)\*) do replace %%a $(OutDir). /A &gt;nul&#x0D;&#x0A;rem for %%a in ($(RootDir)\init\common\*) do replace %%a $(OutDir). /A &gt;nul&#x0D;&#x0A;"
147                        />
148                </Configuration>
149        </Configurations>
150        <References>
151        </References>
152        <Files>
153                <Filter
154                        Name="Source Files"
155                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
156                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
157                        >
158                        <File
159                                RelativePath="..\..\src\orxonox\CMakeLists.txt"
160                                >
161                                <FileConfiguration
162                                        Name="Debug|Win32"
163                                        >
164                                        <Tool
165                                                Name="VCCustomBuildTool"
166                                                Description="Generating tolua bind files..."
167                                                CommandLine="path $(LibDir)\..\..\bin\$(SolutionName)\$(ConfigurationName); %path%&#x0D;&#x0A;cd $(RootDir)\bin&#x0D;&#x0A;echo $cfile &quot;gui/GUIManager.h&quot; &gt; $(RootDir)\src\orxonox\tolua.pkg&#x0D;&#x0A;&quot;$(OutDir)\toluaexe$(CS).exe&quot; -n Orxonox -w $(RootDir)\src\orxonox\ -s $(RootDir)\src\tolua\all.lua -o ToluaBindOrxonox.cc -H ToluaBindOrxonox.h tolua.pkg&#x0D;&#x0A;"
168                                                AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
169                                                Outputs="$(RootDir)\src\orxonox\ToluaBindOrxonox.cc; $(RootDir)\src\orxonox\ToluaBindOrxonox.h"
170                                        />
171                                </FileConfiguration>
172                                <FileConfiguration
173                                        Name="Release|Win32"
174                                        >
175                                        <Tool
176                                                Name="VCCustomBuildTool"
177                                                Description="Generating tolua bind files..."
178                                                CommandLine="path $(LibDir)\..\..\bin\$(SolutionName)\$(ConfigurationName); %path%&#x0D;&#x0A;cd $(RootDir)\bin&#x0D;&#x0A;echo $cfile &quot;gui/GUIManager.h&quot; &gt; $(RootDir)\src\orxonox\tolua.pkg&#x0D;&#x0A;&quot;$(OutDir)\toluaexe$(CS).exe&quot; -n Orxonox -w $(RootDir)\src\orxonox\ -s $(RootDir)\src\tolua\all.lua -o ToluaBindOrxonox.cc -H ToluaBindOrxonox.h tolua.pkg&#x0D;&#x0A;"
179                                                AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
180                                                Outputs="$(RootDir)\src\orxonox\ToluaBindOrxonox.cc; $(RootDir)\src\orxonox\ToluaBindOrxonox.h"
181                                        />
182                                </FileConfiguration>
183                        </File>
184                        <File
185                                RelativePath="..\..\src\orxonox\GraphicsEngine.cc"
186                                >
187                        </File>
188                        <File
189                                RelativePath="..\..\src\orxonox\Main.cc"
190                                >
191                        </File>
192                        <File
193                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
194                                >
195                                <FileConfiguration
196                                        Name="Debug|Win32"
197                                        >
198                                        <Tool
199                                                Name="VCCLCompilerTool"
200                                                UsePrecompiledHeader="1"
201                                        />
202                                </FileConfiguration>
203                                <FileConfiguration
204                                        Name="Release|Win32"
205                                        >
206                                        <Tool
207                                                Name="VCCLCompilerTool"
208                                                UsePrecompiledHeader="1"
209                                        />
210                                </FileConfiguration>
211                        </File>
212                        <File
213                                RelativePath="..\..\src\orxonox\Settings.cc"
214                                >
215                        </File>
216                        <File
217                                RelativePath="..\..\src\orxonox\SignalHandler.cc"
218                                >
219                        </File>
220                        <File
221                                RelativePath="..\..\src\orxonox\ToluaBindOrxonox.cc"
222                                >
223                                <FileConfiguration
224                                        Name="Debug|Win32"
225                                        >
226                                        <Tool
227                                                Name="VCCLCompilerTool"
228                                                UsePrecompiledHeader="0"
229                                        />
230                                </FileConfiguration>
231                                <FileConfiguration
232                                        Name="Release|Win32"
233                                        >
234                                        <Tool
235                                                Name="VCCLCompilerTool"
236                                                UsePrecompiledHeader="0"
237                                        />
238                                </FileConfiguration>
239                        </File>
240                        <Filter
241                                Name="objects"
242                                >
243                                <File
244                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
245                                        >
246                                </File>
247                                <File
248                                        RelativePath="..\..\src\orxonox\objects\Backlight.cc"
249                                        >
250                                </File>
251                                <File
252                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.cc"
253                                        >
254                                </File>
255                                <File
256                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
257                                        >
258                                </File>
259                                <File
260                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
261                                        >
262                                </File>
263                                <File
264                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
265                                        >
266                                </File>
267                                <File
268                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
269                                        >
270                                </File>
271                                <File
272                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.cc"
273                                        >
274                                </File>
275                                <File
276                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.cc"
277                                        >
278                                </File>
279                                <File
280                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
281                                        >
282                                </File>
283                                <File
284                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
285                                        >
286                                        <FileConfiguration
287                                                Name="Debug|Win32"
288                                                >
289                                                <Tool
290                                                        Name="VCCLCompilerTool"
291                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
292                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
293                                                />
294                                        </FileConfiguration>
295                                        <FileConfiguration
296                                                Name="Release|Win32"
297                                                >
298                                                <Tool
299                                                        Name="VCCLCompilerTool"
300                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
301                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
302                                                />
303                                        </FileConfiguration>
304                                </File>
305                                <File
306                                        RelativePath="..\..\src\orxonox\objects\RadarListener.cc"
307                                        >
308                                        <FileConfiguration
309                                                Name="Debug|Win32"
310                                                >
311                                                <Tool
312                                                        Name="VCCLCompilerTool"
313                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
314                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
315                                                />
316                                        </FileConfiguration>
317                                        <FileConfiguration
318                                                Name="Release|Win32"
319                                                >
320                                                <Tool
321                                                        Name="VCCLCompilerTool"
322                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
323                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
324                                                />
325                                        </FileConfiguration>
326                                </File>
327                                <File
328                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.cc"
329                                        >
330                                </File>
331                                <File
332                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.cc"
333                                        >
334                                </File>
335                                <File
336                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
337                                        >
338                                </File>
339                                <File
340                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
341                                        >
342                                </File>
343                                <File
344                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc"
345                                        >
346                                </File>
347                                <File
348                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
349                                        >
350                                </File>
351                                <File
352                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
353                                        >
354                                </File>
355                        </Filter>
356                        <Filter
357                                Name="tools"
358                                >
359                                <File
360                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
361                                        >
362                                </File>
363                                <File
364                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
365                                        >
366                                </File>
367                                <File
368                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
369                                        >
370                                </File>
371                                <File
372                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
373                                        >
374                                </File>
375                                <File
376                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
377                                        >
378                                </File>
379                                <File
380                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
381                                        >
382                                </File>
383                                <File
384                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
385                                        >
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                        <File
579                                RelativePath="..\..\src\orxonox\tolua_bind.h"
580                                >
581                        </File>
582                        <File
583                                RelativePath="..\..\src\orxonox\ToluaBindOrxonox.h"
584                                >
585                        </File>
586                        <Filter
587                                Name="objects"
588                                >
589                                <File
590                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
591                                        >
592                                </File>
593                                <File
594                                        RelativePath="..\..\src\orxonox\objects\Backlight.h"
595                                        >
596                                </File>
597                                <File
598                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.h"
599                                        >
600                                </File>
601                                <File
602                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
603                                        >
604                                </File>
605                                <File
606                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
607                                        >
608                                </File>
609                                <File
610                                        RelativePath="..\..\src\orxonox\objects\Model.h"
611                                        >
612                                </File>
613                                <File
614                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
615                                        >
616                                </File>
617                                <File
618                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.h"
619                                        >
620                                </File>
621                                <File
622                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.h"
623                                        >
624                                </File>
625                                <File
626                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
627                                        >
628                                </File>
629                                <File
630                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
631                                        >
632                                </File>
633                                <File
634                                        RelativePath="..\..\src\orxonox\objects\RadarListener.h"
635                                        >
636                                </File>
637                                <File
638                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.h"
639                                        >
640                                </File>
641                                <File
642                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.h"
643                                        >
644                                </File>
645                                <File
646                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
647                                        >
648                                </File>
649                                <File
650                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
651                                        >
652                                </File>
653                                <File
654                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h"
655                                        >
656                                </File>
657                                <File
658                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
659                                        >
660                                </File>
661                                <File
662                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
663                                        >
664                                </File>
665                        </Filter>
666                        <Filter
667                                Name="tools"
668                                >
669                                <File
670                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
671                                        >
672                                </File>
673                                <File
674                                        RelativePath="..\..\src\orxonox\tools\Light.h"
675                                        >
676                                </File>
677                                <File
678                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
679                                        >
680                                </File>
681                                <File
682                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
683                                        >
684                                </File>
685                                <File
686                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
687                                        >
688                                </File>
689                                <File
690                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
691                                        >
692                                </File>
693                                <File
694                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.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.