char-server_sql.vcproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="char-server_sql"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E4E9646175AF}"
  7. RootNamespace="char-server_sql"
  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. Optimization="0"
  45. AdditionalIncludeDirectories="..\3rdparty\mysql\include"
  46. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
  47. GeneratePreprocessedFile="0"
  48. MinimalRebuild="true"
  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="4800"
  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. Optimization="2"
  133. InlineFunctionExpansion="2"
  134. EnableIntrinsicFunctions="true"
  135. FavorSizeOrSpeed="1"
  136. OmitFramePointers="true"
  137. EnableFiberSafeOptimizations="true"
  138. WholeProgramOptimization="true"
  139. AdditionalIncludeDirectories="..\3rdparty\mysql\include"
  140. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
  141. StringPooling="true"
  142. RuntimeLibrary="0"
  143. DefaultCharIsUnsigned="false"
  144. UsePrecompiledHeader="0"
  145. WarningLevel="3"
  146. DebugInformationFormat="3"
  147. CompileAs="1"
  148. DisableSpecificWarnings="4800"
  149. />
  150. <Tool
  151. Name="VCManagedResourceCompilerTool"
  152. />
  153. <Tool
  154. Name="VCResourceCompilerTool"
  155. />
  156. <Tool
  157. Name="VCPreLinkEventTool"
  158. />
  159. <Tool
  160. Name="VCLinkerTool"
  161. AdditionalDependencies="libcmt.lib oldnames.lib ws2_32.lib libmysql.lib"
  162. OutputFile="$(OutDir)\$(ProjectName).exe"
  163. LinkIncremental="1"
  164. AdditionalLibraryDirectories="..\3rdparty\mysql\lib"
  165. IgnoreAllDefaultLibraries="true"
  166. IgnoreDefaultLibraryNames=""
  167. GenerateDebugInformation="true"
  168. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  169. SubSystem="1"
  170. OptimizeReferences="2"
  171. EnableCOMDATFolding="2"
  172. LinkTimeCodeGeneration="1"
  173. RandomizedBaseAddress="1"
  174. DataExecutionPrevention="0"
  175. TargetMachine="1"
  176. />
  177. <Tool
  178. Name="VCALinkTool"
  179. />
  180. <Tool
  181. Name="VCManifestTool"
  182. />
  183. <Tool
  184. Name="VCXDCMakeTool"
  185. />
  186. <Tool
  187. Name="VCBscMakeTool"
  188. />
  189. <Tool
  190. Name="VCFxCopTool"
  191. />
  192. <Tool
  193. Name="VCAppVerifierTool"
  194. />
  195. <Tool
  196. Name="VCPostBuildEventTool"
  197. />
  198. </Configuration>
  199. </Configurations>
  200. <References>
  201. </References>
  202. <Files>
  203. <Filter
  204. Name="common"
  205. >
  206. <File
  207. RelativePath="..\src\common\cbasetypes.h"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\src\common\core.c"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\src\common\core.h"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\src\common\db.c"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\src\common\db.h"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\src\common\ers.c"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\src\common\ers.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\src\common\lock.c"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\src\common\lock.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\src\common\malloc.c"
  244. >
  245. </File>
  246. <File
  247. RelativePath="..\src\common\malloc.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath="..\src\common\mapindex.c"
  252. >
  253. </File>
  254. <File
  255. RelativePath="..\src\common\mapindex.h"
  256. >
  257. </File>
  258. <File
  259. RelativePath="..\src\common\mmo.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath="..\src\common\nullpo.c"
  264. >
  265. </File>
  266. <File
  267. RelativePath="..\src\common\nullpo.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath="..\src\common\plugin.h"
  272. >
  273. </File>
  274. <File
  275. RelativePath="..\src\common\plugins.c"
  276. >
  277. </File>
  278. <File
  279. RelativePath="..\src\common\plugins.h"
  280. >
  281. </File>
  282. <File
  283. RelativePath="..\src\common\showmsg.c"
  284. >
  285. </File>
  286. <File
  287. RelativePath="..\src\common\showmsg.h"
  288. >
  289. </File>
  290. <File
  291. RelativePath="..\src\common\socket.c"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\src\common\socket.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\src\common\sql.c"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\src\common\sql.h"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\src\common\strlib.c"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\src\common\strlib.h"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\src\common\timer.c"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\src\common\timer.h"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\src\common\utils.c"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\src\common\utils.h"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\src\common\version.h"
  332. >
  333. </File>
  334. </Filter>
  335. <Filter
  336. Name="char_sql"
  337. >
  338. <File
  339. RelativePath="..\src\char_sql\char.c"
  340. >
  341. </File>
  342. <File
  343. RelativePath="..\src\char_sql\char.h"
  344. >
  345. </File>
  346. <File
  347. RelativePath="..\src\char_sql\int_auction.c"
  348. >
  349. </File>
  350. <File
  351. RelativePath="..\src\char_sql\int_auction.h"
  352. >
  353. </File>
  354. <File
  355. RelativePath="..\src\char_sql\int_guild.c"
  356. >
  357. </File>
  358. <File
  359. RelativePath="..\src\char_sql\int_guild.h"
  360. >
  361. </File>
  362. <File
  363. RelativePath="..\src\char_sql\int_homun.c"
  364. >
  365. </File>
  366. <File
  367. RelativePath="..\src\char_sql\int_homun.h"
  368. >
  369. </File>
  370. <File
  371. RelativePath="..\src\char_sql\int_mail.c"
  372. >
  373. </File>
  374. <File
  375. RelativePath="..\src\char_sql\int_mail.h"
  376. >
  377. </File>
  378. <File
  379. RelativePath="..\src\char_sql\int_mercenary.c"
  380. >
  381. </File>
  382. <File
  383. RelativePath="..\src\char_sql\int_mercenary.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_quest.c"
  404. >
  405. </File>
  406. <File
  407. RelativePath="..\src\char_sql\int_quest.h"
  408. >
  409. </File>
  410. <File
  411. RelativePath="..\src\char_sql\int_storage.c"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\src\char_sql\int_storage.h"
  416. >
  417. </File>
  418. <File
  419. RelativePath="..\src\char_sql\inter.c"
  420. >
  421. </File>
  422. <File
  423. RelativePath="..\src\char_sql\inter.h"
  424. >
  425. </File>
  426. </Filter>
  427. </Files>
  428. <Globals>
  429. </Globals>
  430. </VisualStudioProject>