VCMI_client.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  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)"
  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. AdditionalOptions="/MP2"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="G:\vcmt\repa\include"
  45. GeneratePreprocessedFile="0"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. WarningLevel="1"
  50. DebugInformationFormat="4"
  51. DisableSpecificWarnings="4251"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib lua5.1.lib VCMI_lib.lib"
  65. ShowProgress="0"
  66. AdditionalLibraryDirectories="G:\vcmt\repa\libs"
  67. GenerateDebugInformation="true"
  68. TargetMachine="1"
  69. />
  70. <Tool
  71. Name="VCALinkTool"
  72. />
  73. <Tool
  74. Name="VCManifestTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. />
  82. <Tool
  83. Name="VCFxCopTool"
  84. />
  85. <Tool
  86. Name="VCAppVerifierTool"
  87. />
  88. <Tool
  89. Name="VCPostBuildEventTool"
  90. />
  91. </Configuration>
  92. <Configuration
  93. Name="Release|Win32"
  94. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  95. IntermediateDirectory="$(ConfigurationName)"
  96. ConfigurationType="1"
  97. CharacterSet="1"
  98. WholeProgramOptimization="1"
  99. >
  100. <Tool
  101. Name="VCPreBuildEventTool"
  102. />
  103. <Tool
  104. Name="VCCustomBuildTool"
  105. />
  106. <Tool
  107. Name="VCXMLDataGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCMIDLTool"
  114. />
  115. <Tool
  116. Name="VCCLCompilerTool"
  117. Optimization="3"
  118. EnableIntrinsicFunctions="true"
  119. FavorSizeOrSpeed="1"
  120. OmitFramePointers="true"
  121. EnableFiberSafeOptimizations="true"
  122. WholeProgramOptimization="true"
  123. AdditionalIncludeDirectories="G:\vcmt\repa\include"
  124. StringPooling="true"
  125. BasicRuntimeChecks="0"
  126. RuntimeLibrary="2"
  127. EnableFunctionLevelLinking="false"
  128. EnableEnhancedInstructionSet="0"
  129. WarningLevel="3"
  130. DebugInformationFormat="0"
  131. />
  132. <Tool
  133. Name="VCManagedResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCPreLinkEventTool"
  140. />
  141. <Tool
  142. Name="VCLinkerTool"
  143. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib lua5.1.lib VCMI_lib.lib"
  144. AdditionalLibraryDirectories="G:\vcmt\repa\libs"
  145. GenerateDebugInformation="false"
  146. Driver="0"
  147. OptimizeReferences="2"
  148. EnableCOMDATFolding="2"
  149. LinkTimeCodeGeneration="0"
  150. TargetMachine="1"
  151. />
  152. <Tool
  153. Name="VCALinkTool"
  154. />
  155. <Tool
  156. Name="VCManifestTool"
  157. />
  158. <Tool
  159. Name="VCXDCMakeTool"
  160. />
  161. <Tool
  162. Name="VCBscMakeTool"
  163. />
  164. <Tool
  165. Name="VCFxCopTool"
  166. />
  167. <Tool
  168. Name="VCAppVerifierTool"
  169. />
  170. <Tool
  171. Name="VCPostBuildEventTool"
  172. />
  173. </Configuration>
  174. <Configuration
  175. Name="RD|Win32"
  176. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  177. IntermediateDirectory="$(ConfigurationName)"
  178. ConfigurationType="1"
  179. CharacterSet="1"
  180. WholeProgramOptimization="1"
  181. >
  182. <Tool
  183. Name="VCPreBuildEventTool"
  184. />
  185. <Tool
  186. Name="VCCustomBuildTool"
  187. />
  188. <Tool
  189. Name="VCXMLDataGeneratorTool"
  190. />
  191. <Tool
  192. Name="VCWebServiceProxyGeneratorTool"
  193. />
  194. <Tool
  195. Name="VCMIDLTool"
  196. />
  197. <Tool
  198. Name="VCCLCompilerTool"
  199. Optimization="3"
  200. EnableIntrinsicFunctions="true"
  201. FavorSizeOrSpeed="1"
  202. OmitFramePointers="true"
  203. EnableFiberSafeOptimizations="true"
  204. WholeProgramOptimization="true"
  205. AdditionalIncludeDirectories="G:\vcmt\repa\include"
  206. StringPooling="true"
  207. BasicRuntimeChecks="0"
  208. RuntimeLibrary="2"
  209. EnableFunctionLevelLinking="false"
  210. EnableEnhancedInstructionSet="0"
  211. WarningLevel="3"
  212. DebugInformationFormat="3"
  213. />
  214. <Tool
  215. Name="VCManagedResourceCompilerTool"
  216. />
  217. <Tool
  218. Name="VCResourceCompilerTool"
  219. />
  220. <Tool
  221. Name="VCPreLinkEventTool"
  222. />
  223. <Tool
  224. Name="VCLinkerTool"
  225. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib lua5.1.lib VCMI_lib.lib"
  226. AdditionalLibraryDirectories="G:\vcmt\repa\libs"
  227. GenerateDebugInformation="true"
  228. Driver="0"
  229. OptimizeReferences="2"
  230. EnableCOMDATFolding="2"
  231. LinkTimeCodeGeneration="0"
  232. TargetMachine="1"
  233. />
  234. <Tool
  235. Name="VCALinkTool"
  236. />
  237. <Tool
  238. Name="VCManifestTool"
  239. />
  240. <Tool
  241. Name="VCXDCMakeTool"
  242. />
  243. <Tool
  244. Name="VCBscMakeTool"
  245. />
  246. <Tool
  247. Name="VCFxCopTool"
  248. />
  249. <Tool
  250. Name="VCAppVerifierTool"
  251. />
  252. <Tool
  253. Name="VCPostBuildEventTool"
  254. />
  255. </Configuration>
  256. </Configurations>
  257. <References>
  258. </References>
  259. <Files>
  260. <Filter
  261. Name="Source Files"
  262. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  263. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  264. >
  265. <File
  266. RelativePath="..\AdventureMapButton.cpp"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\hch\CAbilityHandler.cpp"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\CAdvmapInterface.cpp"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\CBattleInterface.cpp"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\CBitmapHandler.cpp"
  283. >
  284. </File>
  285. <File
  286. RelativePath="..\CCallback.cpp"
  287. >
  288. </File>
  289. <File
  290. RelativePath="..\CCastleInterface.cpp"
  291. >
  292. </File>
  293. <File
  294. RelativePath="..\CConsoleHandler.cpp"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".\CCreatureAnimation.cpp"
  299. >
  300. </File>
  301. <File
  302. RelativePath="..\CCursorHandler.cpp"
  303. >
  304. </File>
  305. <File
  306. RelativePath="..\hch\CDefHandler.cpp"
  307. >
  308. </File>
  309. <File
  310. RelativePath="..\CGameInfo.cpp"
  311. >
  312. </File>
  313. <File
  314. RelativePath="..\CGameInterface.cpp"
  315. >
  316. </File>
  317. <File
  318. RelativePath="..\hch\CGeneralTextHandler.cpp"
  319. >
  320. </File>
  321. <File
  322. RelativePath="..\CHeroWindow.cpp"
  323. >
  324. </File>
  325. <File
  326. RelativePath=".\Client.cpp"
  327. >
  328. </File>
  329. <File
  330. RelativePath="..\CLuaHandler.cpp"
  331. >
  332. </File>
  333. <File
  334. RelativePath="..\CMessage.cpp"
  335. >
  336. </File>
  337. <File
  338. RelativePath="..\CMT.cpp"
  339. >
  340. </File>
  341. <File
  342. RelativePath="..\hch\CMusicHandler.cpp"
  343. >
  344. </File>
  345. <File
  346. RelativePath="..\CPathfinder.cpp"
  347. >
  348. </File>
  349. <File
  350. RelativePath="..\CPlayerInterface.cpp"
  351. >
  352. </File>
  353. <File
  354. RelativePath="..\CPreGame.cpp"
  355. >
  356. </File>
  357. <File
  358. RelativePath="..\hch\CPreGameTextHandler.cpp"
  359. >
  360. </File>
  361. <File
  362. RelativePath="..\hch\CSndHandler.cpp"
  363. >
  364. </File>
  365. <File
  366. RelativePath="..\CThreadHelper.cpp"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".\Graphics.cpp"
  371. >
  372. </File>
  373. <File
  374. RelativePath="..\mapHandler.cpp"
  375. >
  376. </File>
  377. <File
  378. RelativePath="..\SDL_Extensions.cpp"
  379. >
  380. </File>
  381. <File
  382. RelativePath="..\SDL_framerate.cpp"
  383. >
  384. </File>
  385. </Filter>
  386. <Filter
  387. Name="Header Files"
  388. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  389. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  390. >
  391. <File
  392. RelativePath="..\AdventureMapButton.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\AI_Base.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\hch\CAbilityHandler.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\CAdvmapInterface.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\hch\CAmbarCendamo.h"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\hch\CArtHandler.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\CBattleInterface.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\CBitmapHandler.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath="..\hch\CBuildingHandler.h"
  425. >
  426. </File>
  427. <File
  428. RelativePath="..\CCallback.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath="..\CCastleInterface.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath="..\CConsoleHandler.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\CCreatureAnimation.h"
  441. >
  442. </File>
  443. <File
  444. RelativePath="..\CCursorHandler.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..\hch\CDefHandler.h"
  449. >
  450. </File>
  451. <File
  452. RelativePath="..\CGameInfo.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath="..\CGameInterface.h"
  457. >
  458. </File>
  459. <File
  460. RelativePath="..\hch\CGeneralTextHandler.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath="..\hch\CHeroHandler.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath="..\CHeroWindow.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\Client.h"
  473. >
  474. </File>
  475. <File
  476. RelativePath="..\CLuaHandler.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath="..\CMessage.h"
  481. >
  482. </File>
  483. <File
  484. RelativePath="..\hch\CMusicHandler.h"
  485. >
  486. </File>
  487. <File
  488. RelativePath="..\hch\CObjectHandler.h"
  489. >
  490. </File>
  491. <File
  492. RelativePath="..\CPathfinder.h"
  493. >
  494. </File>
  495. <File
  496. RelativePath="..\CPlayerInterface.h"
  497. >
  498. </File>
  499. <File
  500. RelativePath="..\CPreGame.h"
  501. >
  502. </File>
  503. <File
  504. RelativePath="..\hch\CPreGameTextHandler.h"
  505. >
  506. </File>
  507. <File
  508. RelativePath="..\hch\CSndHandler.h"
  509. >
  510. </File>
  511. <File
  512. RelativePath="..\CThreadHelper.h"
  513. >
  514. </File>
  515. <File
  516. RelativePath=".\FunctionList.h"
  517. >
  518. </File>
  519. <File
  520. RelativePath="..\global.h"
  521. >
  522. </File>
  523. <File
  524. RelativePath=".\Graphics.h"
  525. >
  526. </File>
  527. <File
  528. RelativePath="..\int3.h"
  529. >
  530. </File>
  531. <File
  532. RelativePath="..\map.h"
  533. >
  534. </File>
  535. <File
  536. RelativePath="..\mapHandler.h"
  537. >
  538. </File>
  539. <File
  540. RelativePath="..\nodrze.h"
  541. >
  542. </File>
  543. <File
  544. RelativePath="..\SDL_framerate.h"
  545. >
  546. </File>
  547. <File
  548. RelativePath="..\StartInfo.h"
  549. >
  550. </File>
  551. <File
  552. RelativePath="..\stdafx.h"
  553. >
  554. </File>
  555. <File
  556. RelativePath="..\timeHandler.h"
  557. >
  558. </File>
  559. </Filter>
  560. <File
  561. RelativePath=".\ClassDiagram1.cd"
  562. >
  563. </File>
  564. </Files>
  565. <Globals>
  566. </Globals>
  567. </VisualStudioProject>