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.
 
 
 
 
 
 

487 lines
8.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. <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="Release|Win32"
  97. OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
  98. IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
  99. ConfigurationType="2"
  100. CharacterSet="2"
  101. WholeProgramOptimization="1"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. AdditionalIncludeDirectories="codec;..\win32;&quot;$(projectDir)&quot;"
  121. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__"
  122. RuntimeLibrary="2"
  123. WarningLevel="3"
  124. DebugInformationFormat="3"
  125. CompileAs="1"
  126. DisableSpecificWarnings="4996;4142"
  127. />
  128. <Tool
  129. Name="VCManagedResourceCompilerTool"
  130. />
  131. <Tool
  132. Name="VCResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCPreLinkEventTool"
  136. />
  137. <Tool
  138. Name="VCLinkerTool"
  139. ModuleDefinitionFile=".\libcaca.def"
  140. GenerateDebugInformation="true"
  141. OptimizeReferences="2"
  142. EnableCOMDATFolding="2"
  143. RandomizedBaseAddress="1"
  144. DataExecutionPrevention="0"
  145. TargetMachine="1"
  146. />
  147. <Tool
  148. Name="VCALinkTool"
  149. />
  150. <Tool
  151. Name="VCManifestTool"
  152. />
  153. <Tool
  154. Name="VCXDCMakeTool"
  155. />
  156. <Tool
  157. Name="VCBscMakeTool"
  158. />
  159. <Tool
  160. Name="VCFxCopTool"
  161. />
  162. <Tool
  163. Name="VCAppVerifierTool"
  164. />
  165. <Tool
  166. Name="VCPostBuildEventTool"
  167. />
  168. </Configuration>
  169. <Configuration
  170. Name="Debug|x64"
  171. OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
  172. IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
  173. ConfigurationType="2"
  174. CharacterSet="2"
  175. >
  176. <Tool
  177. Name="VCPreBuildEventTool"
  178. />
  179. <Tool
  180. Name="VCCustomBuildTool"
  181. />
  182. <Tool
  183. Name="VCXMLDataGeneratorTool"
  184. />
  185. <Tool
  186. Name="VCWebServiceProxyGeneratorTool"
  187. />
  188. <Tool
  189. Name="VCMIDLTool"
  190. TargetEnvironment="3"
  191. />
  192. <Tool
  193. Name="VCCLCompilerTool"
  194. Optimization="0"
  195. AdditionalIncludeDirectories="codec;..\win32;&quot;$(projectDir)&quot;"
  196. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__"
  197. MinimalRebuild="true"
  198. BasicRuntimeChecks="3"
  199. RuntimeLibrary="3"
  200. WarningLevel="3"
  201. DebugInformationFormat="3"
  202. CompileAs="1"
  203. DisableSpecificWarnings="4996;4142"
  204. />
  205. <Tool
  206. Name="VCManagedResourceCompilerTool"
  207. />
  208. <Tool
  209. Name="VCResourceCompilerTool"
  210. />
  211. <Tool
  212. Name="VCPreLinkEventTool"
  213. />
  214. <Tool
  215. Name="VCLinkerTool"
  216. ModuleDefinitionFile=".\libcaca.def"
  217. GenerateDebugInformation="true"
  218. RandomizedBaseAddress="1"
  219. DataExecutionPrevention="0"
  220. TargetMachine="17"
  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\raw.c"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\driver\slang.c"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\driver\vga.c"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\driver\win32.c"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\driver\x11.c"
  352. >
  353. </File>
  354. </Filter>
  355. <Filter
  356. Name="codec"
  357. >
  358. <File
  359. RelativePath=".\codec\export.c"
  360. >
  361. </File>
  362. <File
  363. RelativePath=".\codec\import.c"
  364. >
  365. </File>
  366. <File
  367. RelativePath=".\codec\codec.h"
  368. >
  369. </File>
  370. <File
  371. RelativePath=".\codec\text.c"
  372. >
  373. </File>
  374. </Filter>
  375. <File
  376. RelativePath=".\attr.c"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\box.c"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\caca.c"
  385. >
  386. </File>
  387. <File
  388. RelativePath="caca.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath="caca_internals.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath="caca_stubs.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\win32\caca_types.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath=".\canvas.c"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".\charset.c"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\win32\config.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath=".\conic.c"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\driver\conio.c"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".\dirty.c"
  425. >
  426. </File>
  427. <File
  428. RelativePath=".\dither.c"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\event.c"
  433. >
  434. </File>
  435. <File
  436. RelativePath=".\figfont.c"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\file.c"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\font.c"
  445. >
  446. </File>
  447. <File
  448. RelativePath=".\frame.c"
  449. >
  450. </File>
  451. <File
  452. RelativePath=".\graphics.c"
  453. >
  454. </File>
  455. <File
  456. RelativePath=".\legacy.c"
  457. >
  458. </File>
  459. <File
  460. RelativePath=".\libcaca.def"
  461. >
  462. </File>
  463. <File
  464. RelativePath=".\line.c"
  465. >
  466. </File>
  467. <File
  468. RelativePath=".\string.c"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\time.c"
  473. >
  474. </File>
  475. <File
  476. RelativePath=".\transform.c"
  477. >
  478. </File>
  479. <File
  480. RelativePath=".\triangle.c"
  481. >
  482. </File>
  483. </Files>
  484. <Globals>
  485. </Globals>
  486. </VisualStudioProject>