Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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