選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

libcaca.vcproj 5.5 KiB

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