Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem2/visual_studio/vc8/core.vcproj @ 2516

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

Fixed msvc build and adjusted some settings.
Also removed init directory since that got merged into the bin folder.

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