Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem/visual_studio/vc8/core.vcproj @ 2217

Last change on this file since 2217 was 2217, checked in by rgrieder, 15 years ago

Updated all Visual Studio files. Some adjustments to the new tolua concept were necessary.

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