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.
 
 
 
 
 
 

324 líneas
5.7 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libcaca"
  6. ProjectGUID="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}"
  7. RootNamespace="libcaca"
  8. TargetFrameworkVersion="131072"
  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)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  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. Optimization="0"
  43. AdditionalIncludeDirectories="..\win32;&quot;$(projectDir)&quot;"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. WarningLevel="3"
  49. Detect64BitPortabilityProblems="true"
  50. DebugInformationFormat="4"
  51. CompileAs="1"
  52. DisableSpecificWarnings="4996;4142"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. ModuleDefinitionFile=".\libcaca.def"
  66. GenerateDebugInformation="true"
  67. RandomizedBaseAddress="1"
  68. DataExecutionPrevention="0"
  69. TargetMachine="1"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCPostBuildEventTool"
  91. />
  92. </Configuration>
  93. <Configuration
  94. Name="Release|Win32"
  95. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  96. IntermediateDirectory="$(ConfigurationName)"
  97. ConfigurationType="2"
  98. CharacterSet="2"
  99. WholeProgramOptimization="1"
  100. >
  101. <Tool
  102. Name="VCPreBuildEventTool"
  103. />
  104. <Tool
  105. Name="VCCustomBuildTool"
  106. />
  107. <Tool
  108. Name="VCXMLDataGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCWebServiceProxyGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCMIDLTool"
  115. />
  116. <Tool
  117. Name="VCCLCompilerTool"
  118. AdditionalIncludeDirectories="..\win32;&quot;$(projectDir)&quot;"
  119. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__"
  120. RuntimeLibrary="2"
  121. WarningLevel="3"
  122. Detect64BitPortabilityProblems="true"
  123. DebugInformationFormat="3"
  124. CompileAs="1"
  125. DisableSpecificWarnings="4996;4142"
  126. />
  127. <Tool
  128. Name="VCManagedResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCPreLinkEventTool"
  135. />
  136. <Tool
  137. Name="VCLinkerTool"
  138. ModuleDefinitionFile=".\libcaca.def"
  139. GenerateDebugInformation="true"
  140. OptimizeReferences="2"
  141. EnableCOMDATFolding="2"
  142. RandomizedBaseAddress="1"
  143. DataExecutionPrevention="0"
  144. TargetMachine="1"
  145. />
  146. <Tool
  147. Name="VCALinkTool"
  148. />
  149. <Tool
  150. Name="VCManifestTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. />
  158. <Tool
  159. Name="VCFxCopTool"
  160. />
  161. <Tool
  162. Name="VCAppVerifierTool"
  163. />
  164. <Tool
  165. Name="VCPostBuildEventTool"
  166. />
  167. </Configuration>
  168. </Configurations>
  169. <References>
  170. </References>
  171. <Files>
  172. <Filter
  173. Name="driver"
  174. >
  175. <File
  176. RelativePath=".\driver\gl.c"
  177. >
  178. </File>
  179. <File
  180. RelativePath=".\driver\ncurses.c"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".\driver\raw.c"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\driver\slang.c"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\driver\vga.c"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\driver\win32.c"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\driver\x11.c"
  201. >
  202. </File>
  203. </Filter>
  204. <Filter
  205. Name="codec"
  206. >
  207. <File
  208. RelativePath=".\codec\export.c"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\codec\import.c"
  213. >
  214. </File>
  215. </Filter>
  216. <File
  217. RelativePath=".\attr.c"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\box.c"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".\caca.c"
  226. >
  227. </File>
  228. <File
  229. RelativePath="caca.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath="caca_internals.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath="caca_stubs.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath="..\win32\caca_types.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".\canvas.c"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\charset.c"
  250. >
  251. </File>
  252. <File
  253. RelativePath="..\win32\config.h"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\conic.c"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\driver\conio.c"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\dither.c"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\event.c"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\figfont.c"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\file.c"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\font.c"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\frame.c"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\graphics.c"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\legacy.c"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\libcaca.def"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\line.c"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\string.c"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\time.c"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\transform.c"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\triangle.c"
  318. >
  319. </File>
  320. </Files>
  321. <Globals>
  322. </Globals>
  323. </VisualStudioProject>