Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/visual_studio/vc8/core.vcproj @ 1747

Last change on this file since 1747 was 1747, checked in by landauf, 16 years ago

merged core3 back to trunk

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