Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Basically, almost everything about the input management is written, but I wasn't yet able to test things.

File size: 12.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        </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\PlayerManager.cc"
168                                >
169                        </File>
170                        <File
171                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
172                                >
173                                <FileConfiguration
174                                        Name="Debug|Win32"
175                                        >
176                                        <Tool
177                                                Name="VCCLCompilerTool"
178                                                UsePrecompiledHeader="1"
179                                        />
180                                </FileConfiguration>
181                                <FileConfiguration
182                                        Name="Release|Win32"
183                                        >
184                                        <Tool
185                                                Name="VCCLCompilerTool"
186                                                UsePrecompiledHeader="1"
187                                        />
188                                </FileConfiguration>
189                        </File>
190                        <Filter
191                                Name="hud"
192                                >
193                                <File
194                                        RelativePath="..\..\src\orxonox\hud\HUD.cc"
195                                        >
196                                </File>
197                        </Filter>
198                        <Filter
199                                Name="objects"
200                                >
201                                <File
202                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
203                                        >
204                                </File>
205                                <File
206                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
207                                        >
208                                </File>
209                                <File
210                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
211                                        >
212                                </File>
213                                <File
214                                        RelativePath="..\..\src\orxonox\objects\Explosion.cc"
215                                        >
216                                </File>
217                                <File
218                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
219                                        >
220                                </File>
221                                <File
222                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
223                                        >
224                                </File>
225                                <File
226                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
227                                        >
228                                </File>
229                                <File
230                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
231                                        >
232                                </File>
233                                <File
234                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
235                                        >
236                                </File>
237                                <File
238                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
239                                        >
240                                </File>
241                                <Filter
242                                        Name="weapon"
243                                        >
244                                        <File
245                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.cc"
246                                                >
247                                                <FileConfiguration
248                                                        Name="Debug|Win32"
249                                                        ExcludedFromBuild="true"
250                                                        >
251                                                        <Tool
252                                                                Name="VCCLCompilerTool"
253                                                        />
254                                                </FileConfiguration>
255                                                <FileConfiguration
256                                                        Name="Release|Win32"
257                                                        ExcludedFromBuild="true"
258                                                        >
259                                                        <Tool
260                                                                Name="VCCLCompilerTool"
261                                                        />
262                                                </FileConfiguration>
263                                        </File>
264                                        <File
265                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.cc"
266                                                >
267                                                <FileConfiguration
268                                                        Name="Debug|Win32"
269                                                        ExcludedFromBuild="true"
270                                                        >
271                                                        <Tool
272                                                                Name="VCCLCompilerTool"
273                                                        />
274                                                </FileConfiguration>
275                                                <FileConfiguration
276                                                        Name="Release|Win32"
277                                                        ExcludedFromBuild="true"
278                                                        >
279                                                        <Tool
280                                                                Name="VCCLCompilerTool"
281                                                        />
282                                                </FileConfiguration>
283                                        </File>
284                                        <File
285                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.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\Bullet.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\BulletManager.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\WeaponStation.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                                </Filter>
365                        </Filter>
366                        <Filter
367                                Name="particle"
368                                >
369                                <File
370                                        RelativePath="..\..\src\orxonox\particle\ParticleInterface.cc"
371                                        >
372                                </File>
373                        </Filter>
374                        <Filter
375                                Name="tools"
376                                >
377                                <File
378                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
379                                        >
380                                </File>
381                                <File
382                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
383                                        >
384                                </File>
385                                <File
386                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
387                                        >
388                                </File>
389                                <File
390                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
391                                        >
392                                </File>
393                        </Filter>
394                        <Filter
395                                Name="console"
396                                >
397                                <File
398                                        RelativePath="..\..\src\orxonox\console\InGameConsole.cc"
399                                        >
400                                </File>
401                        </Filter>
402                        <Filter
403                                Name="tolua"
404                                >
405                                <File
406                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
407                                        >
408                                        <FileConfiguration
409                                                Name="Debug|Win32"
410                                                >
411                                                <Tool
412                                                        Name="VCCLCompilerTool"
413                                                        UsePrecompiledHeader="0"
414                                                />
415                                        </FileConfiguration>
416                                        <FileConfiguration
417                                                Name="Release|Win32"
418                                                >
419                                                <Tool
420                                                        Name="VCCLCompilerTool"
421                                                        UsePrecompiledHeader="0"
422                                                />
423                                        </FileConfiguration>
424                                </File>
425                        </Filter>
426                </Filter>
427                <Filter
428                        Name="Header Files"
429                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
430                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
431                        >
432                        <File
433                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
434                                >
435                        </File>
436                        <File
437                                RelativePath="..\..\src\orxonox\Orxonox.h"
438                                >
439                        </File>
440                        <File
441                                RelativePath="..\..\src\orxonox\OrxonoxPlatform.h"
442                                >
443                        </File>
444                        <File
445                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
446                                >
447                        </File>
448                        <File
449                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
450                                >
451                        </File>
452                        <File
453                                RelativePath="..\..\src\orxonox\PlayerManager.h"
454                                >
455                        </File>
456                        <Filter
457                                Name="hud"
458                                >
459                                <File
460                                        RelativePath="..\..\src\orxonox\hud\HUD.h"
461                                        >
462                                </File>
463                        </Filter>
464                        <Filter
465                                Name="objects"
466                                >
467                                <File
468                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
469                                        >
470                                </File>
471                                <File
472                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
473                                        >
474                                </File>
475                                <File
476                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
477                                        >
478                                </File>
479                                <File
480                                        RelativePath="..\..\src\orxonox\objects\Explosion.h"
481                                        >
482                                </File>
483                                <File
484                                        RelativePath="..\..\src\orxonox\objects\Model.h"
485                                        >
486                                </File>
487                                <File
488                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
489                                        >
490                                </File>
491                                <File
492                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
493                                        >
494                                </File>
495                                <File
496                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
497                                        >
498                                </File>
499                                <File
500                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
501                                        >
502                                </File>
503                                <File
504                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
505                                        >
506                                </File>
507                                <Filter
508                                        Name="weapon"
509                                        >
510                                        <File
511                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.h"
512                                                >
513                                        </File>
514                                        <File
515                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.h"
516                                                >
517                                        </File>
518                                        <File
519                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.h"
520                                                >
521                                        </File>
522                                        <File
523                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.h"
524                                                >
525                                        </File>
526                                        <File
527                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.h"
528                                                >
529                                        </File>
530                                        <File
531                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.h"
532                                                >
533                                        </File>
534                                </Filter>
535                        </Filter>
536                        <Filter
537                                Name="particle"
538                                >
539                                <File
540                                        RelativePath="..\..\src\orxonox\particle\ParticleInterface.h"
541                                        >
542                                </File>
543                        </Filter>
544                        <Filter
545                                Name="tools"
546                                >
547                                <File
548                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
549                                        >
550                                </File>
551                                <File
552                                        RelativePath="..\..\src\orxonox\tools\Light.h"
553                                        >
554                                </File>
555                                <File
556                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
557                                        >
558                                </File>
559                                <File
560                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
561                                        >
562                                </File>
563                        </Filter>
564                        <Filter
565                                Name="console"
566                                >
567                                <File
568                                        RelativePath="..\..\src\orxonox\console\InGameConsole.h"
569                                        >
570                                </File>
571                        </Filter>
572                        <Filter
573                                Name="tolua"
574                                >
575                                <File
576                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
577                                        >
578                                </File>
579                        </Filter>
580                </Filter>
581                <Filter
582                        Name="Resource Files"
583                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
584                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
585                        >
586                </Filter>
587        </Files>
588        <Globals>
589        </Globals>
590</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.