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

MySQL数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="mysqlcheck"
  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,../"
  27. PreprocessorDefinitions="MYSQL_SERVER;_CONSOLE;_WINDOWS;LICENSE=Commercial;DBUG_OFF;NDEBUG"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="0"
  30. EnableFunctionLevelLinking="TRUE"
  31. PrecompiledHeaderFile=".classic/mysqlcheck.pch"
  32. AssemblerListingLocation=".classic/"
  33. ObjectFile=".classic/"
  34. ProgramDataBaseFileName=".classic/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
  43. OutputFile="../client_classic/mysqlcheck.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. AdditionalLibraryDirectories=""
  47. ProgramDatabaseFile=".classic/mysqlcheck.pdb"
  48. SubSystem="1"
  49. TargetMachine="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. TypeLibraryName=".classic/mysqlcheck.tlb"
  53. HeaderFileName=""/>
  54. <Tool
  55. Name="VCPostBuildEventTool"/>
  56. <Tool
  57. Name="VCPreBuildEventTool"/>
  58. <Tool
  59. Name="VCPreLinkEventTool"/>
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="NDEBUG"
  63. Culture="1033"/>
  64. <Tool
  65. Name="VCWebServiceProxyGeneratorTool"/>
  66. <Tool
  67. Name="VCXMLDataGeneratorTool"/>
  68. <Tool
  69. Name="VCWebDeploymentTool"/>
  70. <Tool
  71. Name="VCManagedWrapperGeneratorTool"/>
  72. <Tool
  73. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  74. </Configuration>
  75. <Configuration
  76. Name="Release|Win32"
  77. OutputDirectory=".Release"
  78. IntermediateDirectory=".release"
  79. ConfigurationType="1"
  80. UseOfMFC="0"
  81. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  82. CharacterSet="2">
  83. <Tool
  84. Name="VCCLCompilerTool"
  85. Optimization="2"
  86. InlineFunctionExpansion="1"
  87. OptimizeForProcessor="2"
  88. AdditionalIncludeDirectories="../include,../"
  89. PreprocessorDefinitions="DBUG_OFF;_CONSOLE;_WINDOWS;MYSQL_SERVER;NDEBUG"
  90. StringPooling="TRUE"
  91. RuntimeLibrary="0"
  92. EnableFunctionLevelLinking="TRUE"
  93. PrecompiledHeaderFile=".release/mysqlcheck.pch"
  94. AssemblerListingLocation=".release/"
  95. ObjectFile=".release/"
  96. ProgramDataBaseFileName=".release/"
  97. WarningLevel="3"
  98. SuppressStartupBanner="TRUE"
  99. CompileAs="0"/>
  100. <Tool
  101. Name="VCCustomBuildTool"/>
  102. <Tool
  103. Name="VCLinkerTool"
  104. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
  105. OutputFile="../client_release/mysqlcheck.exe"
  106. LinkIncremental="1"
  107. SuppressStartupBanner="TRUE"
  108. AdditionalLibraryDirectories=""
  109. ProgramDatabaseFile=".Release/mysqlcheck.pdb"
  110. SubSystem="1"
  111. TargetMachine="1"/>
  112. <Tool
  113. Name="VCMIDLTool"
  114. TypeLibraryName=".Release/mysqlcheck.tlb"
  115. HeaderFileName=""/>
  116. <Tool
  117. Name="VCPostBuildEventTool"/>
  118. <Tool
  119. Name="VCPreBuildEventTool"/>
  120. <Tool
  121. Name="VCPreLinkEventTool"/>
  122. <Tool
  123. Name="VCResourceCompilerTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. Culture="1033"/>
  126. <Tool
  127. Name="VCWebServiceProxyGeneratorTool"/>
  128. <Tool
  129. Name="VCXMLDataGeneratorTool"/>
  130. <Tool
  131. Name="VCWebDeploymentTool"/>
  132. <Tool
  133. Name="VCManagedWrapperGeneratorTool"/>
  134. <Tool
  135. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  136. </Configuration>
  137. <Configuration
  138. Name="Debug|Win32"
  139. OutputDirectory=".Debug"
  140. IntermediateDirectory=".Debug"
  141. ConfigurationType="1"
  142. UseOfMFC="0"
  143. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  144. CharacterSet="2">
  145. <Tool
  146. Name="VCCLCompilerTool"
  147. Optimization="0"
  148. OptimizeForProcessor="2"
  149. AdditionalIncludeDirectories="../include,../"
  150. PreprocessorDefinitions="_DEBUG;SAFEMALLOC;SAFE_MUTEX;_CONSOLE;_WINDOWS;MYSQL_SERVER"
  151. RuntimeLibrary="1"
  152. PrecompiledHeaderFile=".Debug/mysqlcheck.pch"
  153. AssemblerListingLocation=".Debug/"
  154. ObjectFile=".Debug/"
  155. ProgramDataBaseFileName=".Debug/"
  156. WarningLevel="3"
  157. SuppressStartupBanner="TRUE"
  158. DebugInformationFormat="1"
  159. CompileAs="0"/>
  160. <Tool
  161. Name="VCCustomBuildTool"/>
  162. <Tool
  163. Name="VCLinkerTool"
  164. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
  165. OutputFile="../client_debug/mysqlcheck.exe"
  166. LinkIncremental="1"
  167. SuppressStartupBanner="TRUE"
  168. AdditionalLibraryDirectories=""
  169. GenerateDebugInformation="TRUE"
  170. ProgramDatabaseFile=".Debug/mysqlcheck.pdb"
  171. SubSystem="1"
  172. TargetMachine="1"/>
  173. <Tool
  174. Name="VCMIDLTool"
  175. TypeLibraryName=".Debug/mysqlcheck.tlb"
  176. HeaderFileName=""/>
  177. <Tool
  178. Name="VCPostBuildEventTool"/>
  179. <Tool
  180. Name="VCPreBuildEventTool"/>
  181. <Tool
  182. Name="VCPreLinkEventTool"/>
  183. <Tool
  184. Name="VCResourceCompilerTool"
  185. PreprocessorDefinitions="_DEBUG"
  186. Culture="1033"/>
  187. <Tool
  188. Name="VCWebServiceProxyGeneratorTool"/>
  189. <Tool
  190. Name="VCXMLDataGeneratorTool"/>
  191. <Tool
  192. Name="VCWebDeploymentTool"/>
  193. <Tool
  194. Name="VCManagedWrapperGeneratorTool"/>
  195. <Tool
  196. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  197. </Configuration>
  198. </Configurations>
  199. <References>
  200. </References>
  201. <Files>
  202. <Filter
  203. Name="Source Files"
  204. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  205. <File
  206. RelativePath="..clientmysqlcheck.c">
  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. </Filter>
  233. <Filter
  234. Name="Header Files"
  235. Filter="h;hpp;hxx;hm;inl">
  236. </Filter>
  237. <Filter
  238. Name="Resource Files"
  239. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  240. </Filter>
  241. </Files>
  242. <Globals>
  243. </Globals>
  244. </VisualStudioProject>