map-server_sql.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="map-server_sql"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E6E9646175AF}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory=".."
  16. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <DebugSettings
  20. WorkingDirectory="$(SolutionDir)"/>
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. AdditionalOptions="/wd4018
  24. /wd4100"
  25. Optimization="0"
  26. AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
  27. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;MAPREGSQL;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
  28. GeneratePreprocessedFile="0"
  29. MinimalRebuild="TRUE"
  30. ExceptionHandling="FALSE"
  31. BasicRuntimeChecks="3"
  32. RuntimeLibrary="3"
  33. BufferSecurityCheck="TRUE"
  34. EnableFunctionLevelLinking="TRUE"
  35. DefaultCharIsUnsigned="FALSE"
  36. ForceConformanceInForLoopScope="FALSE"
  37. UsePrecompiledHeader="0"
  38. WarningLevel="3"
  39. Detect64BitPortabilityProblems="FALSE"
  40. DebugInformationFormat="4"
  41. CompileAs="1"/>
  42. <Tool
  43. Name="VCCustomBuildTool"/>
  44. <Tool
  45. Name="VCLinkerTool"
  46. AdditionalDependencies="msvcrtd.lib oldnames.lib ws2_32.lib libmysql.lib pcre.lib zdll.lib"
  47. OutputFile="$(OutDir)\map-server_sql.exe"
  48. LinkIncremental="2"
  49. AdditionalLibraryDirectories="..\lib"
  50. IgnoreAllDefaultLibraries="TRUE"
  51. IgnoreDefaultLibraryNames=""
  52. GenerateDebugInformation="TRUE"
  53. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  54. SubSystem="1"
  55. TargetMachine="1"/>
  56. <Tool
  57. Name="VCMIDLTool"/>
  58. <Tool
  59. Name="VCPostBuildEventTool"/>
  60. <Tool
  61. Name="VCPreBuildEventTool"/>
  62. <Tool
  63. Name="VCPreLinkEventTool"/>
  64. <Tool
  65. Name="VCResourceCompilerTool"/>
  66. <Tool
  67. Name="VCWebServiceProxyGeneratorTool"/>
  68. <Tool
  69. Name="VCXMLDataGeneratorTool"/>
  70. <Tool
  71. Name="VCWebDeploymentTool"/>
  72. <Tool
  73. Name="VCManagedWrapperGeneratorTool"/>
  74. <Tool
  75. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  76. </Configuration>
  77. <Configuration
  78. Name="Release|Win32"
  79. OutputDirectory=".."
  80. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  81. ConfigurationType="1"
  82. CharacterSet="2"
  83. WholeProgramOptimization="TRUE">
  84. <DebugSettings
  85. WorkingDirectory="$(SolutionDir)"/>
  86. <Tool
  87. Name="VCCLCompilerTool"
  88. AdditionalOptions="/wd4018
  89. /wd4100"
  90. Optimization="2"
  91. GlobalOptimizations="TRUE"
  92. InlineFunctionExpansion="2"
  93. EnableIntrinsicFunctions="TRUE"
  94. ImproveFloatingPointConsistency="TRUE"
  95. FavorSizeOrSpeed="1"
  96. OmitFramePointers="TRUE"
  97. EnableFiberSafeOptimizations="TRUE"
  98. OptimizeForProcessor="2"
  99. OptimizeForWindowsApplication="TRUE"
  100. AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
  101. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;PCRE_SUPPORT;MAPREGSQL;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
  102. StringPooling="TRUE"
  103. RuntimeLibrary="3"
  104. DefaultCharIsUnsigned="FALSE"
  105. UsePrecompiledHeader="0"
  106. WarningLevel="3"
  107. Detect64BitPortabilityProblems="FALSE"
  108. DebugInformationFormat="3"
  109. CompileAs="1"/>
  110. <Tool
  111. Name="VCCustomBuildTool"/>
  112. <Tool
  113. Name="VCLinkerTool"
  114. AdditionalDependencies="msvcrt.lib oldnames.lib ws2_32.lib libmysql.lib pcre.lib zdll.lib"
  115. OutputFile="$(OutDir)\map-server_sql.exe"
  116. LinkIncremental="1"
  117. AdditionalLibraryDirectories="..\lib"
  118. IgnoreAllDefaultLibraries="TRUE"
  119. IgnoreDefaultLibraryNames=""
  120. GenerateDebugInformation="TRUE"
  121. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  122. SubSystem="1"
  123. OptimizeReferences="2"
  124. EnableCOMDATFolding="2"
  125. OptimizeForWindows98="1"
  126. TargetMachine="1"/>
  127. <Tool
  128. Name="VCMIDLTool"/>
  129. <Tool
  130. Name="VCPostBuildEventTool"/>
  131. <Tool
  132. Name="VCPreBuildEventTool"/>
  133. <Tool
  134. Name="VCPreLinkEventTool"/>
  135. <Tool
  136. Name="VCResourceCompilerTool"/>
  137. <Tool
  138. Name="VCWebServiceProxyGeneratorTool"/>
  139. <Tool
  140. Name="VCXMLDataGeneratorTool"/>
  141. <Tool
  142. Name="VCWebDeploymentTool"/>
  143. <Tool
  144. Name="VCManagedWrapperGeneratorTool"/>
  145. <Tool
  146. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  147. </Configuration>
  148. </Configurations>
  149. <References>
  150. </References>
  151. <Files>
  152. <Filter
  153. Name="map_sql"
  154. Filter="">
  155. <File
  156. RelativePath="..\src\map\atcommand.c">
  157. </File>
  158. <File
  159. RelativePath="..\src\map\atcommand.h">
  160. </File>
  161. <File
  162. RelativePath="..\src\map\battle.c">
  163. </File>
  164. <File
  165. RelativePath="..\src\map\battle.h">
  166. </File>
  167. <File
  168. RelativePath="..\src\map\charcommand.c">
  169. </File>
  170. <File
  171. RelativePath="..\src\map\charcommand.h">
  172. </File>
  173. <File
  174. RelativePath="..\src\map\chat.c">
  175. </File>
  176. <File
  177. RelativePath="..\src\map\chat.h">
  178. </File>
  179. <File
  180. RelativePath="..\src\map\chrif.c">
  181. </File>
  182. <File
  183. RelativePath="..\src\map\chrif.h">
  184. </File>
  185. <File
  186. RelativePath="..\src\map\clif.c">
  187. </File>
  188. <File
  189. RelativePath="..\src\map\clif.h">
  190. </File>
  191. <File
  192. RelativePath="..\src\map\date.c">
  193. </File>
  194. <File
  195. RelativePath="..\src\map\date.h">
  196. </File>
  197. <File
  198. RelativePath="..\src\map\guild.c">
  199. </File>
  200. <File
  201. RelativePath="..\src\map\guild.h">
  202. </File>
  203. <File
  204. RelativePath="..\src\map\intif.c">
  205. </File>
  206. <File
  207. RelativePath="..\src\map\intif.h">
  208. </File>
  209. <File
  210. RelativePath="..\src\map\irc.c">
  211. </File>
  212. <File
  213. RelativePath="..\src\map\irc.h">
  214. </File>
  215. <File
  216. RelativePath="..\src\map\itemdb.c">
  217. </File>
  218. <File
  219. RelativePath="..\src\map\itemdb.h">
  220. </File>
  221. <File
  222. RelativePath="..\src\map\log.c">
  223. </File>
  224. <File
  225. RelativePath="..\src\map\log.h">
  226. </File>
  227. <File
  228. RelativePath="..\src\map\mail.c">
  229. </File>
  230. <File
  231. RelativePath="..\src\map\mail.h">
  232. </File>
  233. <File
  234. RelativePath="..\src\map\map.c">
  235. </File>
  236. <File
  237. RelativePath="..\src\map\map.h">
  238. </File>
  239. <File
  240. RelativePath="..\src\map\mercenary.c">
  241. </File>
  242. <File
  243. RelativePath="..\src\map\mercenary.h">
  244. </File>
  245. <File
  246. RelativePath="..\src\map\mob.c">
  247. </File>
  248. <File
  249. RelativePath="..\src\map\mob.h">
  250. </File>
  251. <File
  252. RelativePath="..\src\map\npc.c">
  253. </File>
  254. <File
  255. RelativePath="..\src\map\npc.h">
  256. </File>
  257. <File
  258. RelativePath="..\src\map\npc_chat.c">
  259. </File>
  260. <File
  261. RelativePath="..\src\map\party.c">
  262. </File>
  263. <File
  264. RelativePath="..\src\map\party.h">
  265. </File>
  266. <File
  267. RelativePath="..\src\map\path.c">
  268. </File>
  269. <File
  270. RelativePath="..\src\map\path.h">
  271. </File>
  272. <File
  273. RelativePath="..\src\map\pc.c">
  274. </File>
  275. <File
  276. RelativePath="..\src\map\pc.h">
  277. </File>
  278. <File
  279. RelativePath="..\src\map\pcre.h">
  280. </File>
  281. <File
  282. RelativePath="..\src\map\pet.c">
  283. </File>
  284. <File
  285. RelativePath="..\src\map\pet.h">
  286. </File>
  287. <File
  288. RelativePath="..\src\map\script.c">
  289. </File>
  290. <File
  291. RelativePath="..\src\map\script.h">
  292. </File>
  293. <File
  294. RelativePath="..\src\map\skill.c">
  295. </File>
  296. <File
  297. RelativePath="..\src\map\skill.h">
  298. </File>
  299. <File
  300. RelativePath="..\src\map\status.c">
  301. </File>
  302. <File
  303. RelativePath="..\src\map\status.h">
  304. </File>
  305. <File
  306. RelativePath="..\src\map\storage.c">
  307. </File>
  308. <File
  309. RelativePath="..\src\map\storage.h">
  310. </File>
  311. <File
  312. RelativePath="..\src\map\trade.c">
  313. </File>
  314. <File
  315. RelativePath="..\src\map\trade.h">
  316. </File>
  317. <File
  318. RelativePath="..\src\map\unit.c">
  319. </File>
  320. <File
  321. RelativePath="..\src\map\unit.h">
  322. </File>
  323. <File
  324. RelativePath="..\src\map\vending.c">
  325. </File>
  326. <File
  327. RelativePath="..\src\map\vending.h">
  328. </File>
  329. </Filter>
  330. <Filter
  331. Name="common"
  332. Filter="">
  333. <File
  334. RelativePath="..\src\common\cbasetypes.h">
  335. </File>
  336. <File
  337. RelativePath="..\src\common\core.c">
  338. </File>
  339. <File
  340. RelativePath="..\src\common\core.h">
  341. </File>
  342. <File
  343. RelativePath="..\src\common\db.c">
  344. </File>
  345. <File
  346. RelativePath="..\src\common\db.h">
  347. </File>
  348. <File
  349. RelativePath="..\src\common\ers.c">
  350. </File>
  351. <File
  352. RelativePath="..\src\common\ers.h">
  353. </File>
  354. <File
  355. RelativePath="..\src\common\grfio.c">
  356. </File>
  357. <File
  358. RelativePath="..\src\common\grfio.h">
  359. </File>
  360. <File
  361. RelativePath="..\src\common\lock.c">
  362. </File>
  363. <File
  364. RelativePath="..\src\common\lock.h">
  365. </File>
  366. <File
  367. RelativePath="..\src\common\malloc.c">
  368. </File>
  369. <File
  370. RelativePath="..\src\common\malloc.h">
  371. </File>
  372. <File
  373. RelativePath="..\src\common\mapindex.c">
  374. </File>
  375. <File
  376. RelativePath="..\src\common\mapindex.h">
  377. </File>
  378. <File
  379. RelativePath="..\src\common\mmo.h">
  380. </File>
  381. <File
  382. RelativePath="..\src\common\nullpo.c">
  383. </File>
  384. <File
  385. RelativePath="..\src\common\nullpo.h">
  386. </File>
  387. <File
  388. RelativePath="..\src\common\plugin.h">
  389. </File>
  390. <File
  391. RelativePath="..\src\common\plugins.c">
  392. </File>
  393. <File
  394. RelativePath="..\src\common\plugins.h">
  395. </File>
  396. <File
  397. RelativePath="..\src\common\showmsg.c">
  398. </File>
  399. <File
  400. RelativePath="..\src\common\showmsg.h">
  401. </File>
  402. <File
  403. RelativePath="..\src\common\socket.c">
  404. </File>
  405. <File
  406. RelativePath="..\src\common\socket.h">
  407. </File>
  408. <File
  409. RelativePath="..\src\common\sql.c">
  410. </File>
  411. <File
  412. RelativePath="..\src\common\sql.h">
  413. </File>
  414. <File
  415. RelativePath="..\src\common\strlib.c">
  416. </File>
  417. <File
  418. RelativePath="..\src\common\strlib.h">
  419. </File>
  420. <File
  421. RelativePath="..\src\common\timer.c">
  422. </File>
  423. <File
  424. RelativePath="..\src\common\timer.h">
  425. </File>
  426. <File
  427. RelativePath="..\src\common\utils.c">
  428. </File>
  429. <File
  430. RelativePath="..\src\common\utils.h">
  431. </File>
  432. <File
  433. RelativePath="..\src\common\version.h">
  434. </File>
  435. </Filter>
  436. <Filter
  437. Name="zlib"
  438. Filter="">
  439. <File
  440. RelativePath="..\src\zlib\zconf.h">
  441. </File>
  442. <File
  443. RelativePath="..\src\zlib\zlib.h">
  444. </File>
  445. </Filter>
  446. </Files>
  447. <Globals>
  448. </Globals>
  449. </VisualStudioProject>