Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ceguilua/visual_studio/vc8/core.vcproj @ 2092

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

Implemented lua and ceguilua as far as it works now with visual studio. Next (not so big) step is to integrate it in CMake (already did the most part).

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