VCMI_client.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  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)_VC9"
  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="/MP4"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="..\..\include"
  45. GeneratePreprocessedFile="0"
  46. MinimalRebuild="false"
  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 VCMI_lib.lib"
  65. ShowProgress="0"
  66. AdditionalLibraryDirectories="../../libs;../"
  67. GenerateDebugInformation="true"
  68. OptimizeReferences="1"
  69. TargetMachine="1"
  70. Profile="true"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. AdditionalManifestFiles="$(ProjectDir)DPIaware.manifest"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  98. IntermediateDirectory="$(ConfigurationName)_VC9"
  99. ConfigurationType="1"
  100. CharacterSet="1"
  101. WholeProgramOptimization="1"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. AdditionalOptions="/MP4"
  121. Optimization="3"
  122. EnableIntrinsicFunctions="true"
  123. FavorSizeOrSpeed="1"
  124. OmitFramePointers="true"
  125. EnableFiberSafeOptimizations="true"
  126. WholeProgramOptimization="true"
  127. AdditionalIncludeDirectories="..\..\include"
  128. StringPooling="true"
  129. BasicRuntimeChecks="0"
  130. RuntimeLibrary="2"
  131. EnableFunctionLevelLinking="false"
  132. EnableEnhancedInstructionSet="0"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. />
  142. <Tool
  143. Name="VCPreLinkEventTool"
  144. />
  145. <Tool
  146. Name="VCLinkerTool"
  147. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib VCMI_lib.lib"
  148. AdditionalLibraryDirectories="../../libs;../"
  149. GenerateDebugInformation="true"
  150. Driver="0"
  151. OptimizeReferences="2"
  152. EnableCOMDATFolding="2"
  153. LinkTimeCodeGeneration="0"
  154. TargetMachine="1"
  155. Profile="true"
  156. />
  157. <Tool
  158. Name="VCALinkTool"
  159. />
  160. <Tool
  161. Name="VCManifestTool"
  162. AdditionalManifestFiles="$(ProjectDir)DPIaware.manifest"
  163. />
  164. <Tool
  165. Name="VCXDCMakeTool"
  166. />
  167. <Tool
  168. Name="VCBscMakeTool"
  169. />
  170. <Tool
  171. Name="VCFxCopTool"
  172. />
  173. <Tool
  174. Name="VCAppVerifierTool"
  175. />
  176. <Tool
  177. Name="VCPostBuildEventTool"
  178. />
  179. </Configuration>
  180. <Configuration
  181. Name="RD|Win32"
  182. OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
  183. IntermediateDirectory="$(ConfigurationName)_VC9"
  184. ConfigurationType="1"
  185. CharacterSet="1"
  186. WholeProgramOptimization="1"
  187. >
  188. <Tool
  189. Name="VCPreBuildEventTool"
  190. />
  191. <Tool
  192. Name="VCCustomBuildTool"
  193. />
  194. <Tool
  195. Name="VCXMLDataGeneratorTool"
  196. />
  197. <Tool
  198. Name="VCWebServiceProxyGeneratorTool"
  199. />
  200. <Tool
  201. Name="VCMIDLTool"
  202. />
  203. <Tool
  204. Name="VCCLCompilerTool"
  205. AdditionalOptions="/Oy-"
  206. Optimization="3"
  207. EnableIntrinsicFunctions="true"
  208. FavorSizeOrSpeed="1"
  209. OmitFramePointers="false"
  210. EnableFiberSafeOptimizations="true"
  211. WholeProgramOptimization="true"
  212. AdditionalIncludeDirectories="..\..\include"
  213. StringPooling="true"
  214. BasicRuntimeChecks="0"
  215. RuntimeLibrary="2"
  216. EnableFunctionLevelLinking="false"
  217. EnableEnhancedInstructionSet="0"
  218. AssemblerOutput="2"
  219. AssemblerListingLocation="$(SolutionDir)$(ConfigurationName)\"
  220. WarningLevel="3"
  221. DebugInformationFormat="3"
  222. />
  223. <Tool
  224. Name="VCManagedResourceCompilerTool"
  225. />
  226. <Tool
  227. Name="VCResourceCompilerTool"
  228. />
  229. <Tool
  230. Name="VCPreLinkEventTool"
  231. />
  232. <Tool
  233. Name="VCLinkerTool"
  234. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib VCMI_lib.lib"
  235. AdditionalLibraryDirectories="../../libs;../"
  236. GenerateDebugInformation="true"
  237. GenerateMapFile="true"
  238. Driver="0"
  239. OptimizeReferences="2"
  240. EnableCOMDATFolding="2"
  241. LinkTimeCodeGeneration="0"
  242. TargetMachine="1"
  243. Profile="true"
  244. />
  245. <Tool
  246. Name="VCALinkTool"
  247. />
  248. <Tool
  249. Name="VCManifestTool"
  250. />
  251. <Tool
  252. Name="VCXDCMakeTool"
  253. />
  254. <Tool
  255. Name="VCBscMakeTool"
  256. />
  257. <Tool
  258. Name="VCFxCopTool"
  259. />
  260. <Tool
  261. Name="VCAppVerifierTool"
  262. />
  263. <Tool
  264. Name="VCPostBuildEventTool"
  265. />
  266. </Configuration>
  267. </Configurations>
  268. <References>
  269. </References>
  270. <Files>
  271. <Filter
  272. Name="Source Files"
  273. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  274. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  275. >
  276. <File
  277. RelativePath=".\AdventureMapButton.cpp"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\CAdvmapInterface.cpp"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\CBattleInterface.cpp"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\CBitmapHandler.cpp"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\CCallback.cpp"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\CCastleInterface.cpp"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\CConfigHandler.cpp"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\CCreatureAnimation.cpp"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\CCursorHandler.cpp"
  310. >
  311. </File>
  312. <File
  313. RelativePath="..\hch\CDefHandler.cpp"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\CGameInfo.cpp"
  318. >
  319. </File>
  320. <File
  321. RelativePath="..\CGameInterface.cpp"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\CHeroWindow.cpp"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".\CKingdomInterface.cpp"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".\Client.cpp"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\CMessage.cpp"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\CMT.cpp"
  342. >
  343. </File>
  344. <File
  345. RelativePath="..\hch\CMusicHandler.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\CSndHandler.cpp"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\CSpellWindow.cpp"
  362. >
  363. </File>
  364. <File
  365. RelativePath="..\CThreadHelper.cpp"
  366. >
  367. </File>
  368. <File
  369. RelativePath="..\hch\CVideoHandler.cpp"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\Graphics.cpp"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\GUIBase.cpp"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\GUIClasses.cpp"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\NetPacksClient.cpp"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\SDL_Extensions.cpp"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\SDL_framerate.cpp"
  394. >
  395. </File>
  396. </Filter>
  397. <Filter
  398. Name="Header Files"
  399. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  400. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  401. >
  402. <File
  403. RelativePath=".\AdventureMapButton.h"
  404. >
  405. </File>
  406. <File
  407. RelativePath="..\AI_Base.h"
  408. >
  409. </File>
  410. <File
  411. RelativePath=".\CAdvmapInterface.h"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\hch\CAmbarCendamo.h"
  416. >
  417. </File>
  418. <File
  419. RelativePath="..\hch\CArtHandler.h"
  420. >
  421. </File>
  422. <File
  423. RelativePath=".\CBattleInterface.h"
  424. >
  425. </File>
  426. <File
  427. RelativePath=".\CBitmapHandler.h"
  428. >
  429. </File>
  430. <File
  431. RelativePath="..\hch\CBuildingHandler.h"
  432. >
  433. </File>
  434. <File
  435. RelativePath="..\CCallback.h"
  436. >
  437. </File>
  438. <File
  439. RelativePath=".\CCastleInterface.h"
  440. >
  441. </File>
  442. <File
  443. RelativePath=".\CConfigHandler.h"
  444. >
  445. </File>
  446. <File
  447. RelativePath=".\CCreatureAnimation.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\CHeroHandler.h"
  468. >
  469. </File>
  470. <File
  471. RelativePath=".\CHeroWindow.h"
  472. >
  473. </File>
  474. <File
  475. RelativePath=".\CKingdomInterface.h"
  476. >
  477. </File>
  478. <File
  479. RelativePath=".\Client.h"
  480. >
  481. </File>
  482. <File
  483. RelativePath=".\CMessage.h"
  484. >
  485. </File>
  486. <File
  487. RelativePath="..\hch\CMusicBase.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=".\CPlayerInterface.h"
  500. >
  501. </File>
  502. <File
  503. RelativePath=".\CPreGame.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="..\hch\CVideoHandler.h"
  520. >
  521. </File>
  522. <File
  523. RelativePath=".\FontBase.h"
  524. >
  525. </File>
  526. <File
  527. RelativePath=".\FunctionList.h"
  528. >
  529. </File>
  530. <File
  531. RelativePath="..\global.h"
  532. >
  533. </File>
  534. <File
  535. RelativePath=".\Graphics.h"
  536. >
  537. </File>
  538. <File
  539. RelativePath=".\GUIBase.h"
  540. >
  541. </File>
  542. <File
  543. RelativePath=".\GUIClasses.h"
  544. >
  545. </File>
  546. <File
  547. RelativePath="..\int3.h"
  548. >
  549. </File>
  550. <File
  551. RelativePath="..\mapHandler.h"
  552. >
  553. </File>
  554. <File
  555. RelativePath="..\nodrze.h"
  556. >
  557. </File>
  558. <File
  559. RelativePath=".\resource.h"
  560. >
  561. </File>
  562. <File
  563. RelativePath=".\SDL_Extensions.h"
  564. >
  565. </File>
  566. <File
  567. RelativePath=".\SDL_framerate.h"
  568. >
  569. </File>
  570. <File
  571. RelativePath="..\StartInfo.h"
  572. >
  573. </File>
  574. <File
  575. RelativePath="..\stdafx.h"
  576. >
  577. </File>
  578. <File
  579. RelativePath="..\timeHandler.h"
  580. >
  581. </File>
  582. </Filter>
  583. <File
  584. RelativePath="..\ChangeLog"
  585. >
  586. </File>
  587. <File
  588. RelativePath=".\vcmi.ico"
  589. >
  590. </File>
  591. <File
  592. RelativePath=".\VCMI_client.rc"
  593. >
  594. </File>
  595. </Files>
  596. <Globals>
  597. </Globals>
  598. </VisualStudioProject>