No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

307 líneas
5.8 KiB

  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. Keyword="Win32Proj"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="Debug"
  20. IntermediateDirectory="Debug"
  21. ConfigurationType="4"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  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. Optimization="0"
  43. AdditionalIncludeDirectories="..\msvc;&quot;D:\code\libcaca-trunk\cucul&quot;;&quot;D:\code\libcaca-trunk\caca&quot;;&quot;C:\Program Files\Microsoft Platform SDK\Include&quot;"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="1"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLibrarianTool"
  64. OutputFile="$(OutDir)/cacaview.lib"
  65. />
  66. <Tool
  67. Name="VCALinkTool"
  68. />
  69. <Tool
  70. Name="VCXDCMakeTool"
  71. />
  72. <Tool
  73. Name="VCBscMakeTool"
  74. />
  75. <Tool
  76. Name="VCFxCopTool"
  77. />
  78. <Tool
  79. Name="VCPostBuildEventTool"
  80. />
  81. </Configuration>
  82. <Configuration
  83. Name="Release|Win32"
  84. OutputDirectory="Release"
  85. IntermediateDirectory="Release"
  86. ConfigurationType="4"
  87. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  88. CharacterSet="2"
  89. >
  90. <Tool
  91. Name="VCPreBuildEventTool"
  92. />
  93. <Tool
  94. Name="VCCustomBuildTool"
  95. />
  96. <Tool
  97. Name="VCXMLDataGeneratorTool"
  98. />
  99. <Tool
  100. Name="VCWebServiceProxyGeneratorTool"
  101. />
  102. <Tool
  103. Name="VCMIDLTool"
  104. />
  105. <Tool
  106. Name="VCCLCompilerTool"
  107. Optimization="2"
  108. InlineFunctionExpansion="1"
  109. OmitFramePointers="true"
  110. AdditionalIncludeDirectories="..\msvc"
  111. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  112. StringPooling="true"
  113. RuntimeLibrary="0"
  114. EnableFunctionLevelLinking="true"
  115. UsePrecompiledHeader="0"
  116. WarningLevel="3"
  117. Detect64BitPortabilityProblems="true"
  118. DebugInformationFormat="3"
  119. />
  120. <Tool
  121. Name="VCManagedResourceCompilerTool"
  122. />
  123. <Tool
  124. Name="VCResourceCompilerTool"
  125. />
  126. <Tool
  127. Name="VCPreLinkEventTool"
  128. />
  129. <Tool
  130. Name="VCLibrarianTool"
  131. OutputFile="$(OutDir)/cacaview.lib"
  132. />
  133. <Tool
  134. Name="VCALinkTool"
  135. />
  136. <Tool
  137. Name="VCXDCMakeTool"
  138. />
  139. <Tool
  140. Name="VCBscMakeTool"
  141. />
  142. <Tool
  143. Name="VCFxCopTool"
  144. />
  145. <Tool
  146. Name="VCPostBuildEventTool"
  147. />
  148. </Configuration>
  149. </Configurations>
  150. <References>
  151. </References>
  152. <Files>
  153. <Filter
  154. Name="Source Files"
  155. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
  156. >
  157. <File
  158. RelativePath="..\cucul\box.c"
  159. >
  160. </File>
  161. <File
  162. RelativePath="..\caca\caca.c"
  163. >
  164. </File>
  165. <File
  166. RelativePath="..\cucul\canvas.c"
  167. >
  168. </File>
  169. <File
  170. RelativePath="..\cucul\charset.c"
  171. >
  172. </File>
  173. <File
  174. RelativePath="..\cucul\colour.c"
  175. >
  176. </File>
  177. <File
  178. RelativePath="..\cucul\conic.c"
  179. >
  180. </File>
  181. <File
  182. RelativePath="..\cucul\cucul.c"
  183. >
  184. </File>
  185. <File
  186. RelativePath="..\cucul\dither.c"
  187. >
  188. </File>
  189. <File
  190. RelativePath="..\caca\driver_conio.c"
  191. >
  192. </File>
  193. <File
  194. RelativePath="..\caca\driver_gl.c"
  195. >
  196. </File>
  197. <File
  198. RelativePath="..\caca\driver_ncurses.c"
  199. >
  200. </File>
  201. <File
  202. RelativePath="..\caca\driver_raw.c"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\caca\driver_slang.c"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\caca\driver_vga.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\caca\driver_win32.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\caca\driver_x11.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\caca\event.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\cucul\export_ansi.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\cucul\export_html.c"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\cucul\export_irc.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\cucul\export_ps.c"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\cucul\export_svg.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\cucul\font.c"
  247. >
  248. </File>
  249. <File
  250. RelativePath="..\caca\graphics.c"
  251. >
  252. </File>
  253. <File
  254. RelativePath="..\cucul\line.c"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\cucul\math.c"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\cucul\sprite.c"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\caca\time.c"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\cucul\transform.c"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\cucul\triangle.c"
  275. >
  276. </File>
  277. </Filter>
  278. <Filter
  279. Name="Header Files"
  280. Filter="h;hpp;hxx;hm;inl;inc"
  281. >
  282. <File
  283. RelativePath="..\caca\caca.h"
  284. >
  285. </File>
  286. <File
  287. RelativePath="..\caca\caca_internals.h"
  288. >
  289. </File>
  290. <File
  291. RelativePath="config.h"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\cucul\cucul.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\cucul\cucul_internals.h"
  300. >
  301. </File>
  302. </Filter>
  303. </Files>
  304. <Globals>
  305. </Globals>
  306. </VisualStudioProject>