VCMI_lib.vcproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="VCMI_lib"
  6. ProjectGUID="{B952FFC5-3039-4DE1-9F08-90ACDA483D8F}"
  7. RootNamespace="VCMI_lib"
  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="2"
  23. CharacterSet="2"
  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. MinimalRebuild="false"
  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"
  64. AdditionalLibraryDirectories="../../libs;"
  65. GenerateDebugInformation="true"
  66. TargetMachine="1"
  67. />
  68. <Tool
  69. Name="VCALinkTool"
  70. />
  71. <Tool
  72. Name="VCManifestTool"
  73. />
  74. <Tool
  75. Name="VCXDCMakeTool"
  76. />
  77. <Tool
  78. Name="VCBscMakeTool"
  79. />
  80. <Tool
  81. Name="VCFxCopTool"
  82. />
  83. <Tool
  84. Name="VCAppVerifierTool"
  85. />
  86. <Tool
  87. Name="VCPostBuildEventTool"
  88. />
  89. </Configuration>
  90. <Configuration
  91. Name="Release|Win32"
  92. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  93. IntermediateDirectory="$(ConfigurationName)_VC9"
  94. ConfigurationType="2"
  95. CharacterSet="1"
  96. WholeProgramOptimization="1"
  97. >
  98. <Tool
  99. Name="VCPreBuildEventTool"
  100. />
  101. <Tool
  102. Name="VCCustomBuildTool"
  103. />
  104. <Tool
  105. Name="VCXMLDataGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCMIDLTool"
  112. />
  113. <Tool
  114. Name="VCCLCompilerTool"
  115. Optimization="3"
  116. EnableIntrinsicFunctions="true"
  117. FavorSizeOrSpeed="1"
  118. OmitFramePointers="true"
  119. EnableFiberSafeOptimizations="true"
  120. WholeProgramOptimization="true"
  121. AdditionalIncludeDirectories="..\..\include"
  122. StringPooling="true"
  123. MinimalRebuild="false"
  124. BasicRuntimeChecks="0"
  125. RuntimeLibrary="2"
  126. EnableFunctionLevelLinking="false"
  127. WarningLevel="3"
  128. DebugInformationFormat="3"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCPreLinkEventTool"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. AdditionalDependencies="zdll.lib"
  142. Version=""
  143. AdditionalLibraryDirectories="../../libs;"
  144. GenerateDebugInformation="true"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. LinkTimeCodeGeneration="0"
  148. TargetMachine="1"
  149. />
  150. <Tool
  151. Name="VCALinkTool"
  152. />
  153. <Tool
  154. Name="VCManifestTool"
  155. />
  156. <Tool
  157. Name="VCXDCMakeTool"
  158. />
  159. <Tool
  160. Name="VCBscMakeTool"
  161. />
  162. <Tool
  163. Name="VCFxCopTool"
  164. />
  165. <Tool
  166. Name="VCAppVerifierTool"
  167. />
  168. <Tool
  169. Name="VCPostBuildEventTool"
  170. />
  171. </Configuration>
  172. <Configuration
  173. Name="RD|Win32"
  174. OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
  175. IntermediateDirectory="$(ConfigurationName)_VC9"
  176. ConfigurationType="2"
  177. CharacterSet="1"
  178. WholeProgramOptimization="1"
  179. >
  180. <Tool
  181. Name="VCPreBuildEventTool"
  182. />
  183. <Tool
  184. Name="VCCustomBuildTool"
  185. />
  186. <Tool
  187. Name="VCXMLDataGeneratorTool"
  188. />
  189. <Tool
  190. Name="VCWebServiceProxyGeneratorTool"
  191. />
  192. <Tool
  193. Name="VCMIDLTool"
  194. />
  195. <Tool
  196. Name="VCCLCompilerTool"
  197. AdditionalOptions="/Oy-"
  198. Optimization="3"
  199. EnableIntrinsicFunctions="true"
  200. FavorSizeOrSpeed="1"
  201. OmitFramePointers="false"
  202. EnableFiberSafeOptimizations="true"
  203. WholeProgramOptimization="true"
  204. AdditionalIncludeDirectories="..\..\include"
  205. StringPooling="true"
  206. MinimalRebuild="false"
  207. BasicRuntimeChecks="0"
  208. RuntimeLibrary="2"
  209. EnableFunctionLevelLinking="false"
  210. AssemblerOutput="2"
  211. AssemblerListingLocation="$(SolutionDir)$(ConfigurationName)\"
  212. WarningLevel="3"
  213. DebugInformationFormat="3"
  214. />
  215. <Tool
  216. Name="VCManagedResourceCompilerTool"
  217. />
  218. <Tool
  219. Name="VCResourceCompilerTool"
  220. />
  221. <Tool
  222. Name="VCPreLinkEventTool"
  223. />
  224. <Tool
  225. Name="VCLinkerTool"
  226. AdditionalDependencies="zdll.lib"
  227. Version=""
  228. AdditionalLibraryDirectories="../../libs;"
  229. GenerateDebugInformation="true"
  230. GenerateMapFile="true"
  231. OptimizeReferences="2"
  232. EnableCOMDATFolding="2"
  233. LinkTimeCodeGeneration="0"
  234. TargetMachine="1"
  235. />
  236. <Tool
  237. Name="VCALinkTool"
  238. />
  239. <Tool
  240. Name="VCManifestTool"
  241. />
  242. <Tool
  243. Name="VCXDCMakeTool"
  244. />
  245. <Tool
  246. Name="VCBscMakeTool"
  247. />
  248. <Tool
  249. Name="VCFxCopTool"
  250. />
  251. <Tool
  252. Name="VCAppVerifierTool"
  253. />
  254. <Tool
  255. Name="VCPostBuildEventTool"
  256. />
  257. </Configuration>
  258. </Configurations>
  259. <References>
  260. </References>
  261. <Files>
  262. <Filter
  263. Name="Source Files"
  264. >
  265. <File
  266. RelativePath="..\hch\CArtHandler.cpp"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\hch\CBuildingHandler.cpp"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\hch\CCampaignHandler.cpp"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\CConsoleHandler.cpp"
  279. >
  280. </File>
  281. <File
  282. RelativePath="..\hch\CCreatureHandler.cpp"
  283. >
  284. </File>
  285. <File
  286. RelativePath="..\hch\CDefObjInfoHandler.cpp"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".\CGameState.cpp"
  291. >
  292. </File>
  293. <File
  294. RelativePath="..\hch\CGeneralTextHandler.cpp"
  295. >
  296. </File>
  297. <File
  298. RelativePath="..\hch\CHeroHandler.cpp"
  299. >
  300. </File>
  301. <File
  302. RelativePath="..\hch\CLodHandler.cpp"
  303. >
  304. </File>
  305. <File
  306. RelativePath="..\hch\CObjectHandler.cpp"
  307. >
  308. </File>
  309. <File
  310. RelativePath=".\Connection.cpp"
  311. >
  312. </File>
  313. <File
  314. RelativePath="..\hch\CSpellHandler.cpp"
  315. >
  316. </File>
  317. <File
  318. RelativePath="..\hch\CTownHandler.cpp"
  319. >
  320. </File>
  321. <File
  322. RelativePath=".\HeroBonus.cpp"
  323. >
  324. </File>
  325. <File
  326. RelativePath=".\IGameCallback.cpp"
  327. >
  328. </File>
  329. <File
  330. RelativePath=".\map.cpp"
  331. >
  332. </File>
  333. <File
  334. RelativePath=".\NetPacksLib.cpp"
  335. >
  336. </File>
  337. <File
  338. RelativePath=".\RegisterTypes.cpp"
  339. >
  340. </File>
  341. <File
  342. RelativePath="..\stdafx.cpp"
  343. >
  344. </File>
  345. <File
  346. RelativePath=".\VCMI_Lib.cpp"
  347. >
  348. </File>
  349. </Filter>
  350. <Filter
  351. Name="Header Files"
  352. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  353. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  354. >
  355. <File
  356. RelativePath=".\BattleAction.h"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\hch\CArtHandler.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\hch\CBuildingHandler.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\hch\CCampaignHandler.h"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\CConsoleHandler.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\hch\CCreatureHandler.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\CCreatureSet.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\hch\CDefObjInfoHandler.h"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".\CGameState.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\hch\CGeneralTextHandler.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\hch\CHeroHandler.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\hch\CLodHandler.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\hch\CObjectHandler.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".\CondSh.h"
  409. >
  410. </File>
  411. <File
  412. RelativePath=".\Connection.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\hch\CSoundBase.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath="..\hch\CSpellHandler.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath="..\hch\CTownHandler.h"
  425. >
  426. </File>
  427. <File
  428. RelativePath=".\HeroBonus.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\IGameCallback.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath=".\Interprocess.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\map.h"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\NetPacks.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath=".\RegisterTypes.h"
  449. >
  450. </File>
  451. <File
  452. RelativePath=".\VCMI_Lib.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath=".\VCMIDirs.h"
  457. >
  458. </File>
  459. </Filter>
  460. <File
  461. RelativePath=".\CCreatureSet.cpp"
  462. >
  463. </File>
  464. </Files>
  465. <Globals>
  466. </Globals>
  467. </VisualStudioProject>