Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2160 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
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\GameState.cc"
168                                >
169                        </File>
170                        <File
171                                RelativePath="..\..\src\core\Language.cc"
172                                >
173                        </File>
174                        <File
175                                RelativePath="..\..\src\core\OrxonoxClass.cc"
176                                >
177                        </File>
178                        <File
179                                RelativePath="..\..\src\core\RootGameState.cc"
180                                >
181                        </File>
182                        <File
183                                RelativePath="..\..\src\core\Script.cc"
184                                >
185                        </File>
186                        <Filter
187                                Name="tolua"
188                                >
189                                <File
190                                        RelativePath="..\..\src\core\tolua\tolua.pkg"
191                                        >
192                                        <FileConfiguration
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
204                                                Name="Release|Win32"
205                                                >
206                                                <Tool
207                                                        Name="VCCustomBuildTool"
208                                                        Description="Generating tolua bind files..."
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;"
210                                                        AdditionalDependencies=""
211                                                        Outputs="$(RootDir)\src\core\tolua\tolua_bind.cc; $(RootDir)\src\core\tolua\tolua_bind.h"
212                                                />
213                                        </FileConfiguration>
214                                </File>
215                                <File
216                                        RelativePath="..\..\src\core\tolua\tolua_bind.cc"
217                                        >
218                                </File>
219                        </Filter>
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
236                                        RelativePath="..\..\src\core\CommandLine.cc"
237                                        >
238                                </File>
239                                <File
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>
267                                <File
268                                        RelativePath="..\..\src\core\ObjectListBase.cc"
269                                        >
270                                </File>
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
304                                        RelativePath="..\..\src\core\input\Button.cc"
305                                        >
306                                </File>
307                                <File
308                                        RelativePath="..\..\src\core\input\CalibratorCallback.cc"
309                                        >
310                                </File>
311                                <File
312                                        RelativePath="..\..\src\core\input\ExtendedInputState.cc"
313                                        >
314                                </File>
315                                <File
316                                        RelativePath="..\..\src\core\input\HalfAxis.cc"
317                                        >
318                                </File>
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>
339                                <File
340                                        RelativePath="..\..\src\core\input\SimpleInputState.cc"
341                                        >
342                                </File>
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>
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
371                                RelativePath="..\..\src\core\Clock.h"
372                                >
373                        </File>
374                        <File
375                                RelativePath="..\..\src\core\ConfigFileManager.h"
376                                >
377                        </File>
378                        <File
379                                RelativePath="..\..\src\core\ConfigValueContainer.h"
380                                >
381                        </File>
382                        <File
383                                RelativePath="..\..\src\core\ConfigValueIncludes.h"
384                                >
385                        </File>
386                        <File
387                                RelativePath="..\..\src\core\Core.h"
388                                >
389                        </File>
390                        <File
391                                RelativePath="..\..\src\core\CorePrereqs.h"
392                                >
393                        </File>
394                        <File
395                                RelativePath="..\..\src\core\GameState.h"
396                                >
397                        </File>
398                        <File
399                                RelativePath="..\..\src\core\Language.h"
400                                >
401                        </File>
402                        <File
403                                RelativePath="..\..\src\core\OrxonoxClass.h"
404                                >
405                        </File>
406                        <File
407                                RelativePath="..\..\src\core\RootGameState.h"
408                                >
409                        </File>
410                        <File
411                                RelativePath="..\..\src\core\Script.h"
412                                >
413                        </File>
414                        <File
415                                RelativePath="..\..\src\core\Super.h"
416                                >
417                        </File>
418                        <Filter
419                                Name="input"
420                                >
421                                <File
422                                        RelativePath="..\..\src\core\input\Button.h"
423                                        >
424                                </File>
425                                <File
426                                        RelativePath="..\..\src\core\input\CalibratorCallback.h"
427                                        >
428                                </File>
429                                <File
430                                        RelativePath="..\..\src\core\input\ExtendedInputState.h"
431                                        >
432                                </File>
433                                <File
434                                        RelativePath="..\..\src\core\input\HalfAxis.h"
435                                        >
436                                </File>
437                                <File
438                                        RelativePath="..\..\src\core\input\InputBuffer.h"
439                                        >
440                                </File>
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
454                                        RelativePath="..\..\src\core\input\InputState.h"
455                                        >
456                                </File>
457                                <File
458                                        RelativePath="..\..\src\core\input\KeyBinder.h"
459                                        >
460                                </File>
461                                <File
462                                        RelativePath="..\..\src\core\input\KeyDetector.h"
463                                        >
464                                </File>
465                                <File
466                                        RelativePath="..\..\src\core\input\SimpleInputState.h"
467                                        >
468                                </File>
469                        </Filter>
470                        <Filter
471                                Name="command"
472                                >
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
494                                        RelativePath="..\..\src\core\CommandLine.h"
495                                        >
496                                </File>
497                                <File
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"
516                                >
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"
536                                >
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
558                                        RelativePath="..\..\src\core\IteratorBase.h"
559                                        >
560                                </File>
561                                <File
562                                        RelativePath="..\..\src\core\MetaObjectList.h"
563                                        >
564                                </File>
565                                <File
566                                        RelativePath="..\..\src\core\ObjectList.h"
567                                        >
568                                </File>
569                                <File
570                                        RelativePath="..\..\src\core\ObjectListBase.h"
571                                        >
572                                </File>
573                        </Filter>
574                        <Filter
575                                Name="level"
576                                >
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>
606                        <Filter
607                                Name="tolua"
608                                >
609                                <File
610                                        RelativePath="..\..\src\core\tolua\tolua_bind.h"
611                                        >
612                                </File>
613                        </Filter>
614                </Filter>
615        </Files>
616        <Globals>
617        </Globals>
618</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.