VCMI_client.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  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="..\..\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. />
  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="..\..\include"
  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 VCMI_lib.lib"
  146. AdditionalLibraryDirectories="../../libs;../"
  147. GenerateDebugInformation="true"
  148. Driver="0"
  149. OptimizeReferences="2"
  150. EnableCOMDATFolding="2"
  151. LinkTimeCodeGeneration="0"
  152. TargetMachine="1"
  153. Profile="true"
  154. />
  155. <Tool
  156. Name="VCALinkTool"
  157. />
  158. <Tool
  159. Name="VCManifestTool"
  160. />
  161. <Tool
  162. Name="VCXDCMakeTool"
  163. />
  164. <Tool
  165. Name="VCBscMakeTool"
  166. />
  167. <Tool
  168. Name="VCFxCopTool"
  169. />
  170. <Tool
  171. Name="VCAppVerifierTool"
  172. />
  173. <Tool
  174. Name="VCPostBuildEventTool"
  175. />
  176. </Configuration>
  177. <Configuration
  178. Name="RD|Win32"
  179. OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
  180. IntermediateDirectory="$(ConfigurationName)"
  181. ConfigurationType="1"
  182. CharacterSet="1"
  183. WholeProgramOptimization="1"
  184. >
  185. <Tool
  186. Name="VCPreBuildEventTool"
  187. />
  188. <Tool
  189. Name="VCCustomBuildTool"
  190. />
  191. <Tool
  192. Name="VCXMLDataGeneratorTool"
  193. />
  194. <Tool
  195. Name="VCWebServiceProxyGeneratorTool"
  196. />
  197. <Tool
  198. Name="VCMIDLTool"
  199. />
  200. <Tool
  201. Name="VCCLCompilerTool"
  202. AdditionalOptions="/Oy-"
  203. Optimization="3"
  204. EnableIntrinsicFunctions="true"
  205. FavorSizeOrSpeed="1"
  206. OmitFramePointers="false"
  207. EnableFiberSafeOptimizations="true"
  208. WholeProgramOptimization="true"
  209. AdditionalIncludeDirectories="..\..\include"
  210. StringPooling="true"
  211. BasicRuntimeChecks="0"
  212. RuntimeLibrary="2"
  213. EnableFunctionLevelLinking="false"
  214. EnableEnhancedInstructionSet="0"
  215. AssemblerOutput="2"
  216. AssemblerListingLocation="$(SolutionDir)$(ConfigurationName)\"
  217. WarningLevel="3"
  218. DebugInformationFormat="3"
  219. />
  220. <Tool
  221. Name="VCManagedResourceCompilerTool"
  222. />
  223. <Tool
  224. Name="VCResourceCompilerTool"
  225. />
  226. <Tool
  227. Name="VCPreLinkEventTool"
  228. />
  229. <Tool
  230. Name="VCLinkerTool"
  231. AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib VCMI_lib.lib"
  232. AdditionalLibraryDirectories="../../libs;../"
  233. GenerateDebugInformation="true"
  234. GenerateMapFile="true"
  235. Driver="0"
  236. OptimizeReferences="2"
  237. EnableCOMDATFolding="2"
  238. LinkTimeCodeGeneration="0"
  239. TargetMachine="1"
  240. Profile="true"
  241. />
  242. <Tool
  243. Name="VCALinkTool"
  244. />
  245. <Tool
  246. Name="VCManifestTool"
  247. />
  248. <Tool
  249. Name="VCXDCMakeTool"
  250. />
  251. <Tool
  252. Name="VCBscMakeTool"
  253. />
  254. <Tool
  255. Name="VCFxCopTool"
  256. />
  257. <Tool
  258. Name="VCAppVerifierTool"
  259. />
  260. <Tool
  261. Name="VCPostBuildEventTool"
  262. />
  263. </Configuration>
  264. </Configurations>
  265. <References>
  266. </References>
  267. <Files>
  268. <Filter
  269. Name="Source Files"
  270. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  271. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  272. >
  273. <File
  274. RelativePath=".\AdventureMapButton.cpp"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".\CAdvmapInterface.cpp"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\CBattleInterface.cpp"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".\CBitmapHandler.cpp"
  287. >
  288. </File>
  289. <File
  290. RelativePath="..\CCallback.cpp"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".\CCastleInterface.cpp"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".\CConfigHandler.cpp"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".\CCreatureAnimation.cpp"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\CCursorHandler.cpp"
  307. >
  308. </File>
  309. <File
  310. RelativePath="..\hch\CDefHandler.cpp"
  311. >
  312. </File>
  313. <File
  314. RelativePath=".\CGameInfo.cpp"
  315. >
  316. </File>
  317. <File
  318. RelativePath="..\CGameInterface.cpp"
  319. >
  320. </File>
  321. <File
  322. RelativePath=".\CHeroWindow.cpp"
  323. >
  324. </File>
  325. <File
  326. RelativePath=".\Client.cpp"
  327. >
  328. </File>
  329. <File
  330. RelativePath=".\CMessage.cpp"
  331. >
  332. </File>
  333. <File
  334. RelativePath=".\CMT.cpp"
  335. >
  336. </File>
  337. <File
  338. RelativePath="..\hch\CMusicHandler.cpp"
  339. >
  340. </File>
  341. <File
  342. RelativePath=".\CPlayerInterface.cpp"
  343. >
  344. </File>
  345. <File
  346. RelativePath=".\CPreGame.cpp"
  347. >
  348. </File>
  349. <File
  350. RelativePath="..\hch\CSndHandler.cpp"
  351. >
  352. </File>
  353. <File
  354. RelativePath=".\CSpellWindow.cpp"
  355. >
  356. </File>
  357. <File
  358. RelativePath="..\CThreadHelper.cpp"
  359. >
  360. </File>
  361. <File
  362. RelativePath="..\hch\CVideoHandler.cpp"
  363. >
  364. </File>
  365. <File
  366. RelativePath=".\Graphics.cpp"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".\GUIBase.cpp"
  371. >
  372. </File>
  373. <File
  374. RelativePath=".\GUIClasses.cpp"
  375. >
  376. </File>
  377. <File
  378. RelativePath="..\mapHandler.cpp"
  379. >
  380. </File>
  381. <File
  382. RelativePath=".\NetPacksClient.cpp"
  383. >
  384. </File>
  385. <File
  386. RelativePath=".\SDL_Extensions.cpp"
  387. >
  388. </File>
  389. <File
  390. RelativePath=".\SDL_framerate.cpp"
  391. >
  392. </File>
  393. </Filter>
  394. <Filter
  395. Name="Header Files"
  396. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  397. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  398. >
  399. <File
  400. RelativePath=".\AdventureMapButton.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\AI_Base.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".\CAdvmapInterface.h"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\hch\CAmbarCendamo.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\hch\CArtHandler.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\CBattleInterface.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".\CBitmapHandler.h"
  425. >
  426. </File>
  427. <File
  428. RelativePath="..\hch\CBuildingHandler.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath="..\CCallback.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath=".\CCastleInterface.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\CConfigHandler.h"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\CCreatureAnimation.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath=".\CCursorHandler.h"
  449. >
  450. </File>
  451. <File
  452. RelativePath="..\hch\CDefHandler.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath=".\CGameInfo.h"
  457. >
  458. </File>
  459. <File
  460. RelativePath="..\CGameInterface.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath="..\hch\CHeroHandler.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath=".\CHeroWindow.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\Client.h"
  473. >
  474. </File>
  475. <File
  476. RelativePath=".\CMessage.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath="..\hch\CMusicBase.h"
  481. >
  482. </File>
  483. <File
  484. RelativePath="..\hch\CMusicHandler.h"
  485. >
  486. </File>
  487. <File
  488. RelativePath="..\hch\CObjectHandler.h"
  489. >
  490. </File>
  491. <File
  492. RelativePath=".\CPlayerInterface.h"
  493. >
  494. </File>
  495. <File
  496. RelativePath=".\CPreGame.h"
  497. >
  498. </File>
  499. <File
  500. RelativePath="..\hch\CSndHandler.h"
  501. >
  502. </File>
  503. <File
  504. RelativePath=".\CSpellWindow.h"
  505. >
  506. </File>
  507. <File
  508. RelativePath="..\CThreadHelper.h"
  509. >
  510. </File>
  511. <File
  512. RelativePath="..\hch\CVideoHandler.h"
  513. >
  514. </File>
  515. <File
  516. RelativePath=".\FunctionList.h"
  517. >
  518. </File>
  519. <File
  520. RelativePath="..\global.h"
  521. >
  522. </File>
  523. <File
  524. RelativePath=".\Graphics.h"
  525. >
  526. </File>
  527. <File
  528. RelativePath=".\GUIBase.h"
  529. >
  530. </File>
  531. <File
  532. RelativePath=".\GUIClasses.h"
  533. >
  534. </File>
  535. <File
  536. RelativePath="..\int3.h"
  537. >
  538. </File>
  539. <File
  540. RelativePath="..\mapHandler.h"
  541. >
  542. </File>
  543. <File
  544. RelativePath="..\nodrze.h"
  545. >
  546. </File>
  547. <File
  548. RelativePath=".\SDL_Extensions.h"
  549. >
  550. </File>
  551. <File
  552. RelativePath=".\SDL_framerate.h"
  553. >
  554. </File>
  555. <File
  556. RelativePath="..\StartInfo.h"
  557. >
  558. </File>
  559. <File
  560. RelativePath="..\stdafx.h"
  561. >
  562. </File>
  563. <File
  564. RelativePath="..\timeHandler.h"
  565. >
  566. </File>
  567. </Filter>
  568. <File
  569. RelativePath="..\ChangeLog"
  570. >
  571. </File>
  572. <File
  573. RelativePath="C:\Documents and Settings\Micha³\Moje dokumenty\net.txt"
  574. >
  575. </File>
  576. </Files>
  577. <Globals>
  578. </Globals>
  579. </VisualStudioProject>