VCMI_client.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  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="&quot;E:\C++\Lua_includes&quot;;&quot;E:\vcmi\rep - assembla\trunk\lua src&quot;;&quot;E:\vcmi\rep - assembla\trunk&quot;;&quot;E:\C++\boost_1_36_0&quot;;&quot;E:\C++\SDL_mixer-1.2.7\include&quot;;&quot;E:\C++\SDL_ttf-2.0.8\include&quot;;&quot;E:\C++\zlib 1.2.3 binaries\include&quot;;&quot;E:\C++\SDL-1.2.11\devlibs - visual\SDL-1.2.11\include&quot;;&quot;E:\C++\SDL_Image 1.2.5\SDL_image-1.2.5\include&quot;"
  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 lua5.1.lib VCMI_lib.lib"
  65. ShowProgress="0"
  66. AdditionalLibraryDirectories="&quot;E:\vcmi\rep - assembla\trunk&quot;;&quot;E:\C++\lua bin&quot;;&quot;E:\C++\boost_1_36_0\lib&quot;;&quot;E:\C++\SDL_mixer-1.2.7\lib&quot;;&quot;E:\C++\SDL_ttf-2.0.8\lib&quot;;&quot;E:\C++\zlib 1.2.3 binaries\lib&quot;;&quot;E:\C++\SDL-1.2.11\devlibs - visual\SDL-1.2.11\lib&quot;;&quot;E:\C++\SDL_Image 1.2.5\SDL_image-1.2.5\lib&quot;"
  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. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="1"
  99. CharacterSet="1"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. Optimization="3"
  120. EnableIntrinsicFunctions="true"
  121. FavorSizeOrSpeed="1"
  122. OmitFramePointers="true"
  123. EnableFiberSafeOptimizations="true"
  124. WholeProgramOptimization="true"
  125. AdditionalIncludeDirectories="&quot;E:\C++\Lua_includes&quot;;&quot;E:\vcmi\rep - assembla\trunk\lua src&quot;;&quot;E:\vcmi\rep - assembla\trunk&quot;;&quot;E:\C++\boost_1_36_0&quot;;&quot;E:\C++\SDL_mixer-1.2.7\include&quot;;&quot;E:\C++\SDL_ttf-2.0.8\include&quot;;&quot;E:\C++\zlib 1.2.3 binaries\include&quot;;&quot;E:\C++\SDL-1.2.11\devlibs - visual\SDL-1.2.11\include&quot;;&quot;E:\C++\SDL_Image 1.2.5\SDL_image-1.2.5\include&quot;"
  126. StringPooling="true"
  127. BasicRuntimeChecks="0"
  128. RuntimeLibrary="2"
  129. EnableFunctionLevelLinking="false"
  130. EnableEnhancedInstructionSet="0"
  131. WarningLevel="3"
  132. DebugInformationFormat="0"
  133. />
  134. <Tool
  135. Name="VCManagedResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCPreLinkEventTool"
  142. />
  143. <Tool
  144. Name="VCLinkerTool"
  145. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib lua5.1.lib VCMI_lib.lib"
  146. OutputFile="F:\3DO\Heroes3\$(ProjectName).exe"
  147. AdditionalLibraryDirectories="&quot;E:\vcmi\rep - assembla\trunk&quot;;&quot;E:\C++\lua bin&quot;;&quot;E:\C++\boost_1_36_0\lib&quot;;&quot;E:\C++\SDL_mixer-1.2.7\lib&quot;;&quot;E:\C++\SDL_ttf-2.0.8\lib&quot;;&quot;E:\C++\zlib 1.2.3 binaries\lib&quot;;&quot;E:\C++\SDL-1.2.11\devlibs - visual\SDL-1.2.11\lib&quot;;&quot;E:\C++\SDL_Image 1.2.5\SDL_image-1.2.5\lib&quot;"
  148. GenerateDebugInformation="true"
  149. Driver="0"
  150. OptimizeReferences="2"
  151. EnableCOMDATFolding="2"
  152. LinkTimeCodeGeneration="1"
  153. TargetMachine="1"
  154. Profile="true"
  155. />
  156. <Tool
  157. Name="VCALinkTool"
  158. />
  159. <Tool
  160. Name="VCManifestTool"
  161. />
  162. <Tool
  163. Name="VCXDCMakeTool"
  164. />
  165. <Tool
  166. Name="VCBscMakeTool"
  167. />
  168. <Tool
  169. Name="VCFxCopTool"
  170. />
  171. <Tool
  172. Name="VCAppVerifierTool"
  173. />
  174. <Tool
  175. Name="VCPostBuildEventTool"
  176. />
  177. </Configuration>
  178. <Configuration
  179. Name="RD|Win32"
  180. OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
  181. IntermediateDirectory="$(ConfigurationName)"
  182. ConfigurationType="1"
  183. CharacterSet="1"
  184. WholeProgramOptimization="1"
  185. >
  186. <Tool
  187. Name="VCPreBuildEventTool"
  188. />
  189. <Tool
  190. Name="VCCustomBuildTool"
  191. />
  192. <Tool
  193. Name="VCXMLDataGeneratorTool"
  194. />
  195. <Tool
  196. Name="VCWebServiceProxyGeneratorTool"
  197. />
  198. <Tool
  199. Name="VCMIDLTool"
  200. />
  201. <Tool
  202. Name="VCCLCompilerTool"
  203. AdditionalOptions="/Oy-"
  204. Optimization="3"
  205. EnableIntrinsicFunctions="true"
  206. FavorSizeOrSpeed="1"
  207. OmitFramePointers="false"
  208. EnableFiberSafeOptimizations="true"
  209. WholeProgramOptimization="true"
  210. AdditionalIncludeDirectories="G:\vcmt\repa\include"
  211. StringPooling="true"
  212. BasicRuntimeChecks="0"
  213. RuntimeLibrary="2"
  214. EnableFunctionLevelLinking="false"
  215. EnableEnhancedInstructionSet="0"
  216. AssemblerOutput="2"
  217. AssemblerListingLocation="$(SolutionDir)$(ConfigurationName)\"
  218. WarningLevel="3"
  219. DebugInformationFormat="3"
  220. />
  221. <Tool
  222. Name="VCManagedResourceCompilerTool"
  223. />
  224. <Tool
  225. Name="VCResourceCompilerTool"
  226. />
  227. <Tool
  228. Name="VCPreLinkEventTool"
  229. />
  230. <Tool
  231. Name="VCLinkerTool"
  232. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib lua5.1.lib VCMI_lib.lib"
  233. AdditionalLibraryDirectories="G:\vcmt\repa\libs"
  234. GenerateDebugInformation="true"
  235. GenerateMapFile="true"
  236. Driver="0"
  237. OptimizeReferences="2"
  238. EnableCOMDATFolding="2"
  239. LinkTimeCodeGeneration="0"
  240. TargetMachine="1"
  241. Profile="true"
  242. />
  243. <Tool
  244. Name="VCALinkTool"
  245. />
  246. <Tool
  247. Name="VCManifestTool"
  248. />
  249. <Tool
  250. Name="VCXDCMakeTool"
  251. />
  252. <Tool
  253. Name="VCBscMakeTool"
  254. />
  255. <Tool
  256. Name="VCFxCopTool"
  257. />
  258. <Tool
  259. Name="VCAppVerifierTool"
  260. />
  261. <Tool
  262. Name="VCPostBuildEventTool"
  263. />
  264. </Configuration>
  265. </Configurations>
  266. <References>
  267. </References>
  268. <Files>
  269. <Filter
  270. Name="Source Files"
  271. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  272. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  273. >
  274. <File
  275. RelativePath="..\AdventureMapButton.cpp"
  276. >
  277. </File>
  278. <File
  279. RelativePath="..\hch\CAbilityHandler.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath="..\CAdvmapInterface.cpp"
  284. >
  285. </File>
  286. <File
  287. RelativePath="..\CBattleInterface.cpp"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\CBitmapHandler.cpp"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\CCallback.cpp"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\CCastleInterface.cpp"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\CConfigHandler.cpp"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\CCreatureAnimation.cpp"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\CCursorHandler.cpp"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\hch\CDefHandler.cpp"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\CGameInfo.cpp"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\CGameInterface.cpp"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\CHeroWindow.cpp"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\Client.cpp"
  332. >
  333. </File>
  334. <File
  335. RelativePath="..\CMessage.cpp"
  336. >
  337. </File>
  338. <File
  339. RelativePath="..\CMT.cpp"
  340. >
  341. </File>
  342. <File
  343. RelativePath="..\hch\CMusicHandler.cpp"
  344. >
  345. </File>
  346. <File
  347. RelativePath="..\CPathfinder.cpp"
  348. >
  349. </File>
  350. <File
  351. RelativePath="..\CPlayerInterface.cpp"
  352. >
  353. </File>
  354. <File
  355. RelativePath="..\CPreGame.cpp"
  356. >
  357. </File>
  358. <File
  359. RelativePath="..\hch\CSndHandler.cpp"
  360. >
  361. </File>
  362. <File
  363. RelativePath=".\CSpellWindow.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=".\CConfigHandler.h"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\CCreatureAnimation.h"
  442. >
  443. </File>
  444. <File
  445. RelativePath="..\CCursorHandler.h"
  446. >
  447. </File>
  448. <File
  449. RelativePath="..\hch\CDefHandler.h"
  450. >
  451. </File>
  452. <File
  453. RelativePath="..\CGameInfo.h"
  454. >
  455. </File>
  456. <File
  457. RelativePath="..\CGameInterface.h"
  458. >
  459. </File>
  460. <File
  461. RelativePath="..\hch\CHeroHandler.h"
  462. >
  463. </File>
  464. <File
  465. RelativePath="..\CHeroWindow.h"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".\Client.h"
  470. >
  471. </File>
  472. <File
  473. RelativePath="..\CMessage.h"
  474. >
  475. </File>
  476. <File
  477. RelativePath="..\hch\CMusicHandler.h"
  478. >
  479. </File>
  480. <File
  481. RelativePath="..\hch\CObjectHandler.h"
  482. >
  483. </File>
  484. <File
  485. RelativePath="..\CPathfinder.h"
  486. >
  487. </File>
  488. <File
  489. RelativePath="..\CPlayerInterface.h"
  490. >
  491. </File>
  492. <File
  493. RelativePath="..\CPreGame.h"
  494. >
  495. </File>
  496. <File
  497. RelativePath="..\hch\CSndHandler.h"
  498. >
  499. </File>
  500. <File
  501. RelativePath=".\CSpellWindow.h"
  502. >
  503. </File>
  504. <File
  505. RelativePath="..\CThreadHelper.h"
  506. >
  507. </File>
  508. <File
  509. RelativePath=".\FunctionList.h"
  510. >
  511. </File>
  512. <File
  513. RelativePath="..\global.h"
  514. >
  515. </File>
  516. <File
  517. RelativePath=".\Graphics.h"
  518. >
  519. </File>
  520. <File
  521. RelativePath="..\int3.h"
  522. >
  523. </File>
  524. <File
  525. RelativePath="..\map.h"
  526. >
  527. </File>
  528. <File
  529. RelativePath="..\mapHandler.h"
  530. >
  531. </File>
  532. <File
  533. RelativePath="..\nodrze.h"
  534. >
  535. </File>
  536. <File
  537. RelativePath="..\SDL_framerate.h"
  538. >
  539. </File>
  540. <File
  541. RelativePath="..\StartInfo.h"
  542. >
  543. </File>
  544. <File
  545. RelativePath="..\stdafx.h"
  546. >
  547. </File>
  548. <File
  549. RelativePath="..\timeHandler.h"
  550. >
  551. </File>
  552. </Filter>
  553. <File
  554. RelativePath="..\ChangeLog"
  555. >
  556. </File>
  557. <File
  558. RelativePath="C:\Documents and Settings\Micha³\Moje dokumenty\net.txt"
  559. >
  560. </File>
  561. </Files>
  562. <Globals>
  563. </Globals>
  564. </VisualStudioProject>