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. 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. Profile="true"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCPostBuildEventTool"
  91. />
  92. </Configuration>
  93. <Configuration
  94. Name="Release|Win32"
  95. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  96. IntermediateDirectory="$(ConfigurationName)"
  97. ConfigurationType="1"
  98. CharacterSet="1"
  99. WholeProgramOptimization="1"
  100. >
  101. <Tool
  102. Name="VCPreBuildEventTool"
  103. />
  104. <Tool
  105. Name="VCCustomBuildTool"
  106. />
  107. <Tool
  108. Name="VCXMLDataGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCWebServiceProxyGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCMIDLTool"
  115. />
  116. <Tool
  117. Name="VCCLCompilerTool"
  118. Optimization="3"
  119. EnableIntrinsicFunctions="true"
  120. FavorSizeOrSpeed="1"
  121. OmitFramePointers="true"
  122. EnableFiberSafeOptimizations="true"
  123. WholeProgramOptimization="true"
  124. AdditionalIncludeDirectories="G:\vcmt\repa\include"
  125. StringPooling="true"
  126. BasicRuntimeChecks="0"
  127. RuntimeLibrary="2"
  128. EnableFunctionLevelLinking="false"
  129. EnableEnhancedInstructionSet="0"
  130. WarningLevel="3"
  131. DebugInformationFormat="0"
  132. />
  133. <Tool
  134. Name="VCManagedResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCPreLinkEventTool"
  141. />
  142. <Tool
  143. Name="VCLinkerTool"
  144. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib lua5.1.lib VCMI_lib.lib"
  145. AdditionalLibraryDirectories="G:\vcmt\repa\libs"
  146. GenerateDebugInformation="true"
  147. Driver="0"
  148. OptimizeReferences="2"
  149. EnableCOMDATFolding="2"
  150. LinkTimeCodeGeneration="0"
  151. TargetMachine="1"
  152. Profile="true"
  153. />
  154. <Tool
  155. Name="VCALinkTool"
  156. />
  157. <Tool
  158. Name="VCManifestTool"
  159. />
  160. <Tool
  161. Name="VCXDCMakeTool"
  162. />
  163. <Tool
  164. Name="VCBscMakeTool"
  165. />
  166. <Tool
  167. Name="VCFxCopTool"
  168. />
  169. <Tool
  170. Name="VCAppVerifierTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. />
  175. </Configuration>
  176. <Configuration
  177. Name="RD|Win32"
  178. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  179. IntermediateDirectory="$(ConfigurationName)"
  180. ConfigurationType="1"
  181. CharacterSet="1"
  182. WholeProgramOptimization="1"
  183. >
  184. <Tool
  185. Name="VCPreBuildEventTool"
  186. />
  187. <Tool
  188. Name="VCCustomBuildTool"
  189. />
  190. <Tool
  191. Name="VCXMLDataGeneratorTool"
  192. />
  193. <Tool
  194. Name="VCWebServiceProxyGeneratorTool"
  195. />
  196. <Tool
  197. Name="VCMIDLTool"
  198. />
  199. <Tool
  200. Name="VCCLCompilerTool"
  201. Optimization="3"
  202. EnableIntrinsicFunctions="true"
  203. FavorSizeOrSpeed="1"
  204. OmitFramePointers="true"
  205. EnableFiberSafeOptimizations="true"
  206. WholeProgramOptimization="true"
  207. AdditionalIncludeDirectories="G:\vcmt\repa\include"
  208. StringPooling="true"
  209. BasicRuntimeChecks="0"
  210. RuntimeLibrary="2"
  211. EnableFunctionLevelLinking="false"
  212. EnableEnhancedInstructionSet="0"
  213. WarningLevel="3"
  214. DebugInformationFormat="3"
  215. />
  216. <Tool
  217. Name="VCManagedResourceCompilerTool"
  218. />
  219. <Tool
  220. Name="VCResourceCompilerTool"
  221. />
  222. <Tool
  223. Name="VCPreLinkEventTool"
  224. />
  225. <Tool
  226. Name="VCLinkerTool"
  227. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib lua5.1.lib VCMI_lib.lib"
  228. AdditionalLibraryDirectories="G:\vcmt\repa\libs"
  229. GenerateDebugInformation="true"
  230. Driver="0"
  231. OptimizeReferences="2"
  232. EnableCOMDATFolding="2"
  233. LinkTimeCodeGeneration="0"
  234. TargetMachine="1"
  235. Profile="true"
  236. />
  237. <Tool
  238. Name="VCALinkTool"
  239. />
  240. <Tool
  241. Name="VCManifestTool"
  242. />
  243. <Tool
  244. Name="VCXDCMakeTool"
  245. />
  246. <Tool
  247. Name="VCBscMakeTool"
  248. />
  249. <Tool
  250. Name="VCFxCopTool"
  251. />
  252. <Tool
  253. Name="VCAppVerifierTool"
  254. />
  255. <Tool
  256. Name="VCPostBuildEventTool"
  257. />
  258. </Configuration>
  259. </Configurations>
  260. <References>
  261. </References>
  262. <Files>
  263. <Filter
  264. Name="Source Files"
  265. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  266. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  267. >
  268. <File
  269. RelativePath="..\AdventureMapButton.cpp"
  270. >
  271. </File>
  272. <File
  273. RelativePath="..\hch\CAbilityHandler.cpp"
  274. >
  275. </File>
  276. <File
  277. RelativePath="..\CAdvmapInterface.cpp"
  278. >
  279. </File>
  280. <File
  281. RelativePath="..\CBattleInterface.cpp"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\CBitmapHandler.cpp"
  286. >
  287. </File>
  288. <File
  289. RelativePath="..\CCallback.cpp"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\CCastleInterface.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=".\CSpellWindow.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=".\CCreatureAnimation.h"
  440. >
  441. </File>
  442. <File
  443. RelativePath="..\CCursorHandler.h"
  444. >
  445. </File>
  446. <File
  447. RelativePath="..\hch\CDefHandler.h"
  448. >
  449. </File>
  450. <File
  451. RelativePath="..\CGameInfo.h"
  452. >
  453. </File>
  454. <File
  455. RelativePath="..\CGameInterface.h"
  456. >
  457. </File>
  458. <File
  459. RelativePath="..\hch\CGeneralTextHandler.h"
  460. >
  461. </File>
  462. <File
  463. RelativePath="..\hch\CHeroHandler.h"
  464. >
  465. </File>
  466. <File
  467. RelativePath="..\CHeroWindow.h"
  468. >
  469. </File>
  470. <File
  471. RelativePath=".\Client.h"
  472. >
  473. </File>
  474. <File
  475. RelativePath="..\CLuaHandler.h"
  476. >
  477. </File>
  478. <File
  479. RelativePath="..\CMessage.h"
  480. >
  481. </File>
  482. <File
  483. RelativePath="..\hch\CMusicHandler.h"
  484. >
  485. </File>
  486. <File
  487. RelativePath="..\hch\CObjectHandler.h"
  488. >
  489. </File>
  490. <File
  491. RelativePath="..\CPathfinder.h"
  492. >
  493. </File>
  494. <File
  495. RelativePath="..\CPlayerInterface.h"
  496. >
  497. </File>
  498. <File
  499. RelativePath="..\CPreGame.h"
  500. >
  501. </File>
  502. <File
  503. RelativePath="..\hch\CPreGameTextHandler.h"
  504. >
  505. </File>
  506. <File
  507. RelativePath="..\hch\CSndHandler.h"
  508. >
  509. </File>
  510. <File
  511. RelativePath=".\CSpellWindow.h"
  512. >
  513. </File>
  514. <File
  515. RelativePath="..\CThreadHelper.h"
  516. >
  517. </File>
  518. <File
  519. RelativePath=".\FunctionList.h"
  520. >
  521. </File>
  522. <File
  523. RelativePath="..\global.h"
  524. >
  525. </File>
  526. <File
  527. RelativePath=".\Graphics.h"
  528. >
  529. </File>
  530. <File
  531. RelativePath="..\int3.h"
  532. >
  533. </File>
  534. <File
  535. RelativePath="..\map.h"
  536. >
  537. </File>
  538. <File
  539. RelativePath="..\mapHandler.h"
  540. >
  541. </File>
  542. <File
  543. RelativePath="..\nodrze.h"
  544. >
  545. </File>
  546. <File
  547. RelativePath="..\SDL_framerate.h"
  548. >
  549. </File>
  550. <File
  551. RelativePath="..\StartInfo.h"
  552. >
  553. </File>
  554. <File
  555. RelativePath="..\stdafx.h"
  556. >
  557. </File>
  558. <File
  559. RelativePath="..\timeHandler.h"
  560. >
  561. </File>
  562. </Filter>
  563. <File
  564. RelativePath="..\ChangeLog"
  565. >
  566. </File>
  567. </Files>
  568. <Globals>
  569. </Globals>
  570. </VisualStudioProject>