map-server_sql.vcproj 11 KB

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