VCMI_client.vcproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="VCMI_client"
  6. ProjectGUID="{8355EBA8-65C2-44A4-BC2D-78053E1BF2D6}"
  7. RootNamespace="VCMI_client"
  8. TargetFrameworkVersion="196613"
  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="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. CharacterSet="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="G:\vcmt\repa\include"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="3"
  47. WarningLevel="1"
  48. DebugInformationFormat="4"
  49. DisableSpecificWarnings="4251"
  50. />
  51. <Tool
  52. Name="VCManagedResourceCompilerTool"
  53. />
  54. <Tool
  55. Name="VCResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCPreLinkEventTool"
  59. />
  60. <Tool
  61. Name="VCLinkerTool"
  62. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib lua5.1.lib VCMI_lib.lib"
  63. ShowProgress="0"
  64. AdditionalLibraryDirectories="G:\vcmt\repa\libs"
  65. GenerateDebugInformation="true"
  66. TargetMachine="1"
  67. />
  68. <Tool
  69. Name="VCALinkTool"
  70. />
  71. <Tool
  72. Name="VCManifestTool"
  73. />
  74. <Tool
  75. Name="VCXDCMakeTool"
  76. />
  77. <Tool
  78. Name="VCBscMakeTool"
  79. />
  80. <Tool
  81. Name="VCFxCopTool"
  82. />
  83. <Tool
  84. Name="VCAppVerifierTool"
  85. />
  86. <Tool
  87. Name="VCPostBuildEventTool"
  88. />
  89. </Configuration>
  90. <Configuration
  91. Name="Release|Win32"
  92. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  93. IntermediateDirectory="$(ConfigurationName)"
  94. ConfigurationType="1"
  95. CharacterSet="1"
  96. WholeProgramOptimization="1"
  97. >
  98. <Tool
  99. Name="VCPreBuildEventTool"
  100. />
  101. <Tool
  102. Name="VCCustomBuildTool"
  103. />
  104. <Tool
  105. Name="VCXMLDataGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCMIDLTool"
  112. />
  113. <Tool
  114. Name="VCCLCompilerTool"
  115. Optimization="3"
  116. EnableIntrinsicFunctions="true"
  117. FavorSizeOrSpeed="1"
  118. OmitFramePointers="true"
  119. EnableFiberSafeOptimizations="true"
  120. WholeProgramOptimization="true"
  121. AdditionalIncludeDirectories="G:\vcmt\repa\include"
  122. StringPooling="true"
  123. BasicRuntimeChecks="0"
  124. RuntimeLibrary="3"
  125. EnableFunctionLevelLinking="false"
  126. WarningLevel="3"
  127. DebugInformationFormat="3"
  128. />
  129. <Tool
  130. Name="VCManagedResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCPreLinkEventTool"
  137. />
  138. <Tool
  139. Name="VCLinkerTool"
  140. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib lua5.1.lib VCMI_lib.lib"
  141. AdditionalLibraryDirectories="G:\vcmt\repa\libs"
  142. GenerateDebugInformation="true"
  143. OptimizeReferences="2"
  144. EnableCOMDATFolding="2"
  145. LinkTimeCodeGeneration="0"
  146. TargetMachine="1"
  147. />
  148. <Tool
  149. Name="VCALinkTool"
  150. />
  151. <Tool
  152. Name="VCManifestTool"
  153. />
  154. <Tool
  155. Name="VCXDCMakeTool"
  156. />
  157. <Tool
  158. Name="VCBscMakeTool"
  159. />
  160. <Tool
  161. Name="VCFxCopTool"
  162. />
  163. <Tool
  164. Name="VCAppVerifierTool"
  165. />
  166. <Tool
  167. Name="VCPostBuildEventTool"
  168. />
  169. </Configuration>
  170. <Configuration
  171. Name="Optibug|Win32"
  172. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  173. IntermediateDirectory="$(ConfigurationName)"
  174. ConfigurationType="1"
  175. CharacterSet="1"
  176. WholeProgramOptimization="1"
  177. >
  178. <Tool
  179. Name="VCPreBuildEventTool"
  180. />
  181. <Tool
  182. Name="VCCustomBuildTool"
  183. />
  184. <Tool
  185. Name="VCXMLDataGeneratorTool"
  186. />
  187. <Tool
  188. Name="VCWebServiceProxyGeneratorTool"
  189. />
  190. <Tool
  191. Name="VCMIDLTool"
  192. />
  193. <Tool
  194. Name="VCCLCompilerTool"
  195. Optimization="3"
  196. EnableIntrinsicFunctions="true"
  197. FavorSizeOrSpeed="1"
  198. OmitFramePointers="true"
  199. AdditionalIncludeDirectories="G:\vcmt\repa\include"
  200. StringPooling="true"
  201. RuntimeLibrary="0"
  202. EnableFunctionLevelLinking="true"
  203. WarningLevel="3"
  204. DebugInformationFormat="3"
  205. />
  206. <Tool
  207. Name="VCManagedResourceCompilerTool"
  208. />
  209. <Tool
  210. Name="VCResourceCompilerTool"
  211. />
  212. <Tool
  213. Name="VCPreLinkEventTool"
  214. />
  215. <Tool
  216. Name="VCLinkerTool"
  217. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib lua5.1.lib VCMI_lib.lib"
  218. AdditionalLibraryDirectories="G:\vcmt\repa\libs"
  219. GenerateDebugInformation="true"
  220. OptimizeReferences="2"
  221. EnableCOMDATFolding="2"
  222. TargetMachine="1"
  223. />
  224. <Tool
  225. Name="VCALinkTool"
  226. />
  227. <Tool
  228. Name="VCManifestTool"
  229. />
  230. <Tool
  231. Name="VCXDCMakeTool"
  232. />
  233. <Tool
  234. Name="VCBscMakeTool"
  235. />
  236. <Tool
  237. Name="VCFxCopTool"
  238. />
  239. <Tool
  240. Name="VCAppVerifierTool"
  241. />
  242. <Tool
  243. Name="VCPostBuildEventTool"
  244. />
  245. </Configuration>
  246. </Configurations>
  247. <References>
  248. </References>
  249. <Files>
  250. <Filter
  251. Name="Source Files"
  252. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  253. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  254. >
  255. <File
  256. RelativePath="..\AdventureMapButton.cpp"
  257. >
  258. </File>
  259. <File
  260. RelativePath="..\hch\CAbilityHandler.cpp"
  261. >
  262. </File>
  263. <File
  264. RelativePath="..\CAdvmapInterface.cpp"
  265. >
  266. </File>
  267. <File
  268. RelativePath="..\hch\CAmbarCendamo.cpp"
  269. >
  270. </File>
  271. <File
  272. RelativePath="..\CBattleInterface.cpp"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".\CBitmapHandler.cpp"
  277. >
  278. </File>
  279. <File
  280. RelativePath="..\hch\CBuildingHandler.cpp"
  281. >
  282. </File>
  283. <File
  284. RelativePath="..\CCallback.cpp"
  285. >
  286. </File>
  287. <File
  288. RelativePath="..\CCastleInterface.cpp"
  289. >
  290. </File>
  291. <File
  292. RelativePath="..\CConsoleHandler.cpp"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\CCreatureAnimation.cpp"
  297. >
  298. </File>
  299. <File
  300. RelativePath="..\CCursorHandler.cpp"
  301. >
  302. </File>
  303. <File
  304. RelativePath="..\hch\CDefHandler.cpp"
  305. >
  306. </File>
  307. <File
  308. RelativePath="..\CGameInfo.cpp"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\CGameInterface.cpp"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\CGameState.cpp"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\hch\CGeneralTextHandler.cpp"
  321. >
  322. </File>
  323. <File
  324. RelativePath="..\CHeroWindow.cpp"
  325. >
  326. </File>
  327. <File
  328. RelativePath="..\CLua.cpp"
  329. >
  330. </File>
  331. <File
  332. RelativePath="..\CLuaHandler.cpp"
  333. >
  334. </File>
  335. <File
  336. RelativePath="..\CMessage.cpp"
  337. >
  338. </File>
  339. <File
  340. RelativePath="..\CMT.cpp"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\hch\CMusicHandler.cpp"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\hch\CObjectHandler.cpp"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\CPathfinder.cpp"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\CPlayerInterface.cpp"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\CPreGame.cpp"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\hch\CPreGameTextHandler.cpp"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\CScreenHandler.cpp"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\hch\CSndHandler.cpp"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\hch\CSpellHandler.cpp"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\Graphics.cpp"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\map.cpp"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\mapHandler.cpp"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\SDL_Extensions.cpp"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\SDL_framerate.cpp"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\SDL_rotozoom.cpp"
  401. >
  402. </File>
  403. <Filter
  404. Name="lua"
  405. >
  406. <File
  407. RelativePath="..\..\..\trunk\lua\src\lapi.cpp"
  408. >
  409. </File>
  410. <File
  411. RelativePath="..\..\..\trunk\lua\src\lauxlib.cpp"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\..\..\trunk\lua\src\lbaselib.cpp"
  416. >
  417. </File>
  418. <File
  419. RelativePath="..\..\..\trunk\lua\src\lcode.cpp"
  420. >
  421. </File>
  422. <File
  423. RelativePath="..\..\..\trunk\lua\src\ldblib.cpp"
  424. >
  425. </File>
  426. <File
  427. RelativePath="..\..\..\trunk\lua\src\ldebug.cpp"
  428. >
  429. </File>
  430. <File
  431. RelativePath="..\..\..\trunk\lua\src\ldo.cpp"
  432. >
  433. </File>
  434. <File
  435. RelativePath="..\..\..\trunk\lua\src\ldump.cpp"
  436. >
  437. </File>
  438. <File
  439. RelativePath="..\..\..\trunk\lua\src\lfunc.cpp"
  440. >
  441. </File>
  442. <File
  443. RelativePath="..\..\..\trunk\lua\src\lgc.cpp"
  444. >
  445. </File>
  446. <File
  447. RelativePath="..\..\..\trunk\lua\src\linit.cpp"
  448. >
  449. </File>
  450. <File
  451. RelativePath="..\..\..\trunk\lua\src\liolib.cpp"
  452. >
  453. </File>
  454. <File
  455. RelativePath="..\..\..\trunk\lua\src\llex.cpp"
  456. >
  457. </File>
  458. <File
  459. RelativePath="..\..\..\trunk\lua\src\lmathlib.cpp"
  460. >
  461. </File>
  462. <File
  463. RelativePath="..\..\..\trunk\lua\src\lmem.cpp"
  464. >
  465. </File>
  466. <File
  467. RelativePath="..\..\..\trunk\lua\src\loadlib.cpp"
  468. >
  469. </File>
  470. <File
  471. RelativePath="..\..\..\trunk\lua\src\lobject.cpp"
  472. >
  473. </File>
  474. <File
  475. RelativePath="..\..\..\trunk\lua\src\lopcodes.cpp"
  476. >
  477. </File>
  478. <File
  479. RelativePath="..\..\..\trunk\lua\src\loslib.cpp"
  480. >
  481. </File>
  482. <File
  483. RelativePath="..\..\..\trunk\lua\src\lparser.cpp"
  484. >
  485. </File>
  486. <File
  487. RelativePath="..\..\..\trunk\lua\src\lstate.cpp"
  488. >
  489. </File>
  490. <File
  491. RelativePath="..\..\..\trunk\lua\src\lstring.cpp"
  492. >
  493. </File>
  494. <File
  495. RelativePath="..\..\..\trunk\lua\src\lstrlib.cpp"
  496. >
  497. </File>
  498. <File
  499. RelativePath="..\..\..\trunk\lua\src\ltable.cpp"
  500. >
  501. </File>
  502. <File
  503. RelativePath="..\..\..\trunk\lua\src\ltablib.cpp"
  504. >
  505. </File>
  506. <File
  507. RelativePath="..\..\..\trunk\lua\src\ltm.cpp"
  508. >
  509. </File>
  510. <File
  511. RelativePath="..\..\..\trunk\lua\src\lua.cpp"
  512. >
  513. </File>
  514. <File
  515. RelativePath="..\..\..\trunk\lua\src\luac.cpp"
  516. >
  517. </File>
  518. <File
  519. RelativePath="..\..\..\trunk\lua\src\lundump.cpp"
  520. >
  521. </File>
  522. <File
  523. RelativePath="..\..\..\trunk\lua\src\lvm.cpp"
  524. >
  525. </File>
  526. <File
  527. RelativePath="..\..\..\trunk\lua\src\lzio.cpp"
  528. >
  529. </File>
  530. <File
  531. RelativePath="..\..\..\trunk\lua\src\print.cpp"
  532. >
  533. </File>
  534. </Filter>
  535. </Filter>
  536. <Filter
  537. Name="Header Files"
  538. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  539. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  540. >
  541. <File
  542. RelativePath="..\AdventureMapButton.h"
  543. >
  544. </File>
  545. <File
  546. RelativePath="..\AI_Base.h"
  547. >
  548. </File>
  549. <File
  550. RelativePath="..\hch\CAbilityHandler.h"
  551. >
  552. </File>
  553. <File
  554. RelativePath="..\CAdvmapInterface.h"
  555. >
  556. </File>
  557. <File
  558. RelativePath="..\hch\CAmbarCendamo.h"
  559. >
  560. </File>
  561. <File
  562. RelativePath="..\CBattleInterface.h"
  563. >
  564. </File>
  565. <File
  566. RelativePath=".\CBitmapHandler.h"
  567. >
  568. </File>
  569. <File
  570. RelativePath="..\hch\CBuildingHandler.h"
  571. >
  572. </File>
  573. <File
  574. RelativePath="..\CCallback.h"
  575. >
  576. </File>
  577. <File
  578. RelativePath="..\CCastleInterface.h"
  579. >
  580. </File>
  581. <File
  582. RelativePath="..\CConsoleHandler.h"
  583. >
  584. </File>
  585. <File
  586. RelativePath=".\CCreatureAnimation.h"
  587. >
  588. </File>
  589. <File
  590. RelativePath="..\CCursorHandler.h"
  591. >
  592. </File>
  593. <File
  594. RelativePath="..\hch\CDefHandler.h"
  595. >
  596. </File>
  597. <File
  598. RelativePath="..\CGameInfo.h"
  599. >
  600. </File>
  601. <File
  602. RelativePath="..\CGameInterface.h"
  603. >
  604. </File>
  605. <File
  606. RelativePath="..\CGameState.h"
  607. >
  608. </File>
  609. <File
  610. RelativePath="..\hch\CGeneralTextHandler.h"
  611. >
  612. </File>
  613. <File
  614. RelativePath="..\CHeroWindow.h"
  615. >
  616. </File>
  617. <File
  618. RelativePath="..\CLua.h"
  619. >
  620. </File>
  621. <File
  622. RelativePath="..\CLuaHandler.h"
  623. >
  624. </File>
  625. <File
  626. RelativePath="..\CMessage.h"
  627. >
  628. </File>
  629. <File
  630. RelativePath="..\hch\CMusicHandler.h"
  631. >
  632. </File>
  633. <File
  634. RelativePath="..\CPathfinder.h"
  635. >
  636. </File>
  637. <File
  638. RelativePath="..\CPlayerInterface.h"
  639. >
  640. </File>
  641. <File
  642. RelativePath="..\CPreGame.h"
  643. >
  644. </File>
  645. <File
  646. RelativePath="..\hch\CPreGameTextHandler.h"
  647. >
  648. </File>
  649. <File
  650. RelativePath="..\CScreenHandler.h"
  651. >
  652. </File>
  653. <File
  654. RelativePath="..\hch\CSndHandler.h"
  655. >
  656. </File>
  657. <File
  658. RelativePath="..\hch\CSpellHandler.h"
  659. >
  660. </File>
  661. <File
  662. RelativePath="..\global.h"
  663. >
  664. </File>
  665. <File
  666. RelativePath=".\Graphics.h"
  667. >
  668. </File>
  669. <File
  670. RelativePath="..\int3.h"
  671. >
  672. </File>
  673. <File
  674. RelativePath="..\map.h"
  675. >
  676. </File>
  677. <File
  678. RelativePath="..\mapHandler.h"
  679. >
  680. </File>
  681. <File
  682. RelativePath="..\nodrze.h"
  683. >
  684. </File>
  685. <File
  686. RelativePath="..\SDL_framerate.h"
  687. >
  688. </File>
  689. <File
  690. RelativePath="..\SDL_rotozoom.h"
  691. >
  692. </File>
  693. <File
  694. RelativePath="..\StartInfo.h"
  695. >
  696. </File>
  697. <File
  698. RelativePath="..\stdafx.h"
  699. >
  700. </File>
  701. <File
  702. RelativePath="..\timeHandler.h"
  703. >
  704. </File>
  705. </Filter>
  706. <Filter
  707. Name="Resource Files"
  708. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  709. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  710. >
  711. </Filter>
  712. </Files>
  713. <Globals>
  714. </Globals>
  715. </VisualStudioProject>