char-server_sql.vcproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="char-server_sql"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E4E9646175AF}"
  7. RootNamespace="char-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-sqlchar"
  21. IntermediateDirectory="Debug-sqlchar"
  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;_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"
  69. OutputFile="../char-server_sql.exe"
  70. LinkIncremental="2"
  71. AdditionalLibraryDirectories="..\lib"
  72. IgnoreDefaultLibraryNames="LIBCMT"
  73. GenerateDebugInformation="true"
  74. ProgramDatabaseFile="$(OutDir)/eAthena.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-sqlchar"
  106. IntermediateDirectory="Release-sqlchar"
  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;_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"
  153. OutputFile="../char-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\char_sql\char.c"
  199. >
  200. </File>
  201. <File
  202. RelativePath="..\src\common\core.c"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\src\common\db.c"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\src\common\ers.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\src\common\graph.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\src\common\grfio.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\src\char_sql\int_guild.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\src\char_sql\int_party.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\src\char_sql\int_pet.c"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\src\char_sql\int_storage.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\src\char_sql\inter.c"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\src\zlib\ioapi.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\src\zlib\iowin32.c"
  247. >
  248. </File>
  249. <File
  250. RelativePath="..\src\char_sql\itemdb.c"
  251. >
  252. </File>
  253. <File
  254. RelativePath="..\src\common\lock.c"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\src\common\malloc.c"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\src\common\mapindex.c"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\src\common\nullpo.c"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\src\common\plugins.c"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\src\common\showmsg.c"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\src\common\socket.c"
  279. >
  280. </File>
  281. <File
  282. RelativePath="..\src\common\strlib.c"
  283. >
  284. </File>
  285. <File
  286. RelativePath="..\src\common\timer.c"
  287. >
  288. </File>
  289. <File
  290. RelativePath="..\src\zlib\unzip.c"
  291. >
  292. </File>
  293. <File
  294. RelativePath="..\src\common\utils.c"
  295. >
  296. </File>
  297. </Filter>
  298. </Files>
  299. <Globals>
  300. </Globals>
  301. </VisualStudioProject>