Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/input/visual_studio/vc8/core.vcproj @ 1204

Last change on this file since 1204 was 1204, checked in by rgrieder, 16 years ago
  • added some const qualifiers
  • renamed a few very ugly variables for the 7th time
  • added new functions (isHandlerActive, isDeviceInitialised)
File size: 7.8 KB
RevLine 
[788]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"
[789]21                        InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\core_properties.vsprops"
[788]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"
[789]82                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\core_properties.vsprops"
[788]83                        CharacterSet="1"
84                        WholeProgramOptimization="1"
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
[1059]151                                RelativePath="..\..\src\core\BaseObject.cc"
[788]152                                >
153                        </File>
154                        <File
[1059]155                                RelativePath="..\..\src\core\ClassTreeMask.cc"
[890]156                                >
157                        </File>
158                        <File
[1059]159                                RelativePath="..\..\src\core\CommandExecutor.cc"
[788]160                                >
161                        </File>
162                        <File
[1059]163                                RelativePath="..\..\src\core\ConfigFileManager.cc"
[788]164                                >
165                        </File>
166                        <File
[1059]167                                RelativePath="..\..\src\core\ConfigValueContainer.cc"
[788]168                                >
169                        </File>
170                        <File
[1059]171                                RelativePath="..\..\src\core\CoreSettings.cc"
[890]172                                >
173                        </File>
174                        <File
[1059]175                                RelativePath="..\..\src\core\Error.cc"
[788]176                                >
177                        </File>
178                        <File
[1059]179                                RelativePath="..\..\src\core\Executor.cc"
[788]180                                >
181                        </File>
182                        <File
[1059]183                                RelativePath="..\..\src\core\Factory.cc"
[788]184                                >
185                        </File>
186                        <File
[1059]187                                RelativePath="..\..\src\core\Identifier.cc"
[1024]188                                >
189                        </File>
190                        <File
[1059]191                                RelativePath="..\..\src\core\IdentifierDistributor.cc"
[1024]192                                >
193                        </File>
194                        <File
[1059]195                                RelativePath="..\..\src\core\InputBuffer.cc"
[1024]196                                >
197                        </File>
198                        <File
[1059]199                                RelativePath="..\..\src\core\InputHandler.cc"
[890]200                                >
201                        </File>
202                        <File
[1059]203                                RelativePath="..\..\src\core\InputManager.cc"
[788]204                                >
205                        </File>
206                        <File
[1059]207                                RelativePath="..\..\src\core\Language.cc"
[788]208                                >
209                        </File>
210                        <File
[1059]211                                RelativePath="..\..\src\core\Loader.cc"
[788]212                                >
213                        </File>
214                        <File
[1059]215                                RelativePath="..\..\src\core\MetaObjectList.cc"
[1024]216                                >
217                        </File>
218                        <File
[1059]219                                RelativePath="..\..\src\core\Namespace.cc"
[788]220                                >
221                        </File>
[890]222                        <File
[1059]223                                RelativePath="..\..\src\core\NamespaceNode.cc"
[1021]224                                >
225                        </File>
226                        <File
[1059]227                                RelativePath="..\..\src\core\OrxonoxClass.cc"
[1048]228                                >
229                        </File>
230                        <File
[1059]231                                RelativePath="..\..\src\core\OutputHandler.cc"
[890]232                                >
233                        </File>
[1059]234                        <File
235                                RelativePath="..\..\src\core\Script.cc"
236                                >
237                        </File>
238                        <File
239                                RelativePath="..\..\src\core\SignalHandler.cc"
240                                >
241                        </File>
242                        <File
243                                RelativePath="..\..\src\core\Tickable.cc"
244                                >
245                        </File>
246                        <File
[1084]247                                RelativePath="..\..\src\core\XMLPort.cc"
[1059]248                                >
249                        </File>
[1153]250                        <Filter
251                                Name="tolua"
252                                >
253                                <File
254                                        RelativePath="..\..\src\core\tolua\tolua_bind.cc"
255                                        >
256                                </File>
257                        </Filter>
[788]258                </Filter>
259                <Filter
260                        Name="Header Files"
261                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
262                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
263                        >
264                        <File
[1059]265                                RelativePath="..\..\src\core\BaseObject.h"
[788]266                                >
267                        </File>
268                        <File
[1059]269                                RelativePath="..\..\src\core\ClassFactory.h"
[788]270                                >
271                        </File>
272                        <File
[1059]273                                RelativePath="..\..\src\core\ClassManager.h"
[890]274                                >
275                        </File>
276                        <File
[1059]277                                RelativePath="..\..\src\core\ClassTreeMask.h"
[890]278                                >
279                        </File>
280                        <File
[1059]281                                RelativePath="..\..\src\core\CommandExecutor.h"
[788]282                                >
283                        </File>
284                        <File
[1059]285                                RelativePath="..\..\src\core\ConfigFileManager.h"
[788]286                                >
287                        </File>
288                        <File
[1059]289                                RelativePath="..\..\src\core\ConfigValueContainer.h"
[788]290                                >
291                        </File>
292                        <File
[1059]293                                RelativePath="..\..\src\core\ConfigValueIncludes.h"
[788]294                                >
295                        </File>
296                        <File
[1059]297                                RelativePath="..\..\src\core\ConsoleCommand.h"
[788]298                                >
299                        </File>
300                        <File
[1059]301                                RelativePath="..\..\src\core\CoreIncludes.h"
[788]302                                >
303                        </File>
304                        <File
[1059]305                                RelativePath="..\..\src\core\CorePrereqs.h"
[890]306                                >
307                        </File>
308                        <File
[1059]309                                RelativePath="..\..\src\core\CoreSettings.h"
[788]310                                >
311                        </File>
312                        <File
[1059]313                                RelativePath="..\..\src\core\Debug.h"
[890]314                                >
315                        </File>
316                        <File
[1059]317                                RelativePath="..\..\src\core\Error.h"
[788]318                                >
319                        </File>
320                        <File
[1059]321                                RelativePath="..\..\src\core\Executor.h"
[788]322                                >
323                        </File>
324                        <File
[1059]325                                RelativePath="..\..\src\core\Factory.h"
[1024]326                                >
327                        </File>
328                        <File
[1059]329                                RelativePath="..\..\src\core\Functor.h"
[1024]330                                >
331                        </File>
332                        <File
[1059]333                                RelativePath="..\..\src\core\Identifier.h"
[1024]334                                >
335                        </File>
336                        <File
[1059]337                                RelativePath="..\..\src\core\IdentifierDistributor.h"
[1024]338                                >
339                        </File>
340                        <File
[1059]341                                RelativePath="..\..\src\core\InputBuffer.h"
[788]342                                >
343                        </File>
344                        <File
[1059]345                                RelativePath="..\..\src\core\InputHandler.h"
[890]346                                >
347                        </File>
348                        <File
[1059]349                                RelativePath="..\..\src\core\InputManager.h"
[788]350                                >
351                        </File>
352                        <File
[1059]353                                RelativePath="..\..\src\core\Iterator.h"
[788]354                                >
355                        </File>
356                        <File
[1059]357                                RelativePath="..\..\src\core\Language.h"
[788]358                                >
359                        </File>
360                        <File
[1059]361                                RelativePath="..\..\src\core\Level.h"
[788]362                                >
363                        </File>
364                        <File
[1059]365                                RelativePath="..\..\src\core\Loader.h"
[1024]366                                >
367                        </File>
368                        <File
[1059]369                                RelativePath="..\..\src\core\MetaObjectList.h"
[788]370                                >
371                        </File>
[890]372                        <File
[1059]373                                RelativePath="..\..\src\core\Namespace.h"
[1021]374                                >
375                        </File>
376                        <File
[1059]377                                RelativePath="..\..\src\core\NamespaceNode.h"
[1048]378                                >
379                        </File>
380                        <File
[1059]381                                RelativePath="..\..\src\core\ObjectList.h"
[890]382                                >
383                        </File>
[1059]384                        <File
385                                RelativePath="..\..\src\core\OrxonoxClass.h"
386                                >
387                        </File>
388                        <File
389                                RelativePath="..\..\src\core\OutputHandler.h"
390                                >
391                        </File>
392                        <File
393                                RelativePath="..\..\src\core\Script.h"
394                                >
395                        </File>
396                        <File
397                                RelativePath="..\..\src\core\SignalHandler.h"
398                                >
399                        </File>
400                        <File
401                                RelativePath="..\..\src\core\Tickable.h"
402                                >
403                        </File>
404                        <File
[1084]405                                RelativePath="..\..\src\core\XMLPort.h"
[1059]406                                >
407                        </File>
[1153]408                        <Filter
409                                Name="tolua"
410                                >
411                                <File
412                                        RelativePath="..\..\src\core\tolua\tolua_bind.h"
413                                        >
414                                </File>
415                        </Filter>
[788]416                </Filter>
417        </Files>
418        <Globals>
419        </Globals>
420</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.