Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/gui/visual_studio/vc8/core.vcproj @ 1660

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

GameState class added. Tested and working, but now comes the hard part: Implementing the actual states…

File size: 12.5 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="0"
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\ConfigFileManager.cc"
152                                >
153                        </File>
154                        <File
155                                RelativePath="..\..\src\core\ConfigValueContainer.cc"
156                                >
157                        </File>
158                        <File
159                                RelativePath="..\..\src\core\Core.cc"
160                                >
161                        </File>
162                        <File
163                                RelativePath="..\..\src\core\Error.cc"
164                                >
165                        </File>
166                        <File
167                                RelativePath="..\..\src\core\Exception.cc"
168                                >
169                        </File>
170                        <File
171                                RelativePath="..\..\src\core\GameState.cc"
172                                >
173                        </File>
174                        <File
175                                RelativePath="..\..\src\core\Language.cc"
176                                >
177                        </File>
178                        <File
179                                RelativePath="..\..\src\core\OrxonoxClass.cc"
180                                >
181                        </File>
182                        <File
183                                RelativePath="..\..\src\core\OutputBuffer.cc"
184                                >
185                        </File>
186                        <File
187                                RelativePath="..\..\src\core\OutputHandler.cc"
188                                >
189                        </File>
190                        <File
191                                RelativePath="..\..\src\core\Script.cc"
192                                >
193                        </File>
194                        <File
195                                RelativePath="..\..\src\core\SignalHandler.cc"
196                                >
197                        </File>
198                        <Filter
199                                Name="tolua"
200                                >
201                                <File
202                                        RelativePath="..\..\src\core\tolua\tolua.pkg"
203                                        >
204                                        <FileConfiguration
205                                                Name="Debug|Win32"
206                                                >
207                                                <Tool
208                                                        Name="VCCustomBuildTool"
209                                                        Description="Generating tolua bind files..."
210                                                        CommandLine="&quot;$(OutDir)\tolua_app_d.exe&quot; -n Core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg&#x0D;&#x0A;"
211                                                        AdditionalDependencies="$(RootDir)\src\core\Script.h; $(RootDir)\src\core\CommandExecutor.h"
212                                                        Outputs="$(RootDir)\src\core\tolua\tolua_bind.cc; $(RootDir)\src\core\tolua\tolua_bind.h"
213                                                />
214                                        </FileConfiguration>
215                                        <FileConfiguration
216                                                Name="Release|Win32"
217                                                >
218                                                <Tool
219                                                        Name="VCCustomBuildTool"
220                                                        Description="Generating tolua bind files..."
221                                                        CommandLine="&quot;$(OutDir)\tolua_app.exe&quot; -n Core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg&#x0D;&#x0A;"
222                                                        Outputs="$(RootDir)\src\core\tolua\tolua_bind.cc; $(RootDir)\src\core\tolua\tolua_bind.h"
223                                                />
224                                        </FileConfiguration>
225                                </File>
226                                <File
227                                        RelativePath="..\..\src\core\tolua\tolua_bind.cc"
228                                        >
229                                </File>
230                        </Filter>
231                        <Filter
232                                Name="command"
233                                >
234                                <File
235                                        RelativePath="..\..\src\core\ArgumentCompletionFunctions.cc"
236                                        >
237                                </File>
238                                <File
239                                        RelativePath="..\..\src\core\CommandEvaluation.cc"
240                                        >
241                                </File>
242                                <File
243                                        RelativePath="..\..\src\core\CommandExecutor.cc"
244                                        >
245                                </File>
246                                <File
247                                        RelativePath="..\..\src\core\ConsoleCommand.cc"
248                                        >
249                                </File>
250                                <File
251                                        RelativePath="..\..\src\core\ConsoleCommandCompilation.cc"
252                                        >
253                                </File>
254                                <File
255                                        RelativePath="..\..\src\core\Executor.cc"
256                                        >
257                                </File>
258                        </Filter>
259                        <Filter
260                                Name="hierarchy"
261                                >
262                                <File
263                                        RelativePath="..\..\src\core\Factory.cc"
264                                        >
265                                </File>
266                                <File
267                                        RelativePath="..\..\src\core\Identifier.cc"
268                                        >
269                                </File>
270                                <File
271                                        RelativePath="..\..\src\core\MetaObjectList.cc"
272                                        >
273                                </File>
274                        </Filter>
275                        <Filter
276                                Name="level"
277                                >
278                                <File
279                                        RelativePath="..\..\src\core\BaseObject.cc"
280                                        >
281                                </File>
282                                <File
283                                        RelativePath="..\..\src\core\ClassTreeMask.cc"
284                                        >
285                                </File>
286                                <File
287                                        RelativePath="..\..\src\core\Loader.cc"
288                                        >
289                                </File>
290                                <File
291                                        RelativePath="..\..\src\core\Namespace.cc"
292                                        >
293                                </File>
294                                <File
295                                        RelativePath="..\..\src\core\NamespaceNode.cc"
296                                        >
297                                </File>
298                                <File
299                                        RelativePath="..\..\src\core\XMLPort.cc"
300                                        >
301                                </File>
302                        </Filter>
303                        <Filter
304                                Name="input"
305                                >
306                                <File
307                                        RelativePath="..\..\src\core\input\Button.cc"
308                                        >
309                                </File>
310                                <File
311                                        RelativePath="..\..\src\core\input\CalibratorCallback.cc"
312                                        >
313                                </File>
314                                <File
315                                        RelativePath="..\..\src\core\input\ExtendedInputState.cc"
316                                        >
317                                </File>
318                                <File
319                                        RelativePath="..\..\src\core\input\HalfAxis.cc"
320                                        >
321                                </File>
322                                <File
323                                        RelativePath="..\..\src\core\input\InputBuffer.cc"
324                                        >
325                                </File>
326                                <File
327                                        RelativePath="..\..\src\core\input\InputCommands.cc"
328                                        >
329                                </File>
330                                <File
331                                        RelativePath="..\..\src\core\input\InputManager.cc"
332                                        >
333                                </File>
334                                <File
335                                        RelativePath="..\..\src\core\input\KeyBinder.cc"
336                                        >
337                                </File>
338                                <File
339                                        RelativePath="..\..\src\core\input\KeyDetector.cc"
340                                        >
341                                </File>
342                                <File
343                                        RelativePath="..\..\src\core\input\SimpleInputState.cc"
344                                        >
345                                </File>
346                        </Filter>
347                        <Filter
348                                Name="shell"
349                                >
350                                <File
351                                        RelativePath="..\..\src\core\IRC.cc"
352                                        >
353                                </File>
354                                <File
355                                        RelativePath="..\..\src\core\Shell.cc"
356                                        >
357                                </File>
358                                <File
359                                        RelativePath="..\..\src\core\TclBind.cc"
360                                        >
361                                </File>
362                                <File
363                                        RelativePath="..\..\src\core\TclThreadManager.cc"
364                                        >
365                                </File>
366                        </Filter>
367                </Filter>
368                <Filter
369                        Name="Header Files"
370                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
371                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
372                        >
373                        <File
374                                RelativePath="..\..\src\core\ConfigFileManager.h"
375                                >
376                        </File>
377                        <File
378                                RelativePath="..\..\src\core\ConfigValueContainer.h"
379                                >
380                        </File>
381                        <File
382                                RelativePath="..\..\src\core\ConfigValueIncludes.h"
383                                >
384                        </File>
385                        <File
386                                RelativePath="..\..\src\core\Core.h"
387                                >
388                        </File>
389                        <File
390                                RelativePath="..\..\src\core\CorePrereqs.h"
391                                >
392                        </File>
393                        <File
394                                RelativePath="..\..\src\core\Debug.h"
395                                >
396                        </File>
397                        <File
398                                RelativePath="..\..\src\core\Error.h"
399                                >
400                        </File>
401                        <File
402                                RelativePath="..\..\src\core\Exception.h"
403                                >
404                        </File>
405                        <File
406                                RelativePath="..\..\src\core\GameState.h"
407                                >
408                        </File>
409                        <File
410                                RelativePath="..\..\src\core\Language.h"
411                                >
412                        </File>
413                        <File
414                                RelativePath="..\..\src\core\OrxonoxClass.h"
415                                >
416                        </File>
417                        <File
418                                RelativePath="..\..\src\core\OutputBuffer.h"
419                                >
420                        </File>
421                        <File
422                                RelativePath="..\..\src\core\OutputHandler.h"
423                                >
424                        </File>
425                        <File
426                                RelativePath="..\..\src\core\Script.h"
427                                >
428                        </File>
429                        <File
430                                RelativePath="..\..\src\core\SignalHandler.h"
431                                >
432                        </File>
433                        <Filter
434                                Name="input"
435                                >
436                                <File
437                                        RelativePath="..\..\src\core\input\Button.h"
438                                        >
439                                </File>
440                                <File
441                                        RelativePath="..\..\src\core\input\CalibratorCallback.h"
442                                        >
443                                </File>
444                                <File
445                                        RelativePath="..\..\src\core\input\ExtendedInputState.h"
446                                        >
447                                </File>
448                                <File
449                                        RelativePath="..\..\src\core\input\HalfAxis.h"
450                                        >
451                                </File>
452                                <File
453                                        RelativePath="..\..\src\core\input\InputBuffer.h"
454                                        >
455                                </File>
456                                <File
457                                        RelativePath="..\..\src\core\input\InputCommands.h"
458                                        >
459                                </File>
460                                <File
461                                        RelativePath="..\..\src\core\input\InputInterfaces.h"
462                                        >
463                                </File>
464                                <File
465                                        RelativePath="..\..\src\core\input\InputManager.h"
466                                        >
467                                </File>
468                                <File
469                                        RelativePath="..\..\src\core\input\InputState.h"
470                                        >
471                                </File>
472                                <File
473                                        RelativePath="..\..\src\core\input\KeyBinder.h"
474                                        >
475                                </File>
476                                <File
477                                        RelativePath="..\..\src\core\input\KeyDetector.h"
478                                        >
479                                </File>
480                                <File
481                                        RelativePath="..\..\src\core\input\SimpleInputState.h"
482                                        >
483                                </File>
484                        </Filter>
485                        <Filter
486                                Name="command"
487                                >
488                                <File
489                                        RelativePath="..\..\src\core\ArgumentCompleter.h"
490                                        >
491                                </File>
492                                <File
493                                        RelativePath="..\..\src\core\ArgumentCompletionFunctions.h"
494                                        >
495                                </File>
496                                <File
497                                        RelativePath="..\..\src\core\ArgumentCompletionListElement.h"
498                                        >
499                                </File>
500                                <File
501                                        RelativePath="..\..\src\core\CommandEvaluation.h"
502                                        >
503                                </File>
504                                <File
505                                        RelativePath="..\..\src\core\CommandExecutor.h"
506                                        >
507                                </File>
508                                <File
509                                        RelativePath="..\..\src\core\ConsoleCommand.h"
510                                        >
511                                </File>
512                                <File
513                                        RelativePath="..\..\src\core\ConsoleCommandCompilation.h"
514                                        >
515                                </File>
516                                <File
517                                        RelativePath="..\..\src\core\Executor.h"
518                                        >
519                                </File>
520                                <File
521                                        RelativePath="..\..\src\core\Functor.h"
522                                        >
523                                </File>
524                        </Filter>
525                        <Filter
526                                Name="shell"
527                                >
528                                <File
529                                        RelativePath="..\..\src\core\IRC.h"
530                                        >
531                                </File>
532                                <File
533                                        RelativePath="..\..\src\core\Shell.h"
534                                        >
535                                </File>
536                                <File
537                                        RelativePath="..\..\src\core\TclBind.h"
538                                        >
539                                </File>
540                                <File
541                                        RelativePath="..\..\src\core\TclThreadManager.h"
542                                        >
543                                </File>
544                        </Filter>
545                        <Filter
546                                Name="hierarchy"
547                                >
548                                <File
549                                        RelativePath="..\..\src\core\ClassFactory.h"
550                                        >
551                                </File>
552                                <File
553                                        RelativePath="..\..\src\core\CoreIncludes.h"
554                                        >
555                                </File>
556                                <File
557                                        RelativePath="..\..\src\core\Factory.h"
558                                        >
559                                </File>
560                                <File
561                                        RelativePath="..\..\src\core\Identifier.h"
562                                        >
563                                </File>
564                                <File
565                                        RelativePath="..\..\src\core\Iterator.h"
566                                        >
567                                </File>
568                                <File
569                                        RelativePath="..\..\src\core\MetaObjectList.h"
570                                        >
571                                </File>
572                                <File
573                                        RelativePath="..\..\src\core\ObjectList.h"
574                                        >
575                                </File>
576                        </Filter>
577                        <Filter
578                                Name="level"
579                                >
580                                <File
581                                        RelativePath="..\..\src\core\BaseObject.h"
582                                        >
583                                </File>
584                                <File
585                                        RelativePath="..\..\src\core\ClassTreeMask.h"
586                                        >
587                                </File>
588                                <File
589                                        RelativePath="..\..\src\core\Level.h"
590                                        >
591                                </File>
592                                <File
593                                        RelativePath="..\..\src\core\Loader.h"
594                                        >
595                                </File>
596                                <File
597                                        RelativePath="..\..\src\core\Namespace.h"
598                                        >
599                                </File>
600                                <File
601                                        RelativePath="..\..\src\core\NamespaceNode.h"
602                                        >
603                                </File>
604                                <File
605                                        RelativePath="..\..\src\core\XMLPort.h"
606                                        >
607                                </File>
608                        </Filter>
609                        <Filter
610                                Name="tolua"
611                                >
612                                <File
613                                        RelativePath="..\..\src\core\tolua\tolua_bind.h"
614                                        >
615                                </File>
616                        </Filter>
617                </Filter>
618        </Files>
619        <Globals>
620        </Globals>
621</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.