Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged input branch into gui test branch (was about time)
svn save (it's still a mess and CMLs haven't been updated)
I'll have to create a special project to create the tolua_bind files for tolua itself anyway..

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