ladmin.vcproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="ladmin"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E8E9646175AF}"
  7. RootNamespace="ladmin"
  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=".."
  21. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  22. ConfigurationType="1"
  23. CharacterSet="2"
  24. >
  25. <DebugSettings
  26. WorkingDirectory="$(SolutionDir)"
  27. />
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. AdditionalIncludeDirectories="..\src\common"
  47. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;MINICORE;FD_SETSIZE=4096"
  48. GeneratePreprocessedFile="0"
  49. MinimalRebuild="true"
  50. ExceptionHandling="0"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="1"
  53. EnableFunctionLevelLinking="true"
  54. DefaultCharIsUnsigned="false"
  55. UsePrecompiledHeader="0"
  56. WarningLevel="3"
  57. Detect64BitPortabilityProblems="false"
  58. DebugInformationFormat="4"
  59. CompileAs="1"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. />
  67. <Tool
  68. Name="VCPreLinkEventTool"
  69. />
  70. <Tool
  71. Name="VCLinkerTool"
  72. AdditionalOptions="/FIXED:NO"
  73. AdditionalDependencies="libcmtd.lib oldnames.lib ws2_32.lib"
  74. OutputFile="$(OutDir)\ladmin.exe"
  75. LinkIncremental="2"
  76. AdditionalLibraryDirectories="..\lib"
  77. IgnoreAllDefaultLibraries="true"
  78. GenerateDebugInformation="true"
  79. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  80. SubSystem="1"
  81. TargetMachine="1"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  94. />
  95. <Tool
  96. Name="VCFxCopTool"
  97. />
  98. <Tool
  99. Name="VCAppVerifierTool"
  100. />
  101. <Tool
  102. Name="VCWebDeploymentTool"
  103. />
  104. <Tool
  105. Name="VCPostBuildEventTool"
  106. />
  107. </Configuration>
  108. <Configuration
  109. Name="Release|Win32"
  110. OutputDirectory=".."
  111. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  112. ConfigurationType="1"
  113. CharacterSet="2"
  114. WholeProgramOptimization="1"
  115. >
  116. <DebugSettings
  117. WorkingDirectory="$(SolutionDir)"
  118. />
  119. <Tool
  120. Name="VCPreBuildEventTool"
  121. />
  122. <Tool
  123. Name="VCCustomBuildTool"
  124. />
  125. <Tool
  126. Name="VCXMLDataGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCWebServiceProxyGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCMIDLTool"
  133. />
  134. <Tool
  135. Name="VCCLCompilerTool"
  136. Optimization="2"
  137. InlineFunctionExpansion="2"
  138. EnableIntrinsicFunctions="true"
  139. FavorSizeOrSpeed="1"
  140. OmitFramePointers="true"
  141. EnableFiberSafeOptimizations="true"
  142. WholeProgramOptimization="true"
  143. AdditionalIncludeDirectories="..\src\common"
  144. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;MINICORE;FD_SETSIZE=4096"
  145. StringPooling="true"
  146. RuntimeLibrary="0"
  147. EnableFunctionLevelLinking="false"
  148. DefaultCharIsUnsigned="false"
  149. UsePrecompiledHeader="0"
  150. WarningLevel="3"
  151. Detect64BitPortabilityProblems="false"
  152. DebugInformationFormat="3"
  153. CompileAs="1"
  154. />
  155. <Tool
  156. Name="VCManagedResourceCompilerTool"
  157. />
  158. <Tool
  159. Name="VCResourceCompilerTool"
  160. />
  161. <Tool
  162. Name="VCPreLinkEventTool"
  163. />
  164. <Tool
  165. Name="VCLinkerTool"
  166. AdditionalDependencies="libcmt.lib oldnames.lib ws2_32.lib"
  167. OutputFile="$(OutDir)\ladmin.exe"
  168. LinkIncremental="1"
  169. AdditionalLibraryDirectories="..\lib"
  170. IgnoreAllDefaultLibraries="true"
  171. GenerateDebugInformation="true"
  172. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  173. SubSystem="1"
  174. OptimizeReferences="2"
  175. EnableCOMDATFolding="2"
  176. OptimizeForWindows98="1"
  177. LinkTimeCodeGeneration="1"
  178. TargetMachine="1"
  179. />
  180. <Tool
  181. Name="VCALinkTool"
  182. />
  183. <Tool
  184. Name="VCManifestTool"
  185. />
  186. <Tool
  187. Name="VCXDCMakeTool"
  188. />
  189. <Tool
  190. Name="VCBscMakeTool"
  191. />
  192. <Tool
  193. Name="VCFxCopTool"
  194. />
  195. <Tool
  196. Name="VCAppVerifierTool"
  197. />
  198. <Tool
  199. Name="VCWebDeploymentTool"
  200. />
  201. <Tool
  202. Name="VCPostBuildEventTool"
  203. />
  204. </Configuration>
  205. </Configurations>
  206. <References>
  207. </References>
  208. <Files>
  209. <Filter
  210. Name="ladmin"
  211. >
  212. <File
  213. RelativePath="..\src\ladmin\ladmin.c"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\src\ladmin\ladmin.h"
  218. >
  219. </File>
  220. </Filter>
  221. <Filter
  222. Name="common"
  223. >
  224. <File
  225. RelativePath="..\src\common\core.c"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\src\common\core.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath="..\src\common\malloc.c"
  234. >
  235. </File>
  236. <File
  237. RelativePath="..\src\common\malloc.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath="..\src\common\md5calc.c"
  242. >
  243. </File>
  244. <File
  245. RelativePath="..\src\common\md5calc.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath="..\src\common\mmo.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath="..\src\common\showmsg.c"
  254. >
  255. </File>
  256. <File
  257. RelativePath="..\src\common\showmsg.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath="..\src\common\socket.c"
  262. >
  263. </File>
  264. <File
  265. RelativePath="..\src\common\socket.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath="..\src\common\strlib.c"
  270. >
  271. </File>
  272. <File
  273. RelativePath="..\src\common\strlib.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath="..\src\common\timer.c"
  278. >
  279. </File>
  280. <File
  281. RelativePath="..\src\common\timer.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath="..\src\common\utils.c"
  286. >
  287. </File>
  288. <File
  289. RelativePath="..\src\common\utils.h"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\src\common\version.h"
  294. >
  295. </File>
  296. </Filter>
  297. </Files>
  298. <Globals>
  299. </Globals>
  300. </VisualStudioProject>