Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/input/visual_studio/vc8/orxonox.vcproj @ 969

Last change on this file since 969 was 945, checked in by rgrieder, 18 years ago
  • moved ArgReader to util
  • some Prereqs cleanup
File size: 13.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="orxonox"
6        ProjectGUID="{0B6C5CFD-F91B-432A-80A3-2610F61E060B}"
7        RootNamespace="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="1"
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                <Configuration
146                        Name="Release_SSE|Win32"
147                        ConfigurationType="1"
148                        InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\orxonox_properties.vsprops"
149                        CharacterSet="1"
150                        WholeProgramOptimization="1"
151                        >
152                        <Tool
153                                Name="VCPreBuildEventTool"
154                        />
155                        <Tool
156                                Name="VCCustomBuildTool"
157                        />
158                        <Tool
159                                Name="VCXMLDataGeneratorTool"
160                        />
161                        <Tool
162                                Name="VCWebServiceProxyGeneratorTool"
163                        />
164                        <Tool
165                                Name="VCMIDLTool"
166                        />
167                        <Tool
168                                Name="VCCLCompilerTool"
169                                AdditionalOptions="/Zm200"
170                        />
171                        <Tool
172                                Name="VCManagedResourceCompilerTool"
173                        />
174                        <Tool
175                                Name="VCResourceCompilerTool"
176                        />
177                        <Tool
178                                Name="VCPreLinkEventTool"
179                        />
180                        <Tool
181                                Name="VCLinkerTool"
182                                EntryPointSymbol=""
183                        />
184                        <Tool
185                                Name="VCALinkTool"
186                        />
187                        <Tool
188                                Name="VCManifestTool"
189                        />
190                        <Tool
191                                Name="VCXDCMakeTool"
192                        />
193                        <Tool
194                                Name="VCBscMakeTool"
195                        />
196                        <Tool
197                                Name="VCFxCopTool"
198                        />
199                        <Tool
200                                Name="VCAppVerifierTool"
201                        />
202                        <Tool
203                                Name="VCWebDeploymentTool"
204                        />
205                        <Tool
206                                Name="VCPostBuildEventTool"
207                        />
208                </Configuration>
209                <Configuration
210                        Name="Release_SSE2|Win32"
211                        ConfigurationType="1"
212                        InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\orxonox_properties.vsprops"
213                        CharacterSet="1"
214                        WholeProgramOptimization="1"
215                        >
216                        <Tool
217                                Name="VCPreBuildEventTool"
218                        />
219                        <Tool
220                                Name="VCCustomBuildTool"
221                        />
222                        <Tool
223                                Name="VCXMLDataGeneratorTool"
224                        />
225                        <Tool
226                                Name="VCWebServiceProxyGeneratorTool"
227                        />
228                        <Tool
229                                Name="VCMIDLTool"
230                        />
231                        <Tool
232                                Name="VCCLCompilerTool"
233                                AdditionalOptions="/Zm200"
234                        />
235                        <Tool
236                                Name="VCManagedResourceCompilerTool"
237                        />
238                        <Tool
239                                Name="VCResourceCompilerTool"
240                        />
241                        <Tool
242                                Name="VCPreLinkEventTool"
243                        />
244                        <Tool
245                                Name="VCLinkerTool"
246                                EntryPointSymbol=""
247                        />
248                        <Tool
249                                Name="VCALinkTool"
250                        />
251                        <Tool
252                                Name="VCManifestTool"
253                        />
254                        <Tool
255                                Name="VCXDCMakeTool"
256                        />
257                        <Tool
258                                Name="VCBscMakeTool"
259                        />
260                        <Tool
261                                Name="VCFxCopTool"
262                        />
263                        <Tool
264                                Name="VCAppVerifierTool"
265                        />
266                        <Tool
267                                Name="VCWebDeploymentTool"
268                        />
269                        <Tool
270                                Name="VCPostBuildEventTool"
271                        />
272                </Configuration>
273        </Configurations>
274        <References>
275        </References>
276        <Files>
277                <Filter
278                        Name="Source Files"
279                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
280                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
281                        >
282                        <File
283                                RelativePath="..\..\src\orxonox\GraphicsEngine.cc"
284                                >
285                        </File>
286                        <File
287                                RelativePath="..\..\src\orxonox\InputEventListener.cc"
288                                >
289                        </File>
290                        <File
291                                RelativePath="..\..\src\orxonox\InputHandler.cc"
292                                >
293                        </File>
294                        <File
295                                RelativePath="..\..\src\orxonox\Main.cc"
296                                >
297                        </File>
298                        <File
299                                RelativePath="..\..\src\orxonox\Orxonox.cc"
300                                >
301                        </File>
302                        <File
303                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
304                                >
305                                <FileConfiguration
306                                        Name="Debug|Win32"
307                                        >
308                                        <Tool
309                                                Name="VCCLCompilerTool"
310                                                UsePrecompiledHeader="1"
311                                        />
312                                </FileConfiguration>
313                                <FileConfiguration
314                                        Name="Release|Win32"
315                                        >
316                                        <Tool
317                                                Name="VCCLCompilerTool"
318                                                UsePrecompiledHeader="1"
319                                        />
320                                </FileConfiguration>
321                                <FileConfiguration
322                                        Name="Release_SSE|Win32"
323                                        >
324                                        <Tool
325                                                Name="VCCLCompilerTool"
326                                                UsePrecompiledHeader="1"
327                                        />
328                                </FileConfiguration>
329                                <FileConfiguration
330                                        Name="Release_SSE2|Win32"
331                                        >
332                                        <Tool
333                                                Name="VCCLCompilerTool"
334                                                UsePrecompiledHeader="1"
335                                        />
336                                </FileConfiguration>
337                        </File>
338                        <Filter
339                                Name="hud"
340                                >
341                                <File
342                                        RelativePath="..\..\src\orxonox\hud\HUD.cc"
343                                        >
344                                </File>
345                        </Filter>
346                        <Filter
347                                Name="objects"
348                                >
349                                <File
350                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
351                                        >
352                                </File>
353                                <File
354                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
355                                        >
356                                </File>
357                                <File
358                                        RelativePath="..\..\src\orxonox\objects\Explosion.cc"
359                                        >
360                                </File>
361                                <File
362                                        RelativePath="..\..\src\orxonox\objects\Fighter.cc"
363                                        >
364                                </File>
365                                <File
366                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
367                                        >
368                                </File>
369                                <File
370                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
371                                        >
372                                </File>
373                                <File
374                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
375                                        >
376                                </File>
377                                <File
378                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
379                                        >
380                                </File>
381                                <File
382                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
383                                        >
384                                </File>
385                                <File
386                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
387                                        >
388                                </File>
389                                <Filter
390                                        Name="weapon"
391                                        >
392                                        <File
393                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.cc"
394                                                >
395                                        </File>
396                                        <File
397                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.cc"
398                                                >
399                                        </File>
400                                        <File
401                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.cc"
402                                                >
403                                        </File>
404                                        <File
405                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.cc"
406                                                >
407                                        </File>
408                                        <File
409                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.cc"
410                                                >
411                                        </File>
412                                        <File
413                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.cc"
414                                                >
415                                        </File>
416                                </Filter>
417                        </Filter>
418                        <Filter
419                                Name="particle"
420                                >
421                                <File
422                                        RelativePath="..\..\src\orxonox\particle\ParticleInterface.cc"
423                                        >
424                                </File>
425                        </Filter>
426                        <Filter
427                                Name="tools"
428                                >
429                                <File
430                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
431                                        >
432                                </File>
433                                <File
434                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
435                                        >
436                                </File>
437                                <File
438                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
439                                        >
440                                </File>
441                                <File
442                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
443                                        >
444                                </File>
445                        </Filter>
446                </Filter>
447                <Filter
448                        Name="Header Files"
449                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
450                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
451                        >
452                        <File
453                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
454                                >
455                        </File>
456                        <File
457                                RelativePath="..\..\src\orxonox\InputEvent.h"
458                                >
459                        </File>
460                        <File
461                                RelativePath="..\..\src\orxonox\InputEventListener.h"
462                                >
463                        </File>
464                        <File
465                                RelativePath="..\..\src\orxonox\InputHandler.h"
466                                >
467                        </File>
468                        <File
469                                RelativePath="..\..\src\orxonox\Orxonox.h"
470                                >
471                        </File>
472                        <File
473                                RelativePath="..\..\src\orxonox\OrxonoxPlatform.h"
474                                >
475                        </File>
476                        <File
477                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
478                                >
479                        </File>
480                        <File
481                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
482                                >
483                        </File>
484                        <Filter
485                                Name="hud"
486                                >
487                                <File
488                                        RelativePath="..\..\src\orxonox\hud\HUD.h"
489                                        >
490                                </File>
491                        </Filter>
492                        <Filter
493                                Name="objects"
494                                >
495                                <File
496                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
497                                        >
498                                </File>
499                                <File
500                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
501                                        >
502                                </File>
503                                <File
504                                        RelativePath="..\..\src\orxonox\objects\Explosion.h"
505                                        >
506                                </File>
507                                <File
508                                        RelativePath="..\..\src\orxonox\objects\Fighter.h"
509                                        >
510                                </File>
511                                <File
512                                        RelativePath="..\..\src\orxonox\objects\Model.h"
513                                        >
514                                </File>
515                                <File
516                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
517                                        >
518                                </File>
519                                <File
520                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
521                                        >
522                                </File>
523                                <File
524                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
525                                        >
526                                </File>
527                                <File
528                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
529                                        >
530                                </File>
531                                <File
532                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
533                                        >
534                                </File>
535                                <Filter
536                                        Name="weapon"
537                                        >
538                                        <File
539                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.h"
540                                                >
541                                        </File>
542                                        <File
543                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.h"
544                                                >
545                                        </File>
546                                        <File
547                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.h"
548                                                >
549                                        </File>
550                                        <File
551                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.h"
552                                                >
553                                        </File>
554                                        <File
555                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.h"
556                                                >
557                                        </File>
558                                        <File
559                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.h"
560                                                >
561                                        </File>
562                                </Filter>
563                        </Filter>
564                        <Filter
565                                Name="particle"
566                                >
567                                <File
568                                        RelativePath="..\..\src\orxonox\particle\ParticleInterface.h"
569                                        >
570                                </File>
571                        </Filter>
572                        <Filter
573                                Name="tools"
574                                >
575                                <File
576                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
577                                        >
578                                </File>
579                                <File
580                                        RelativePath="..\..\src\orxonox\tools\Light.h"
581                                        >
582                                </File>
583                                <File
584                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
585                                        >
586                                </File>
587                                <File
588                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
589                                        >
590                                </File>
591                        </Filter>
592                </Filter>
593                <Filter
594                        Name="Resource Files"
595                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
596                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
597                        >
598                        <File
599                                RelativePath="..\..\bin\media.cfg"
600                                >
601                        </File>
602                        <File
603                                RelativePath="..\..\bin\ogre.cfg"
604                                >
605                        </File>
606                        <File
607                                RelativePath="..\..\bin\ogre.cfg-init"
608                                >
609                        </File>
610                        <File
611                                RelativePath="..\..\bin\Ogre.log"
612                                >
613                        </File>
614                        <File
615                                RelativePath="..\..\bin\orxonox.bat"
616                                >
617                        </File>
618                        <File
619                                RelativePath="..\..\bin\orxonox.ini"
620                                >
621                        </File>
622                        <File
623                                RelativePath="..\..\bin\orxonox.log"
624                                >
625                        </File>
626                        <File
627                                RelativePath="..\..\bin\orxonox_d.bat"
628                                >
629                        </File>
630                        <File
631                                RelativePath="..\..\bin\plugins.cfg"
632                                >
633                        </File>
634                        <File
635                                RelativePath="..\..\bin\plugins.cfg-init"
636                                >
637                        </File>
638                        <File
639                                RelativePath="..\..\bin\plugins_d.cfg"
640                                >
641                        </File>
642                        <File
643                                RelativePath="..\..\bin\quake3settings.cfg"
644                                >
645                        </File>
646                        <File
647                                RelativePath="..\..\bin\resources.cfg"
648                                >
649                        </File>
650                        <File
651                                RelativePath="..\..\bin\run-script"
652                                >
653                        </File>
654                        <File
655                                RelativePath="..\..\bin\translation_default.lang"
656                                >
657                        </File>
658                        <File
659                                RelativePath="..\..\bin\translation_german.lang"
660                                >
661                        </File>
662                </Filter>
663        </Files>
664        <Globals>
665        </Globals>
666</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.