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.
 
 
 
 
 
 

491 líneas
9.3 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. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
  24. IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
  25. ConfigurationType="2"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. AdditionalIncludeDirectories="codec;..\win32;&quot;$(projectDir)&quot;"
  47. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. WarningLevel="3"
  52. DebugInformationFormat="4"
  53. CompileAs="1"
  54. DisableSpecificWarnings="4996;4142"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLinkerTool"
  67. ModuleDefinitionFile=".\libcaca.def"
  68. GenerateDebugInformation="true"
  69. RandomizedBaseAddress="1"
  70. DataExecutionPrevention="0"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Debug|x64"
  97. OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
  98. IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
  99. ConfigurationType="2"
  100. CharacterSet="2"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. TargetEnvironment="3"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. Optimization="0"
  121. AdditionalIncludeDirectories="codec;..\win32;&quot;$(projectDir)&quot;"
  122. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__"
  123. MinimalRebuild="true"
  124. BasicRuntimeChecks="3"
  125. RuntimeLibrary="3"
  126. WarningLevel="3"
  127. DebugInformationFormat="3"
  128. CompileAs="1"
  129. DisableSpecificWarnings="4996;4142"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. ModuleDefinitionFile=".\libcaca.def"
  143. GenerateDebugInformation="true"
  144. RandomizedBaseAddress="1"
  145. DataExecutionPrevention="0"
  146. TargetMachine="17"
  147. />
  148. <Tool
  149. Name="VCALinkTool"
  150. />
  151. <Tool
  152. Name="VCManifestTool"
  153. />
  154. <Tool
  155. Name="VCXDCMakeTool"
  156. />
  157. <Tool
  158. Name="VCBscMakeTool"
  159. />
  160. <Tool
  161. Name="VCFxCopTool"
  162. />
  163. <Tool
  164. Name="VCAppVerifierTool"
  165. />
  166. <Tool
  167. Name="VCPostBuildEventTool"
  168. />
  169. </Configuration>
  170. <Configuration
  171. Name="Release|Win32"
  172. OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
  173. IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
  174. ConfigurationType="2"
  175. CharacterSet="2"
  176. WholeProgramOptimization="1"
  177. >
  178. <Tool
  179. Name="VCPreBuildEventTool"
  180. />
  181. <Tool
  182. Name="VCCustomBuildTool"
  183. />
  184. <Tool
  185. Name="VCXMLDataGeneratorTool"
  186. />
  187. <Tool
  188. Name="VCWebServiceProxyGeneratorTool"
  189. />
  190. <Tool
  191. Name="VCMIDLTool"
  192. />
  193. <Tool
  194. Name="VCCLCompilerTool"
  195. AdditionalIncludeDirectories="codec;..\win32;&quot;$(projectDir)&quot;"
  196. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__"
  197. RuntimeLibrary="2"
  198. WarningLevel="3"
  199. DebugInformationFormat="3"
  200. CompileAs="1"
  201. DisableSpecificWarnings="4996;4142"
  202. />
  203. <Tool
  204. Name="VCManagedResourceCompilerTool"
  205. />
  206. <Tool
  207. Name="VCResourceCompilerTool"
  208. />
  209. <Tool
  210. Name="VCPreLinkEventTool"
  211. />
  212. <Tool
  213. Name="VCLinkerTool"
  214. ModuleDefinitionFile=".\libcaca.def"
  215. GenerateDebugInformation="true"
  216. OptimizeReferences="2"
  217. EnableCOMDATFolding="2"
  218. RandomizedBaseAddress="1"
  219. DataExecutionPrevention="0"
  220. TargetMachine="1"
  221. />
  222. <Tool
  223. Name="VCALinkTool"
  224. />
  225. <Tool
  226. Name="VCManifestTool"
  227. />
  228. <Tool
  229. Name="VCXDCMakeTool"
  230. />
  231. <Tool
  232. Name="VCBscMakeTool"
  233. />
  234. <Tool
  235. Name="VCFxCopTool"
  236. />
  237. <Tool
  238. Name="VCAppVerifierTool"
  239. />
  240. <Tool
  241. Name="VCPostBuildEventTool"
  242. />
  243. </Configuration>
  244. <Configuration
  245. Name="Release|x64"
  246. OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
  247. IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
  248. ConfigurationType="2"
  249. CharacterSet="2"
  250. WholeProgramOptimization="1"
  251. >
  252. <Tool
  253. Name="VCPreBuildEventTool"
  254. />
  255. <Tool
  256. Name="VCCustomBuildTool"
  257. />
  258. <Tool
  259. Name="VCXMLDataGeneratorTool"
  260. />
  261. <Tool
  262. Name="VCWebServiceProxyGeneratorTool"
  263. />
  264. <Tool
  265. Name="VCMIDLTool"
  266. TargetEnvironment="3"
  267. />
  268. <Tool
  269. Name="VCCLCompilerTool"
  270. AdditionalIncludeDirectories="codec;..\win32;&quot;$(projectDir)&quot;"
  271. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__"
  272. RuntimeLibrary="2"
  273. WarningLevel="3"
  274. DebugInformationFormat="3"
  275. CompileAs="1"
  276. DisableSpecificWarnings="4996;4142"
  277. />
  278. <Tool
  279. Name="VCManagedResourceCompilerTool"
  280. />
  281. <Tool
  282. Name="VCResourceCompilerTool"
  283. />
  284. <Tool
  285. Name="VCPreLinkEventTool"
  286. />
  287. <Tool
  288. Name="VCLinkerTool"
  289. ModuleDefinitionFile=".\libcaca.def"
  290. GenerateDebugInformation="true"
  291. OptimizeReferences="2"
  292. EnableCOMDATFolding="2"
  293. RandomizedBaseAddress="1"
  294. DataExecutionPrevention="0"
  295. TargetMachine="17"
  296. />
  297. <Tool
  298. Name="VCALinkTool"
  299. />
  300. <Tool
  301. Name="VCManifestTool"
  302. />
  303. <Tool
  304. Name="VCXDCMakeTool"
  305. />
  306. <Tool
  307. Name="VCBscMakeTool"
  308. />
  309. <Tool
  310. Name="VCFxCopTool"
  311. />
  312. <Tool
  313. Name="VCAppVerifierTool"
  314. />
  315. <Tool
  316. Name="VCPostBuildEventTool"
  317. />
  318. </Configuration>
  319. </Configurations>
  320. <References>
  321. </References>
  322. <Files>
  323. <Filter
  324. Name="driver"
  325. >
  326. <File
  327. RelativePath=".\driver\gl.c"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\driver\ncurses.c"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\driver\null.c"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\driver\raw.c"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\driver\slang.c"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\driver\vga.c"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\driver\win32.c"
  352. >
  353. </File>
  354. <File
  355. RelativePath=".\driver\x11.c"
  356. >
  357. </File>
  358. </Filter>
  359. <Filter
  360. Name="codec"
  361. >
  362. <File
  363. RelativePath=".\codec\codec.h"
  364. >
  365. </File>
  366. <File
  367. RelativePath=".\codec\export.c"
  368. >
  369. </File>
  370. <File
  371. RelativePath=".\codec\import.c"
  372. >
  373. </File>
  374. <File
  375. RelativePath=".\codec\text.c"
  376. >
  377. </File>
  378. </Filter>
  379. <File
  380. RelativePath=".\attr.c"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\box.c"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".\caca.c"
  389. >
  390. </File>
  391. <File
  392. RelativePath="caca.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath="caca_internals.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath="caca_stubs.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\win32\caca_types.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".\canvas.c"
  409. >
  410. </File>
  411. <File
  412. RelativePath=".\charset.c"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\win32\config.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\conic.c"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".\driver\conio.c"
  425. >
  426. </File>
  427. <File
  428. RelativePath=".\dirty.c"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\dither.c"
  433. >
  434. </File>
  435. <File
  436. RelativePath=".\event.c"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\figfont.c"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\file.c"
  445. >
  446. </File>
  447. <File
  448. RelativePath=".\font.c"
  449. >
  450. </File>
  451. <File
  452. RelativePath=".\frame.c"
  453. >
  454. </File>
  455. <File
  456. RelativePath=".\graphics.c"
  457. >
  458. </File>
  459. <File
  460. RelativePath=".\legacy.c"
  461. >
  462. </File>
  463. <File
  464. RelativePath=".\libcaca.def"
  465. >
  466. </File>
  467. <File
  468. RelativePath=".\line.c"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\string.c"
  473. >
  474. </File>
  475. <File
  476. RelativePath=".\time.c"
  477. >
  478. </File>
  479. <File
  480. RelativePath=".\transform.c"
  481. >
  482. </File>
  483. <File
  484. RelativePath=".\triangle.c"
  485. >
  486. </File>
  487. </Files>
  488. <Globals>
  489. </Globals>
  490. </VisualStudioProject>