Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged input back into trunk
note: I have created an asylum with obsolete code, please check the files

File size: 8.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="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\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                        <Filter
187                                Name="hud"
188                                >
189                                <File
190                                        RelativePath="..\..\src\orxonox\hud\HUD.cc"
191                                        >
192                                </File>
193                        </Filter>
194                        <Filter
195                                Name="objects"
196                                >
197                                <File
198                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
199                                        >
200                                </File>
201                                <File
202                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
203                                        >
204                                </File>
205                                <File
206                                        RelativePath="..\..\src\orxonox\objects\Explosion.cc"
207                                        >
208                                </File>
209                                <File
210                                        RelativePath="..\..\src\orxonox\objects\Fighter.cc"
211                                        >
212                                </File>
213                                <File
214                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
215                                        >
216                                </File>
217                                <File
218                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
219                                        >
220                                </File>
221                                <File
222                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
223                                        >
224                                </File>
225                                <File
226                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
227                                        >
228                                </File>
229                                <File
230                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
231                                        >
232                                </File>
233                                <File
234                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
235                                        >
236                                </File>
237                                <Filter
238                                        Name="weapon"
239                                        >
240                                        <File
241                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.cc"
242                                                >
243                                        </File>
244                                        <File
245                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.cc"
246                                                >
247                                        </File>
248                                        <File
249                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.cc"
250                                                >
251                                        </File>
252                                        <File
253                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.cc"
254                                                >
255                                        </File>
256                                        <File
257                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.cc"
258                                                >
259                                        </File>
260                                        <File
261                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.cc"
262                                                >
263                                        </File>
264                                </Filter>
265                        </Filter>
266                        <Filter
267                                Name="particle"
268                                >
269                                <File
270                                        RelativePath="..\..\src\orxonox\particle\ParticleInterface.cc"
271                                        >
272                                </File>
273                        </Filter>
274                        <Filter
275                                Name="tools"
276                                >
277                                <File
278                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
279                                        >
280                                </File>
281                                <File
282                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
283                                        >
284                                </File>
285                                <File
286                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
287                                        >
288                                </File>
289                                <File
290                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
291                                        >
292                                </File>
293                        </Filter>
294                </Filter>
295                <Filter
296                        Name="Header Files"
297                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
298                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
299                        >
300                        <File
301                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
302                                >
303                        </File>
304                        <File
305                                RelativePath="..\..\src\orxonox\Orxonox.h"
306                                >
307                        </File>
308                        <File
309                                RelativePath="..\..\src\orxonox\OrxonoxPlatform.h"
310                                >
311                        </File>
312                        <File
313                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
314                                >
315                        </File>
316                        <File
317                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
318                                >
319                        </File>
320                        <Filter
321                                Name="hud"
322                                >
323                                <File
324                                        RelativePath="..\..\src\orxonox\hud\HUD.h"
325                                        >
326                                </File>
327                        </Filter>
328                        <Filter
329                                Name="objects"
330                                >
331                                <File
332                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
333                                        >
334                                </File>
335                                <File
336                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
337                                        >
338                                </File>
339                                <File
340                                        RelativePath="..\..\src\orxonox\objects\Explosion.h"
341                                        >
342                                </File>
343                                <File
344                                        RelativePath="..\..\src\orxonox\objects\Fighter.h"
345                                        >
346                                </File>
347                                <File
348                                        RelativePath="..\..\src\orxonox\objects\Model.h"
349                                        >
350                                </File>
351                                <File
352                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
353                                        >
354                                </File>
355                                <File
356                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
357                                        >
358                                </File>
359                                <File
360                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
361                                        >
362                                </File>
363                                <File
364                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
365                                        >
366                                </File>
367                                <File
368                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
369                                        >
370                                </File>
371                                <Filter
372                                        Name="weapon"
373                                        >
374                                        <File
375                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.h"
376                                                >
377                                        </File>
378                                        <File
379                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.h"
380                                                >
381                                        </File>
382                                        <File
383                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.h"
384                                                >
385                                        </File>
386                                        <File
387                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.h"
388                                                >
389                                        </File>
390                                        <File
391                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.h"
392                                                >
393                                        </File>
394                                        <File
395                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.h"
396                                                >
397                                        </File>
398                                </Filter>
399                        </Filter>
400                        <Filter
401                                Name="particle"
402                                >
403                                <File
404                                        RelativePath="..\..\src\orxonox\particle\ParticleInterface.h"
405                                        >
406                                </File>
407                        </Filter>
408                        <Filter
409                                Name="tools"
410                                >
411                                <File
412                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
413                                        >
414                                </File>
415                                <File
416                                        RelativePath="..\..\src\orxonox\tools\Light.h"
417                                        >
418                                </File>
419                                <File
420                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
421                                        >
422                                </File>
423                                <File
424                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
425                                        >
426                                </File>
427                        </Filter>
428                </Filter>
429                <Filter
430                        Name="Resource Files"
431                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
432                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
433                        >
434                </Filter>
435        </Files>
436        <Globals>
437        </Globals>
438</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.