You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 17 години
преди 16 години
преди 17 години
преди 17 години
преди 17 години
преди 17 години
преди 17 години
преди 17 години
преди 16 години
преди 17 години
преди 17 години
преди 17 години
преди 17 години
преди 17 години
преди 16 години
преди 17 години
преди 17 години
преди 16 години
преди 17 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="libcaca"
  6. ProjectGUID="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}"
  7. >
  8. <Platforms>
  9. <Platform
  10. Name="Win32"
  11. />
  12. </Platforms>
  13. <ToolFiles>
  14. </ToolFiles>
  15. <Configurations>
  16. <Configuration
  17. Name="Debug|Win32"
  18. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  19. IntermediateDirectory="$(ConfigurationName)"
  20. ConfigurationType="2"
  21. CharacterSet="2"
  22. >
  23. <Tool
  24. Name="VCPreBuildEventTool"
  25. />
  26. <Tool
  27. Name="VCCustomBuildTool"
  28. />
  29. <Tool
  30. Name="VCXMLDataGeneratorTool"
  31. />
  32. <Tool
  33. Name="VCWebServiceProxyGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCMIDLTool"
  37. />
  38. <Tool
  39. Name="VCCLCompilerTool"
  40. Optimization="0"
  41. AdditionalIncludeDirectories="..\msvc"
  42. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__"
  43. MinimalRebuild="true"
  44. BasicRuntimeChecks="3"
  45. RuntimeLibrary="3"
  46. WarningLevel="3"
  47. Detect64BitPortabilityProblems="true"
  48. DebugInformationFormat="4"
  49. CompileAs="1"
  50. DisableSpecificWarnings="4996;4142"
  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. ModuleDefinitionFile=".\libcaca.def"
  64. GenerateDebugInformation="true"
  65. TargetMachine="1"
  66. />
  67. <Tool
  68. Name="VCALinkTool"
  69. />
  70. <Tool
  71. Name="VCManifestTool"
  72. />
  73. <Tool
  74. Name="VCXDCMakeTool"
  75. />
  76. <Tool
  77. Name="VCBscMakeTool"
  78. />
  79. <Tool
  80. Name="VCFxCopTool"
  81. />
  82. <Tool
  83. Name="VCAppVerifierTool"
  84. />
  85. <Tool
  86. Name="VCWebDeploymentTool"
  87. />
  88. <Tool
  89. Name="VCPostBuildEventTool"
  90. />
  91. </Configuration>
  92. <Configuration
  93. Name="Release|Win32"
  94. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  95. IntermediateDirectory="$(ConfigurationName)"
  96. ConfigurationType="2"
  97. CharacterSet="2"
  98. WholeProgramOptimization="1"
  99. >
  100. <Tool
  101. Name="VCPreBuildEventTool"
  102. />
  103. <Tool
  104. Name="VCCustomBuildTool"
  105. />
  106. <Tool
  107. Name="VCXMLDataGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCMIDLTool"
  114. />
  115. <Tool
  116. Name="VCCLCompilerTool"
  117. AdditionalIncludeDirectories="..\msvc"
  118. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__"
  119. RuntimeLibrary="2"
  120. WarningLevel="3"
  121. Detect64BitPortabilityProblems="true"
  122. DebugInformationFormat="3"
  123. CompileAs="1"
  124. DisableSpecificWarnings="4996;4142"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCPreLinkEventTool"
  134. />
  135. <Tool
  136. Name="VCLinkerTool"
  137. ModuleDefinitionFile=".\libcaca.def"
  138. GenerateDebugInformation="true"
  139. OptimizeReferences="2"
  140. EnableCOMDATFolding="2"
  141. TargetMachine="1"
  142. />
  143. <Tool
  144. Name="VCALinkTool"
  145. />
  146. <Tool
  147. Name="VCManifestTool"
  148. />
  149. <Tool
  150. Name="VCXDCMakeTool"
  151. />
  152. <Tool
  153. Name="VCBscMakeTool"
  154. />
  155. <Tool
  156. Name="VCFxCopTool"
  157. />
  158. <Tool
  159. Name="VCAppVerifierTool"
  160. />
  161. <Tool
  162. Name="VCWebDeploymentTool"
  163. />
  164. <Tool
  165. Name="VCPostBuildEventTool"
  166. />
  167. </Configuration>
  168. </Configurations>
  169. <References>
  170. </References>
  171. <Files>
  172. <Filter
  173. Name="Source Files"
  174. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  175. >
  176. <File
  177. RelativePath="..\caca\caca.c"
  178. >
  179. </File>
  180. <File
  181. RelativePath="..\caca\attr.c"
  182. >
  183. </File>
  184. <File
  185. RelativePath="..\caca\box.c"
  186. >
  187. </File>
  188. <File
  189. RelativePath="..\caca\string.c"
  190. >
  191. </File>
  192. <File
  193. RelativePath="..\caca\charset.c"
  194. >
  195. </File>
  196. <File
  197. RelativePath="..\caca\conic.c"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\caca\canvas.c"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\caca\dither.c"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\caca\export.c"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\caca\figfont.c"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\caca\file.c"
  218. >
  219. </File>
  220. <File
  221. RelativePath="..\caca\font.c"
  222. >
  223. </File>
  224. <File
  225. RelativePath="..\caca\frame.c"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\caca\import.c"
  230. >
  231. </File>
  232. <File
  233. RelativePath="..\caca\line.c"
  234. >
  235. </File>
  236. <File
  237. RelativePath="..\caca\transform.c"
  238. >
  239. </File>
  240. <File
  241. RelativePath="..\caca\triangle.c"
  242. >
  243. </File>
  244. <File
  245. RelativePath="..\caca\legacy.c"
  246. >
  247. </File>
  248. <File
  249. RelativePath="..\caca\driver_conio.c"
  250. >
  251. </File>
  252. <File
  253. RelativePath="..\caca\driver_gl.c"
  254. >
  255. </File>
  256. <File
  257. RelativePath="..\caca\driver_ncurses.c"
  258. >
  259. </File>
  260. <File
  261. RelativePath="..\caca\driver_raw.c"
  262. >
  263. </File>
  264. <File
  265. RelativePath="..\caca\driver_slang.c"
  266. >
  267. </File>
  268. <File
  269. RelativePath="..\caca\driver_vga.c"
  270. >
  271. </File>
  272. <File
  273. RelativePath="..\caca\driver_win32.c"
  274. >
  275. </File>
  276. <File
  277. RelativePath="..\caca\driver_x11.c"
  278. >
  279. </File>
  280. <File
  281. RelativePath="..\caca\event.c"
  282. >
  283. </File>
  284. <File
  285. RelativePath="..\caca\graphics.c"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\libcaca.def"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\caca\time.c"
  294. >
  295. </File>
  296. </Filter>
  297. <Filter
  298. Name="Header Files"
  299. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  300. >
  301. <File
  302. RelativePath="..\caca\caca.h"
  303. >
  304. </File>
  305. <File
  306. RelativePath="..\caca\caca_internals.h"
  307. >
  308. </File>
  309. <File
  310. RelativePath="..\caca\caca_types.h"
  311. >
  312. </File>
  313. <File
  314. RelativePath="..\stubs.h"
  315. >
  316. </File>
  317. <File
  318. RelativePath=".\config.h"
  319. >
  320. </File>
  321. <File
  322. RelativePath=".\stubs.h"
  323. >
  324. </File>
  325. </Filter>
  326. </Files>
  327. <Globals>
  328. </Globals>
  329. </VisualStudioProject>