Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged hud branch back to trunk

File size: 16.2 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="orxonox"
6        ProjectGUID="{0B6C5CFD-F91B-432A-80A3-2610F61E060B}"
7        RootNamespace="FICN"
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="$(SolutionDir)base_properties_debug.vsprops;..\orxonox_properties.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="$(SolutionDir)base_properties_release.vsprops;..\orxonox_properties.vsprops"
85                        CharacterSet="1"
86                        WholeProgramOptimization="0"
87                        >
88                        <Tool
89                                Name="VCPreBuildEventTool"
90                        />
91                        <Tool
92                                Name="VCCustomBuildTool"
93                        />
94                        <Tool
95                                Name="VCXMLDataGeneratorTool"
96                        />
97                        <Tool
98                                Name="VCWebServiceProxyGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCMIDLTool"
102                        />
103                        <Tool
104                                Name="VCCLCompilerTool"
105                                AdditionalOptions="/Zm200"
106                        />
107                        <Tool
108                                Name="VCManagedResourceCompilerTool"
109                        />
110                        <Tool
111                                Name="VCResourceCompilerTool"
112                        />
113                        <Tool
114                                Name="VCPreLinkEventTool"
115                        />
116                        <Tool
117                                Name="VCLinkerTool"
118                                EntryPointSymbol=""
119                        />
120                        <Tool
121                                Name="VCALinkTool"
122                        />
123                        <Tool
124                                Name="VCManifestTool"
125                        />
126                        <Tool
127                                Name="VCXDCMakeTool"
128                        />
129                        <Tool
130                                Name="VCBscMakeTool"
131                        />
132                        <Tool
133                                Name="VCFxCopTool"
134                        />
135                        <Tool
136                                Name="VCAppVerifierTool"
137                        />
138                        <Tool
139                                Name="VCWebDeploymentTool"
140                        />
141                        <Tool
142                                Name="VCPostBuildEventTool"
143                        />
144                </Configuration>
145        </Configurations>
146        <References>
147        </References>
148        <Files>
149                <Filter
150                        Name="Source Files"
151                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
152                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
153                        >
154                        <File
155                                RelativePath="..\..\src\orxonox\GraphicsEngine.cc"
156                                >
157                        </File>
158                        <File
159                                RelativePath="..\..\src\orxonox\Main.cc"
160                                >
161                        </File>
162                        <File
163                                RelativePath="..\..\src\orxonox\Orxonox.cc"
164                                >
165                        </File>
166                        <File
167                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
168                                >
169                                <FileConfiguration
170                                        Name="Debug|Win32"
171                                        >
172                                        <Tool
173                                                Name="VCCLCompilerTool"
174                                                UsePrecompiledHeader="1"
175                                        />
176                                </FileConfiguration>
177                                <FileConfiguration
178                                        Name="Release|Win32"
179                                        >
180                                        <Tool
181                                                Name="VCCLCompilerTool"
182                                                UsePrecompiledHeader="1"
183                                        />
184                                </FileConfiguration>
185                        </File>
186                        <File
187                                RelativePath="..\..\src\orxonox\Radar.cc"
188                                >
189                        </File>
190                        <File
191                                RelativePath="..\..\src\orxonox\RadarListener.cc"
192                                >
193                        </File>
194                        <File
195                                RelativePath="..\..\src\orxonox\RadarViewable.cc"
196                                >
197                                <FileConfiguration
198                                        Name="Debug|Win32"
199                                        >
200                                        <Tool
201                                                Name="VCCLCompilerTool"
202                                                ObjectFile="$(IntDir)\$(InputName)1.obj"
203                                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
204                                        />
205                                </FileConfiguration>
206                                <FileConfiguration
207                                        Name="Release|Win32"
208                                        >
209                                        <Tool
210                                                Name="VCCLCompilerTool"
211                                                ObjectFile="$(IntDir)\$(InputName)1.obj"
212                                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
213                                        />
214                                </FileConfiguration>
215                        </File>
216                        <File
217                                RelativePath="..\..\src\orxonox\Settings.cc"
218                                >
219                        </File>
220                        <Filter
221                                Name="objects"
222                                >
223                                <File
224                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
225                                        >
226                                </File>
227                                <File
228                                        RelativePath="..\..\src\orxonox\objects\Backlight.cc"
229                                        >
230                                </File>
231                                <File
232                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.cc"
233                                        >
234                                </File>
235                                <File
236                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
237                                        >
238                                </File>
239                                <File
240                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
241                                        >
242                                </File>
243                                <File
244                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
245                                        >
246                                </File>
247                                <File
248                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
249                                        >
250                                </File>
251                                <File
252                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.cc"
253                                        >
254                                </File>
255                                <File
256                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.cc"
257                                        >
258                                </File>
259                                <File
260                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
261                                        >
262                                </File>
263                                <File
264                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.cc"
265                                        >
266                                </File>
267                                <File
268                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
269                                        >
270                                </File>
271                                <File
272                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
273                                        >
274                                </File>
275                                <File
276                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc"
277                                        >
278                                </File>
279                                <File
280                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
281                                        >
282                                </File>
283                                <File
284                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
285                                        >
286                                </File>
287                                <Filter
288                                        Name="weapon"
289                                        >
290                                        <File
291                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.cc"
292                                                >
293                                                <FileConfiguration
294                                                        Name="Debug|Win32"
295                                                        ExcludedFromBuild="true"
296                                                        >
297                                                        <Tool
298                                                                Name="VCCLCompilerTool"
299                                                        />
300                                                </FileConfiguration>
301                                                <FileConfiguration
302                                                        Name="Release|Win32"
303                                                        ExcludedFromBuild="true"
304                                                        >
305                                                        <Tool
306                                                                Name="VCCLCompilerTool"
307                                                        />
308                                                </FileConfiguration>
309                                        </File>
310                                        <File
311                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.cc"
312                                                >
313                                                <FileConfiguration
314                                                        Name="Debug|Win32"
315                                                        ExcludedFromBuild="true"
316                                                        >
317                                                        <Tool
318                                                                Name="VCCLCompilerTool"
319                                                        />
320                                                </FileConfiguration>
321                                                <FileConfiguration
322                                                        Name="Release|Win32"
323                                                        ExcludedFromBuild="true"
324                                                        >
325                                                        <Tool
326                                                                Name="VCCLCompilerTool"
327                                                        />
328                                                </FileConfiguration>
329                                        </File>
330                                        <File
331                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.cc"
332                                                >
333                                                <FileConfiguration
334                                                        Name="Debug|Win32"
335                                                        ExcludedFromBuild="true"
336                                                        >
337                                                        <Tool
338                                                                Name="VCCLCompilerTool"
339                                                        />
340                                                </FileConfiguration>
341                                                <FileConfiguration
342                                                        Name="Release|Win32"
343                                                        ExcludedFromBuild="true"
344                                                        >
345                                                        <Tool
346                                                                Name="VCCLCompilerTool"
347                                                        />
348                                                </FileConfiguration>
349                                        </File>
350                                        <File
351                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.cc"
352                                                >
353                                                <FileConfiguration
354                                                        Name="Debug|Win32"
355                                                        ExcludedFromBuild="true"
356                                                        >
357                                                        <Tool
358                                                                Name="VCCLCompilerTool"
359                                                        />
360                                                </FileConfiguration>
361                                                <FileConfiguration
362                                                        Name="Release|Win32"
363                                                        ExcludedFromBuild="true"
364                                                        >
365                                                        <Tool
366                                                                Name="VCCLCompilerTool"
367                                                        />
368                                                </FileConfiguration>
369                                        </File>
370                                        <File
371                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.cc"
372                                                >
373                                                <FileConfiguration
374                                                        Name="Debug|Win32"
375                                                        ExcludedFromBuild="true"
376                                                        >
377                                                        <Tool
378                                                                Name="VCCLCompilerTool"
379                                                        />
380                                                </FileConfiguration>
381                                                <FileConfiguration
382                                                        Name="Release|Win32"
383                                                        ExcludedFromBuild="true"
384                                                        >
385                                                        <Tool
386                                                                Name="VCCLCompilerTool"
387                                                        />
388                                                </FileConfiguration>
389                                        </File>
390                                        <File
391                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.cc"
392                                                >
393                                                <FileConfiguration
394                                                        Name="Debug|Win32"
395                                                        ExcludedFromBuild="true"
396                                                        >
397                                                        <Tool
398                                                                Name="VCCLCompilerTool"
399                                                        />
400                                                </FileConfiguration>
401                                                <FileConfiguration
402                                                        Name="Release|Win32"
403                                                        ExcludedFromBuild="true"
404                                                        >
405                                                        <Tool
406                                                                Name="VCCLCompilerTool"
407                                                        />
408                                                </FileConfiguration>
409                                        </File>
410                                </Filter>
411                        </Filter>
412                        <Filter
413                                Name="tools"
414                                >
415                                <File
416                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
417                                        >
418                                </File>
419                                <File
420                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
421                                        >
422                                </File>
423                                <File
424                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
425                                        >
426                                </File>
427                                <File
428                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
429                                        >
430                                </File>
431                                <File
432                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
433                                        >
434                                </File>
435                                <File
436                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
437                                        >
438                                </File>
439                                <File
440                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
441                                        >
442                                </File>
443                        </Filter>
444                        <Filter
445                                Name="tolua"
446                                >
447                                <File
448                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
449                                        >
450                                        <FileConfiguration
451                                                Name="Debug|Win32"
452                                                >
453                                                <Tool
454                                                        Name="VCCLCompilerTool"
455                                                        UsePrecompiledHeader="0"
456                                                />
457                                        </FileConfiguration>
458                                        <FileConfiguration
459                                                Name="Release|Win32"
460                                                >
461                                                <Tool
462                                                        Name="VCCLCompilerTool"
463                                                        UsePrecompiledHeader="0"
464                                                />
465                                        </FileConfiguration>
466                                </File>
467                        </Filter>
468                        <Filter
469                                Name="overlays"
470                                >
471                                <File
472                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
473                                        >
474                                </File>
475                                <File
476                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
477                                        >
478                                </File>
479                                <File
480                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
481                                        >
482                                </File>
483                                <Filter
484                                        Name="console"
485                                        >
486                                        <File
487                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
488                                                >
489                                        </File>
490                                </Filter>
491                                <Filter
492                                        Name="hud"
493                                        >
494                                        <File
495                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
496                                                >
497                                        </File>
498                                        <File
499                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
500                                                >
501                                        </File>
502                                        <File
503                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
504                                                >
505                                        </File>
506                                        <File
507                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
508                                                >
509                                        </File>
510                                </Filter>
511                                <Filter
512                                        Name="debug"
513                                        >
514                                        <File
515                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
516                                                >
517                                        </File>
518                                        <File
519                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
520                                                >
521                                        </File>
522                                </Filter>
523                        </Filter>
524                </Filter>
525                <Filter
526                        Name="Header Files"
527                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
528                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
529                        >
530                        <File
531                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
532                                >
533                        </File>
534                        <File
535                                RelativePath="..\..\src\orxonox\Orxonox.h"
536                                >
537                        </File>
538                        <File
539                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
540                                >
541                        </File>
542                        <File
543                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
544                                >
545                        </File>
546                        <File
547                                RelativePath="..\..\src\orxonox\Radar.h"
548                                >
549                        </File>
550                        <File
551                                RelativePath="..\..\src\orxonox\RadarListener.h"
552                                >
553                        </File>
554                        <File
555                                RelativePath="..\..\src\orxonox\RadarViewable.h"
556                                >
557                        </File>
558                        <File
559                                RelativePath="..\..\src\orxonox\Settings.h"
560                                >
561                        </File>
562                        <Filter
563                                Name="objects"
564                                >
565                                <File
566                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
567                                        >
568                                </File>
569                                <File
570                                        RelativePath="..\..\src\orxonox\objects\Backlight.h"
571                                        >
572                                </File>
573                                <File
574                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.h"
575                                        >
576                                </File>
577                                <File
578                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
579                                        >
580                                </File>
581                                <File
582                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
583                                        >
584                                </File>
585                                <File
586                                        RelativePath="..\..\src\orxonox\objects\Model.h"
587                                        >
588                                </File>
589                                <File
590                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
591                                        >
592                                </File>
593                                <File
594                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.h"
595                                        >
596                                </File>
597                                <File
598                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.h"
599                                        >
600                                </File>
601                                <File
602                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
603                                        >
604                                </File>
605                                <File
606                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.h"
607                                        >
608                                </File>
609                                <File
610                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
611                                        >
612                                </File>
613                                <File
614                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
615                                        >
616                                </File>
617                                <File
618                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h"
619                                        >
620                                </File>
621                                <File
622                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
623                                        >
624                                </File>
625                                <File
626                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
627                                        >
628                                </File>
629                                <Filter
630                                        Name="weapon"
631                                        >
632                                        <File
633                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.h"
634                                                >
635                                        </File>
636                                        <File
637                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.h"
638                                                >
639                                        </File>
640                                        <File
641                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.h"
642                                                >
643                                        </File>
644                                        <File
645                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.h"
646                                                >
647                                        </File>
648                                        <File
649                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.h"
650                                                >
651                                        </File>
652                                        <File
653                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.h"
654                                                >
655                                        </File>
656                                </Filter>
657                        </Filter>
658                        <Filter
659                                Name="tools"
660                                >
661                                <File
662                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
663                                        >
664                                </File>
665                                <File
666                                        RelativePath="..\..\src\orxonox\tools\Light.h"
667                                        >
668                                </File>
669                                <File
670                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
671                                        >
672                                </File>
673                                <File
674                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
675                                        >
676                                </File>
677                                <File
678                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
679                                        >
680                                </File>
681                                <File
682                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
683                                        >
684                                </File>
685                                <File
686                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
687                                        >
688                                </File>
689                        </Filter>
690                        <Filter
691                                Name="tolua"
692                                >
693                                <File
694                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
695                                        >
696                                </File>
697                        </Filter>
698                        <Filter
699                                Name="overlays"
700                                >
701                                <File
702                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
703                                        >
704                                </File>
705                                <File
706                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
707                                        >
708                                </File>
709                                <File
710                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
711                                        >
712                                </File>
713                                <Filter
714                                        Name="hud"
715                                        >
716                                        <File
717                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
718                                                >
719                                        </File>
720                                        <File
721                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
722                                                >
723                                        </File>
724                                        <File
725                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
726                                                >
727                                        </File>
728                                        <File
729                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
730                                                >
731                                        </File>
732                                </Filter>
733                                <Filter
734                                        Name="console"
735                                        >
736                                        <File
737                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
738                                                >
739                                        </File>
740                                </Filter>
741                                <Filter
742                                        Name="debug"
743                                        >
744                                        <File
745                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
746                                                >
747                                        </File>
748                                        <File
749                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
750                                                >
751                                        </File>
752                                </Filter>
753                        </Filter>
754                </Filter>
755                <Filter
756                        Name="Resource Files"
757                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
758                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
759                        >
760                </Filter>
761        </Files>
762        <Globals>
763        </Globals>
764</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.