root/vcproj-9/map-server_txt.vcproj @ 11

Revision 1, 11.3 kB (checked in by jinshiro, 17 years ago)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="map-server_txt"
6        ProjectGUID="{D356871D-58E1-450B-967A-E1E9646175AF}"
7        RootNamespace="map-server_txt"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="131072"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15        </Platforms>
16        <ToolFiles>
17        </ToolFiles>
18        <Configurations>
19                <Configuration
20                        Name="Debug|Win32"
21                        OutputDirectory=".."
22                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
23                        ConfigurationType="1"
24                        CharacterSet="2"
25                        >
26                        <Tool
27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
42                                Name="VCCLCompilerTool"
43                                Optimization="0"
44                                AdditionalIncludeDirectories="..\src\common;..\src\zlib"
45                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
46                                GeneratePreprocessedFile="0"
47                                MinimalRebuild="true"
48                                ExceptionHandling="0"
49                                BasicRuntimeChecks="3"
50                                RuntimeLibrary="1"
51                                EnableFunctionLevelLinking="true"
52                                DefaultCharIsUnsigned="false"
53                                UsePrecompiledHeader="0"
54                                WarningLevel="3"
55                                DebugInformationFormat="4"
56                                CompileAs="1"
57                                DisableSpecificWarnings="4018;4100;4800"
58                        />
59                        <Tool
60                                Name="VCManagedResourceCompilerTool"
61                        />
62                        <Tool
63                                Name="VCResourceCompilerTool"
64                        />
65                        <Tool
66                                Name="VCPreLinkEventTool"
67                        />
68                        <Tool
69                                Name="VCLinkerTool"
70                                AdditionalOptions="/FIXED:NO"
71                                AdditionalDependencies="libcmtd.lib oldnames.lib ws2_32.lib zdll.lib pcre.lib"
72                                OutputFile="$(OutDir)\map-server.exe"
73                                LinkIncremental="2"
74                                AdditionalLibraryDirectories="..\lib"
75                                IgnoreAllDefaultLibraries="true"
76                                GenerateDebugInformation="true"
77                                ProgramDatabaseFile="$(OutDir)\map-server.pdb"
78                                SubSystem="1"
79                                RandomizedBaseAddress="1"
80                                DataExecutionPrevention="0"
81                                TargetMachine="1"
82                        />
83                        <Tool
84                                Name="VCALinkTool"
85                        />
86                        <Tool
87                                Name="VCManifestTool"
88                        />
89                        <Tool
90                                Name="VCXDCMakeTool"
91                        />
92                        <Tool
93                                Name="VCBscMakeTool"
94                        />
95                        <Tool
96                                Name="VCFxCopTool"
97                        />
98                        <Tool
99                                Name="VCAppVerifierTool"
100                        />
101                        <Tool
102                                Name="VCPostBuildEventTool"
103                        />
104                </Configuration>
105                <Configuration
106                        Name="Release|Win32"
107                        OutputDirectory=".."
108                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
109                        ConfigurationType="1"
110                        CharacterSet="2"
111                        WholeProgramOptimization="1"
112                        >
113                        <Tool
114                                Name="VCPreBuildEventTool"
115                        />
116                        <Tool
117                                Name="VCCustomBuildTool"
118                        />
119                        <Tool
120                                Name="VCXMLDataGeneratorTool"
121                        />
122                        <Tool
123                                Name="VCWebServiceProxyGeneratorTool"
124                        />
125                        <Tool
126                                Name="VCMIDLTool"
127                        />
128                        <Tool
129                                Name="VCCLCompilerTool"
130                                Optimization="2"
131                                InlineFunctionExpansion="2"
132                                EnableIntrinsicFunctions="true"
133                                FavorSizeOrSpeed="1"
134                                OmitFramePointers="true"
135                                EnableFiberSafeOptimizations="true"
136                                WholeProgramOptimization="true"
137                                AdditionalIncludeDirectories="..\src\common;..\src\zlib"
138                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;PCRE_SUPPORT;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
139                                StringPooling="true"
140                                RuntimeLibrary="0"
141                                EnableFunctionLevelLinking="false"
142                                DefaultCharIsUnsigned="false"
143                                UsePrecompiledHeader="0"
144                                WarningLevel="3"
145                                DebugInformationFormat="3"
146                                CompileAs="1"
147                                DisableSpecificWarnings="4018;4100;4800"
148                        />
149                        <Tool
150                                Name="VCManagedResourceCompilerTool"
151                        />
152                        <Tool
153                                Name="VCResourceCompilerTool"
154                        />
155                        <Tool
156                                Name="VCPreLinkEventTool"
157                        />
158                        <Tool
159                                Name="VCLinkerTool"
160                                AdditionalDependencies="libcmt.lib oldnames.lib ws2_32.lib zdll.lib pcre.lib"
161                                OutputFile="$(OutDir)\map-server.exe"
162                                LinkIncremental="1"
163                                AdditionalLibraryDirectories="..\lib"
164                                IgnoreAllDefaultLibraries="true"
165                                GenerateDebugInformation="true"
166                                ProgramDatabaseFile="$(OutDir)\map-server.pdb"
167                                SubSystem="1"
168                                OptimizeReferences="2"
169                                EnableCOMDATFolding="2"
170                                LinkTimeCodeGeneration="1"
171                                RandomizedBaseAddress="1"
172                                DataExecutionPrevention="0"
173                                TargetMachine="1"
174                        />
175                        <Tool
176                                Name="VCALinkTool"
177                        />
178                        <Tool
179                                Name="VCManifestTool"
180                        />
181                        <Tool
182                                Name="VCXDCMakeTool"
183                        />
184                        <Tool
185                                Name="VCBscMakeTool"
186                        />
187                        <Tool
188                                Name="VCFxCopTool"
189                        />
190                        <Tool
191                                Name="VCAppVerifierTool"
192                        />
193                        <Tool
194                                Name="VCPostBuildEventTool"
195                        />
196                </Configuration>
197        </Configurations>
198        <References>
199        </References>
200        <Files>
201                <Filter
202                        Name="map_txt"
203                        >
204                        <File
205                                RelativePath="..\src\map\atcommand.c"
206                                >
207                        </File>
208                        <File
209                                RelativePath="..\src\map\atcommand.h"
210                                >
211                        </File>
212                        <File
213                                RelativePath="..\src\map\battle.c"
214                                >
215                        </File>
216                        <File
217                                RelativePath="..\src\map\battle.h"
218                                >
219                        </File>
220                        <File
221                                RelativePath="..\src\map\charcommand.c"
222                                >
223                        </File>
224                        <File
225                                RelativePath="..\src\map\charcommand.h"
226                                >
227                        </File>
228                        <File
229                                RelativePath="..\src\map\chat.c"
230                                >
231                        </File>
232                        <File
233                                RelativePath="..\src\map\chat.h"
234                                >
235                        </File>
236                        <File
237                                RelativePath="..\src\map\chrif.c"
238                                >
239                        </File>
240                        <File
241                                RelativePath="..\src\map\chrif.h"
242                                >
243                        </File>
244                        <File
245                                RelativePath="..\src\map\clif.c"
246                                >
247                        </File>
248                        <File
249                                RelativePath="..\src\map\clif.h"
250                                >
251                        </File>
252                        <File
253                                RelativePath="..\src\map\date.c"
254                                >
255                        </File>
256                        <File
257                                RelativePath="..\src\map\date.h"
258                                >
259                        </File>
260                        <File
261                                RelativePath="..\src\map\guild.c"
262                                >
263                        </File>
264                        <File
265                                RelativePath="..\src\map\guild.h"
266                                >
267                        </File>
268                        <File
269                                RelativePath="..\src\map\intif.c"
270                                >
271                        </File>
272                        <File
273                                RelativePath="..\src\map\intif.h"
274                                >
275                        </File>
276                        <File
277                                RelativePath="..\src\map\irc.c"
278                                >
279                        </File>
280                        <File
281                                RelativePath="..\src\map\irc.h"
282                                >
283                        </File>
284                        <File
285                                RelativePath="..\src\map\itemdb.c"
286                                >
287                        </File>
288                        <File
289                                RelativePath="..\src\map\itemdb.h"
290                                >
291                        </File>
292                        <File
293                                RelativePath="..\src\map\log.c"
294                                >
295                        </File>
296                        <File
297                                RelativePath="..\src\map\log.h"
298                                >
299                        </File>
300                        <File
301                                RelativePath="..\src\map\mail.c"
302                                >
303                        </File>
304                        <File
305                                RelativePath="..\src\map\mail.h"
306                                >
307                        </File>
308                        <File
309                                RelativePath="..\src\map\map.c"
310                                >
311                        </File>
312                        <File
313                                RelativePath="..\src\map\map.h"
314                                >
315                        </File>
316                        <File
317                                RelativePath="..\src\map\mercenary.c"
318                                >
319                        </File>
320                        <File
321                                RelativePath="..\src\map\mercenary.h"
322                                >
323                        </File>
324                        <File
325                                RelativePath="..\src\map\mob.c"
326                                >
327                        </File>
328                        <File
329                                RelativePath="..\src\map\mob.h"
330                                >
331                        </File>
332                        <File
333                                RelativePath="..\src\map\npc.c"
334                                >
335                        </File>
336                        <File
337                                RelativePath="..\src\map\npc.h"
338                                >
339                        </File>
340                        <File
341                                RelativePath="..\src\map\npc_chat.c"
342                                >
343                        </File>
344                        <File
345                                RelativePath="..\src\map\party.c"
346                                >
347                        </File>
348                        <File
349                                RelativePath="..\src\map\party.h"
350                                >
351                        </File>
352                        <File
353                                RelativePath="..\src\map\path.c"
354                                >
355                        </File>
356                        <File
357                                RelativePath="..\src\map\path.h"
358                                >
359                        </File>
360                        <File
361                                RelativePath="..\src\map\pc.c"
362                                >
363                        </File>
364                        <File
365                                RelativePath="..\src\map\pc.h"
366                                >
367                        </File>
368                        <File
369                                RelativePath="..\src\map\pcre.h"
370                                >
371                        </File>
372                        <File
373                                RelativePath="..\src\map\pet.c"
374                                >
375                        </File>
376                        <File
377                                RelativePath="..\src\map\pet.h"
378                                >
379                        </File>
380                        <File
381                                RelativePath="..\src\map\quest.c"
382                                >
383                        </File>
384                        <File
385                                RelativePath="..\src\map\quest.h"
386                                >
387                        </File>
388                        <File
389                                RelativePath="..\src\map\script.c"
390                                >
391                        </File>
392                        <File
393                                RelativePath="..\src\map\script.h"
394                                >
395                        </File>
396                        <File
397                                RelativePath="..\src\map\skill.c"
398                                >
399                        </File>
400                        <File
401                                RelativePath="..\src\map\skill.h"
402                                >
403                        </File>
404                        <File
405                                RelativePath="..\src\map\status.c"
406                                >
407                        </File>
408                        <File
409                                RelativePath="..\src\map\status.h"
410                                >
411                        </File>
412                        <File
413                                RelativePath="..\src\map\storage.c"
414                                >
415                        </File>
416                        <File
417                                RelativePath="..\src\map\storage.h"
418                                >
419                        </File>
420                        <File
421                                RelativePath="..\src\map\trade.c"
422                                >
423                        </File>
424                        <File
425                                RelativePath="..\src\map\trade.h"
426                                >
427                        </File>
428                        <File
429                                RelativePath="..\src\map\unit.c"
430                                >
431                        </File>
432                        <File
433                                RelativePath="..\src\map\unit.h"
434                                >
435                        </File>
436                        <File
437                                RelativePath="..\src\map\vending.c"
438                                >
439                        </File>
440                        <File
441                                RelativePath="..\src\map\vending.h"
442                                >
443                        </File>
444                </Filter>
445                <Filter
446                        Name="zlib"
447                        >
448                        <File
449                                RelativePath="..\src\zlib\zconf.h"
450                                >
451                        </File>
452                        <File
453                                RelativePath="..\src\zlib\zlib.h"
454                                >
455                        </File>
456                </Filter>
457                <Filter
458                        Name="common"
459                        >
460                        <File
461                                RelativePath="..\src\common\cbasetypes.h"
462                                >
463                        </File>
464                        <File
465                                RelativePath="..\src\common\core.c"
466                                >
467                        </File>
468                        <File
469                                RelativePath="..\src\common\core.h"
470                                >
471                        </File>
472                        <File
473                                RelativePath="..\src\common\db.c"
474                                >
475                        </File>
476                        <File
477                                RelativePath="..\src\common\db.h"
478                                >
479                        </File>
480                        <File
481                                RelativePath="..\src\common\ers.c"
482                                >
483                        </File>
484                        <File
485                                RelativePath="..\src\common\ers.h"
486                                >
487                        </File>
488                        <File
489                                RelativePath="..\src\common\grfio.c"
490                                >
491                        </File>
492                        <File
493                                RelativePath="..\src\common\grfio.h"
494                                >
495                        </File>
496                        <File
497                                RelativePath="..\src\common\lock.c"
498                                >
499                        </File>
500                        <File
501                                RelativePath="..\src\common\lock.h"
502                                >
503                        </File>
504                        <File
505                                RelativePath="..\src\common\malloc.c"
506                                >
507                        </File>
508                        <File
509                                RelativePath="..\src\common\malloc.h"
510                                >
511                        </File>
512                        <File
513                                RelativePath="..\src\common\mapindex.c"
514                                >
515                        </File>
516                        <File
517                                RelativePath="..\src\common\mapindex.h"
518                                >
519                        </File>
520                        <File
521                                RelativePath="..\src\common\mmo.h"
522                                >
523                        </File>
524                        <File
525                                RelativePath="..\src\common\nullpo.c"
526                                >
527                        </File>
528                        <File
529                                RelativePath="..\src\common\nullpo.h"
530                                >
531                        </File>
532                        <File
533                                RelativePath="..\src\common\plugin.h"
534                                >
535                        </File>
536                        <File
537                                RelativePath="..\src\common\plugins.c"
538                                >
539                        </File>
540                        <File
541                                RelativePath="..\src\common\plugins.h"
542                                >
543                        </File>
544                        <File
545                                RelativePath="..\src\common\showmsg.c"
546                                >
547                        </File>
548                        <File
549                                RelativePath="..\src\common\showmsg.h"
550                                >
551                        </File>
552                        <File
553                                RelativePath="..\src\common\socket.c"
554                                >
555                        </File>
556                        <File
557                                RelativePath="..\src\common\socket.h"
558                                >
559                        </File>
560                        <File
561                                RelativePath="..\src\common\strlib.c"
562                                >
563                        </File>
564                        <File
565                                RelativePath="..\src\common\strlib.h"
566                                >
567                        </File>
568                        <File
569                                RelativePath="..\src\common\timer.c"
570                                >
571                        </File>
572                        <File
573                                RelativePath="..\src\common\timer.h"
574                                >
575                        </File>
576                        <File
577                                RelativePath="..\src\common\utils.c"
578                                >
579                        </File>
580                        <File
581                                RelativePath="..\src\common\utils.h"
582                                >
583                        </File>
584                        <File
585                                RelativePath="..\src\common\version.h"
586                                >
587                        </File>
588                </Filter>
589        </Files>
590        <Globals>
591        </Globals>
592</VisualStudioProject>
Note: See TracBrowser for help on using the browser.