char-server_txt.vcproj 8.2 KB

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