mysql.vcproj
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:9k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="mysql"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="classic|Win32"
  15. OutputDirectory=".classic"
  16. IntermediateDirectory=".classic"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="2"
  24. InlineFunctionExpansion="1"
  25. OptimizeForProcessor="2"
  26. AdditionalIncludeDirectories="../include,../,../extra/yassl/include"
  27. PreprocessorDefinitions="_CONSOLE;_WINDOWS;LICENSE=Commercial;DBUG_OFF;NDEBUG"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="0"
  30. EnableFunctionLevelLinking="TRUE"
  31. PrecompiledHeaderFile=".classic/mysql.pch"
  32. AssemblerListingLocation=".classic/"
  33. ObjectFile=".classic/"
  34. ProgramDataBaseFileName=".classic/"
  35. WarningLevel="3"
  36. WarnAsError="TRUE"
  37. SuppressStartupBanner="TRUE"
  38. CompileAs="0"/>
  39. <Tool
  40. Name="VCCustomBuildTool"/>
  41. <Tool
  42. Name="VCLinkerTool"
  43. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
  44. OutputFile="../client_classic/mysql.exe"
  45. LinkIncremental="1"
  46. SuppressStartupBanner="TRUE"
  47. AdditionalLibraryDirectories=""
  48. GenerateDebugInformation="TRUE"
  49. ProgramDatabaseFile=".classic/mysql.pdb"
  50. SubSystem="1"
  51. TargetMachine="1"/>
  52. <Tool
  53. Name="VCMIDLTool"
  54. TypeLibraryName=".classic/mysql.tlb"
  55. HeaderFileName=""/>
  56. <Tool
  57. Name="VCPostBuildEventTool"/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="NDEBUG"
  65. Culture="1033"/>
  66. <Tool
  67. Name="VCWebServiceProxyGeneratorTool"/>
  68. <Tool
  69. Name="VCXMLDataGeneratorTool"/>
  70. <Tool
  71. Name="VCWebDeploymentTool"/>
  72. <Tool
  73. Name="VCManagedWrapperGeneratorTool"/>
  74. <Tool
  75. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  76. </Configuration>
  77. <Configuration
  78. Name="Release|Win32"
  79. OutputDirectory=".release"
  80. IntermediateDirectory=".release"
  81. ConfigurationType="1"
  82. UseOfMFC="0"
  83. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  84. CharacterSet="2">
  85. <Tool
  86. Name="VCCLCompilerTool"
  87. Optimization="2"
  88. InlineFunctionExpansion="1"
  89. OptimizeForProcessor="2"
  90. AdditionalIncludeDirectories="../include,../,../extra/yassl/include"
  91. PreprocessorDefinitions="NDEBUG;DBUG_OFF;_CONSOLE;_WINDOWS"
  92. StringPooling="TRUE"
  93. RuntimeLibrary="0"
  94. EnableFunctionLevelLinking="TRUE"
  95. PrecompiledHeaderFile=".release/mysql.pch"
  96. AssemblerListingLocation=".release/"
  97. ObjectFile=".release/"
  98. ProgramDataBaseFileName=".release/"
  99. WarningLevel="3"
  100. SuppressStartupBanner="TRUE"
  101. CompileAs="0"/>
  102. <Tool
  103. Name="VCCustomBuildTool"/>
  104. <Tool
  105. Name="VCLinkerTool"
  106. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
  107. OutputFile="../client_release/mysql.exe"
  108. LinkIncremental="1"
  109. SuppressStartupBanner="TRUE"
  110. AdditionalLibraryDirectories=""
  111. GenerateDebugInformation="TRUE"
  112. ProgramDatabaseFile=".release/mysql.pdb"
  113. SubSystem="1"
  114. TargetMachine="1"/>
  115. <Tool
  116. Name="VCMIDLTool"
  117. TypeLibraryName=".release/mysql.tlb"
  118. HeaderFileName=""/>
  119. <Tool
  120. Name="VCPostBuildEventTool"/>
  121. <Tool
  122. Name="VCPreBuildEventTool"/>
  123. <Tool
  124. Name="VCPreLinkEventTool"/>
  125. <Tool
  126. Name="VCResourceCompilerTool"
  127. PreprocessorDefinitions="NDEBUG"
  128. Culture="1033"/>
  129. <Tool
  130. Name="VCWebServiceProxyGeneratorTool"/>
  131. <Tool
  132. Name="VCXMLDataGeneratorTool"/>
  133. <Tool
  134. Name="VCWebDeploymentTool"/>
  135. <Tool
  136. Name="VCManagedWrapperGeneratorTool"/>
  137. <Tool
  138. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  139. </Configuration>
  140. <Configuration
  141. Name="Debug|Win32"
  142. OutputDirectory=".debug"
  143. IntermediateDirectory=".debug"
  144. ConfigurationType="1"
  145. UseOfMFC="0"
  146. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  147. CharacterSet="2">
  148. <Tool
  149. Name="VCCLCompilerTool"
  150. Optimization="0"
  151. OptimizeForProcessor="2"
  152. AdditionalIncludeDirectories="../include,../,../extra/yassl/include"
  153. PreprocessorDefinitions="_DEBUG;SAFEMALLOC;SAFE_MUTEX;_CONSOLE;_WINDOWS"
  154. RuntimeLibrary="1"
  155. PrecompiledHeaderFile=".debug/mysql.pch"
  156. AssemblerListingLocation=".debug/"
  157. ObjectFile=".debug/"
  158. ProgramDataBaseFileName=".debug/"
  159. WarningLevel="3"
  160. SuppressStartupBanner="TRUE"
  161. DebugInformationFormat="1"
  162. CompileAs="0"/>
  163. <Tool
  164. Name="VCCustomBuildTool"/>
  165. <Tool
  166. Name="VCLinkerTool"
  167. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
  168. OutputFile="../client_debug/mysql.exe"
  169. LinkIncremental="1"
  170. SuppressStartupBanner="TRUE"
  171. AdditionalLibraryDirectories=""
  172. GenerateDebugInformation="TRUE"
  173. ProgramDatabaseFile=".debug/mysql.pdb"
  174. SubSystem="1"
  175. TargetMachine="1"/>
  176. <Tool
  177. Name="VCMIDLTool"
  178. TypeLibraryName=".debug/mysql.tlb"
  179. HeaderFileName=""/>
  180. <Tool
  181. Name="VCPostBuildEventTool"/>
  182. <Tool
  183. Name="VCPreBuildEventTool"/>
  184. <Tool
  185. Name="VCPreLinkEventTool"/>
  186. <Tool
  187. Name="VCResourceCompilerTool"
  188. PreprocessorDefinitions="_DEBUG"
  189. Culture="1033"/>
  190. <Tool
  191. Name="VCWebServiceProxyGeneratorTool"/>
  192. <Tool
  193. Name="VCXMLDataGeneratorTool"/>
  194. <Tool
  195. Name="VCWebDeploymentTool"/>
  196. <Tool
  197. Name="VCManagedWrapperGeneratorTool"/>
  198. <Tool
  199. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  200. </Configuration>
  201. </Configurations>
  202. <References>
  203. </References>
  204. <Files>
  205. <File
  206. RelativePath="completion_hash.cpp">
  207. <FileConfiguration
  208. Name="classic|Win32">
  209. <Tool
  210. Name="VCCLCompilerTool"
  211. Optimization="2"
  212. AdditionalIncludeDirectories=""
  213. PreprocessorDefinitions=""/>
  214. </FileConfiguration>
  215. <FileConfiguration
  216. Name="Release|Win32">
  217. <Tool
  218. Name="VCCLCompilerTool"
  219. Optimization="2"
  220. AdditionalIncludeDirectories=""
  221. PreprocessorDefinitions=""/>
  222. </FileConfiguration>
  223. <FileConfiguration
  224. Name="Debug|Win32">
  225. <Tool
  226. Name="VCCLCompilerTool"
  227. Optimization="0"
  228. AdditionalIncludeDirectories=""
  229. PreprocessorDefinitions=""/>
  230. </FileConfiguration>
  231. </File>
  232. <File
  233. RelativePath="mysql.cpp">
  234. <FileConfiguration
  235. Name="classic|Win32">
  236. <Tool
  237. Name="VCCLCompilerTool"
  238. Optimization="2"
  239. AdditionalIncludeDirectories=""
  240. PreprocessorDefinitions=""
  241. DebugInformationFormat="3"/>
  242. </FileConfiguration>
  243. <FileConfiguration
  244. Name="Release|Win32">
  245. <Tool
  246. Name="VCCLCompilerTool"
  247. Optimization="2"
  248. AdditionalIncludeDirectories=""
  249. PreprocessorDefinitions=""
  250. DebugInformationFormat="3"/>
  251. </FileConfiguration>
  252. <FileConfiguration
  253. Name="Debug|Win32">
  254. <Tool
  255. Name="VCCLCompilerTool"
  256. Optimization="0"
  257. AdditionalIncludeDirectories=""
  258. PreprocessorDefinitions=""/>
  259. </FileConfiguration>
  260. </File>
  261. <File
  262. RelativePath="readline.cpp">
  263. <FileConfiguration
  264. Name="classic|Win32">
  265. <Tool
  266. Name="VCCLCompilerTool"
  267. Optimization="2"
  268. AdditionalIncludeDirectories=""
  269. PreprocessorDefinitions=""/>
  270. </FileConfiguration>
  271. <FileConfiguration
  272. Name="Release|Win32">
  273. <Tool
  274. Name="VCCLCompilerTool"
  275. Optimization="2"
  276. AdditionalIncludeDirectories=""
  277. PreprocessorDefinitions=""/>
  278. </FileConfiguration>
  279. <FileConfiguration
  280. Name="Debug|Win32">
  281. <Tool
  282. Name="VCCLCompilerTool"
  283. Optimization="0"
  284. AdditionalIncludeDirectories=""
  285. PreprocessorDefinitions=""/>
  286. </FileConfiguration>
  287. </File>
  288. <File
  289. RelativePath="sql_string.cpp">
  290. <FileConfiguration
  291. Name="classic|Win32">
  292. <Tool
  293. Name="VCCLCompilerTool"
  294. Optimization="2"
  295. AdditionalIncludeDirectories=""
  296. PreprocessorDefinitions=""/>
  297. </FileConfiguration>
  298. <FileConfiguration
  299. Name="Release|Win32">
  300. <Tool
  301. Name="VCCLCompilerTool"
  302. Optimization="2"
  303. AdditionalIncludeDirectories=""
  304. PreprocessorDefinitions=""/>
  305. </FileConfiguration>
  306. <FileConfiguration
  307. Name="Debug|Win32">
  308. <Tool
  309. Name="VCCLCompilerTool"
  310. Optimization="0"
  311. AdditionalIncludeDirectories=""
  312. PreprocessorDefinitions=""/>
  313. </FileConfiguration>
  314. </File>
  315. </Files>
  316. <Globals>
  317. </Globals>
  318. </VisualStudioProject>