Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

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