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 4.9 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  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. PreprocessorDefinitions="_DEBUG"
  38. MkTypLibCompatible="false"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="..\msvc"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. WarningLevel="3"
  49. Detect64BitPortabilityProblems="true"
  50. DebugInformationFormat="4"
  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"
  119. RuntimeLibrary="2"
  120. WarningLevel="3"
  121. Detect64BitPortabilityProblems="true"
  122. DebugInformationFormat="3"
  123. />
  124. <Tool
  125. Name="VCManagedResourceCompilerTool"
  126. />
  127. <Tool
  128. Name="VCResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCPreLinkEventTool"
  132. />
  133. <Tool
  134. Name="VCLinkerTool"
  135. ModuleDefinitionFile=".\libcucul.def"
  136. GenerateDebugInformation="true"
  137. OptimizeReferences="2"
  138. EnableCOMDATFolding="2"
  139. TargetMachine="1"
  140. />
  141. <Tool
  142. Name="VCALinkTool"
  143. />
  144. <Tool
  145. Name="VCManifestTool"
  146. />
  147. <Tool
  148. Name="VCXDCMakeTool"
  149. />
  150. <Tool
  151. Name="VCBscMakeTool"
  152. />
  153. <Tool
  154. Name="VCFxCopTool"
  155. />
  156. <Tool
  157. Name="VCAppVerifierTool"
  158. />
  159. <Tool
  160. Name="VCWebDeploymentTool"
  161. />
  162. <Tool
  163. Name="VCPostBuildEventTool"
  164. />
  165. </Configuration>
  166. </Configurations>
  167. <References>
  168. </References>
  169. <Files>
  170. <Filter
  171. Name="Source Files"
  172. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  173. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  174. >
  175. <File
  176. RelativePath="..\cucul\attr.c"
  177. >
  178. </File>
  179. <File
  180. RelativePath="..\cucul\box.c"
  181. >
  182. </File>
  183. <File
  184. RelativePath="..\cucul\canvas.c"
  185. >
  186. </File>
  187. <File
  188. RelativePath="..\cucul\charset.c"
  189. >
  190. </File>
  191. <File
  192. RelativePath="..\cucul\conic.c"
  193. >
  194. </File>
  195. <File
  196. RelativePath="..\cucul\cucul.c"
  197. >
  198. </File>
  199. <File
  200. RelativePath="..\cucul\dither.c"
  201. >
  202. </File>
  203. <File
  204. RelativePath="..\cucul\export.c"
  205. >
  206. </File>
  207. <File
  208. RelativePath="..\cucul\font.c"
  209. >
  210. </File>
  211. <File
  212. RelativePath="..\cucul\frame.c"
  213. >
  214. </File>
  215. <File
  216. RelativePath="..\cucul\import.c"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\cucul\legacy.c"
  221. >
  222. </File>
  223. <File
  224. RelativePath=".\libcucul.def"
  225. >
  226. </File>
  227. <File
  228. RelativePath="..\cucul\line.c"
  229. >
  230. </File>
  231. <File
  232. RelativePath="..\cucul\transform.c"
  233. >
  234. </File>
  235. <File
  236. RelativePath="..\cucul\triangle.c"
  237. >
  238. </File>
  239. </Filter>
  240. <Filter
  241. Name="Header Files"
  242. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  243. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  244. >
  245. <File
  246. RelativePath=".\config.h"
  247. >
  248. </File>
  249. <File
  250. RelativePath="..\cucul\cucul.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath="..\cucul\cucul_internals.h"
  255. >
  256. </File>
  257. </Filter>
  258. </Files>
  259. <Globals>
  260. </Globals>
  261. </VisualStudioProject>