VCMI_client.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  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="Optibug|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. AdditionalIncludeDirectories="G:\vcmt\repa\include"
  203. StringPooling="true"
  204. RuntimeLibrary="0"
  205. EnableFunctionLevelLinking="true"
  206. WarningLevel="3"
  207. DebugInformationFormat="3"
  208. />
  209. <Tool
  210. Name="VCManagedResourceCompilerTool"
  211. />
  212. <Tool
  213. Name="VCResourceCompilerTool"
  214. />
  215. <Tool
  216. Name="VCPreLinkEventTool"
  217. />
  218. <Tool
  219. Name="VCLinkerTool"
  220. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib lua5.1.lib VCMI_lib.lib"
  221. AdditionalLibraryDirectories="G:\vcmt\repa\libs"
  222. GenerateDebugInformation="true"
  223. OptimizeReferences="2"
  224. EnableCOMDATFolding="2"
  225. TargetMachine="1"
  226. />
  227. <Tool
  228. Name="VCALinkTool"
  229. />
  230. <Tool
  231. Name="VCManifestTool"
  232. />
  233. <Tool
  234. Name="VCXDCMakeTool"
  235. />
  236. <Tool
  237. Name="VCBscMakeTool"
  238. />
  239. <Tool
  240. Name="VCFxCopTool"
  241. />
  242. <Tool
  243. Name="VCAppVerifierTool"
  244. />
  245. <Tool
  246. Name="VCPostBuildEventTool"
  247. />
  248. </Configuration>
  249. </Configurations>
  250. <References>
  251. </References>
  252. <Files>
  253. <Filter
  254. Name="Source Files"
  255. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  256. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  257. >
  258. <File
  259. RelativePath="..\AdventureMapButton.cpp"
  260. >
  261. </File>
  262. <File
  263. RelativePath="..\hch\CAbilityHandler.cpp"
  264. >
  265. </File>
  266. <File
  267. RelativePath="..\CAdvmapInterface.cpp"
  268. >
  269. </File>
  270. <File
  271. RelativePath="..\CBattleInterface.cpp"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\CBitmapHandler.cpp"
  276. >
  277. </File>
  278. <File
  279. RelativePath="..\CCallback.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath="..\CCastleInterface.cpp"
  284. >
  285. </File>
  286. <File
  287. RelativePath="..\CConsoleHandler.cpp"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\CCreatureAnimation.cpp"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\CCursorHandler.cpp"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\hch\CDefHandler.cpp"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\CGameInfo.cpp"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\CGameInterface.cpp"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\hch\CGeneralTextHandler.cpp"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\CHeroWindow.cpp"
  316. >
  317. </File>
  318. <File
  319. RelativePath=".\Client.cpp"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\CLuaHandler.cpp"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\CMessage.cpp"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\CMT.cpp"
  332. >
  333. </File>
  334. <File
  335. RelativePath="..\hch\CMusicHandler.cpp"
  336. >
  337. </File>
  338. <File
  339. RelativePath="..\CPathfinder.cpp"
  340. >
  341. </File>
  342. <File
  343. RelativePath="..\CPlayerInterface.cpp"
  344. >
  345. </File>
  346. <File
  347. RelativePath="..\CPreGame.cpp"
  348. >
  349. </File>
  350. <File
  351. RelativePath="..\hch\CPreGameTextHandler.cpp"
  352. >
  353. </File>
  354. <File
  355. RelativePath="..\CScreenHandler.cpp"
  356. >
  357. </File>
  358. <File
  359. RelativePath="..\hch\CSndHandler.cpp"
  360. >
  361. </File>
  362. <File
  363. RelativePath="..\hch\CSpellHandler.cpp"
  364. >
  365. </File>
  366. <File
  367. RelativePath="..\CThreadHelper.cpp"
  368. >
  369. </File>
  370. <File
  371. RelativePath=".\Graphics.cpp"
  372. >
  373. </File>
  374. <File
  375. RelativePath="..\mapHandler.cpp"
  376. >
  377. </File>
  378. <File
  379. RelativePath="..\SDL_Extensions.cpp"
  380. >
  381. </File>
  382. <File
  383. RelativePath="..\SDL_framerate.cpp"
  384. >
  385. </File>
  386. </Filter>
  387. <Filter
  388. Name="Header Files"
  389. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  390. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  391. >
  392. <File
  393. RelativePath="..\AdventureMapButton.h"
  394. >
  395. </File>
  396. <File
  397. RelativePath="..\AI_Base.h"
  398. >
  399. </File>
  400. <File
  401. RelativePath="..\hch\CAbilityHandler.h"
  402. >
  403. </File>
  404. <File
  405. RelativePath="..\CAdvmapInterface.h"
  406. >
  407. </File>
  408. <File
  409. RelativePath="..\hch\CAmbarCendamo.h"
  410. >
  411. </File>
  412. <File
  413. RelativePath="..\hch\CArtHandler.h"
  414. >
  415. </File>
  416. <File
  417. RelativePath="..\CBattleInterface.h"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\CBitmapHandler.h"
  422. >
  423. </File>
  424. <File
  425. RelativePath="..\hch\CBuildingHandler.h"
  426. >
  427. </File>
  428. <File
  429. RelativePath="..\CCallback.h"
  430. >
  431. </File>
  432. <File
  433. RelativePath="..\CCastleInterface.h"
  434. >
  435. </File>
  436. <File
  437. RelativePath="..\CConsoleHandler.h"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\CCreatureAnimation.h"
  442. >
  443. </File>
  444. <File
  445. RelativePath="..\hch\CCreatureHandler.h"
  446. >
  447. </File>
  448. <File
  449. RelativePath="..\CCursorHandler.h"
  450. >
  451. </File>
  452. <File
  453. RelativePath="..\hch\CDefHandler.h"
  454. >
  455. </File>
  456. <File
  457. RelativePath="..\CGameInfo.h"
  458. >
  459. </File>
  460. <File
  461. RelativePath="..\CGameInterface.h"
  462. >
  463. </File>
  464. <File
  465. RelativePath="..\hch\CGeneralTextHandler.h"
  466. >
  467. </File>
  468. <File
  469. RelativePath="..\hch\CHeroHandler.h"
  470. >
  471. </File>
  472. <File
  473. RelativePath="..\CHeroWindow.h"
  474. >
  475. </File>
  476. <File
  477. RelativePath=".\Client.h"
  478. >
  479. </File>
  480. <File
  481. RelativePath="..\CLuaHandler.h"
  482. >
  483. </File>
  484. <File
  485. RelativePath="..\CMessage.h"
  486. >
  487. </File>
  488. <File
  489. RelativePath="..\hch\CMusicHandler.h"
  490. >
  491. </File>
  492. <File
  493. RelativePath="..\hch\CObjectHandler.h"
  494. >
  495. </File>
  496. <File
  497. RelativePath="..\CPathfinder.h"
  498. >
  499. </File>
  500. <File
  501. RelativePath="..\CPlayerInterface.h"
  502. >
  503. </File>
  504. <File
  505. RelativePath="..\CPreGame.h"
  506. >
  507. </File>
  508. <File
  509. RelativePath="..\hch\CPreGameTextHandler.h"
  510. >
  511. </File>
  512. <File
  513. RelativePath="..\CScreenHandler.h"
  514. >
  515. </File>
  516. <File
  517. RelativePath="..\hch\CSndHandler.h"
  518. >
  519. </File>
  520. <File
  521. RelativePath="..\hch\CSpellHandler.h"
  522. >
  523. </File>
  524. <File
  525. RelativePath="..\CThreadHelper.h"
  526. >
  527. </File>
  528. <File
  529. RelativePath="..\global.h"
  530. >
  531. </File>
  532. <File
  533. RelativePath=".\Graphics.h"
  534. >
  535. </File>
  536. <File
  537. RelativePath="..\int3.h"
  538. >
  539. </File>
  540. <File
  541. RelativePath="..\map.h"
  542. >
  543. </File>
  544. <File
  545. RelativePath="..\mapHandler.h"
  546. >
  547. </File>
  548. <File
  549. RelativePath="..\nodrze.h"
  550. >
  551. </File>
  552. <File
  553. RelativePath="..\SDL_framerate.h"
  554. >
  555. </File>
  556. <File
  557. RelativePath="..\StartInfo.h"
  558. >
  559. </File>
  560. <File
  561. RelativePath="..\stdafx.h"
  562. >
  563. </File>
  564. <File
  565. RelativePath="..\timeHandler.h"
  566. >
  567. </File>
  568. </Filter>
  569. </Files>
  570. <Globals>
  571. </Globals>
  572. </VisualStudioProject>