Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/input/visual_studio/vc8/core.vcproj @ 1203

Last change on this file since 1203 was 1203, checked in by rgrieder, 16 years ago
  • InputManager fully functional (most parts tested), if there wasn't that selfish SpaceShip who claims all the mouse input…
  • InputHandler still loads hard coded key bindings, but works fine otherwise
  • I've tried to give full multiple joy stick support. Couldn't yet test that however. And more than one Joystick still doesn't make sense as long as we don't have split view ;)
File size: 9.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="core"
6        ProjectGUID="{271715F3-5B90-4110-A552-70C788084A86}"
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="2"
21                        InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\core_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                        />
42                        <Tool
43                                Name="VCManagedResourceCompilerTool"
44                        />
45                        <Tool
46                                Name="VCResourceCompilerTool"
47                        />
48                        <Tool
49                                Name="VCPreLinkEventTool"
50                        />
51                        <Tool
52                                Name="VCLinkerTool"
53                        />
54                        <Tool
55                                Name="VCALinkTool"
56                        />
57                        <Tool
58                                Name="VCManifestTool"
59                        />
60                        <Tool
61                                Name="VCXDCMakeTool"
62                        />
63                        <Tool
64                                Name="VCBscMakeTool"
65                        />
66                        <Tool
67                                Name="VCFxCopTool"
68                        />
69                        <Tool
70                                Name="VCAppVerifierTool"
71                        />
72                        <Tool
73                                Name="VCWebDeploymentTool"
74                        />
75                        <Tool
76                                Name="VCPostBuildEventTool"
77                        />
78                </Configuration>
79                <Configuration
80                        Name="Release|Win32"
81                        ConfigurationType="2"
82                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\core_properties.vsprops"
83                        CharacterSet="1"
84                        WholeProgramOptimization="1"
85                        >
86                        <Tool
87                                Name="VCPreBuildEventTool"
88                        />
89                        <Tool
90                                Name="VCCustomBuildTool"
91                        />
92                        <Tool
93                                Name="VCXMLDataGeneratorTool"
94                        />
95                        <Tool
96                                Name="VCWebServiceProxyGeneratorTool"
97                        />
98                        <Tool
99                                Name="VCMIDLTool"
100                        />
101                        <Tool
102                                Name="VCCLCompilerTool"
103                        />
104                        <Tool
105                                Name="VCManagedResourceCompilerTool"
106                        />
107                        <Tool
108                                Name="VCResourceCompilerTool"
109                        />
110                        <Tool
111                                Name="VCPreLinkEventTool"
112                        />
113                        <Tool
114                                Name="VCLinkerTool"
115                        />
116                        <Tool
117                                Name="VCALinkTool"
118                        />
119                        <Tool
120                                Name="VCManifestTool"
121                        />
122                        <Tool
123                                Name="VCXDCMakeTool"
124                        />
125                        <Tool
126                                Name="VCBscMakeTool"
127                        />
128                        <Tool
129                                Name="VCFxCopTool"
130                        />
131                        <Tool
132                                Name="VCAppVerifierTool"
133                        />
134                        <Tool
135                                Name="VCWebDeploymentTool"
136                        />
137                        <Tool
138                                Name="VCPostBuildEventTool"
139                        />
140                </Configuration>
141        </Configurations>
142        <References>
143        </References>
144        <Files>
145                <Filter
146                        Name="Source Files"
147                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
148                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
149                        >
150                        <File
151                                RelativePath="..\..\src\core\asdf.cc"
152                                >
153                                <FileConfiguration
154                                        Name="Debug|Win32"
155                                        ExcludedFromBuild="true"
156                                        >
157                                        <Tool
158                                                Name="VCCLCompilerTool"
159                                        />
160                                </FileConfiguration>
161                                <FileConfiguration
162                                        Name="Release|Win32"
163                                        ExcludedFromBuild="true"
164                                        >
165                                        <Tool
166                                                Name="VCCLCompilerTool"
167                                        />
168                                </FileConfiguration>
169                        </File>
170                        <File
171                                RelativePath="..\..\src\core\BaseObject.cc"
172                                >
173                        </File>
174                        <File
175                                RelativePath="..\..\src\core\ClassTreeMask.cc"
176                                >
177                        </File>
178                        <File
179                                RelativePath="..\..\src\core\CommandExecutor.cc"
180                                >
181                        </File>
182                        <File
183                                RelativePath="..\..\src\core\ConfigFileManager.cc"
184                                >
185                        </File>
186                        <File
187                                RelativePath="..\..\src\core\ConfigValueContainer.cc"
188                                >
189                        </File>
190                        <File
191                                RelativePath="..\..\src\core\CoreSettings.cc"
192                                >
193                        </File>
194                        <File
195                                RelativePath="..\..\src\core\Error.cc"
196                                >
197                        </File>
198                        <File
199                                RelativePath="..\..\src\core\Executor.cc"
200                                >
201                        </File>
202                        <File
203                                RelativePath="..\..\src\core\Factory.cc"
204                                >
205                        </File>
206                        <File
207                                RelativePath="..\..\src\core\Identifier.cc"
208                                >
209                        </File>
210                        <File
211                                RelativePath="..\..\src\core\IdentifierDistributor.cc"
212                                >
213                        </File>
214                        <File
215                                RelativePath="..\..\src\core\InputBuffer.cc"
216                                >
217                        </File>
218                        <File
219                                RelativePath="..\..\src\core\InputEventListener.cc"
220                                >
221                                <FileConfiguration
222                                        Name="Debug|Win32"
223                                        ExcludedFromBuild="true"
224                                        >
225                                        <Tool
226                                                Name="VCCLCompilerTool"
227                                        />
228                                </FileConfiguration>
229                                <FileConfiguration
230                                        Name="Release|Win32"
231                                        ExcludedFromBuild="true"
232                                        >
233                                        <Tool
234                                                Name="VCCLCompilerTool"
235                                        />
236                                </FileConfiguration>
237                        </File>
238                        <File
239                                RelativePath="..\..\src\core\InputHandler.cc"
240                                >
241                                <FileConfiguration
242                                        Name="Debug|Win32"
243                                        >
244                                        <Tool
245                                                Name="VCCLCompilerTool"
246                                        />
247                                </FileConfiguration>
248                                <FileConfiguration
249                                        Name="Release|Win32"
250                                        >
251                                        <Tool
252                                                Name="VCCLCompilerTool"
253                                        />
254                                </FileConfiguration>
255                        </File>
256                        <File
257                                RelativePath="..\..\src\core\InputManager.cc"
258                                >
259                        </File>
260                        <File
261                                RelativePath="..\..\src\core\Language.cc"
262                                >
263                        </File>
264                        <File
265                                RelativePath="..\..\src\core\Loader.cc"
266                                >
267                        </File>
268                        <File
269                                RelativePath="..\..\src\core\MetaObjectList.cc"
270                                >
271                        </File>
272                        <File
273                                RelativePath="..\..\src\core\Namespace.cc"
274                                >
275                        </File>
276                        <File
277                                RelativePath="..\..\src\core\NamespaceNode.cc"
278                                >
279                        </File>
280                        <File
281                                RelativePath="..\..\src\core\OrxonoxClass.cc"
282                                >
283                        </File>
284                        <File
285                                RelativePath="..\..\src\core\OutputHandler.cc"
286                                >
287                        </File>
288                        <File
289                                RelativePath="..\..\src\core\Script.cc"
290                                >
291                        </File>
292                        <File
293                                RelativePath="..\..\src\core\SignalHandler.cc"
294                                >
295                        </File>
296                        <File
297                                RelativePath="..\..\src\core\Tickable.cc"
298                                >
299                        </File>
300                        <File
301                                RelativePath="..\..\src\core\XMLPort.cc"
302                                >
303                        </File>
304                        <Filter
305                                Name="tolua"
306                                >
307                                <File
308                                        RelativePath="..\..\src\core\tolua\tolua_bind.cc"
309                                        >
310                                </File>
311                        </Filter>
312                </Filter>
313                <Filter
314                        Name="Header Files"
315                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
316                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
317                        >
318                        <File
319                                RelativePath="..\..\src\core\asdf.h"
320                                >
321                        </File>
322                        <File
323                                RelativePath="..\..\src\core\BaseObject.h"
324                                >
325                        </File>
326                        <File
327                                RelativePath="..\..\src\core\ClassFactory.h"
328                                >
329                        </File>
330                        <File
331                                RelativePath="..\..\src\core\ClassManager.h"
332                                >
333                        </File>
334                        <File
335                                RelativePath="..\..\src\core\ClassTreeMask.h"
336                                >
337                        </File>
338                        <File
339                                RelativePath="..\..\src\core\CommandExecutor.h"
340                                >
341                        </File>
342                        <File
343                                RelativePath="..\..\src\core\ConfigFileManager.h"
344                                >
345                        </File>
346                        <File
347                                RelativePath="..\..\src\core\ConfigValueContainer.h"
348                                >
349                        </File>
350                        <File
351                                RelativePath="..\..\src\core\ConfigValueIncludes.h"
352                                >
353                        </File>
354                        <File
355                                RelativePath="..\..\src\core\ConsoleCommand.h"
356                                >
357                        </File>
358                        <File
359                                RelativePath="..\..\src\core\CoreIncludes.h"
360                                >
361                        </File>
362                        <File
363                                RelativePath="..\..\src\core\CorePrereqs.h"
364                                >
365                        </File>
366                        <File
367                                RelativePath="..\..\src\core\CoreSettings.h"
368                                >
369                        </File>
370                        <File
371                                RelativePath="..\..\src\core\Debug.h"
372                                >
373                        </File>
374                        <File
375                                RelativePath="..\..\src\core\Error.h"
376                                >
377                        </File>
378                        <File
379                                RelativePath="..\..\src\core\Executor.h"
380                                >
381                        </File>
382                        <File
383                                RelativePath="..\..\src\core\Factory.h"
384                                >
385                        </File>
386                        <File
387                                RelativePath="..\..\src\core\Functor.h"
388                                >
389                        </File>
390                        <File
391                                RelativePath="..\..\src\core\Identifier.h"
392                                >
393                        </File>
394                        <File
395                                RelativePath="..\..\src\core\IdentifierDistributor.h"
396                                >
397                        </File>
398                        <File
399                                RelativePath="..\..\src\core\InputBuffer.h"
400                                >
401                        </File>
402                        <File
403                                RelativePath="..\..\src\core\InputEvent.h"
404                                >
405                        </File>
406                        <File
407                                RelativePath="..\..\src\core\InputEventListener.h"
408                                >
409                        </File>
410                        <File
411                                RelativePath="..\..\src\core\InputHandler.h"
412                                >
413                        </File>
414                        <File
415                                RelativePath="..\..\src\core\InputManager.h"
416                                >
417                        </File>
418                        <File
419                                RelativePath="..\..\src\core\Iterator.h"
420                                >
421                        </File>
422                        <File
423                                RelativePath="..\..\src\core\Language.h"
424                                >
425                        </File>
426                        <File
427                                RelativePath="..\..\src\core\Level.h"
428                                >
429                        </File>
430                        <File
431                                RelativePath="..\..\src\core\Loader.h"
432                                >
433                        </File>
434                        <File
435                                RelativePath="..\..\src\core\MetaObjectList.h"
436                                >
437                        </File>
438                        <File
439                                RelativePath="..\..\src\core\Namespace.h"
440                                >
441                        </File>
442                        <File
443                                RelativePath="..\..\src\core\NamespaceNode.h"
444                                >
445                        </File>
446                        <File
447                                RelativePath="..\..\src\core\ObjectList.h"
448                                >
449                        </File>
450                        <File
451                                RelativePath="..\..\src\core\OrxonoxClass.h"
452                                >
453                        </File>
454                        <File
455                                RelativePath="..\..\src\core\OutputHandler.h"
456                                >
457                        </File>
458                        <File
459                                RelativePath="..\..\src\core\Script.h"
460                                >
461                        </File>
462                        <File
463                                RelativePath="..\..\src\core\SignalHandler.h"
464                                >
465                        </File>
466                        <File
467                                RelativePath="..\..\src\core\Tickable.h"
468                                >
469                        </File>
470                        <File
471                                RelativePath="..\..\src\core\XMLPort.h"
472                                >
473                        </File>
474                        <Filter
475                                Name="tolua"
476                                >
477                                <File
478                                        RelativePath="..\..\src\core\tolua\tolua_bind.h"
479                                        >
480                                </File>
481                        </Filter>
482                </Filter>
483        </Files>
484        <Globals>
485        </Globals>
486</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.