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 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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;..\cucul"
  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. />
  50. <Tool
  51. Name="VCManagedResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCPreLinkEventTool"
  58. />
  59. <Tool
  60. Name="VCLinkerTool"
  61. ModuleDefinitionFile=".\libcaca.def"
  62. GenerateDebugInformation="true"
  63. TargetMachine="1"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCManifestTool"
  70. />
  71. <Tool
  72. Name="VCXDCMakeTool"
  73. />
  74. <Tool
  75. Name="VCBscMakeTool"
  76. />
  77. <Tool
  78. Name="VCFxCopTool"
  79. />
  80. <Tool
  81. Name="VCAppVerifierTool"
  82. />
  83. <Tool
  84. Name="VCWebDeploymentTool"
  85. />
  86. <Tool
  87. Name="VCPostBuildEventTool"
  88. />
  89. </Configuration>
  90. <Configuration
  91. Name="Release|Win32"
  92. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  93. IntermediateDirectory="$(ConfigurationName)"
  94. ConfigurationType="1"
  95. CharacterSet="2"
  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. AdditionalIncludeDirectories="..\msvc;..\cucul"
  116. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__"
  117. RuntimeLibrary="2"
  118. WarningLevel="3"
  119. Detect64BitPortabilityProblems="true"
  120. DebugInformationFormat="3"
  121. />
  122. <Tool
  123. Name="VCManagedResourceCompilerTool"
  124. />
  125. <Tool
  126. Name="VCResourceCompilerTool"
  127. />
  128. <Tool
  129. Name="VCPreLinkEventTool"
  130. />
  131. <Tool
  132. Name="VCLinkerTool"
  133. ModuleDefinitionFile=".\libcaca.def"
  134. GenerateDebugInformation="true"
  135. OptimizeReferences="2"
  136. EnableCOMDATFolding="2"
  137. TargetMachine="1"
  138. />
  139. <Tool
  140. Name="VCALinkTool"
  141. />
  142. <Tool
  143. Name="VCManifestTool"
  144. />
  145. <Tool
  146. Name="VCXDCMakeTool"
  147. />
  148. <Tool
  149. Name="VCBscMakeTool"
  150. />
  151. <Tool
  152. Name="VCFxCopTool"
  153. />
  154. <Tool
  155. Name="VCAppVerifierTool"
  156. />
  157. <Tool
  158. Name="VCWebDeploymentTool"
  159. />
  160. <Tool
  161. Name="VCPostBuildEventTool"
  162. />
  163. </Configuration>
  164. </Configurations>
  165. <References>
  166. </References>
  167. <Files>
  168. <Filter
  169. Name="Source Files"
  170. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  171. >
  172. <File
  173. RelativePath="..\caca\caca.c"
  174. >
  175. </File>
  176. <File
  177. RelativePath="..\caca\driver_conio.c"
  178. >
  179. </File>
  180. <File
  181. RelativePath="..\caca\driver_gl.c"
  182. >
  183. </File>
  184. <File
  185. RelativePath="..\caca\driver_ncurses.c"
  186. >
  187. </File>
  188. <File
  189. RelativePath="..\caca\driver_raw.c"
  190. >
  191. </File>
  192. <File
  193. RelativePath="..\caca\driver_slang.c"
  194. >
  195. </File>
  196. <File
  197. RelativePath="..\caca\driver_vga.c"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\caca\driver_win32.c"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\caca\driver_x11.c"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\caca\event.c"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\caca\graphics.c"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\libcaca.def"
  218. >
  219. </File>
  220. <File
  221. RelativePath="..\caca\time.c"
  222. >
  223. </File>
  224. </Filter>
  225. <Filter
  226. Name="Header Files"
  227. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  228. >
  229. <File
  230. RelativePath="..\caca\caca.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\caca\caca_internals.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\config.h"
  239. >
  240. </File>
  241. </Filter>
  242. </Files>
  243. <Globals>
  244. </Globals>
  245. </VisualStudioProject>