map-server_sql.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="map-server_sql"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E6E9646175AF}"
  7. RootNamespace="map-server_sql"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory=".."
  22. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="1"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include"
  45. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;_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. DebugInformationFormat="4"
  56. CompileAs="1"
  57. DisableSpecificWarnings="4018;4100;4800"
  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="..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;..\3rdparty\pcre\lib"
  74. IgnoreAllDefaultLibraries="true"
  75. IgnoreDefaultLibraryNames=""
  76. GenerateDebugInformation="true"
  77. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  78. SubSystem="1"
  79. RandomizedBaseAddress="1"
  80. DataExecutionPrevention="0"
  81. TargetMachine="1"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  94. />
  95. <Tool
  96. Name="VCFxCopTool"
  97. />
  98. <Tool
  99. Name="VCAppVerifierTool"
  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. RandomizedBaseAddress="1"
  173. DataExecutionPrevention="0"
  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="VCPostBuildEventTool"
  196. />
  197. </Configuration>
  198. </Configurations>
  199. <References>
  200. </References>
  201. <Files>
  202. <Filter
  203. Name="common"
  204. >
  205. <File
  206. RelativePath="..\src\common\cbasetypes.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\src\common\core.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\src\common\core.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\src\common\db.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\src\common\db.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\src\common\ers.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\src\common\ers.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\src\common\grfio.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\src\common\grfio.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\src\common\lock.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\src\common\lock.h"
  247. >
  248. </File>
  249. <File
  250. RelativePath="..\src\common\malloc.c"
  251. >
  252. </File>
  253. <File
  254. RelativePath="..\src\common\malloc.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\src\common\md5calc.c"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\src\common\md5calc.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\src\common\mapindex.c"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\src\common\mapindex.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\src\common\mmo.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\src\common\nullpo.c"
  279. >
  280. </File>
  281. <File
  282. RelativePath="..\src\common\nullpo.h"
  283. >
  284. </File>
  285. <File
  286. RelativePath="..\src\common\plugin.h"
  287. >
  288. </File>
  289. <File
  290. RelativePath="..\src\common\plugins.c"
  291. >
  292. </File>
  293. <File
  294. RelativePath="..\src\common\plugins.h"
  295. >
  296. </File>
  297. <File
  298. RelativePath="..\src\common\showmsg.c"
  299. >
  300. </File>
  301. <File
  302. RelativePath="..\src\common\showmsg.h"
  303. >
  304. </File>
  305. <File
  306. RelativePath="..\src\common\socket.c"
  307. >
  308. </File>
  309. <File
  310. RelativePath="..\src\common\socket.h"
  311. >
  312. </File>
  313. <File
  314. RelativePath="..\src\common\sql.c"
  315. >
  316. </File>
  317. <File
  318. RelativePath="..\src\common\sql.h"
  319. >
  320. </File>
  321. <File
  322. RelativePath="..\src\common\strlib.c"
  323. >
  324. </File>
  325. <File
  326. RelativePath="..\src\common\strlib.h"
  327. >
  328. </File>
  329. <File
  330. RelativePath="..\src\common\timer.c"
  331. >
  332. </File>
  333. <File
  334. RelativePath="..\src\common\timer.h"
  335. >
  336. </File>
  337. <File
  338. RelativePath="..\src\common\utils.c"
  339. >
  340. </File>
  341. <File
  342. RelativePath="..\src\common\utils.h"
  343. >
  344. </File>
  345. <File
  346. RelativePath="..\src\common\version.h"
  347. >
  348. </File>
  349. </Filter>
  350. <Filter
  351. Name="map_sql"
  352. >
  353. <File
  354. RelativePath="..\src\map\atcommand.c"
  355. >
  356. </File>
  357. <File
  358. RelativePath="..\src\map\atcommand.h"
  359. >
  360. </File>
  361. <File
  362. RelativePath="..\src\map\battle.c"
  363. >
  364. </File>
  365. <File
  366. RelativePath="..\src\map\battle.h"
  367. >
  368. </File>
  369. <File
  370. RelativePath="..\src\map\battleground.h"
  371. >
  372. </File>
  373. <File
  374. RelativePath="..\src\map\battleground.c"
  375. >
  376. </File>
  377. <File
  378. RelativePath="..\src\map\chat.c"
  379. >
  380. </File>
  381. <File
  382. RelativePath="..\src\map\chat.h"
  383. >
  384. </File>
  385. <File
  386. RelativePath="..\src\map\chrif.c"
  387. >
  388. </File>
  389. <File
  390. RelativePath="..\src\map\chrif.h"
  391. >
  392. </File>
  393. <File
  394. RelativePath="..\src\map\clif.c"
  395. >
  396. </File>
  397. <File
  398. RelativePath="..\src\map\clif.h"
  399. >
  400. </File>
  401. <File
  402. RelativePath="..\src\map\date.c"
  403. >
  404. </File>
  405. <File
  406. RelativePath="..\src\map\date.h"
  407. >
  408. </File>
  409. <File
  410. RelativePath="..\src\map\guild.c"
  411. >
  412. </File>
  413. <File
  414. RelativePath="..\src\map\guild.h"
  415. >
  416. </File>
  417. <File
  418. RelativePath="..\src\map\intif.c"
  419. >
  420. </File>
  421. <File
  422. RelativePath="..\src\map\intif.h"
  423. >
  424. </File>
  425. <File
  426. RelativePath="..\src\map\itemdb.c"
  427. >
  428. </File>
  429. <File
  430. RelativePath="..\src\map\itemdb.h"
  431. >
  432. </File>
  433. <File
  434. RelativePath="..\src\map\log.c"
  435. >
  436. </File>
  437. <File
  438. RelativePath="..\src\map\log.h"
  439. >
  440. </File>
  441. <File
  442. RelativePath="..\src\map\mail.c"
  443. >
  444. </File>
  445. <File
  446. RelativePath="..\src\map\mail.h"
  447. >
  448. </File>
  449. <File
  450. RelativePath="..\src\map\map.c"
  451. >
  452. </File>
  453. <File
  454. RelativePath="..\src\map\map.h"
  455. >
  456. </File>
  457. <File
  458. RelativePath="..\src\map\mapreg.h"
  459. >
  460. </File>
  461. <File
  462. RelativePath="..\src\map\mapreg_sql.c"
  463. >
  464. </File>
  465. <File
  466. RelativePath="..\src\map\homunculus.c"
  467. >
  468. </File>
  469. <File
  470. RelativePath="..\src\map\homunculus.h"
  471. >
  472. </File>
  473. <File
  474. RelativePath="..\src\map\instance.c"
  475. >
  476. </File>
  477. <File
  478. RelativePath="..\src\map\instance.h"
  479. >
  480. </File>
  481. <File
  482. RelativePath="..\src\map\mercenary.c"
  483. >
  484. </File>
  485. <File
  486. RelativePath="..\src\map\mercenary.h"
  487. >
  488. </File>
  489. <File
  490. RelativePath="..\src\map\mob.c"
  491. >
  492. </File>
  493. <File
  494. RelativePath="..\src\map\mob.h"
  495. >
  496. </File>
  497. <File
  498. RelativePath="..\src\map\npc.c"
  499. >
  500. </File>
  501. <File
  502. RelativePath="..\src\map\npc.h"
  503. >
  504. </File>
  505. <File
  506. RelativePath="..\src\map\npc_chat.c"
  507. >
  508. </File>
  509. <File
  510. RelativePath="..\src\map\party.c"
  511. >
  512. </File>
  513. <File
  514. RelativePath="..\src\map\party.h"
  515. >
  516. </File>
  517. <File
  518. RelativePath="..\src\map\path.c"
  519. >
  520. </File>
  521. <File
  522. RelativePath="..\src\map\path.h"
  523. >
  524. </File>
  525. <File
  526. RelativePath="..\src\map\pc.c"
  527. >
  528. </File>
  529. <File
  530. RelativePath="..\src\map\pc.h"
  531. >
  532. </File>
  533. <File
  534. RelativePath="..\src\map\pet.c"
  535. >
  536. </File>
  537. <File
  538. RelativePath="..\src\map\pet.h"
  539. >
  540. </File>
  541. <File
  542. RelativePath="..\src\map\quest.c"
  543. >
  544. </File>
  545. <File
  546. RelativePath="..\src\map\quest.h"
  547. >
  548. </File>
  549. <File
  550. RelativePath="..\src\map\script.c"
  551. >
  552. </File>
  553. <File
  554. RelativePath="..\src\map\script.h"
  555. >
  556. </File>
  557. <File
  558. RelativePath="..\src\map\skill.c"
  559. >
  560. </File>
  561. <File
  562. RelativePath="..\src\map\skill.h"
  563. >
  564. </File>
  565. <File
  566. RelativePath="..\src\map\status.c"
  567. >
  568. </File>
  569. <File
  570. RelativePath="..\src\map\status.h"
  571. >
  572. </File>
  573. <File
  574. RelativePath="..\src\map\storage.c"
  575. >
  576. </File>
  577. <File
  578. RelativePath="..\src\map\storage.h"
  579. >
  580. </File>
  581. <File
  582. RelativePath="..\src\map\trade.c"
  583. >
  584. </File>
  585. <File
  586. RelativePath="..\src\map\trade.h"
  587. >
  588. </File>
  589. <File
  590. RelativePath="..\src\map\unit.c"
  591. >
  592. </File>
  593. <File
  594. RelativePath="..\src\map\unit.h"
  595. >
  596. </File>
  597. <File
  598. RelativePath="..\src\map\vending.c"
  599. >
  600. </File>
  601. <File
  602. RelativePath="..\src\map\vending.h"
  603. >
  604. </File>
  605. </Filter>
  606. </Files>
  607. <Globals>
  608. </Globals>
  609. </VisualStudioProject>