clibutils.vcproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="clibutils"
  6. ProjectGUID="{B0D5C92E-C0FD-48EB-A472-FF5DC031ECB9}"
  7. RootNamespace="clibutils"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)clibutils_$(ConfigurationName)"
  21. IntermediateDirectory="clibutils_$(ConfigurationName)"
  22. ConfigurationType="4"
  23. CharacterSet="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="..\inc"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. ProgramDataBaseFileName="$(IntDir)\clibutils.pdb"
  50. WarningLevel="3"
  51. WarnAsError="false"
  52. Detect64BitPortabilityProblems="true"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLibrarianTool"
  66. />
  67. <Tool
  68. Name="VCALinkTool"
  69. />
  70. <Tool
  71. Name="VCXDCMakeTool"
  72. />
  73. <Tool
  74. Name="VCBscMakeTool"
  75. />
  76. <Tool
  77. Name="VCFxCopTool"
  78. />
  79. <Tool
  80. Name="VCPostBuildEventTool"
  81. />
  82. </Configuration>
  83. <Configuration
  84. Name="Release|Win32"
  85. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  86. IntermediateDirectory="$(ConfigurationName)"
  87. ConfigurationType="1"
  88. CharacterSet="1"
  89. WholeProgramOptimization="1"
  90. >
  91. <Tool
  92. Name="VCPreBuildEventTool"
  93. />
  94. <Tool
  95. Name="VCCustomBuildTool"
  96. />
  97. <Tool
  98. Name="VCXMLDataGeneratorTool"
  99. />
  100. <Tool
  101. Name="VCWebServiceProxyGeneratorTool"
  102. />
  103. <Tool
  104. Name="VCMIDLTool"
  105. />
  106. <Tool
  107. Name="VCCLCompilerTool"
  108. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  109. RuntimeLibrary="2"
  110. UsePrecompiledHeader="0"
  111. WarningLevel="3"
  112. Detect64BitPortabilityProblems="true"
  113. DebugInformationFormat="3"
  114. />
  115. <Tool
  116. Name="VCManagedResourceCompilerTool"
  117. />
  118. <Tool
  119. Name="VCResourceCompilerTool"
  120. />
  121. <Tool
  122. Name="VCPreLinkEventTool"
  123. />
  124. <Tool
  125. Name="VCLinkerTool"
  126. LinkIncremental="1"
  127. GenerateDebugInformation="true"
  128. SubSystem="1"
  129. OptimizeReferences="2"
  130. EnableCOMDATFolding="2"
  131. TargetMachine="1"
  132. />
  133. <Tool
  134. Name="VCALinkTool"
  135. />
  136. <Tool
  137. Name="VCManifestTool"
  138. />
  139. <Tool
  140. Name="VCXDCMakeTool"
  141. />
  142. <Tool
  143. Name="VCBscMakeTool"
  144. />
  145. <Tool
  146. Name="VCFxCopTool"
  147. />
  148. <Tool
  149. Name="VCAppVerifierTool"
  150. />
  151. <Tool
  152. Name="VCWebDeploymentTool"
  153. />
  154. <Tool
  155. Name="VCPostBuildEventTool"
  156. />
  157. </Configuration>
  158. </Configurations>
  159. <References>
  160. </References>
  161. <Files>
  162. <Filter
  163. Name="Source Files"
  164. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  165. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  166. >
  167. <File
  168. RelativePath="..\src\c_array.c"
  169. >
  170. </File>
  171. <File
  172. RelativePath="..\src\c_deque.c"
  173. >
  174. </File>
  175. <File
  176. RelativePath="..\src\c_heap.c"
  177. >
  178. </File>
  179. <File
  180. RelativePath="..\src\c_map.c"
  181. >
  182. </File>
  183. <File
  184. RelativePath="..\src\c_rb.c"
  185. >
  186. </File>
  187. <File
  188. RelativePath="..\src\c_set.c"
  189. >
  190. </File>
  191. <File
  192. RelativePath="..\src\c_slist.c"
  193. >
  194. </File>
  195. <File
  196. RelativePath="..\src\c_stack.c"
  197. >
  198. </File>
  199. <File
  200. RelativePath="..\src\c_util.c"
  201. >
  202. </File>
  203. </Filter>
  204. <Filter
  205. Name="Header Files"
  206. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  207. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  208. >
  209. <File
  210. RelativePath="..\inc\c_array.h"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\inc\c_deque.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\inc\c_errors.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\inc\c_heap.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\inc\c_lib.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\inc\c_map.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\inc\c_rb.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\inc\c_set.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\inc\c_slist.h"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\inc\c_stack.h"
  247. >
  248. </File>
  249. </Filter>
  250. <Filter
  251. Name="Resource Files"
  252. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  253. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  254. >
  255. </Filter>
  256. </Files>
  257. <Globals>
  258. </Globals>
  259. </VisualStudioProject>