root/vcproj-8/map-server_txt.vcproj @ 1

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