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.
 
 
 
 
 
 

264 lines
5.0 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. ModuleDefinitionFile=".\libcucul.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="1"
  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="..\msvc"
  118. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCUCUL__"
  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=".\libcucul.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="Source Files"
  174. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  175. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  176. >
  177. <File
  178. RelativePath="..\cucul\attr.c"
  179. >
  180. </File>
  181. <File
  182. RelativePath="..\cucul\box.c"
  183. >
  184. </File>
  185. <File
  186. RelativePath="..\cucul\canvas.c"
  187. >
  188. </File>
  189. <File
  190. RelativePath="..\cucul\charset.c"
  191. >
  192. </File>
  193. <File
  194. RelativePath="..\cucul\conic.c"
  195. >
  196. </File>
  197. <File
  198. RelativePath="..\cucul\cucul.c"
  199. >
  200. </File>
  201. <File
  202. RelativePath="..\cucul\dither.c"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\cucul\export.c"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\cucul\font.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\cucul\frame.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\cucul\import.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\cucul\legacy.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\libcucul.def"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\cucul\line.c"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\cucul\transform.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\cucul\triangle.c"
  239. >
  240. </File>
  241. </Filter>
  242. <Filter
  243. Name="Header Files"
  244. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  245. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  246. >
  247. <File
  248. RelativePath=".\config.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath="..\cucul\cucul.h"
  253. >
  254. </File>
  255. <File
  256. RelativePath="..\cucul\cucul_internals.h"
  257. >
  258. </File>
  259. </Filter>
  260. </Files>
  261. <Globals>
  262. </Globals>
  263. </VisualStudioProject>