map-server_sql.vcproj 9.8 KB

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