Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/hud/visual_studio/vc8/orxonox.vcproj @ 1590

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

svn save, just in case our house burns down over night…

File size: 14.8 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\Settings.cc"
188                                >
189                        </File>
190                        <Filter
191                                Name="hud"
192                                >
193                                <File
194                                        RelativePath="..\..\src\orxonox\hud\HUD.cc"
195                                        >
196                                </File>
197                                <File
198                                        RelativePath="..\..\src\orxonox\hud\HUDBar.cc"
199                                        >
200                                </File>
201                                <File
202                                        RelativePath="..\..\src\orxonox\hud\HUDFPSText.cc"
203                                        >
204                                </File>
205                                <File
206                                        RelativePath="..\..\src\orxonox\hud\HUDOverlay.cc"
207                                        >
208                                </File>
209                                <File
210                                        RelativePath="..\..\src\orxonox\hud\HUDRTRText.cc"
211                                        >
212                                </File>
213                                <File
214                                        RelativePath="..\..\src\orxonox\hud\HUDSpeedBar.cc"
215                                        >
216                                </File>
217                                <File
218                                        RelativePath="..\..\src\orxonox\hud\HUDText.cc"
219                                        >
220                                </File>
221                                <File
222                                        RelativePath="..\..\src\orxonox\hud\Navigation.cc"
223                                        >
224                                        <FileConfiguration
225                                                Name="Debug|Win32"
226                                                >
227                                                <Tool
228                                                        Name="VCCLCompilerTool"
229                                                />
230                                        </FileConfiguration>
231                                </File>
232                                <File
233                                        RelativePath="..\..\src\orxonox\hud\RadarObject.cc"
234                                        >
235                                </File>
236                                <File
237                                        RelativePath="..\..\src\orxonox\hud\RadarOverlayElement.cc"
238                                        >
239                                </File>
240                        </Filter>
241                        <Filter
242                                Name="objects"
243                                >
244                                <File
245                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
246                                        >
247                                </File>
248                                <File
249                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.cc"
250                                        >
251                                </File>
252                                <File
253                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
254                                        >
255                                </File>
256                                <File
257                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
258                                        >
259                                </File>
260                                <File
261                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
262                                        >
263                                </File>
264                                <File
265                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
266                                        >
267                                </File>
268                                <File
269                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.cc"
270                                        >
271                                </File>
272                                <File
273                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.cc"
274                                        >
275                                </File>
276                                <File
277                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
278                                        >
279                                </File>
280                                <File
281                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.cc"
282                                        >
283                                </File>
284                                <File
285                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
286                                        >
287                                </File>
288                                <File
289                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
290                                        >
291                                </File>
292                                <File
293                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc"
294                                        >
295                                </File>
296                                <File
297                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
298                                        >
299                                </File>
300                                <File
301                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
302                                        >
303                                </File>
304                                <Filter
305                                        Name="weapon"
306                                        >
307                                        <File
308                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.cc"
309                                                >
310                                                <FileConfiguration
311                                                        Name="Debug|Win32"
312                                                        ExcludedFromBuild="true"
313                                                        >
314                                                        <Tool
315                                                                Name="VCCLCompilerTool"
316                                                        />
317                                                </FileConfiguration>
318                                                <FileConfiguration
319                                                        Name="Release|Win32"
320                                                        ExcludedFromBuild="true"
321                                                        >
322                                                        <Tool
323                                                                Name="VCCLCompilerTool"
324                                                        />
325                                                </FileConfiguration>
326                                        </File>
327                                        <File
328                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.cc"
329                                                >
330                                                <FileConfiguration
331                                                        Name="Debug|Win32"
332                                                        ExcludedFromBuild="true"
333                                                        >
334                                                        <Tool
335                                                                Name="VCCLCompilerTool"
336                                                        />
337                                                </FileConfiguration>
338                                                <FileConfiguration
339                                                        Name="Release|Win32"
340                                                        ExcludedFromBuild="true"
341                                                        >
342                                                        <Tool
343                                                                Name="VCCLCompilerTool"
344                                                        />
345                                                </FileConfiguration>
346                                        </File>
347                                        <File
348                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.cc"
349                                                >
350                                                <FileConfiguration
351                                                        Name="Debug|Win32"
352                                                        ExcludedFromBuild="true"
353                                                        >
354                                                        <Tool
355                                                                Name="VCCLCompilerTool"
356                                                        />
357                                                </FileConfiguration>
358                                                <FileConfiguration
359                                                        Name="Release|Win32"
360                                                        ExcludedFromBuild="true"
361                                                        >
362                                                        <Tool
363                                                                Name="VCCLCompilerTool"
364                                                        />
365                                                </FileConfiguration>
366                                        </File>
367                                        <File
368                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.cc"
369                                                >
370                                                <FileConfiguration
371                                                        Name="Debug|Win32"
372                                                        ExcludedFromBuild="true"
373                                                        >
374                                                        <Tool
375                                                                Name="VCCLCompilerTool"
376                                                        />
377                                                </FileConfiguration>
378                                                <FileConfiguration
379                                                        Name="Release|Win32"
380                                                        ExcludedFromBuild="true"
381                                                        >
382                                                        <Tool
383                                                                Name="VCCLCompilerTool"
384                                                        />
385                                                </FileConfiguration>
386                                        </File>
387                                        <File
388                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.cc"
389                                                >
390                                                <FileConfiguration
391                                                        Name="Debug|Win32"
392                                                        ExcludedFromBuild="true"
393                                                        >
394                                                        <Tool
395                                                                Name="VCCLCompilerTool"
396                                                        />
397                                                </FileConfiguration>
398                                                <FileConfiguration
399                                                        Name="Release|Win32"
400                                                        ExcludedFromBuild="true"
401                                                        >
402                                                        <Tool
403                                                                Name="VCCLCompilerTool"
404                                                        />
405                                                </FileConfiguration>
406                                        </File>
407                                        <File
408                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.cc"
409                                                >
410                                                <FileConfiguration
411                                                        Name="Debug|Win32"
412                                                        ExcludedFromBuild="true"
413                                                        >
414                                                        <Tool
415                                                                Name="VCCLCompilerTool"
416                                                        />
417                                                </FileConfiguration>
418                                                <FileConfiguration
419                                                        Name="Release|Win32"
420                                                        ExcludedFromBuild="true"
421                                                        >
422                                                        <Tool
423                                                                Name="VCCLCompilerTool"
424                                                        />
425                                                </FileConfiguration>
426                                        </File>
427                                </Filter>
428                        </Filter>
429                        <Filter
430                                Name="tools"
431                                >
432                                <File
433                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
434                                        >
435                                </File>
436                                <File
437                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
438                                        >
439                                </File>
440                                <File
441                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
442                                        >
443                                </File>
444                                <File
445                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
446                                        >
447                                </File>
448                                <File
449                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
450                                        >
451                                </File>
452                                <File
453                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
454                                        >
455                                </File>
456                        </Filter>
457                        <Filter
458                                Name="console"
459                                >
460                                <File
461                                        RelativePath="..\..\src\orxonox\console\InGameConsole.cc"
462                                        >
463                                </File>
464                        </Filter>
465                        <Filter
466                                Name="tolua"
467                                >
468                                <File
469                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
470                                        >
471                                        <FileConfiguration
472                                                Name="Debug|Win32"
473                                                >
474                                                <Tool
475                                                        Name="VCCLCompilerTool"
476                                                        UsePrecompiledHeader="0"
477                                                />
478                                        </FileConfiguration>
479                                        <FileConfiguration
480                                                Name="Release|Win32"
481                                                >
482                                                <Tool
483                                                        Name="VCCLCompilerTool"
484                                                        UsePrecompiledHeader="0"
485                                                />
486                                        </FileConfiguration>
487                                </File>
488                        </Filter>
489                </Filter>
490                <Filter
491                        Name="Header Files"
492                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
493                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
494                        >
495                        <File
496                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
497                                >
498                        </File>
499                        <File
500                                RelativePath="..\..\src\orxonox\Orxonox.h"
501                                >
502                        </File>
503                        <File
504                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
505                                >
506                        </File>
507                        <File
508                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
509                                >
510                        </File>
511                        <File
512                                RelativePath="..\..\src\orxonox\Settings.h"
513                                >
514                        </File>
515                        <Filter
516                                Name="hud"
517                                >
518                                <File
519                                        RelativePath="..\..\src\orxonox\hud\HUD.h"
520                                        >
521                                </File>
522                                <File
523                                        RelativePath="..\..\src\orxonox\hud\HUDBar.h"
524                                        >
525                                </File>
526                                <File
527                                        RelativePath="..\..\src\orxonox\hud\HUDFPSText.h"
528                                        >
529                                </File>
530                                <File
531                                        RelativePath="..\..\src\orxonox\hud\HUDOverlay.h"
532                                        >
533                                </File>
534                                <File
535                                        RelativePath="..\..\src\orxonox\hud\HUDRTRText.h"
536                                        >
537                                </File>
538                                <File
539                                        RelativePath="..\..\src\orxonox\hud\HUDSpeedBar.h"
540                                        >
541                                </File>
542                                <File
543                                        RelativePath="..\..\src\orxonox\hud\HUDText.h"
544                                        >
545                                </File>
546                                <File
547                                        RelativePath="..\..\src\orxonox\hud\Navigation.h"
548                                        >
549                                </File>
550                                <File
551                                        RelativePath="..\..\src\orxonox\hud\OverlayElementFactories.h"
552                                        >
553                                </File>
554                                <File
555                                        RelativePath="..\..\src\orxonox\hud\RadarObject.h"
556                                        >
557                                </File>
558                                <File
559                                        RelativePath="..\..\src\orxonox\hud\RadarOverlayElement.h"
560                                        >
561                                </File>
562                        </Filter>
563                        <Filter
564                                Name="objects"
565                                >
566                                <File
567                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
568                                        >
569                                </File>
570                                <File
571                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.h"
572                                        >
573                                </File>
574                                <File
575                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
576                                        >
577                                </File>
578                                <File
579                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
580                                        >
581                                </File>
582                                <File
583                                        RelativePath="..\..\src\orxonox\objects\Model.h"
584                                        >
585                                </File>
586                                <File
587                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
588                                        >
589                                </File>
590                                <File
591                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.h"
592                                        >
593                                </File>
594                                <File
595                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.h"
596                                        >
597                                </File>
598                                <File
599                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
600                                        >
601                                </File>
602                                <File
603                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.h"
604                                        >
605                                </File>
606                                <File
607                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
608                                        >
609                                </File>
610                                <File
611                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
612                                        >
613                                </File>
614                                <File
615                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h"
616                                        >
617                                </File>
618                                <File
619                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
620                                        >
621                                </File>
622                                <File
623                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
624                                        >
625                                </File>
626                                <Filter
627                                        Name="weapon"
628                                        >
629                                        <File
630                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.h"
631                                                >
632                                        </File>
633                                        <File
634                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.h"
635                                                >
636                                        </File>
637                                        <File
638                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.h"
639                                                >
640                                        </File>
641                                        <File
642                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.h"
643                                                >
644                                        </File>
645                                        <File
646                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.h"
647                                                >
648                                        </File>
649                                        <File
650                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.h"
651                                                >
652                                        </File>
653                                </Filter>
654                        </Filter>
655                        <Filter
656                                Name="tools"
657                                >
658                                <File
659                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
660                                        >
661                                </File>
662                                <File
663                                        RelativePath="..\..\src\orxonox\tools\Light.h"
664                                        >
665                                </File>
666                                <File
667                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
668                                        >
669                                </File>
670                                <File
671                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
672                                        >
673                                </File>
674                                <File
675                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
676                                        >
677                                </File>
678                                <File
679                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
680                                        >
681                                </File>
682                        </Filter>
683                        <Filter
684                                Name="console"
685                                >
686                                <File
687                                        RelativePath="..\..\src\orxonox\console\InGameConsole.h"
688                                        >
689                                </File>
690                        </Filter>
691                        <Filter
692                                Name="tolua"
693                                >
694                                <File
695                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
696                                        >
697                                </File>
698                        </Filter>
699                </Filter>
700                <Filter
701                        Name="Resource Files"
702                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
703                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
704                        >
705                </Filter>
706        </Files>
707        <Globals>
708        </Globals>
709</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.