login-server_sql.vcproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="login-server_sql"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E5E9646175AF}"
  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. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="..\3rdparty\mysql\include"
  23. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION;WITH_SQL"
  24. GeneratePreprocessedFile="0"
  25. MinimalRebuild="TRUE"
  26. ExceptionHandling="FALSE"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="3"
  29. BufferSecurityCheck="TRUE"
  30. EnableFunctionLevelLinking="TRUE"
  31. DefaultCharIsUnsigned="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="msvcrtd.lib oldnames.lib ws2_32.lib libmysql.lib"
  42. OutputFile="$(OutDir)\login-server_sql.exe"
  43. LinkIncremental="2"
  44. AdditionalLibraryDirectories="..\3rdparty\mysql\lib"
  45. IgnoreAllDefaultLibraries="TRUE"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  48. SubSystem="1"
  49. TargetMachine="1"/>
  50. <Tool
  51. Name="VCMIDLTool"/>
  52. <Tool
  53. Name="VCPostBuildEventTool"/>
  54. <Tool
  55. Name="VCPreBuildEventTool"/>
  56. <Tool
  57. Name="VCPreLinkEventTool"/>
  58. <Tool
  59. Name="VCResourceCompilerTool"/>
  60. <Tool
  61. Name="VCWebServiceProxyGeneratorTool"/>
  62. <Tool
  63. Name="VCXMLDataGeneratorTool"/>
  64. <Tool
  65. Name="VCWebDeploymentTool"/>
  66. <Tool
  67. Name="VCManagedWrapperGeneratorTool"/>
  68. <Tool
  69. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  70. </Configuration>
  71. <Configuration
  72. Name="Release|Win32"
  73. OutputDirectory=".."
  74. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  75. ConfigurationType="1"
  76. CharacterSet="2"
  77. WholeProgramOptimization="TRUE">
  78. <Tool
  79. Name="VCCLCompilerTool"
  80. Optimization="2"
  81. GlobalOptimizations="TRUE"
  82. InlineFunctionExpansion="2"
  83. EnableIntrinsicFunctions="TRUE"
  84. ImproveFloatingPointConsistency="TRUE"
  85. FavorSizeOrSpeed="1"
  86. OmitFramePointers="TRUE"
  87. EnableFiberSafeOptimizations="TRUE"
  88. OptimizeForProcessor="2"
  89. OptimizeForWindowsApplication="TRUE"
  90. AdditionalIncludeDirectories="..\3rdparty\mysql\include"
  91. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION;WITH_SQL"
  92. StringPooling="TRUE"
  93. RuntimeLibrary="3"
  94. DefaultCharIsUnsigned="FALSE"
  95. UsePrecompiledHeader="0"
  96. PrecompiledHeaderThrough=""
  97. PrecompiledHeaderFile=""
  98. WarningLevel="3"
  99. Detect64BitPortabilityProblems="FALSE"
  100. DebugInformationFormat="3"
  101. CompileAs="1"/>
  102. <Tool
  103. Name="VCCustomBuildTool"/>
  104. <Tool
  105. Name="VCLinkerTool"
  106. AdditionalDependencies="msvcrt.lib oldnames.lib ws2_32.lib libmysql.lib"
  107. OutputFile="$(OutDir)\login-server_sql.exe"
  108. LinkIncremental="1"
  109. AdditionalLibraryDirectories="..\3rdparty\mysql\lib"
  110. IgnoreAllDefaultLibraries="TRUE"
  111. IgnoreDefaultLibraryNames=""
  112. GenerateDebugInformation="TRUE"
  113. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  114. SubSystem="1"
  115. OptimizeReferences="2"
  116. EnableCOMDATFolding="2"
  117. OptimizeForWindows98="1"
  118. TargetMachine="1"/>
  119. <Tool
  120. Name="VCMIDLTool"/>
  121. <Tool
  122. Name="VCPostBuildEventTool"/>
  123. <Tool
  124. Name="VCPreBuildEventTool"/>
  125. <Tool
  126. Name="VCPreLinkEventTool"/>
  127. <Tool
  128. Name="VCResourceCompilerTool"/>
  129. <Tool
  130. Name="VCWebServiceProxyGeneratorTool"/>
  131. <Tool
  132. Name="VCXMLDataGeneratorTool"/>
  133. <Tool
  134. Name="VCWebDeploymentTool"/>
  135. <Tool
  136. Name="VCManagedWrapperGeneratorTool"/>
  137. <Tool
  138. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  139. </Configuration>
  140. </Configurations>
  141. <References>
  142. </References>
  143. <Files>
  144. <Filter
  145. Name="login_sql"
  146. Filter="">
  147. <File
  148. RelativePath="..\src\login\account.h">
  149. </File>
  150. <File
  151. RelativePath="..\src\login\account_sql.c">
  152. </File>
  153. <File
  154. RelativePath="..\src\login\admin.c">
  155. </File>
  156. <File
  157. RelativePath="..\src\login\ipban.h">
  158. </File>
  159. <File
  160. RelativePath="..\src\login\ipban_sql.c">
  161. </File>
  162. <File
  163. RelativePath="..\src\login\login.c">
  164. </File>
  165. <File
  166. RelativePath="..\src\login\login.h">
  167. </File>
  168. <File
  169. RelativePath="..\src\login\loginlog.h">
  170. </File>
  171. <File
  172. RelativePath="..\src\login\loginlog_sql.c">
  173. </File>
  174. </Filter>
  175. <Filter
  176. Name="common"
  177. Filter="">
  178. <File
  179. RelativePath="..\src\common\cbasetypes.h">
  180. </File>
  181. <File
  182. RelativePath="..\src\common\core.c">
  183. </File>
  184. <File
  185. RelativePath="..\src\common\core.h">
  186. </File>
  187. <File
  188. RelativePath="..\src\common\db.c">
  189. </File>
  190. <File
  191. RelativePath="..\src\common\db.h">
  192. </File>
  193. <File
  194. RelativePath="..\src\common\ers.c">
  195. </File>
  196. <File
  197. RelativePath="..\src\common\ers.h">
  198. </File>
  199. <File
  200. RelativePath="..\src\common\lock.c">
  201. </File>
  202. <File
  203. RelativePath="..\src\common\lock.h">
  204. </File>
  205. <File
  206. RelativePath="..\src\common\malloc.c">
  207. </File>
  208. <File
  209. RelativePath="..\src\common\malloc.h">
  210. </File>
  211. <File
  212. RelativePath="..\src\common\md5calc.c">
  213. </File>
  214. <File
  215. RelativePath="..\src\common\md5calc.h">
  216. </File>
  217. <File
  218. RelativePath="..\src\common\mmo.h">
  219. </File>
  220. <File
  221. RelativePath="..\src\common\nullpo.c">
  222. </File>
  223. <File
  224. RelativePath="..\src\common\nullpo.h">
  225. </File>
  226. <File
  227. RelativePath="..\src\common\plugin.h">
  228. </File>
  229. <File
  230. RelativePath="..\src\common\plugins.c">
  231. </File>
  232. <File
  233. RelativePath="..\src\common\plugins.h">
  234. </File>
  235. <File
  236. RelativePath="..\src\common\showmsg.c">
  237. </File>
  238. <File
  239. RelativePath="..\src\common\showmsg.h">
  240. </File>
  241. <File
  242. RelativePath="..\src\common\socket.c">
  243. </File>
  244. <File
  245. RelativePath="..\src\common\socket.h">
  246. </File>
  247. <File
  248. RelativePath="..\src\common\sql.c">
  249. </File>
  250. <File
  251. RelativePath="..\src\common\sql.h">
  252. </File>
  253. <File
  254. RelativePath="..\src\common\strlib.c">
  255. </File>
  256. <File
  257. RelativePath="..\src\common\strlib.h">
  258. </File>
  259. <File
  260. RelativePath="..\src\common\timer.c">
  261. </File>
  262. <File
  263. RelativePath="..\src\common\timer.h">
  264. </File>
  265. <File
  266. RelativePath="..\src\common\utils.c">
  267. </File>
  268. <File
  269. RelativePath="..\src\common\utils.h">
  270. </File>
  271. <File
  272. RelativePath="..\src\common\version.h">
  273. </File>
  274. </Filter>
  275. </Files>
  276. <Globals>
  277. </Globals>
  278. </VisualStudioProject>