map-server_sql.vcproj 11 KB

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