VCMI_client.vcproj 11 KB

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