Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core3/visual_studio/vc8/orxonox.vcproj @ 1988

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

moved SignalHandler from core to orxonox

File size: 13.8 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="orxonox"
6        ProjectGUID="{0B6C5CFD-F91B-432A-80A3-2610F61E060B}"
7        RootNamespace="FICN"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        ConfigurationType="1"
21                        InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\orxonox_properties.vsprops"
22                        CharacterSet="1"
23                        >
24                        <Tool
25                                Name="VCPreBuildEventTool"
26                        />
27                        <Tool
28                                Name="VCCustomBuildTool"
29                        />
30                        <Tool
31                                Name="VCXMLDataGeneratorTool"
32                        />
33                        <Tool
34                                Name="VCWebServiceProxyGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCMIDLTool"
38                        />
39                        <Tool
40                                Name="VCCLCompilerTool"
41                                AdditionalOptions="/Zm200"
42                        />
43                        <Tool
44                                Name="VCManagedResourceCompilerTool"
45                        />
46                        <Tool
47                                Name="VCResourceCompilerTool"
48                        />
49                        <Tool
50                                Name="VCPreLinkEventTool"
51                        />
52                        <Tool
53                                Name="VCLinkerTool"
54                                EntryPointSymbol=""
55                        />
56                        <Tool
57                                Name="VCALinkTool"
58                        />
59                        <Tool
60                                Name="VCManifestTool"
61                        />
62                        <Tool
63                                Name="VCXDCMakeTool"
64                        />
65                        <Tool
66                                Name="VCBscMakeTool"
67                        />
68                        <Tool
69                                Name="VCFxCopTool"
70                        />
71                        <Tool
72                                Name="VCAppVerifierTool"
73                        />
74                        <Tool
75                                Name="VCWebDeploymentTool"
76                        />
77                        <Tool
78                                Name="VCPostBuildEventTool"
79                        />
80                </Configuration>
81                <Configuration
82                        Name="Release|Win32"
83                        ConfigurationType="1"
84                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\orxonox_properties.vsprops"
85                        CharacterSet="1"
86                        WholeProgramOptimization="0"
87                        >
88                        <Tool
89                                Name="VCPreBuildEventTool"
90                        />
91                        <Tool
92                                Name="VCCustomBuildTool"
93                        />
94                        <Tool
95                                Name="VCXMLDataGeneratorTool"
96                        />
97                        <Tool
98                                Name="VCWebServiceProxyGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCMIDLTool"
102                        />
103                        <Tool
104                                Name="VCCLCompilerTool"
105                                AdditionalOptions="/Zm200"
106                        />
107                        <Tool
108                                Name="VCManagedResourceCompilerTool"
109                        />
110                        <Tool
111                                Name="VCResourceCompilerTool"
112                        />
113                        <Tool
114                                Name="VCPreLinkEventTool"
115                        />
116                        <Tool
117                                Name="VCLinkerTool"
118                                EntryPointSymbol=""
119                        />
120                        <Tool
121                                Name="VCALinkTool"
122                        />
123                        <Tool
124                                Name="VCManifestTool"
125                        />
126                        <Tool
127                                Name="VCXDCMakeTool"
128                        />
129                        <Tool
130                                Name="VCBscMakeTool"
131                        />
132                        <Tool
133                                Name="VCFxCopTool"
134                        />
135                        <Tool
136                                Name="VCAppVerifierTool"
137                        />
138                        <Tool
139                                Name="VCWebDeploymentTool"
140                        />
141                        <Tool
142                                Name="VCPostBuildEventTool"
143                        />
144                </Configuration>
145        </Configurations>
146        <References>
147        </References>
148        <Files>
149                <Filter
150                        Name="Source Files"
151                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
152                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
153                        >
154                        <File
155                                RelativePath="..\..\src\orxonox\GraphicsEngine.cc"
156                                >
157                        </File>
158                        <File
159                                RelativePath="..\..\src\orxonox\Main.cc"
160                                >
161                        </File>
162                        <File
163                                RelativePath="..\..\src\orxonox\Orxonox.cc"
164                                >
165                        </File>
166                        <File
167                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
168                                >
169                                <FileConfiguration
170                                        Name="Debug|Win32"
171                                        >
172                                        <Tool
173                                                Name="VCCLCompilerTool"
174                                                UsePrecompiledHeader="1"
175                                        />
176                                </FileConfiguration>
177                                <FileConfiguration
178                                        Name="Release|Win32"
179                                        >
180                                        <Tool
181                                                Name="VCCLCompilerTool"
182                                                UsePrecompiledHeader="1"
183                                        />
184                                </FileConfiguration>
185                        </File>
186                        <File
187                                RelativePath="..\..\src\orxonox\Settings.cc"
188                                >
189                        </File>
190                        <File
191                                RelativePath="..\..\src\orxonox\SignalHandler.cc"
192                                >
193                        </File>
194                        <Filter
195                                Name="hud"
196                                >
197                                <File
198                                        RelativePath="..\..\src\orxonox\hud\BarOverlayElement.cc"
199                                        >
200                                </File>
201                                <File
202                                        RelativePath="..\..\src\orxonox\hud\HUD.cc"
203                                        >
204                                </File>
205                                <File
206                                        RelativePath="..\..\src\orxonox\hud\Navigation.cc"
207                                        >
208                                </File>
209                                <File
210                                        RelativePath="..\..\src\orxonox\hud\RadarObject.cc"
211                                        >
212                                </File>
213                                <File
214                                        RelativePath="..\..\src\orxonox\hud\RadarOverlayElement.cc"
215                                        >
216                                </File>
217                        </Filter>
218                        <Filter
219                                Name="objects"
220                                >
221                                <File
222                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
223                                        >
224                                </File>
225                                <File
226                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.cc"
227                                        >
228                                </File>
229                                <File
230                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
231                                        >
232                                </File>
233                                <File
234                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
235                                        >
236                                </File>
237                                <File
238                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
239                                        >
240                                </File>
241                                <File
242                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
243                                        >
244                                </File>
245                                <File
246                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.cc"
247                                        >
248                                </File>
249                                <File
250                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.cc"
251                                        >
252                                </File>
253                                <File
254                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
255                                        >
256                                </File>
257                                <File
258                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.cc"
259                                        >
260                                </File>
261                                <File
262                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
263                                        >
264                                </File>
265                                <File
266                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
267                                        >
268                                </File>
269                                <File
270                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc"
271                                        >
272                                </File>
273                                <File
274                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
275                                        >
276                                </File>
277                                <File
278                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
279                                        >
280                                </File>
281                                <Filter
282                                        Name="weapon"
283                                        >
284                                        <File
285                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.cc"
286                                                >
287                                                <FileConfiguration
288                                                        Name="Debug|Win32"
289                                                        ExcludedFromBuild="true"
290                                                        >
291                                                        <Tool
292                                                                Name="VCCLCompilerTool"
293                                                        />
294                                                </FileConfiguration>
295                                                <FileConfiguration
296                                                        Name="Release|Win32"
297                                                        ExcludedFromBuild="true"
298                                                        >
299                                                        <Tool
300                                                                Name="VCCLCompilerTool"
301                                                        />
302                                                </FileConfiguration>
303                                        </File>
304                                        <File
305                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.cc"
306                                                >
307                                                <FileConfiguration
308                                                        Name="Debug|Win32"
309                                                        ExcludedFromBuild="true"
310                                                        >
311                                                        <Tool
312                                                                Name="VCCLCompilerTool"
313                                                        />
314                                                </FileConfiguration>
315                                                <FileConfiguration
316                                                        Name="Release|Win32"
317                                                        ExcludedFromBuild="true"
318                                                        >
319                                                        <Tool
320                                                                Name="VCCLCompilerTool"
321                                                        />
322                                                </FileConfiguration>
323                                        </File>
324                                        <File
325                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.cc"
326                                                >
327                                                <FileConfiguration
328                                                        Name="Debug|Win32"
329                                                        ExcludedFromBuild="true"
330                                                        >
331                                                        <Tool
332                                                                Name="VCCLCompilerTool"
333                                                        />
334                                                </FileConfiguration>
335                                                <FileConfiguration
336                                                        Name="Release|Win32"
337                                                        ExcludedFromBuild="true"
338                                                        >
339                                                        <Tool
340                                                                Name="VCCLCompilerTool"
341                                                        />
342                                                </FileConfiguration>
343                                        </File>
344                                        <File
345                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.cc"
346                                                >
347                                                <FileConfiguration
348                                                        Name="Debug|Win32"
349                                                        ExcludedFromBuild="true"
350                                                        >
351                                                        <Tool
352                                                                Name="VCCLCompilerTool"
353                                                        />
354                                                </FileConfiguration>
355                                                <FileConfiguration
356                                                        Name="Release|Win32"
357                                                        ExcludedFromBuild="true"
358                                                        >
359                                                        <Tool
360                                                                Name="VCCLCompilerTool"
361                                                        />
362                                                </FileConfiguration>
363                                        </File>
364                                        <File
365                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.cc"
366                                                >
367                                                <FileConfiguration
368                                                        Name="Debug|Win32"
369                                                        ExcludedFromBuild="true"
370                                                        >
371                                                        <Tool
372                                                                Name="VCCLCompilerTool"
373                                                        />
374                                                </FileConfiguration>
375                                                <FileConfiguration
376                                                        Name="Release|Win32"
377                                                        ExcludedFromBuild="true"
378                                                        >
379                                                        <Tool
380                                                                Name="VCCLCompilerTool"
381                                                        />
382                                                </FileConfiguration>
383                                        </File>
384                                        <File
385                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.cc"
386                                                >
387                                                <FileConfiguration
388                                                        Name="Debug|Win32"
389                                                        ExcludedFromBuild="true"
390                                                        >
391                                                        <Tool
392                                                                Name="VCCLCompilerTool"
393                                                        />
394                                                </FileConfiguration>
395                                                <FileConfiguration
396                                                        Name="Release|Win32"
397                                                        ExcludedFromBuild="true"
398                                                        >
399                                                        <Tool
400                                                                Name="VCCLCompilerTool"
401                                                        />
402                                                </FileConfiguration>
403                                        </File>
404                                </Filter>
405                        </Filter>
406                        <Filter
407                                Name="tools"
408                                >
409                                <File
410                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
411                                        >
412                                </File>
413                                <File
414                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
415                                        >
416                                </File>
417                                <File
418                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
419                                        >
420                                </File>
421                                <File
422                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
423                                        >
424                                </File>
425                                <File
426                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
427                                        >
428                                </File>
429                        </Filter>
430                        <Filter
431                                Name="console"
432                                >
433                                <File
434                                        RelativePath="..\..\src\orxonox\console\InGameConsole.cc"
435                                        >
436                                </File>
437                        </Filter>
438                        <Filter
439                                Name="tolua"
440                                >
441                                <File
442                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
443                                        >
444                                        <FileConfiguration
445                                                Name="Debug|Win32"
446                                                >
447                                                <Tool
448                                                        Name="VCCLCompilerTool"
449                                                        UsePrecompiledHeader="0"
450                                                />
451                                        </FileConfiguration>
452                                        <FileConfiguration
453                                                Name="Release|Win32"
454                                                >
455                                                <Tool
456                                                        Name="VCCLCompilerTool"
457                                                        UsePrecompiledHeader="0"
458                                                />
459                                        </FileConfiguration>
460                                </File>
461                        </Filter>
462                </Filter>
463                <Filter
464                        Name="Header Files"
465                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
466                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
467                        >
468                        <File
469                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
470                                >
471                        </File>
472                        <File
473                                RelativePath="..\..\src\orxonox\Orxonox.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                        <File
485                                RelativePath="..\..\src\orxonox\Settings.h"
486                                >
487                        </File>
488                        <File
489                                RelativePath="..\..\src\orxonox\SignalHandler.h"
490                                >
491                        </File>
492                        <Filter
493                                Name="hud"
494                                >
495                                <File
496                                        RelativePath="..\..\src\orxonox\hud\BarOverlayElement.h"
497                                        >
498                                </File>
499                                <File
500                                        RelativePath="..\..\src\orxonox\hud\HUD.h"
501                                        >
502                                </File>
503                                <File
504                                        RelativePath="..\..\src\orxonox\hud\Navigation.h"
505                                        >
506                                </File>
507                                <File
508                                        RelativePath="..\..\src\orxonox\hud\OverlayElementFactories.h"
509                                        >
510                                </File>
511                                <File
512                                        RelativePath="..\..\src\orxonox\hud\RadarObject.h"
513                                        >
514                                </File>
515                                <File
516                                        RelativePath="..\..\src\orxonox\hud\RadarOverlayElement.h"
517                                        >
518                                </File>
519                        </Filter>
520                        <Filter
521                                Name="objects"
522                                >
523                                <File
524                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
525                                        >
526                                </File>
527                                <File
528                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.h"
529                                        >
530                                </File>
531                                <File
532                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
533                                        >
534                                </File>
535                                <File
536                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
537                                        >
538                                </File>
539                                <File
540                                        RelativePath="..\..\src\orxonox\objects\Model.h"
541                                        >
542                                </File>
543                                <File
544                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
545                                        >
546                                </File>
547                                <File
548                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.h"
549                                        >
550                                </File>
551                                <File
552                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.h"
553                                        >
554                                </File>
555                                <File
556                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
557                                        >
558                                </File>
559                                <File
560                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.h"
561                                        >
562                                </File>
563                                <File
564                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
565                                        >
566                                </File>
567                                <File
568                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
569                                        >
570                                </File>
571                                <File
572                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h"
573                                        >
574                                </File>
575                                <File
576                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
577                                        >
578                                </File>
579                                <File
580                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
581                                        >
582                                </File>
583                                <Filter
584                                        Name="weapon"
585                                        >
586                                        <File
587                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.h"
588                                                >
589                                        </File>
590                                        <File
591                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.h"
592                                                >
593                                        </File>
594                                        <File
595                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.h"
596                                                >
597                                        </File>
598                                        <File
599                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.h"
600                                                >
601                                        </File>
602                                        <File
603                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.h"
604                                                >
605                                        </File>
606                                        <File
607                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.h"
608                                                >
609                                        </File>
610                                </Filter>
611                        </Filter>
612                        <Filter
613                                Name="tools"
614                                >
615                                <File
616                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
617                                        >
618                                </File>
619                                <File
620                                        RelativePath="..\..\src\orxonox\tools\Light.h"
621                                        >
622                                </File>
623                                <File
624                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
625                                        >
626                                </File>
627                                <File
628                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
629                                        >
630                                </File>
631                                <File
632                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
633                                        >
634                                </File>
635                        </Filter>
636                        <Filter
637                                Name="console"
638                                >
639                                <File
640                                        RelativePath="..\..\src\orxonox\console\InGameConsole.h"
641                                        >
642                                </File>
643                        </Filter>
644                        <Filter
645                                Name="tolua"
646                                >
647                                <File
648                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
649                                        >
650                                </File>
651                        </Filter>
652                </Filter>
653                <Filter
654                        Name="Resource Files"
655                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
656                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
657                        >
658                </Filter>
659        </Files>
660        <Globals>
661        </Globals>
662</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.