map-server_sql.vcproj 7.7 KB

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