map-server.vcproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="map-server"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E6E9646175AF}"
  7. RootNamespace="map-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. 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. AdditionalOptions="/MP"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..\3rdparty\libconfig;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar"
  46. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST"
  47. GeneratePreprocessedFile="0"
  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="4018;4100;4800;4996"
  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 libmysql.lib zdll.lib pcre.lib"
  71. OutputFile="$(OutDir)\$(ProjectName).exe"
  72. LinkIncremental="2"
  73. AdditionalLibraryDirectories="..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;..\3rdparty\pcre\lib"
  74. IgnoreAllDefaultLibraries="true"
  75. IgnoreDefaultLibraryNames=""
  76. GenerateDebugInformation="true"
  77. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  78. SubSystem="1"
  79. RandomizedBaseAddress="1"
  80. DataExecutionPrevention="0"
  81. TargetMachine="1"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  94. />
  95. <Tool
  96. Name="VCFxCopTool"
  97. />
  98. <Tool
  99. Name="VCAppVerifierTool"
  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. WholeProgramOptimization="1"
  113. >
  114. <Tool
  115. Name="VCPreBuildEventTool"
  116. />
  117. <Tool
  118. Name="VCCustomBuildTool"
  119. />
  120. <Tool
  121. Name="VCXMLDataGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCWebServiceProxyGeneratorTool"
  125. />
  126. <Tool
  127. Name="VCMIDLTool"
  128. />
  129. <Tool
  130. Name="VCCLCompilerTool"
  131. AdditionalOptions="/MP"
  132. Optimization="2"
  133. InlineFunctionExpansion="2"
  134. EnableIntrinsicFunctions="true"
  135. FavorSizeOrSpeed="1"
  136. OmitFramePointers="true"
  137. EnableFiberSafeOptimizations="true"
  138. WholeProgramOptimization="true"
  139. AdditionalIncludeDirectories="..\3rdparty\libconfig;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar"
  140. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;PCRE_SUPPORT;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST"
  141. StringPooling="true"
  142. RuntimeLibrary="0"
  143. DefaultCharIsUnsigned="false"
  144. UsePrecompiledHeader="0"
  145. WarningLevel="3"
  146. DebugInformationFormat="3"
  147. CompileAs="1"
  148. DisableSpecificWarnings="4018;4100;4800;4996"
  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 zdll.lib pcre.lib"
  162. OutputFile="$(OutDir)\$(ProjectName).exe"
  163. LinkIncremental="1"
  164. AdditionalLibraryDirectories="..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;..\3rdparty\pcre\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="3rdparty"
  205. >
  206. <Filter
  207. Name="mt19937ar"
  208. >
  209. <File
  210. RelativePath="..\3rdparty\mt19937ar\mt19937ar.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\3rdparty\mt19937ar\mt19937ar.h"
  215. >
  216. </File>
  217. </Filter>
  218. <Filter
  219. Name="libconfig"
  220. >
  221. <File
  222. RelativePath="..\3rdparty\libconfig\grammar.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\3rdparty\libconfig\grammar.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\3rdparty\libconfig\libconfig.c"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\3rdparty\libconfig\libconfig.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\3rdparty\libconfig\parsectx.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\3rdparty\libconfig\scanctx.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\3rdparty\libconfig\scanctx.h"
  247. >
  248. </File>
  249. <File
  250. RelativePath="..\3rdparty\libconfig\scanner.c"
  251. >
  252. </File>
  253. <File
  254. RelativePath="..\3rdparty\libconfig\scanner.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\3rdparty\libconfig\strbuf.c"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\3rdparty\libconfig\strbuf.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\3rdparty\libconfig\wincompat.h"
  267. >
  268. </File>
  269. </Filter>
  270. </Filter>
  271. <Filter
  272. Name="common"
  273. >
  274. <File
  275. RelativePath="..\src\common\cbasetypes.h"
  276. >
  277. </File>
  278. <File
  279. RelativePath="..\src\common\conf.c"
  280. >
  281. </File>
  282. <File
  283. RelativePath="..\src\common\conf.h"
  284. >
  285. </File>
  286. <File
  287. RelativePath="..\src\common\core.c"
  288. >
  289. </File>
  290. <File
  291. RelativePath="..\src\common\core.h"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\src\common\db.c"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\src\common\db.h"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\src\common\des.c"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\src\common\des.h"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\src\common\ers.c"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\src\common\ers.h"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\src\common\grfio.c"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\src\common\grfio.h"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\src\common\malloc.c"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\src\common\malloc.h"
  332. >
  333. </File>
  334. <File
  335. RelativePath="..\src\common\mapindex.c"
  336. >
  337. </File>
  338. <File
  339. RelativePath="..\src\common\mapindex.h"
  340. >
  341. </File>
  342. <File
  343. RelativePath="..\src\common\md5calc.c"
  344. >
  345. </File>
  346. <File
  347. RelativePath="..\src\common\md5calc.h"
  348. >
  349. </File>
  350. <File
  351. RelativePath="..\src\common\mempool.c"
  352. >
  353. </File>
  354. <File
  355. RelativePath="..\src\common\mempool.h"
  356. >
  357. </File>
  358. <File
  359. RelativePath="..\src\common\mmo.h"
  360. >
  361. </File>
  362. <File
  363. RelativePath="..\src\common\mutex.c"
  364. >
  365. </File>
  366. <File
  367. RelativePath="..\src\common\mutex.h"
  368. >
  369. </File>
  370. <File
  371. RelativePath="..\src\common\nullpo.c"
  372. >
  373. </File>
  374. <File
  375. RelativePath="..\src\common\nullpo.h"
  376. >
  377. </File>
  378. <File
  379. RelativePath="..\src\common\raconf.c"
  380. >
  381. </File>
  382. <File
  383. RelativePath="..\src\common\raconf.h"
  384. >
  385. </File>
  386. <File
  387. RelativePath="..\src\common\random.c"
  388. >
  389. </File>
  390. <File
  391. RelativePath="..\src\common\random.h"
  392. >
  393. </File>
  394. <File
  395. RelativePath="..\src\common\showmsg.c"
  396. >
  397. </File>
  398. <File
  399. RelativePath="..\src\common\showmsg.h"
  400. >
  401. </File>
  402. <File
  403. RelativePath="..\src\common\socket.c"
  404. >
  405. </File>
  406. <File
  407. RelativePath="..\src\common\socket.h"
  408. >
  409. </File>
  410. <File
  411. RelativePath="..\src\common\sql.c"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\src\common\sql.h"
  416. >
  417. </File>
  418. <File
  419. RelativePath="..\src\common\strlib.c"
  420. >
  421. </File>
  422. <File
  423. RelativePath="..\src\common\strlib.h"
  424. >
  425. </File>
  426. <File
  427. RelativePath="..\src\common\thread.c"
  428. >
  429. </File>
  430. <File
  431. RelativePath="..\src\common\thread.h"
  432. >
  433. </File>
  434. <File
  435. RelativePath="..\src\common\timer.c"
  436. >
  437. </File>
  438. <File
  439. RelativePath="..\src\common\timer.h"
  440. >
  441. </File>
  442. <File
  443. RelativePath="..\src\common\utils.c"
  444. >
  445. </File>
  446. <File
  447. RelativePath="..\src\common\utils.h"
  448. >
  449. </File>
  450. <File
  451. RelativePath="..\src\common\winapi.h"
  452. >
  453. </File>
  454. <File
  455. RelativePath="..\src\common\cli.h"
  456. >
  457. </File>
  458. <File
  459. RelativePath="..\src\common\cli.c"
  460. >
  461. </File>
  462. <File
  463. RelativePath="..\src\common\msg_conf.h"
  464. >
  465. </File>
  466. <File
  467. RelativePath="..\src\common\msg_conf.c"
  468. >
  469. </File>
  470. </Filter>
  471. <Filter
  472. Name="map"
  473. >
  474. <File
  475. RelativePath="..\src\map\atcommand.c"
  476. >
  477. </File>
  478. <File
  479. RelativePath="..\src\map\atcommand.h"
  480. >
  481. </File>
  482. <File
  483. RelativePath="..\src\map\battle.c"
  484. >
  485. </File>
  486. <File
  487. RelativePath="..\src\map\battle.h"
  488. >
  489. </File>
  490. <File
  491. RelativePath="..\src\map\battleground.c"
  492. >
  493. </File>
  494. <File
  495. RelativePath="..\src\map\battleground.h"
  496. >
  497. </File>
  498. <File
  499. RelativePath="..\src\map\buyingstore.c"
  500. >
  501. </File>
  502. <File
  503. RelativePath="..\src\map\buyingstore.h"
  504. >
  505. </File>
  506. <File
  507. RelativePath="..\src\map\cashshop.c"
  508. >
  509. </File>
  510. <File
  511. RelativePath="..\src\map\cashshop.h"
  512. >
  513. </File>
  514. <File
  515. RelativePath="..\src\map\channel.c"
  516. >
  517. </File>
  518. <File
  519. RelativePath="..\src\map\channel.h"
  520. >
  521. </File>
  522. <File
  523. RelativePath="..\src\map\chat.c"
  524. >
  525. </File>
  526. <File
  527. RelativePath="..\src\map\chat.h"
  528. >
  529. </File>
  530. <File
  531. RelativePath="..\src\map\chrif.c"
  532. >
  533. </File>
  534. <File
  535. RelativePath="..\src\map\chrif.h"
  536. >
  537. </File>
  538. <File
  539. RelativePath="..\src\map\clif.c"
  540. >
  541. </File>
  542. <File
  543. RelativePath="..\src\map\clif.h"
  544. >
  545. </File>
  546. <File
  547. RelativePath="..\src\config\const.h"
  548. >
  549. </File>
  550. <File
  551. RelativePath="..\src\config\core.h"
  552. >
  553. </File>
  554. <File
  555. RelativePath="..\src\map\date.c"
  556. >
  557. </File>
  558. <File
  559. RelativePath="..\src\map\date.h"
  560. >
  561. </File>
  562. <File
  563. RelativePath="..\src\map\duel.c"
  564. >
  565. </File>
  566. <File
  567. RelativePath="..\src\map\duel.h"
  568. >
  569. </File>
  570. <File
  571. RelativePath="..\src\map\elemental.c"
  572. >
  573. </File>
  574. <File
  575. RelativePath="..\src\map\elemental.h"
  576. >
  577. </File>
  578. <File
  579. RelativePath="..\src\config\classes\general.h"
  580. >
  581. </File>
  582. <File
  583. RelativePath="..\src\map\guild.c"
  584. >
  585. </File>
  586. <File
  587. RelativePath="..\src\map\guild.h"
  588. >
  589. </File>
  590. <File
  591. RelativePath="..\src\map\homunculus.c"
  592. >
  593. </File>
  594. <File
  595. RelativePath="..\src\map\homunculus.h"
  596. >
  597. </File>
  598. <File
  599. RelativePath="..\src\map\instance.c"
  600. >
  601. </File>
  602. <File
  603. RelativePath="..\src\map\instance.h"
  604. >
  605. </File>
  606. <File
  607. RelativePath="..\src\map\intif.c"
  608. >
  609. </File>
  610. <File
  611. RelativePath="..\src\map\intif.h"
  612. >
  613. </File>
  614. <File
  615. RelativePath="..\src\map\itemdb.c"
  616. >
  617. </File>
  618. <File
  619. RelativePath="..\src\map\itemdb.h"
  620. >
  621. </File>
  622. <File
  623. RelativePath="..\src\map\log.c"
  624. >
  625. </File>
  626. <File
  627. RelativePath="..\src\map\log.h"
  628. >
  629. </File>
  630. <File
  631. RelativePath="..\src\map\mail.c"
  632. >
  633. </File>
  634. <File
  635. RelativePath="..\src\map\mail.h"
  636. >
  637. </File>
  638. <File
  639. RelativePath="..\src\map\map.c"
  640. >
  641. </File>
  642. <File
  643. RelativePath="..\src\map\map.h"
  644. >
  645. </File>
  646. <File
  647. RelativePath="..\src\map\mapreg.h"
  648. >
  649. </File>
  650. <File
  651. RelativePath="..\src\map\mapreg.c"
  652. >
  653. </File>
  654. <File
  655. RelativePath="..\src\map\mercenary.c"
  656. >
  657. </File>
  658. <File
  659. RelativePath="..\src\map\mercenary.h"
  660. >
  661. </File>
  662. <File
  663. RelativePath="..\src\map\mob.c"
  664. >
  665. </File>
  666. <File
  667. RelativePath="..\src\map\mob.h"
  668. >
  669. </File>
  670. <File
  671. RelativePath="..\src\map\npc.c"
  672. >
  673. </File>
  674. <File
  675. RelativePath="..\src\map\npc.h"
  676. >
  677. </File>
  678. <File
  679. RelativePath="..\src\map\npc_chat.c"
  680. >
  681. </File>
  682. <File
  683. RelativePath="..\src\map\party.c"
  684. >
  685. </File>
  686. <File
  687. RelativePath="..\src\map\party.h"
  688. >
  689. </File>
  690. <File
  691. RelativePath="..\src\map\path.c"
  692. >
  693. </File>
  694. <File
  695. RelativePath="..\src\map\path.h"
  696. >
  697. </File>
  698. <File
  699. RelativePath="..\src\map\pc.c"
  700. >
  701. </File>
  702. <File
  703. RelativePath="..\src\map\pc.h"
  704. >
  705. </File>
  706. <File
  707. RelativePath="..\src\map\pc_groups.c"
  708. >
  709. </File>
  710. <File
  711. RelativePath="..\src\map\pc_groups.h"
  712. >
  713. </File>
  714. <File
  715. RelativePath="..\src\map\pet.c"
  716. >
  717. </File>
  718. <File
  719. RelativePath="..\src\map\pet.h"
  720. >
  721. </File>
  722. <File
  723. RelativePath="..\src\map\quest.c"
  724. >
  725. </File>
  726. <File
  727. RelativePath="..\src\map\quest.h"
  728. >
  729. </File>
  730. <File
  731. RelativePath="..\src\config\renewal.h"
  732. >
  733. </File>
  734. <File
  735. RelativePath="..\src\map\script.c"
  736. >
  737. </File>
  738. <File
  739. RelativePath="..\src\map\script.h"
  740. >
  741. </File>
  742. <File
  743. RelativePath="..\src\map\searchstore.c"
  744. >
  745. </File>
  746. <File
  747. RelativePath="..\src\map\searchstore.h"
  748. >
  749. </File>
  750. <File
  751. RelativePath="..\src\config\secure.h"
  752. >
  753. </File>
  754. <File
  755. RelativePath="..\src\map\skill.c"
  756. >
  757. </File>
  758. <File
  759. RelativePath="..\src\map\skill.h"
  760. >
  761. </File>
  762. <File
  763. RelativePath="..\src\map\status.c"
  764. >
  765. </File>
  766. <File
  767. RelativePath="..\src\map\status.h"
  768. >
  769. </File>
  770. <File
  771. RelativePath="..\src\map\storage.c"
  772. >
  773. </File>
  774. <File
  775. RelativePath="..\src\map\storage.h"
  776. >
  777. </File>
  778. <File
  779. RelativePath="..\src\map\trade.c"
  780. >
  781. </File>
  782. <File
  783. RelativePath="..\src\map\trade.h"
  784. >
  785. </File>
  786. <File
  787. RelativePath="..\src\map\unit.c"
  788. >
  789. </File>
  790. <File
  791. RelativePath="..\src\map\unit.h"
  792. >
  793. </File>
  794. <File
  795. RelativePath="..\src\map\vending.c"
  796. >
  797. </File>
  798. <File
  799. RelativePath="..\src\map\vending.h"
  800. >
  801. </File>
  802. </Filter>
  803. </Files>
  804. <Globals>
  805. </Globals>
  806. </VisualStudioProject>