ladmin.vcproj 5.7 KB

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