Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj @ 2070

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

Properly took care of network::packet::Packet destruction. It depends very much whether the the data was allocated by ENet or by ourselves.

File size: 21.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                        />
42                        <Tool
43                                Name="VCManagedResourceCompilerTool"
44                        />
45                        <Tool
46                                Name="VCResourceCompilerTool"
47                        />
48                        <Tool
49                                Name="VCPreLinkEventTool"
50                        />
51                        <Tool
52                                Name="VCLinkerTool"
53                                EntryPointSymbol=""
54                        />
55                        <Tool
56                                Name="VCALinkTool"
57                        />
58                        <Tool
59                                Name="VCManifestTool"
60                        />
61                        <Tool
62                                Name="VCXDCMakeTool"
63                        />
64                        <Tool
65                                Name="VCBscMakeTool"
66                        />
67                        <Tool
68                                Name="VCFxCopTool"
69                        />
70                        <Tool
71                                Name="VCAppVerifierTool"
72                        />
73                        <Tool
74                                Name="VCWebDeploymentTool"
75                        />
76                        <Tool
77                                Name="VCPostBuildEventTool"
78                        />
79                </Configuration>
80                <Configuration
81                        Name="Release|Win32"
82                        ConfigurationType="1"
83                        InheritedPropertySheets=".\release.vsprops;.\orxonox.vsprops"
84                        CharacterSet="1"
85                        WholeProgramOptimization="0"
86                        >
87                        <Tool
88                                Name="VCPreBuildEventTool"
89                        />
90                        <Tool
91                                Name="VCCustomBuildTool"
92                        />
93                        <Tool
94                                Name="VCXMLDataGeneratorTool"
95                        />
96                        <Tool
97                                Name="VCWebServiceProxyGeneratorTool"
98                        />
99                        <Tool
100                                Name="VCMIDLTool"
101                        />
102                        <Tool
103                                Name="VCCLCompilerTool"
104                        />
105                        <Tool
106                                Name="VCManagedResourceCompilerTool"
107                        />
108                        <Tool
109                                Name="VCResourceCompilerTool"
110                        />
111                        <Tool
112                                Name="VCPreLinkEventTool"
113                        />
114                        <Tool
115                                Name="VCLinkerTool"
116                                EntryPointSymbol=""
117                        />
118                        <Tool
119                                Name="VCALinkTool"
120                        />
121                        <Tool
122                                Name="VCManifestTool"
123                        />
124                        <Tool
125                                Name="VCXDCMakeTool"
126                        />
127                        <Tool
128                                Name="VCBscMakeTool"
129                        />
130                        <Tool
131                                Name="VCFxCopTool"
132                        />
133                        <Tool
134                                Name="VCAppVerifierTool"
135                        />
136                        <Tool
137                                Name="VCWebDeploymentTool"
138                        />
139                        <Tool
140                                Name="VCPostBuildEventTool"
141                        />
142                </Configuration>
143        </Configurations>
144        <References>
145        </References>
146        <Files>
147                <Filter
148                        Name="Source Files"
149                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
150                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
151                        >
152                        <File
153                                RelativePath="..\..\src\orxonox\CameraHandler.cc"
154                                >
155                        </File>
156                        <File
157                                RelativePath="..\..\src\orxonox\GraphicsEngine.cc"
158                                >
159                        </File>
160                        <File
161                                RelativePath="..\..\src\orxonox\LevelManager.cc"
162                                >
163                        </File>
164                        <File
165                                RelativePath="..\..\src\orxonox\Main.cc"
166                                >
167                        </File>
168                        <File
169                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
170                                >
171                                <FileConfiguration
172                                        Name="Debug|Win32"
173                                        >
174                                        <Tool
175                                                Name="VCCLCompilerTool"
176                                                UsePrecompiledHeader="1"
177                                        />
178                                </FileConfiguration>
179                                <FileConfiguration
180                                        Name="Release|Win32"
181                                        >
182                                        <Tool
183                                                Name="VCCLCompilerTool"
184                                                UsePrecompiledHeader="1"
185                                        />
186                                </FileConfiguration>
187                        </File>
188                        <File
189                                RelativePath="..\..\src\orxonox\Settings.cc"
190                                >
191                        </File>
192                        <Filter
193                                Name="objects"
194                                >
195                                <File
196                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
197                                        >
198                                </File>
199                                <File
200                                        RelativePath="..\..\src\orxonox\objects\RadarListener.cc"
201                                        >
202                                </File>
203                                <File
204                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.cc"
205                                        >
206                                </File>
207                                <File
208                                        RelativePath="..\..\src\orxonox\objects\Scene.cc"
209                                        >
210                                </File>
211                                <File
212                                        RelativePath="..\..\src\orxonox\objects\Script.cc"
213                                        >
214                                </File>
215                                <File
216                                        RelativePath="..\..\src\orxonox\objects\Test.cc"
217                                        >
218                                </File>
219                                <File
220                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
221                                        >
222                                </File>
223                                <Filter
224                                        Name="worldentities"
225                                        >
226                                        <File
227                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.cc"
228                                                >
229                                                <FileConfiguration
230                                                        Name="Debug|Win32"
231                                                        ExcludedFromBuild="true"
232                                                        >
233                                                        <Tool
234                                                                Name="VCCLCompilerTool"
235                                                        />
236                                                </FileConfiguration>
237                                                <FileConfiguration
238                                                        Name="Release|Win32"
239                                                        ExcludedFromBuild="true"
240                                                        >
241                                                        <Tool
242                                                                Name="VCCLCompilerTool"
243                                                        />
244                                                </FileConfiguration>
245                                        </File>
246                                        <File
247                                                RelativePath="..\..\src\orxonox\objects\worldentities\Billboard.cc"
248                                                >
249                                        </File>
250                                        <File
251                                                RelativePath="..\..\src\orxonox\objects\worldentities\BlinkingBillboard.cc"
252                                                >
253                                        </File>
254                                        <File
255                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.cc"
256                                                >
257                                        </File>
258                                        <File
259                                                RelativePath="..\..\src\orxonox\objects\worldentities\CameraPosition.cc"
260                                                >
261                                        </File>
262                                        <File
263                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.cc"
264                                                >
265                                        </File>
266                                        <File
267                                                RelativePath="..\..\src\orxonox\objects\worldentities\Light.cc"
268                                                >
269                                        </File>
270                                        <File
271                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.cc"
272                                                >
273                                        </File>
274                                        <File
275                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.cc"
276                                                >
277                                        </File>
278                                        <File
279                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleEmitter.cc"
280                                                >
281                                        </File>
282                                        <File
283                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.cc"
284                                                >
285                                                <FileConfiguration
286                                                        Name="Debug|Win32"
287                                                        >
288                                                        <Tool
289                                                                Name="VCCLCompilerTool"
290                                                        />
291                                                </FileConfiguration>
292                                                <FileConfiguration
293                                                        Name="Release|Win32"
294                                                        >
295                                                        <Tool
296                                                                Name="VCCLCompilerTool"
297                                                        />
298                                                </FileConfiguration>
299                                        </File>
300                                        <File
301                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.cc"
302                                                >
303                                        </File>
304                                        <File
305                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.cc"
306                                                >
307                                        </File>
308                                        <File
309                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.cc"
310                                                >
311                                        </File>
312                                        <Filter
313                                                Name="pawns"
314                                                >
315                                                <File
316                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.cc"
317                                                        >
318                                                </File>
319                                                <File
320                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.cc"
321                                                        >
322                                                </File>
323                                                <File
324                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.cc"
325                                                        >
326                                                </File>
327                                        </Filter>
328                                        <Filter
329                                                Name="triggers"
330                                                >
331                                                <File
332                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\DistanceTrigger.cc"
333                                                        >
334                                                </File>
335                                                <File
336                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\Trigger.cc"
337                                                        >
338                                                </File>
339                                        </Filter>
340                                </Filter>
341                                <Filter
342                                        Name="gametypes"
343                                        >
344                                        <File
345                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.cc"
346                                                >
347                                        </File>
348                                </Filter>
349                                <Filter
350                                        Name="infos"
351                                        >
352                                        <File
353                                                RelativePath="..\..\src\orxonox\objects\infos\HumanPlayer.cc"
354                                                >
355                                        </File>
356                                        <File
357                                                RelativePath="..\..\src\orxonox\objects\infos\Info.cc"
358                                                >
359                                        </File>
360                                        <File
361                                                RelativePath="..\..\src\orxonox\objects\infos\Level.cc"
362                                                >
363                                        </File>
364                                        <File
365                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.cc"
366                                                >
367                                        </File>
368                                </Filter>
369                                <Filter
370                                        Name="controllers"
371                                        >
372                                        <File
373                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.cc"
374                                                >
375                                        </File>
376                                        <File
377                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.cc"
378                                                >
379                                        </File>
380                                </Filter>
381                        </Filter>
382                        <Filter
383                                Name="tools"
384                                >
385                                <File
386                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
387                                        >
388                                </File>
389                                <File
390                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
391                                        >
392                                </File>
393                                <File
394                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
395                                        >
396                                </File>
397                                <File
398                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
399                                        >
400                                </File>
401                                <File
402                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
403                                        >
404                                </File>
405                                <File
406                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
407                                        >
408                                </File>
409                        </Filter>
410                        <Filter
411                                Name="tolua"
412                                >
413                                <File
414                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
415                                        >
416                                        <FileConfiguration
417                                                Name="Debug|Win32"
418                                                >
419                                                <Tool
420                                                        Name="VCCustomBuildTool"
421                                                        Description="Generating tolua bind files..."
422                                                        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;"
423                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
424                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
425                                                />
426                                        </FileConfiguration>
427                                        <FileConfiguration
428                                                Name="Release|Win32"
429                                                >
430                                                <Tool
431                                                        Name="VCCustomBuildTool"
432                                                        Description="Generating tolua bind files..."
433                                                        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;"
434                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
435                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
436                                                />
437                                        </FileConfiguration>
438                                </File>
439                                <File
440                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
441                                        >
442                                        <FileConfiguration
443                                                Name="Debug|Win32"
444                                                >
445                                                <Tool
446                                                        Name="VCCLCompilerTool"
447                                                        UsePrecompiledHeader="0"
448                                                />
449                                        </FileConfiguration>
450                                        <FileConfiguration
451                                                Name="Release|Win32"
452                                                >
453                                                <Tool
454                                                        Name="VCCLCompilerTool"
455                                                        UsePrecompiledHeader="0"
456                                                />
457                                        </FileConfiguration>
458                                </File>
459                        </Filter>
460                        <Filter
461                                Name="overlays"
462                                >
463                                <File
464                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
465                                        >
466                                </File>
467                                <File
468                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
469                                        >
470                                </File>
471                                <File
472                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
473                                        >
474                                </File>
475                                <Filter
476                                        Name="console"
477                                        >
478                                        <File
479                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
480                                                >
481                                        </File>
482                                </Filter>
483                                <Filter
484                                        Name="hud"
485                                        >
486                                        <File
487                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.cc"
488                                                >
489                                        </File>
490                                        <File
491                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
492                                                >
493                                        </File>
494                                        <File
495                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
496                                                >
497                                        </File>
498                                        <File
499                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
500                                                >
501                                        </File>
502                                        <File
503                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
504                                                >
505                                        </File>
506                                </Filter>
507                                <Filter
508                                        Name="debug"
509                                        >
510                                        <File
511                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
512                                                >
513                                        </File>
514                                        <File
515                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
516                                                >
517                                        </File>
518                                </Filter>
519                        </Filter>
520                        <Filter
521                                Name="gui"
522                                >
523                                <File
524                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
525                                        >
526                                </File>
527                                <File
528                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
529                                        >
530                                </File>
531                                <File
532                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp"
533                                        >
534                                </File>
535                                <File
536                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp"
537                                        >
538                                </File>
539                        </Filter>
540                        <Filter
541                                Name="gamestates"
542                                >
543                                <File
544                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
545                                        >
546                                </File>
547                                <File
548                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.cc"
549                                        >
550                                </File>
551                                <File
552                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
553                                        >
554                                </File>
555                                <File
556                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
557                                        >
558                                </File>
559                                <File
560                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
561                                        >
562                                </File>
563                                <File
564                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
565                                        >
566                                </File>
567                                <File
568                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
569                                        >
570                                </File>
571                                <File
572                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
573                                        >
574                                </File>
575                                <File
576                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
577                                        >
578                                </File>
579                        </Filter>
580                </Filter>
581                <Filter
582                        Name="Header Files"
583                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
584                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
585                        >
586                        <File
587                                RelativePath="..\..\src\orxonox\CameraHandler.h"
588                                >
589                        </File>
590                        <File
591                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
592                                >
593                        </File>
594                        <File
595                                RelativePath="..\..\src\orxonox\LevelManager.h"
596                                >
597                        </File>
598                        <File
599                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
600                                >
601                        </File>
602                        <File
603                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
604                                >
605                        </File>
606                        <File
607                                RelativePath="..\..\src\orxonox\Settings.h"
608                                >
609                        </File>
610                        <Filter
611                                Name="objects"
612                                >
613                                <File
614                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
615                                        >
616                                </File>
617                                <File
618                                        RelativePath="..\..\src\orxonox\objects\RadarListener.h"
619                                        >
620                                </File>
621                                <File
622                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.h"
623                                        >
624                                </File>
625                                <File
626                                        RelativePath="..\..\src\orxonox\objects\Scene.h"
627                                        >
628                                </File>
629                                <File
630                                        RelativePath="..\..\src\orxonox\objects\Script.h"
631                                        >
632                                </File>
633                                <File
634                                        RelativePath="..\..\src\orxonox\objects\Test.h"
635                                        >
636                                </File>
637                                <File
638                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
639                                        >
640                                </File>
641                                <Filter
642                                        Name="worldentities"
643                                        >
644                                        <File
645                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.h"
646                                                >
647                                        </File>
648                                        <File
649                                                RelativePath="..\..\src\orxonox\objects\worldentities\Billboard.h"
650                                                >
651                                        </File>
652                                        <File
653                                                RelativePath="..\..\src\orxonox\objects\worldentities\BlinkingBillboard.h"
654                                                >
655                                        </File>
656                                        <File
657                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.h"
658                                                >
659                                        </File>
660                                        <File
661                                                RelativePath="..\..\src\orxonox\objects\worldentities\CameraPosition.h"
662                                                >
663                                        </File>
664                                        <File
665                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.h"
666                                                >
667                                        </File>
668                                        <File
669                                                RelativePath="..\..\src\orxonox\objects\worldentities\Light.h"
670                                                >
671                                        </File>
672                                        <File
673                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.h"
674                                                >
675                                        </File>
676                                        <File
677                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.h"
678                                                >
679                                        </File>
680                                        <File
681                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleEmitter.h"
682                                                >
683                                        </File>
684                                        <File
685                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.h"
686                                                >
687                                        </File>
688                                        <File
689                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.h"
690                                                >
691                                        </File>
692                                        <File
693                                                RelativePath="..\..\src\orxonox\objects\worldentities\SpawnPoint.h"
694                                                >
695                                        </File>
696                                        <File
697                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.h"
698                                                >
699                                        </File>
700                                        <Filter
701                                                Name="pawns"
702                                                >
703                                                <File
704                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.h"
705                                                        >
706                                                </File>
707                                                <File
708                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.h"
709                                                        >
710                                                </File>
711                                                <File
712                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.h"
713                                                        >
714                                                </File>
715                                        </Filter>
716                                        <Filter
717                                                Name="triggers"
718                                                >
719                                                <File
720                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\DistanceTrigger.h"
721                                                        >
722                                                </File>
723                                                <File
724                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\Trigger.h"
725                                                        >
726                                                </File>
727                                        </Filter>
728                                </Filter>
729                                <Filter
730                                        Name="gametypes"
731                                        >
732                                        <File
733                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.h"
734                                                >
735                                        </File>
736                                </Filter>
737                                <Filter
738                                        Name="infos"
739                                        >
740                                        <File
741                                                RelativePath="..\..\src\orxonox\objects\infos\Info.h"
742                                                >
743                                        </File>
744                                        <File
745                                                RelativePath="..\..\src\orxonox\objects\infos\Level.h"
746                                                >
747                                        </File>
748                                        <File
749                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.h"
750                                                >
751                                        </File>
752                                </Filter>
753                                <Filter
754                                        Name="controllers"
755                                        >
756                                        <File
757                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.h"
758                                                >
759                                        </File>
760                                        <File
761                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.h"
762                                                >
763                                        </File>
764                                </Filter>
765                        </Filter>
766                        <Filter
767                                Name="tools"
768                                >
769                                <File
770                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
771                                        >
772                                </File>
773                                <File
774                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
775                                        >
776                                </File>
777                                <File
778                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
779                                        >
780                                </File>
781                                <File
782                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
783                                        >
784                                </File>
785                                <File
786                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
787                                        >
788                                </File>
789                                <File
790                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
791                                        >
792                                </File>
793                        </Filter>
794                        <Filter
795                                Name="tolua"
796                                >
797                                <File
798                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
799                                        >
800                                </File>
801                        </Filter>
802                        <Filter
803                                Name="overlays"
804                                >
805                                <File
806                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
807                                        >
808                                </File>
809                                <File
810                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
811                                        >
812                                </File>
813                                <File
814                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
815                                        >
816                                </File>
817                                <Filter
818                                        Name="hud"
819                                        >
820                                        <File
821                                                RelativePath="..\..\src\orxonox\overlays\hud\ChatOverlay.h"
822                                                >
823                                        </File>
824                                        <File
825                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
826                                                >
827                                        </File>
828                                        <File
829                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
830                                                >
831                                        </File>
832                                        <File
833                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
834                                                >
835                                        </File>
836                                        <File
837                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
838                                                >
839                                        </File>
840                                </Filter>
841                                <Filter
842                                        Name="console"
843                                        >
844                                        <File
845                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
846                                                >
847                                        </File>
848                                </Filter>
849                                <Filter
850                                        Name="debug"
851                                        >
852                                        <File
853                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
854                                                >
855                                        </File>
856                                        <File
857                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
858                                                >
859                                        </File>
860                                </Filter>
861                        </Filter>
862                        <Filter
863                                Name="gui"
864                                >
865                                <File
866                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
867                                        >
868                                </File>
869                                <File
870                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
871                                        >
872                                </File>
873                                <File
874                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
875                                        >
876                                </File>
877                                <File
878                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
879                                        >
880                                </File>
881                        </Filter>
882                        <Filter
883                                Name="gamestates"
884                                >
885                                <File
886                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
887                                        >
888                                </File>
889                                <File
890                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.h"
891                                        >
892                                </File>
893                                <File
894                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
895                                        >
896                                </File>
897                                <File
898                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
899                                        >
900                                </File>
901                                <File
902                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
903                                        >
904                                </File>
905                                <File
906                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
907                                        >
908                                </File>
909                                <File
910                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
911                                        >
912                                </File>
913                                <File
914                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
915                                        >
916                                </File>
917                                <File
918                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
919                                        >
920                                </File>
921                        </Filter>
922                </Filter>
923                <Filter
924                        Name="Resource Files"
925                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
926                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
927                        >
928                </Filter>
929        </Files>
930        <Globals>
931        </Globals>
932</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.