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.
 
 
 
 
 
 

282 lines
5.3 KiB

  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. Optimization="0"
  41. AdditionalIncludeDirectories="..\msvc"
  42. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCUCUL__"
  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. OutputFile="$(OutDir)\$(ProjectName).dll"
  64. ModuleDefinitionFile=".\libcucul.def"
  65. GenerateDebugInformation="true"
  66. TargetMachine="1"
  67. />
  68. <Tool
  69. Name="VCALinkTool"
  70. />
  71. <Tool
  72. Name="VCManifestTool"
  73. />
  74. <Tool
  75. Name="VCXDCMakeTool"
  76. />
  77. <Tool
  78. Name="VCBscMakeTool"
  79. />
  80. <Tool
  81. Name="VCFxCopTool"
  82. />
  83. <Tool
  84. Name="VCAppVerifierTool"
  85. />
  86. <Tool
  87. Name="VCWebDeploymentTool"
  88. />
  89. <Tool
  90. Name="VCPostBuildEventTool"
  91. />
  92. </Configuration>
  93. <Configuration
  94. Name="Release|Win32"
  95. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  96. IntermediateDirectory="$(ConfigurationName)"
  97. ConfigurationType="2"
  98. CharacterSet="2"
  99. WholeProgramOptimization="1"
  100. >
  101. <Tool
  102. Name="VCPreBuildEventTool"
  103. />
  104. <Tool
  105. Name="VCCustomBuildTool"
  106. />
  107. <Tool
  108. Name="VCXMLDataGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCWebServiceProxyGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCMIDLTool"
  115. />
  116. <Tool
  117. Name="VCCLCompilerTool"
  118. AdditionalIncludeDirectories="..\msvc"
  119. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCUCUL__"
  120. RuntimeLibrary="2"
  121. WarningLevel="3"
  122. Detect64BitPortabilityProblems="true"
  123. DebugInformationFormat="3"
  124. CompileAs="1"
  125. DisableSpecificWarnings="4996;4142"
  126. />
  127. <Tool
  128. Name="VCManagedResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCPreLinkEventTool"
  135. />
  136. <Tool
  137. Name="VCLinkerTool"
  138. OutputFile="$(OutDir)\$(ProjectName).dll"
  139. ModuleDefinitionFile=".\libcucul.def"
  140. GenerateDebugInformation="true"
  141. OptimizeReferences="2"
  142. EnableCOMDATFolding="2"
  143. TargetMachine="1"
  144. />
  145. <Tool
  146. Name="VCALinkTool"
  147. />
  148. <Tool
  149. Name="VCManifestTool"
  150. />
  151. <Tool
  152. Name="VCXDCMakeTool"
  153. />
  154. <Tool
  155. Name="VCBscMakeTool"
  156. />
  157. <Tool
  158. Name="VCFxCopTool"
  159. />
  160. <Tool
  161. Name="VCAppVerifierTool"
  162. />
  163. <Tool
  164. Name="VCWebDeploymentTool"
  165. />
  166. <Tool
  167. Name="VCPostBuildEventTool"
  168. />
  169. </Configuration>
  170. </Configurations>
  171. <References>
  172. </References>
  173. <Files>
  174. <Filter
  175. Name="Source Files"
  176. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  177. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  178. >
  179. <File
  180. RelativePath="..\cucul\attr.c"
  181. >
  182. </File>
  183. <File
  184. RelativePath="..\cucul\box.c"
  185. >
  186. </File>
  187. <File
  188. RelativePath="..\cucul\canvas.c"
  189. >
  190. </File>
  191. <File
  192. RelativePath="..\cucul\charset.c"
  193. >
  194. </File>
  195. <File
  196. RelativePath="..\cucul\conic.c"
  197. >
  198. </File>
  199. <File
  200. RelativePath="..\cucul\cucul.c"
  201. >
  202. </File>
  203. <File
  204. RelativePath="..\cucul\dither.c"
  205. >
  206. </File>
  207. <File
  208. RelativePath="..\cucul\export.c"
  209. >
  210. </File>
  211. <File
  212. RelativePath="..\cucul\figfont.c"
  213. >
  214. </File>
  215. <File
  216. RelativePath="..\cucul\file.c"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\cucul\font.c"
  221. >
  222. </File>
  223. <File
  224. RelativePath="..\cucul\frame.c"
  225. >
  226. </File>
  227. <File
  228. RelativePath="..\cucul\import.c"
  229. >
  230. </File>
  231. <File
  232. RelativePath="..\cucul\legacy.c"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\libcucul.def"
  237. >
  238. </File>
  239. <File
  240. RelativePath="..\cucul\line.c"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\cucul\transform.c"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\cucul\triangle.c"
  249. >
  250. </File>
  251. </Filter>
  252. <Filter
  253. Name="Header Files"
  254. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  255. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  256. >
  257. <File
  258. RelativePath=".\config.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\cucul\cucul.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\cucul\cucul_internals.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\cucul\cucul_types.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\cucul\stubs.h"
  275. >
  276. </File>
  277. </Filter>
  278. </Files>
  279. <Globals>
  280. </Globals>
  281. </VisualStudioProject>