char-server_sql.vcproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="char-server_sql"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E4E9646175AF}"
  7. RootNamespace="char-server_sql"
  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. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. CharacterSet="2"
  25. >
  26. <DebugSettings
  27. WorkingDirectory="$(SolutionDir)"
  28. />
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. />
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
  48. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
  49. GeneratePreprocessedFile="0"
  50. MinimalRebuild="true"
  51. ExceptionHandling="0"
  52. BasicRuntimeChecks="3"
  53. RuntimeLibrary="1"
  54. EnableFunctionLevelLinking="true"
  55. DefaultCharIsUnsigned="false"
  56. UsePrecompiledHeader="0"
  57. WarningLevel="3"
  58. Detect64BitPortabilityProblems="false"
  59. DebugInformationFormat="4"
  60. CompileAs="1"
  61. />
  62. <Tool
  63. Name="VCManagedResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCPreLinkEventTool"
  70. />
  71. <Tool
  72. Name="VCLinkerTool"
  73. AdditionalDependencies="libcmtd.lib oldnames.lib ws2_32.lib libmysql.lib zdll.lib"
  74. OutputFile="$(OutDir)\$(ProjectName).exe"
  75. LinkIncremental="2"
  76. AdditionalLibraryDirectories="..\lib"
  77. IgnoreAllDefaultLibraries="true"
  78. IgnoreDefaultLibraryNames=""
  79. GenerateDebugInformation="true"
  80. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  81. SubSystem="1"
  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="VCWebDeploymentTool"
  104. />
  105. <Tool
  106. Name="VCPostBuildEventTool"
  107. />
  108. </Configuration>
  109. <Configuration
  110. Name="Release|Win32"
  111. OutputDirectory=".."
  112. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  113. ConfigurationType="1"
  114. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  115. CharacterSet="2"
  116. WholeProgramOptimization="1"
  117. >
  118. <DebugSettings
  119. WorkingDirectory="$(SolutionDir)"
  120. />
  121. <Tool
  122. Name="VCPreBuildEventTool"
  123. />
  124. <Tool
  125. Name="VCCustomBuildTool"
  126. />
  127. <Tool
  128. Name="VCXMLDataGeneratorTool"
  129. />
  130. <Tool
  131. Name="VCWebServiceProxyGeneratorTool"
  132. />
  133. <Tool
  134. Name="VCMIDLTool"
  135. />
  136. <Tool
  137. Name="VCCLCompilerTool"
  138. Optimization="2"
  139. InlineFunctionExpansion="2"
  140. EnableIntrinsicFunctions="true"
  141. FavorSizeOrSpeed="1"
  142. OmitFramePointers="true"
  143. EnableFiberSafeOptimizations="true"
  144. WholeProgramOptimization="true"
  145. AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
  146. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
  147. StringPooling="true"
  148. RuntimeLibrary="0"
  149. DefaultCharIsUnsigned="false"
  150. UsePrecompiledHeader="0"
  151. WarningLevel="3"
  152. Detect64BitPortabilityProblems="false"
  153. DebugInformationFormat="3"
  154. CompileAs="1"
  155. />
  156. <Tool
  157. Name="VCManagedResourceCompilerTool"
  158. />
  159. <Tool
  160. Name="VCResourceCompilerTool"
  161. />
  162. <Tool
  163. Name="VCPreLinkEventTool"
  164. />
  165. <Tool
  166. Name="VCLinkerTool"
  167. AdditionalDependencies="libcmt.lib oldnames.lib ws2_32.lib libmysql.lib zdll.lib"
  168. OutputFile="$(OutDir)\$(ProjectName).exe"
  169. LinkIncremental="1"
  170. AdditionalLibraryDirectories="..\lib"
  171. IgnoreAllDefaultLibraries="true"
  172. IgnoreDefaultLibraryNames=""
  173. GenerateDebugInformation="true"
  174. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  175. SubSystem="1"
  176. OptimizeReferences="2"
  177. EnableCOMDATFolding="2"
  178. OptimizeForWindows98="1"
  179. LinkTimeCodeGeneration="1"
  180. TargetMachine="1"
  181. />
  182. <Tool
  183. Name="VCALinkTool"
  184. />
  185. <Tool
  186. Name="VCManifestTool"
  187. />
  188. <Tool
  189. Name="VCXDCMakeTool"
  190. />
  191. <Tool
  192. Name="VCBscMakeTool"
  193. />
  194. <Tool
  195. Name="VCFxCopTool"
  196. />
  197. <Tool
  198. Name="VCAppVerifierTool"
  199. />
  200. <Tool
  201. Name="VCWebDeploymentTool"
  202. />
  203. <Tool
  204. Name="VCPostBuildEventTool"
  205. />
  206. </Configuration>
  207. </Configurations>
  208. <References>
  209. </References>
  210. <Files>
  211. <Filter
  212. Name="common"
  213. >
  214. <File
  215. RelativePath="..\src\common\cbasetypes.h"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\src\common\core.c"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\src\common\core.h"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\src\common\db.c"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\src\common\db.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\src\common\ers.c"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\src\common\ers.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\src\common\lock.c"
  244. >
  245. </File>
  246. <File
  247. RelativePath="..\src\common\lock.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath="..\src\common\malloc.c"
  252. >
  253. </File>
  254. <File
  255. RelativePath="..\src\common\malloc.h"
  256. >
  257. </File>
  258. <File
  259. RelativePath="..\src\common\mapindex.c"
  260. >
  261. </File>
  262. <File
  263. RelativePath="..\src\common\mapindex.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath="..\src\common\mmo.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath="..\src\common\nullpo.c"
  272. >
  273. </File>
  274. <File
  275. RelativePath="..\src\common\nullpo.h"
  276. >
  277. </File>
  278. <File
  279. RelativePath="..\src\common\plugin.h"
  280. >
  281. </File>
  282. <File
  283. RelativePath="..\src\common\plugins.c"
  284. >
  285. </File>
  286. <File
  287. RelativePath="..\src\common\plugins.h"
  288. >
  289. </File>
  290. <File
  291. RelativePath="..\src\common\showmsg.c"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\src\common\showmsg.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\src\common\socket.c"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\src\common\socket.h"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\src\common\sql.c"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\src\common\sql.h"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\src\common\strlib.c"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\src\common\strlib.h"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\src\common\timer.c"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\src\common\timer.h"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\src\common\utils.c"
  332. >
  333. </File>
  334. <File
  335. RelativePath="..\src\common\utils.h"
  336. >
  337. </File>
  338. <File
  339. RelativePath="..\src\common\version.h"
  340. >
  341. </File>
  342. </Filter>
  343. <Filter
  344. Name="char_sql"
  345. >
  346. <File
  347. RelativePath="..\src\char_sql\char.c"
  348. >
  349. </File>
  350. <File
  351. RelativePath="..\src\char_sql\char.h"
  352. >
  353. </File>
  354. <File
  355. RelativePath="..\src\char_sql\int_auction.c"
  356. >
  357. </File>
  358. <File
  359. RelativePath="..\src\char_sql\int_auction.h"
  360. >
  361. </File>
  362. <File
  363. RelativePath="..\src\char_sql\int_guild.c"
  364. >
  365. </File>
  366. <File
  367. RelativePath="..\src\char_sql\int_guild.h"
  368. >
  369. </File>
  370. <File
  371. RelativePath="..\src\char_sql\int_homun.c"
  372. >
  373. </File>
  374. <File
  375. RelativePath="..\src\char_sql\int_homun.h"
  376. >
  377. </File>
  378. <File
  379. RelativePath="..\src\char_sql\int_mail.c"
  380. >
  381. </File>
  382. <File
  383. RelativePath="..\src\char_sql\int_mail.h"
  384. >
  385. </File>
  386. <File
  387. RelativePath="..\src\char_sql\int_party.c"
  388. >
  389. </File>
  390. <File
  391. RelativePath="..\src\char_sql\int_party.h"
  392. >
  393. </File>
  394. <File
  395. RelativePath="..\src\char_sql\int_pet.c"
  396. >
  397. </File>
  398. <File
  399. RelativePath="..\src\char_sql\int_pet.h"
  400. >
  401. </File>
  402. <File
  403. RelativePath="..\src\char_sql\int_storage.c"
  404. >
  405. </File>
  406. <File
  407. RelativePath="..\src\char_sql\int_storage.h"
  408. >
  409. </File>
  410. <File
  411. RelativePath="..\src\char_sql\inter.c"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\src\char_sql\inter.h"
  416. >
  417. </File>
  418. </Filter>
  419. </Files>
  420. <Globals>
  421. </Globals>
  422. </VisualStudioProject>