char-server_txt.vcproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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="..\3rdparty\msinttypes\include"
  45. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;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="1"
  51. EnableFunctionLevelLinking="true"
  52. DefaultCharIsUnsigned="false"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. CompileAs="1"
  57. DisableSpecificWarnings="4800"
  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="libcmtd.lib oldnames.lib ws2_32.lib"
  71. OutputFile="$(OutDir)\char-server.exe"
  72. LinkIncremental="2"
  73. AdditionalLibraryDirectories=""
  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="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory=".."
  105. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  106. ConfigurationType="1"
  107. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  108. CharacterSet="2"
  109. WholeProgramOptimization="1"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. Optimization="2"
  129. InlineFunctionExpansion="2"
  130. EnableIntrinsicFunctions="true"
  131. FavorSizeOrSpeed="1"
  132. OmitFramePointers="true"
  133. EnableFiberSafeOptimizations="true"
  134. WholeProgramOptimization="true"
  135. AdditionalIncludeDirectories="..\3rdparty\msinttypes\include"
  136. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
  137. StringPooling="true"
  138. RuntimeLibrary="0"
  139. DefaultCharIsUnsigned="false"
  140. UsePrecompiledHeader="0"
  141. WarningLevel="3"
  142. DebugInformationFormat="3"
  143. CompileAs="1"
  144. DisableSpecificWarnings="4800"
  145. />
  146. <Tool
  147. Name="VCManagedResourceCompilerTool"
  148. />
  149. <Tool
  150. Name="VCResourceCompilerTool"
  151. />
  152. <Tool
  153. Name="VCPreLinkEventTool"
  154. />
  155. <Tool
  156. Name="VCLinkerTool"
  157. AdditionalDependencies="libcmt.lib oldnames.lib ws2_32.lib"
  158. OutputFile="$(OutDir)\char-server.exe"
  159. LinkIncremental="1"
  160. AdditionalLibraryDirectories=""
  161. IgnoreAllDefaultLibraries="true"
  162. GenerateDebugInformation="true"
  163. ProgramDatabaseFile="$(OutDir)\char-server.pdb"
  164. SubSystem="1"
  165. OptimizeReferences="2"
  166. EnableCOMDATFolding="2"
  167. LinkTimeCodeGeneration="1"
  168. TargetMachine="1"
  169. />
  170. <Tool
  171. Name="VCALinkTool"
  172. />
  173. <Tool
  174. Name="VCManifestTool"
  175. />
  176. <Tool
  177. Name="VCXDCMakeTool"
  178. />
  179. <Tool
  180. Name="VCBscMakeTool"
  181. />
  182. <Tool
  183. Name="VCFxCopTool"
  184. />
  185. <Tool
  186. Name="VCAppVerifierTool"
  187. />
  188. <Tool
  189. Name="VCPostBuildEventTool"
  190. />
  191. </Configuration>
  192. </Configurations>
  193. <References>
  194. </References>
  195. <Files>
  196. <Filter
  197. Name="char_txt"
  198. >
  199. <File
  200. RelativePath="..\src\char\char.c"
  201. >
  202. </File>
  203. <File
  204. RelativePath="..\src\char\char.h"
  205. >
  206. </File>
  207. <File
  208. RelativePath="..\src\char\int_guild.c"
  209. >
  210. </File>
  211. <File
  212. RelativePath="..\src\char\int_guild.h"
  213. >
  214. </File>
  215. <File
  216. RelativePath="..\src\char\int_homun.c"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\src\char\int_homun.h"
  221. >
  222. </File>
  223. <File
  224. RelativePath="..\src\char\int_party.c"
  225. >
  226. </File>
  227. <File
  228. RelativePath="..\src\char\int_party.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath="..\src\char\int_pet.c"
  233. >
  234. </File>
  235. <File
  236. RelativePath="..\src\char\int_pet.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath="..\src\char\int_status.c"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\src\char\int_status.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\src\char\int_storage.c"
  249. >
  250. </File>
  251. <File
  252. RelativePath="..\src\char\int_storage.h"
  253. >
  254. </File>
  255. <File
  256. RelativePath="..\src\char\inter.c"
  257. >
  258. </File>
  259. <File
  260. RelativePath="..\src\char\inter.h"
  261. >
  262. </File>
  263. </Filter>
  264. <Filter
  265. Name="common"
  266. >
  267. <File
  268. RelativePath="..\src\common\cbasetypes.h"
  269. >
  270. </File>
  271. <File
  272. RelativePath="..\src\common\core.c"
  273. >
  274. </File>
  275. <File
  276. RelativePath="..\src\common\core.h"
  277. >
  278. </File>
  279. <File
  280. RelativePath="..\src\common\db.c"
  281. >
  282. </File>
  283. <File
  284. RelativePath="..\src\common\db.h"
  285. >
  286. </File>
  287. <File
  288. RelativePath="..\src\common\ers.c"
  289. >
  290. </File>
  291. <File
  292. RelativePath="..\src\common\ers.h"
  293. >
  294. </File>
  295. <File
  296. RelativePath="..\src\common\lock.c"
  297. >
  298. </File>
  299. <File
  300. RelativePath="..\src\common\lock.h"
  301. >
  302. </File>
  303. <File
  304. RelativePath="..\src\common\malloc.c"
  305. >
  306. </File>
  307. <File
  308. RelativePath="..\src\common\malloc.h"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\src\common\mapindex.c"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\src\common\mapindex.h"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\src\common\mmo.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath="..\src\common\nullpo.c"
  325. >
  326. </File>
  327. <File
  328. RelativePath="..\src\common\nullpo.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath="..\src\common\plugin.h"
  333. >
  334. </File>
  335. <File
  336. RelativePath="..\src\common\plugins.c"
  337. >
  338. </File>
  339. <File
  340. RelativePath="..\src\common\plugins.h"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\src\common\showmsg.c"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\src\common\showmsg.h"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\src\common\socket.c"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\src\common\socket.h"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\src\common\strlib.c"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\src\common\strlib.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\src\common\timer.c"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\src\common\timer.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\src\common\utils.c"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\src\common\utils.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\src\common\version.h"
  385. >
  386. </File>
  387. </Filter>
  388. </Files>
  389. <Globals>
  390. </Globals>
  391. </VisualStudioProject>