Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 1747 was 1747, checked in by landauf, 16 years ago

merged core3 back to trunk

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