root/vcproj-8/map-server_sql.vcproj @ 10

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