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

MySQL数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="mysqladmin"
  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="_CONSOLE;_WINDOWS;LICENSE=Commercial;DBUG_OFF;NDEBUG"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="0"
  30. EnableFunctionLevelLinking="TRUE"
  31. PrecompiledHeaderFile=".classic/mysqladmin.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/mysqladmin.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. AdditionalLibraryDirectories=""
  47. ProgramDatabaseFile=".classic/mysqladmin.pdb"
  48. SubSystem="1"
  49. TargetMachine="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. TypeLibraryName=".classic/mysqladmin.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;NDEBUG"
  90. StringPooling="TRUE"
  91. RuntimeLibrary="0"
  92. EnableFunctionLevelLinking="TRUE"
  93. PrecompiledHeaderFile=".release/mysqladmin.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/mysqladmin.exe"
  106. LinkIncremental="1"
  107. SuppressStartupBanner="TRUE"
  108. AdditionalLibraryDirectories=""
  109. ProgramDatabaseFile=".release/mysqladmin.pdb"
  110. SubSystem="1"
  111. TargetMachine="1"/>
  112. <Tool
  113. Name="VCMIDLTool"
  114. TypeLibraryName=".release/mysqladmin.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"
  151. RuntimeLibrary="1"
  152. PrecompiledHeaderFile=".debug/mysqladmin.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/mysqladmin.exe"
  166. LinkIncremental="1"
  167. SuppressStartupBanner="TRUE"
  168. AdditionalLibraryDirectories=""
  169. GenerateDebugInformation="TRUE"
  170. ProgramDatabaseFile=".debug/mysqladmin.pdb"
  171. SubSystem="1"
  172. TargetMachine="1"/>
  173. <Tool
  174. Name="VCMIDLTool"
  175. TypeLibraryName=".debug/mysqladmin.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. <File
  203. RelativePath="mysqladmin.cpp">
  204. <FileConfiguration
  205. Name="classic|Win32">
  206. <Tool
  207. Name="VCCLCompilerTool"
  208. Optimization="2"
  209. AdditionalIncludeDirectories=""
  210. PreprocessorDefinitions=""/>
  211. </FileConfiguration>
  212. <FileConfiguration
  213. Name="Release|Win32">
  214. <Tool
  215. Name="VCCLCompilerTool"
  216. Optimization="2"
  217. AdditionalIncludeDirectories=""
  218. PreprocessorDefinitions=""/>
  219. </FileConfiguration>
  220. <FileConfiguration
  221. Name="Debug|Win32">
  222. <Tool
  223. Name="VCCLCompilerTool"
  224. Optimization="0"
  225. AdditionalIncludeDirectories=""
  226. PreprocessorDefinitions=""/>
  227. </FileConfiguration>
  228. </File>
  229. </Files>
  230. <Globals>
  231. </Globals>
  232. </VisualStudioProject>