Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Updated all Visual Studio files. Some adjustments to the new tolua concept were necessary.

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