Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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