map-server_sql.vcproj 11 KB

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