Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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