login-server_sql.vcproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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="Debug-sqllogin"
  16. IntermediateDirectory="Debug-sqllogin"
  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;_WIN32;__WIN32;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. UsePrecompiledHeader="0"
  32. WarningLevel="3"
  33. Detect64BitPortabilityProblems="FALSE"
  34. DebugInformationFormat="4"
  35. CompileAs="1"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLinkerTool"
  40. AdditionalDependencies="WSOCK32.lib libmysql.lib zdll.lib"
  41. OutputFile="..\login-server_sql.exe"
  42. LinkIncremental="2"
  43. AdditionalLibraryDirectories="..\lib"
  44. IgnoreAllDefaultLibraries="FALSE"
  45. GenerateDebugInformation="TRUE"
  46. ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
  47. SubSystem="1"
  48. TargetMachine="1"/>
  49. <Tool
  50. Name="VCMIDLTool"/>
  51. <Tool
  52. Name="VCPostBuildEventTool"/>
  53. <Tool
  54. Name="VCPreBuildEventTool"/>
  55. <Tool
  56. Name="VCPreLinkEventTool"/>
  57. <Tool
  58. Name="VCResourceCompilerTool"/>
  59. <Tool
  60. Name="VCWebServiceProxyGeneratorTool"/>
  61. <Tool
  62. Name="VCXMLDataGeneratorTool"/>
  63. <Tool
  64. Name="VCWebDeploymentTool"/>
  65. <Tool
  66. Name="VCManagedWrapperGeneratorTool"/>
  67. <Tool
  68. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  69. </Configuration>
  70. <Configuration
  71. Name="Release|Win32"
  72. OutputDirectory="Release-sqllogin"
  73. IntermediateDirectory="Release-sqllogin"
  74. ConfigurationType="1"
  75. CharacterSet="2"
  76. WholeProgramOptimization="TRUE">
  77. <Tool
  78. Name="VCCLCompilerTool"
  79. Optimization="3"
  80. GlobalOptimizations="TRUE"
  81. InlineFunctionExpansion="2"
  82. EnableIntrinsicFunctions="TRUE"
  83. ImproveFloatingPointConsistency="TRUE"
  84. FavorSizeOrSpeed="1"
  85. OmitFramePointers="TRUE"
  86. EnableFiberSafeOptimizations="TRUE"
  87. OptimizeForProcessor="3"
  88. OptimizeForWindowsApplication="TRUE"
  89. AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
  90. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
  91. RuntimeLibrary="0"
  92. DefaultCharIsUnsigned="TRUE"
  93. UsePrecompiledHeader="0"
  94. PrecompiledHeaderThrough=""
  95. PrecompiledHeaderFile=""
  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 libmysql.lib zdll.lib"
  105. OutputFile="..\login-server_sql.exe"
  106. LinkIncremental="1"
  107. AdditionalLibraryDirectories="..\lib"
  108. IgnoreAllDefaultLibraries="FALSE"
  109. IgnoreDefaultLibraryNames=""
  110. GenerateDebugInformation="TRUE"
  111. SubSystem="1"
  112. OptimizeReferences="2"
  113. EnableCOMDATFolding="2"
  114. TargetMachine="1"/>
  115. <Tool
  116. Name="VCMIDLTool"/>
  117. <Tool
  118. Name="VCPostBuildEventTool"/>
  119. <Tool
  120. Name="VCPreBuildEventTool"/>
  121. <Tool
  122. Name="VCPreLinkEventTool"/>
  123. <Tool
  124. Name="VCResourceCompilerTool"/>
  125. <Tool
  126. Name="VCWebServiceProxyGeneratorTool"/>
  127. <Tool
  128. Name="VCXMLDataGeneratorTool"/>
  129. <Tool
  130. Name="VCWebDeploymentTool"/>
  131. <Tool
  132. Name="VCManagedWrapperGeneratorTool"/>
  133. <Tool
  134. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  135. </Configuration>
  136. </Configurations>
  137. <References>
  138. </References>
  139. <Files>
  140. <Filter
  141. Name="Source Files"
  142. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  143. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  144. <File
  145. RelativePath="..\src\common\core.c">
  146. </File>
  147. <File
  148. RelativePath="..\src\common\db.c">
  149. </File>
  150. <File
  151. RelativePath="..\src\common\ers.c">
  152. </File>
  153. <File
  154. RelativePath="..\src\common\graph.c">
  155. </File>
  156. <File
  157. RelativePath="..\src\common\grfio.c">
  158. </File>
  159. <File
  160. RelativePath="..\src\zlib\ioapi.c">
  161. </File>
  162. <File
  163. RelativePath="..\src\zlib\iowin32.c">
  164. </File>
  165. <File
  166. RelativePath="..\src\common\lock.c">
  167. </File>
  168. <File
  169. RelativePath="..\src\login_sql\login.c">
  170. </File>
  171. <File
  172. RelativePath="..\src\common\malloc.c">
  173. </File>
  174. <File
  175. RelativePath="..\src\common\md5calc.c">
  176. </File>
  177. <File
  178. RelativePath="..\src\common\nullpo.c">
  179. </File>
  180. <File
  181. RelativePath="..\src\common\plugins.c">
  182. </File>
  183. <File
  184. RelativePath="..\src\common\showmsg.c">
  185. </File>
  186. <File
  187. RelativePath="..\src\common\socket.c">
  188. </File>
  189. <File
  190. RelativePath="..\src\common\strlib.c">
  191. </File>
  192. <File
  193. RelativePath="..\src\common\timer.c">
  194. </File>
  195. <File
  196. RelativePath="..\src\zlib\unzip.c">
  197. </File>
  198. <File
  199. RelativePath="..\src\common\utils.c">
  200. </File>
  201. </Filter>
  202. <Filter
  203. Name="Header Files"
  204. Filter="">
  205. <File
  206. RelativePath="..\src\common\core.h">
  207. </File>
  208. <File
  209. RelativePath="..\src\common\db.h">
  210. </File>
  211. <File
  212. RelativePath="..\src\common\graph.h">
  213. </File>
  214. <File
  215. RelativePath="..\src\common\grfio.h">
  216. </File>
  217. <File
  218. RelativePath="..\src\common\lock.h">
  219. </File>
  220. <File
  221. RelativePath="..\src\login_sql\login.h">
  222. </File>
  223. <File
  224. RelativePath="..\src\common\malloc.h">
  225. </File>
  226. <File
  227. RelativePath="..\src\common\md5calc.h">
  228. </File>
  229. <File
  230. RelativePath="..\src\common\mmo.h">
  231. </File>
  232. <File
  233. RelativePath="..\src\common\nullpo.h">
  234. </File>
  235. <File
  236. RelativePath="..\src\common\plugin.h">
  237. </File>
  238. <File
  239. RelativePath="..\src\common\plugins.h">
  240. </File>
  241. <File
  242. RelativePath="..\src\common\showmsg.h">
  243. </File>
  244. <File
  245. RelativePath="..\src\common\socket.h">
  246. </File>
  247. <File
  248. RelativePath="..\src\common\strlib.h">
  249. </File>
  250. <File
  251. RelativePath="..\src\common\timer.h">
  252. </File>
  253. <File
  254. RelativePath="..\src\common\utils.h">
  255. </File>
  256. <File
  257. RelativePath="..\src\common\version.h">
  258. </File>
  259. </Filter>
  260. </Files>
  261. <Globals>
  262. </Globals>
  263. </VisualStudioProject>