login-server.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="login-server"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E5E9646175AF}"
  7. RootNamespace="login-server"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory=".."
  22. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. AdditionalOptions="/MP"
  45. Optimization="0"
  46. AdditionalIncludeDirectories="..\3rdparty\libconfig;..\3rdparty\mysql\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar"
  47. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;WITH_SQL"
  48. GeneratePreprocessedFile="0"
  49. ExceptionHandling="0"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="1"
  52. EnableFunctionLevelLinking="true"
  53. DefaultCharIsUnsigned="false"
  54. UsePrecompiledHeader="0"
  55. WarningLevel="3"
  56. DebugInformationFormat="4"
  57. CompileAs="1"
  58. DisableSpecificWarnings="4100;4800;4996"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. AdditionalDependencies="libcmtd.lib oldnames.lib ws2_32.lib libmysql.lib"
  72. OutputFile="$(OutDir)\$(ProjectName).exe"
  73. LinkIncremental="2"
  74. AdditionalLibraryDirectories="..\3rdparty\mysql\lib"
  75. IgnoreAllDefaultLibraries="true"
  76. IgnoreDefaultLibraryNames=""
  77. GenerateDebugInformation="true"
  78. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  79. SubSystem="1"
  80. RandomizedBaseAddress="1"
  81. DataExecutionPrevention="0"
  82. TargetMachine="1"
  83. />
  84. <Tool
  85. Name="VCALinkTool"
  86. />
  87. <Tool
  88. Name="VCManifestTool"
  89. />
  90. <Tool
  91. Name="VCXDCMakeTool"
  92. />
  93. <Tool
  94. Name="VCBscMakeTool"
  95. />
  96. <Tool
  97. Name="VCFxCopTool"
  98. />
  99. <Tool
  100. Name="VCAppVerifierTool"
  101. />
  102. <Tool
  103. Name="VCPostBuildEventTool"
  104. />
  105. </Configuration>
  106. <Configuration
  107. Name="Release|Win32"
  108. OutputDirectory=".."
  109. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  110. ConfigurationType="1"
  111. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  112. CharacterSet="2"
  113. WholeProgramOptimization="1"
  114. >
  115. <Tool
  116. Name="VCPreBuildEventTool"
  117. />
  118. <Tool
  119. Name="VCCustomBuildTool"
  120. />
  121. <Tool
  122. Name="VCXMLDataGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCWebServiceProxyGeneratorTool"
  126. />
  127. <Tool
  128. Name="VCMIDLTool"
  129. />
  130. <Tool
  131. Name="VCCLCompilerTool"
  132. AdditionalOptions="/MP"
  133. Optimization="2"
  134. InlineFunctionExpansion="2"
  135. EnableIntrinsicFunctions="true"
  136. FavorSizeOrSpeed="1"
  137. OmitFramePointers="true"
  138. EnableFiberSafeOptimizations="true"
  139. WholeProgramOptimization="true"
  140. AdditionalIncludeDirectories="..\3rdparty\libconfig;..\3rdparty\mysql\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar"
  141. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;WITH_SQL"
  142. StringPooling="true"
  143. RuntimeLibrary="0"
  144. DefaultCharIsUnsigned="false"
  145. UsePrecompiledHeader="0"
  146. PrecompiledHeaderThrough=""
  147. PrecompiledHeaderFile=""
  148. WarningLevel="3"
  149. DebugInformationFormat="3"
  150. CompileAs="1"
  151. DisableSpecificWarnings="4100;4800;4996"
  152. />
  153. <Tool
  154. Name="VCManagedResourceCompilerTool"
  155. />
  156. <Tool
  157. Name="VCResourceCompilerTool"
  158. />
  159. <Tool
  160. Name="VCPreLinkEventTool"
  161. />
  162. <Tool
  163. Name="VCLinkerTool"
  164. AdditionalDependencies="libcmt.lib oldnames.lib ws2_32.lib libmysql.lib"
  165. OutputFile="$(OutDir)\$(ProjectName).exe"
  166. LinkIncremental="1"
  167. AdditionalLibraryDirectories="..\3rdparty\mysql\lib"
  168. IgnoreAllDefaultLibraries="true"
  169. IgnoreDefaultLibraryNames=""
  170. GenerateDebugInformation="true"
  171. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  172. SubSystem="1"
  173. OptimizeReferences="2"
  174. EnableCOMDATFolding="2"
  175. LinkTimeCodeGeneration="1"
  176. RandomizedBaseAddress="1"
  177. DataExecutionPrevention="0"
  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="VCPostBuildEventTool"
  200. />
  201. </Configuration>
  202. </Configurations>
  203. <References>
  204. </References>
  205. <Files>
  206. <Filter
  207. Name="login"
  208. >
  209. <File
  210. RelativePath="..\src\login\account.h"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\src\login\account.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\src\login\ipban.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\src\login\ipban.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\src\login\login.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\src\login\login.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\src\login\loginchrif.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\src\login\loginchrif.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\src\login\loginclif.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\src\login\loginclif.h"
  247. >
  248. </File>
  249. <File
  250. RelativePath="..\src\login\logincnslif.c"
  251. >
  252. </File>
  253. <File
  254. RelativePath="..\src\login\logincnslif.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\src\login\loginlog.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\src\login\loginlog.c"
  263. >
  264. </File>
  265. </Filter>
  266. <Filter
  267. Name="common"
  268. >
  269. <File
  270. RelativePath="..\src\common\cbasetypes.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\src\common\conf.c"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\src\common\conf.h"
  279. >
  280. </File>
  281. <File
  282. RelativePath="..\src\common\core.c"
  283. >
  284. </File>
  285. <File
  286. RelativePath="..\src\common\core.h"
  287. >
  288. </File>
  289. <File
  290. RelativePath="..\src\common\db.c"
  291. >
  292. </File>
  293. <File
  294. RelativePath="..\src\common\db.h"
  295. >
  296. </File>
  297. <File
  298. RelativePath="..\src\common\ers.c"
  299. >
  300. </File>
  301. <File
  302. RelativePath="..\src\common\ers.h"
  303. >
  304. </File>
  305. <File
  306. RelativePath="..\src\common\malloc.c"
  307. >
  308. </File>
  309. <File
  310. RelativePath="..\src\common\malloc.h"
  311. >
  312. </File>
  313. <File
  314. RelativePath="..\src\common\md5calc.c"
  315. >
  316. </File>
  317. <File
  318. RelativePath="..\src\common\md5calc.h"
  319. >
  320. </File>
  321. <File
  322. RelativePath="..\src\common\mempool.c"
  323. >
  324. </File>
  325. <File
  326. RelativePath="..\src\common\mempool.h"
  327. >
  328. </File>
  329. <File
  330. RelativePath="..\src\common\mmo.h"
  331. >
  332. </File>
  333. <File
  334. RelativePath="..\src\common\mutex.c"
  335. >
  336. </File>
  337. <File
  338. RelativePath="..\src\common\mutex.h"
  339. >
  340. </File>
  341. <File
  342. RelativePath="..\src\common\nullpo.c"
  343. >
  344. </File>
  345. <File
  346. RelativePath="..\src\common\nullpo.h"
  347. >
  348. </File>
  349. <File
  350. RelativePath="..\src\common\raconf.c"
  351. >
  352. </File>
  353. <File
  354. RelativePath="..\src\common\raconf.h"
  355. >
  356. </File>
  357. <File
  358. RelativePath="..\src\common\random.c"
  359. >
  360. </File>
  361. <File
  362. RelativePath="..\src\common\random.h"
  363. >
  364. </File>
  365. <File
  366. RelativePath="..\src\common\showmsg.c"
  367. >
  368. </File>
  369. <File
  370. RelativePath="..\src\common\showmsg.h"
  371. >
  372. </File>
  373. <File
  374. RelativePath="..\src\common\socket.c"
  375. >
  376. </File>
  377. <File
  378. RelativePath="..\src\common\socket.h"
  379. >
  380. </File>
  381. <File
  382. RelativePath="..\src\common\sql.c"
  383. >
  384. </File>
  385. <File
  386. RelativePath="..\src\common\sql.h"
  387. >
  388. </File>
  389. <File
  390. RelativePath="..\src\common\strlib.c"
  391. >
  392. </File>
  393. <File
  394. RelativePath="..\src\common\strlib.h"
  395. >
  396. </File>
  397. <File
  398. RelativePath="..\src\common\thread.c"
  399. >
  400. </File>
  401. <File
  402. RelativePath="..\src\common\thread.h"
  403. >
  404. </File>
  405. <File
  406. RelativePath="..\src\common\timer.c"
  407. >
  408. </File>
  409. <File
  410. RelativePath="..\src\common\timer.h"
  411. >
  412. </File>
  413. <File
  414. RelativePath="..\src\common\utils.c"
  415. >
  416. </File>
  417. <File
  418. RelativePath="..\src\common\utils.h"
  419. >
  420. </File>
  421. <File
  422. RelativePath="..\src\common\winapi.h"
  423. >
  424. </File>
  425. <File
  426. RelativePath="..\src\common\cli.h"
  427. >
  428. </File>
  429. <File
  430. RelativePath="..\src\common\cli.c"
  431. >
  432. </File>
  433. <File
  434. RelativePath="..\src\common\msg_conf.h"
  435. >
  436. </File>
  437. <File
  438. RelativePath="..\src\common\msg_conf.c"
  439. >
  440. </File>
  441. </Filter>
  442. <Filter
  443. Name="3rdparty"
  444. >
  445. <Filter
  446. Name="mt19937ar"
  447. >
  448. <File
  449. RelativePath="..\3rdparty\mt19937ar\mt19937ar.c"
  450. >
  451. </File>
  452. <File
  453. RelativePath="..\3rdparty\mt19937ar\mt19937ar.h"
  454. >
  455. </File>
  456. </Filter>
  457. <Filter
  458. Name="libconfig"
  459. >
  460. <File
  461. RelativePath="..\3rdparty\libconfig\grammar.c"
  462. >
  463. </File>
  464. <File
  465. RelativePath="..\3rdparty\libconfig\grammar.h"
  466. >
  467. </File>
  468. <File
  469. RelativePath="..\3rdparty\libconfig\libconfig.c"
  470. >
  471. </File>
  472. <File
  473. RelativePath="..\3rdparty\libconfig\libconfig.h"
  474. >
  475. </File>
  476. <File
  477. RelativePath="..\3rdparty\libconfig\parsectx.h"
  478. >
  479. </File>
  480. <File
  481. RelativePath="..\3rdparty\libconfig\scanctx.c"
  482. >
  483. </File>
  484. <File
  485. RelativePath="..\3rdparty\libconfig\scanctx.h"
  486. >
  487. </File>
  488. <File
  489. RelativePath="..\3rdparty\libconfig\scanner.c"
  490. >
  491. </File>
  492. <File
  493. RelativePath="..\3rdparty\libconfig\scanner.h"
  494. >
  495. </File>
  496. <File
  497. RelativePath="..\3rdparty\libconfig\strbuf.c"
  498. >
  499. </File>
  500. <File
  501. RelativePath="..\3rdparty\libconfig\strbuf.h"
  502. >
  503. </File>
  504. <File
  505. RelativePath="..\3rdparty\libconfig\wincompat.h"
  506. >
  507. </File>
  508. </Filter>
  509. </Filter>
  510. </Files>
  511. <Globals>
  512. </Globals>
  513. </VisualStudioProject>