map-server_sql.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595
  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. Optimization="0"
  43. AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
  44. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;MAPREGSQL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
  45. GeneratePreprocessedFile="0"
  46. MinimalRebuild="true"
  47. ExceptionHandling="0"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. EnableFunctionLevelLinking="true"
  51. DefaultCharIsUnsigned="false"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="3"
  54. Detect64BitPortabilityProblems="false"
  55. DebugInformationFormat="4"
  56. CompileAs="1"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. AdditionalDependencies="libcmtd.lib oldnames.lib ws2_32.lib libmysql.lib zdll.lib pcre.lib"
  70. OutputFile="$(OutDir)\$(ProjectName).exe"
  71. LinkIncremental="2"
  72. AdditionalLibraryDirectories="..\lib"
  73. IgnoreAllDefaultLibraries="true"
  74. IgnoreDefaultLibraryNames=""
  75. GenerateDebugInformation="true"
  76. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  77. SubSystem="1"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCWebDeploymentTool"
  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. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  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. Optimization="2"
  132. InlineFunctionExpansion="2"
  133. EnableIntrinsicFunctions="true"
  134. FavorSizeOrSpeed="1"
  135. OmitFramePointers="true"
  136. EnableFiberSafeOptimizations="true"
  137. WholeProgramOptimization="true"
  138. AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
  139. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;PCRE_SUPPORT;MAPREGSQL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
  140. StringPooling="true"
  141. RuntimeLibrary="0"
  142. DefaultCharIsUnsigned="false"
  143. UsePrecompiledHeader="0"
  144. WarningLevel="3"
  145. Detect64BitPortabilityProblems="false"
  146. DebugInformationFormat="3"
  147. CompileAs="1"
  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 libmysql.lib zdll.lib pcre.lib"
  161. OutputFile="$(OutDir)\$(ProjectName).exe"
  162. LinkIncremental="1"
  163. AdditionalLibraryDirectories="..\lib"
  164. IgnoreAllDefaultLibraries="true"
  165. IgnoreDefaultLibraryNames=""
  166. GenerateDebugInformation="true"
  167. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  168. SubSystem="1"
  169. OptimizeReferences="2"
  170. EnableCOMDATFolding="2"
  171. OptimizeForWindows98="1"
  172. LinkTimeCodeGeneration="1"
  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="VCWebDeploymentTool"
  195. />
  196. <Tool
  197. Name="VCPostBuildEventTool"
  198. />
  199. </Configuration>
  200. </Configurations>
  201. <References>
  202. </References>
  203. <Files>
  204. <Filter
  205. Name="common"
  206. >
  207. <File
  208. RelativePath="..\src\common\cbasetypes.h"
  209. >
  210. </File>
  211. <File
  212. RelativePath="..\src\common\core.c"
  213. >
  214. </File>
  215. <File
  216. RelativePath="..\src\common\core.h"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\src\common\db.c"
  221. >
  222. </File>
  223. <File
  224. RelativePath="..\src\common\db.h"
  225. >
  226. </File>
  227. <File
  228. RelativePath="..\src\common\ers.c"
  229. >
  230. </File>
  231. <File
  232. RelativePath="..\src\common\ers.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath="..\src\common\grfio.c"
  237. >
  238. </File>
  239. <File
  240. RelativePath="..\src\common\grfio.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\src\common\lock.c"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\src\common\lock.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath="..\src\common\malloc.c"
  253. >
  254. </File>
  255. <File
  256. RelativePath="..\src\common\malloc.h"
  257. >
  258. </File>
  259. <File
  260. RelativePath="..\src\common\mapindex.c"
  261. >
  262. </File>
  263. <File
  264. RelativePath="..\src\common\mapindex.h"
  265. >
  266. </File>
  267. <File
  268. RelativePath="..\src\common\mmo.h"
  269. >
  270. </File>
  271. <File
  272. RelativePath="..\src\common\nullpo.c"
  273. >
  274. </File>
  275. <File
  276. RelativePath="..\src\common\nullpo.h"
  277. >
  278. </File>
  279. <File
  280. RelativePath="..\src\common\plugin.h"
  281. >
  282. </File>
  283. <File
  284. RelativePath="..\src\common\plugins.c"
  285. >
  286. </File>
  287. <File
  288. RelativePath="..\src\common\plugins.h"
  289. >
  290. </File>
  291. <File
  292. RelativePath="..\src\common\showmsg.c"
  293. >
  294. </File>
  295. <File
  296. RelativePath="..\src\common\showmsg.h"
  297. >
  298. </File>
  299. <File
  300. RelativePath="..\src\common\socket.c"
  301. >
  302. </File>
  303. <File
  304. RelativePath="..\src\common\socket.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath="..\src\common\sql.c"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\src\common\sql.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\src\common\strlib.c"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\src\common\strlib.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath="..\src\common\timer.c"
  325. >
  326. </File>
  327. <File
  328. RelativePath="..\src\common\timer.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath="..\src\common\utils.c"
  333. >
  334. </File>
  335. <File
  336. RelativePath="..\src\common\utils.h"
  337. >
  338. </File>
  339. <File
  340. RelativePath="..\src\common\version.h"
  341. >
  342. </File>
  343. </Filter>
  344. <Filter
  345. Name="zlib"
  346. >
  347. <File
  348. RelativePath="..\src\zlib\zconf.h"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\src\zlib\zlib.h"
  353. >
  354. </File>
  355. </Filter>
  356. <Filter
  357. Name="map_sql"
  358. >
  359. <File
  360. RelativePath="..\src\map\atcommand.c"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\src\map\atcommand.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\src\map\battle.c"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\src\map\battle.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\src\map\charcommand.c"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\src\map\charcommand.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\src\map\chat.c"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\src\map\chat.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\src\map\chrif.c"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\src\map\chrif.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\src\map\clif.c"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\src\map\clif.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\src\map\date.c"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\src\map\date.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\src\map\guild.c"
  417. >
  418. </File>
  419. <File
  420. RelativePath="..\src\map\guild.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath="..\src\map\intif.c"
  425. >
  426. </File>
  427. <File
  428. RelativePath="..\src\map\intif.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath="..\src\map\irc.c"
  433. >
  434. </File>
  435. <File
  436. RelativePath="..\src\map\irc.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath="..\src\map\itemdb.c"
  441. >
  442. </File>
  443. <File
  444. RelativePath="..\src\map\itemdb.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..\src\map\log.c"
  449. >
  450. </File>
  451. <File
  452. RelativePath="..\src\map\log.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath="..\src\map\mail.c"
  457. >
  458. </File>
  459. <File
  460. RelativePath="..\src\map\mail.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath="..\src\map\map.c"
  465. >
  466. </File>
  467. <File
  468. RelativePath="..\src\map\map.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath="..\src\map\mercenary.c"
  473. >
  474. </File>
  475. <File
  476. RelativePath="..\src\map\mercenary.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath="..\src\map\mob.c"
  481. >
  482. </File>
  483. <File
  484. RelativePath="..\src\map\mob.h"
  485. >
  486. </File>
  487. <File
  488. RelativePath="..\src\map\npc.c"
  489. >
  490. </File>
  491. <File
  492. RelativePath="..\src\map\npc.h"
  493. >
  494. </File>
  495. <File
  496. RelativePath="..\src\map\npc_chat.c"
  497. >
  498. </File>
  499. <File
  500. RelativePath="..\src\map\party.c"
  501. >
  502. </File>
  503. <File
  504. RelativePath="..\src\map\party.h"
  505. >
  506. </File>
  507. <File
  508. RelativePath="..\src\map\path.c"
  509. >
  510. </File>
  511. <File
  512. RelativePath="..\src\map\path.h"
  513. >
  514. </File>
  515. <File
  516. RelativePath="..\src\map\pc.c"
  517. >
  518. </File>
  519. <File
  520. RelativePath="..\src\map\pc.h"
  521. >
  522. </File>
  523. <File
  524. RelativePath="..\src\map\pcre.h"
  525. >
  526. </File>
  527. <File
  528. RelativePath="..\src\map\pet.c"
  529. >
  530. </File>
  531. <File
  532. RelativePath="..\src\map\pet.h"
  533. >
  534. </File>
  535. <File
  536. RelativePath="..\src\map\script.c"
  537. >
  538. </File>
  539. <File
  540. RelativePath="..\src\map\script.h"
  541. >
  542. </File>
  543. <File
  544. RelativePath="..\src\map\skill.c"
  545. >
  546. </File>
  547. <File
  548. RelativePath="..\src\map\skill.h"
  549. >
  550. </File>
  551. <File
  552. RelativePath="..\src\map\status.c"
  553. >
  554. </File>
  555. <File
  556. RelativePath="..\src\map\status.h"
  557. >
  558. </File>
  559. <File
  560. RelativePath="..\src\map\storage.c"
  561. >
  562. </File>
  563. <File
  564. RelativePath="..\src\map\storage.h"
  565. >
  566. </File>
  567. <File
  568. RelativePath="..\src\map\trade.c"
  569. >
  570. </File>
  571. <File
  572. RelativePath="..\src\map\trade.h"
  573. >
  574. </File>
  575. <File
  576. RelativePath="..\src\map\unit.c"
  577. >
  578. </File>
  579. <File
  580. RelativePath="..\src\map\unit.h"
  581. >
  582. </File>
  583. <File
  584. RelativePath="..\src\map\vending.c"
  585. >
  586. </File>
  587. <File
  588. RelativePath="..\src\map\vending.h"
  589. >
  590. </File>
  591. </Filter>
  592. </Files>
  593. <Globals>
  594. </Globals>
  595. </VisualStudioProject>