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.

libcucul.vcproj 5.0 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="libcucul"
  6. ProjectGUID="{44303C1F-BB6A-4C4B-BB19-7D475348F151}"
  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. AdditionalIncludeDirectories="..\msvc"
  41. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  42. Optimization="0"
  43. MinimalRebuild="true"
  44. BasicRuntimeChecks="3"
  45. RuntimeLibrary="3"
  46. WarningLevel="3"
  47. Detect64BitPortabilityProblems="true"
  48. DebugInformationFormat="4"
  49. />
  50. <Tool
  51. Name="VCManagedResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCPreLinkEventTool"
  58. />
  59. <Tool
  60. Name="VCLinkerTool"
  61. GenerateDebugInformation="true"
  62. TargetMachine="1"
  63. />
  64. <Tool
  65. Name="VCALinkTool"
  66. />
  67. <Tool
  68. Name="VCManifestTool"
  69. />
  70. <Tool
  71. Name="VCXDCMakeTool"
  72. />
  73. <Tool
  74. Name="VCBscMakeTool"
  75. />
  76. <Tool
  77. Name="VCFxCopTool"
  78. />
  79. <Tool
  80. Name="VCAppVerifierTool"
  81. />
  82. <Tool
  83. Name="VCWebDeploymentTool"
  84. />
  85. <Tool
  86. Name="VCPostBuildEventTool"
  87. />
  88. </Configuration>
  89. <Configuration
  90. Name="Release|Win32"
  91. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  92. IntermediateDirectory="$(ConfigurationName)"
  93. ConfigurationType="1"
  94. CharacterSet="2"
  95. WholeProgramOptimization="1"
  96. >
  97. <Tool
  98. Name="VCPreBuildEventTool"
  99. />
  100. <Tool
  101. Name="VCCustomBuildTool"
  102. />
  103. <Tool
  104. Name="VCXMLDataGeneratorTool"
  105. />
  106. <Tool
  107. Name="VCWebServiceProxyGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCMIDLTool"
  111. />
  112. <Tool
  113. Name="VCCLCompilerTool"
  114. AdditionalIncludeDirectories="..\msvc"
  115. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  116. RuntimeLibrary="2"
  117. WarningLevel="3"
  118. Detect64BitPortabilityProblems="true"
  119. DebugInformationFormat="3"
  120. />
  121. <Tool
  122. Name="VCManagedResourceCompilerTool"
  123. />
  124. <Tool
  125. Name="VCResourceCompilerTool"
  126. />
  127. <Tool
  128. Name="VCPreLinkEventTool"
  129. />
  130. <Tool
  131. Name="VCLinkerTool"
  132. GenerateDebugInformation="true"
  133. OptimizeReferences="2"
  134. EnableCOMDATFolding="2"
  135. TargetMachine="1"
  136. />
  137. <Tool
  138. Name="VCALinkTool"
  139. />
  140. <Tool
  141. Name="VCManifestTool"
  142. />
  143. <Tool
  144. Name="VCXDCMakeTool"
  145. />
  146. <Tool
  147. Name="VCBscMakeTool"
  148. />
  149. <Tool
  150. Name="VCFxCopTool"
  151. />
  152. <Tool
  153. Name="VCAppVerifierTool"
  154. />
  155. <Tool
  156. Name="VCWebDeploymentTool"
  157. />
  158. <Tool
  159. Name="VCPostBuildEventTool"
  160. />
  161. </Configuration>
  162. </Configurations>
  163. <References>
  164. </References>
  165. <Files>
  166. <Filter
  167. Name="Source Files"
  168. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  169. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  170. >
  171. <File
  172. RelativePath="..\cucul\box.c"
  173. >
  174. </File>
  175. <File
  176. RelativePath="..\cucul\canvas.c"
  177. >
  178. </File>
  179. <File
  180. RelativePath="..\cucul\charset.c"
  181. >
  182. </File>
  183. <File
  184. RelativePath="..\cucul\colour.c"
  185. >
  186. </File>
  187. <File
  188. RelativePath="..\cucul\conic.c"
  189. >
  190. </File>
  191. <File
  192. RelativePath="..\cucul\cucul.c"
  193. >
  194. </File>
  195. <File
  196. RelativePath="..\cucul\dither.c"
  197. >
  198. </File>
  199. <File
  200. RelativePath="..\cucul\export_ansi.c"
  201. >
  202. </File>
  203. <File
  204. RelativePath="..\cucul\export_html.c"
  205. >
  206. </File>
  207. <File
  208. RelativePath="..\cucul\export_irc.c"
  209. >
  210. </File>
  211. <File
  212. RelativePath="..\cucul\export_ps.c"
  213. >
  214. </File>
  215. <File
  216. RelativePath="..\cucul\export_svg.c"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\cucul\font.c"
  221. >
  222. </File>
  223. <File
  224. RelativePath="..\caca\graphics.c"
  225. >
  226. </File>
  227. <File
  228. RelativePath="..\cucul\line.c"
  229. >
  230. </File>
  231. <File
  232. RelativePath="..\cucul\math.c"
  233. >
  234. </File>
  235. <File
  236. RelativePath="..\cucul\sprite.c"
  237. >
  238. </File>
  239. <File
  240. RelativePath="..\cucul\transform.c"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\cucul\triangle.c"
  245. >
  246. </File>
  247. </Filter>
  248. <Filter
  249. Name="Header Files"
  250. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  251. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  252. >
  253. <File
  254. RelativePath="config.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\cucul\cucul.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\cucul\cucul_internals.h"
  263. >
  264. </File>
  265. </Filter>
  266. </Files>
  267. <Globals>
  268. </Globals>
  269. </VisualStudioProject>