myisamchk.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="myisamchk"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory=".release"
  16. IntermediateDirectory=".release"
  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,../myisam"
  27. PreprocessorDefinitions="NDEBUG;DBUG_OFF;_CONSOLE;_WINDOWS"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="0"
  30. EnableFunctionLevelLinking="TRUE"
  31. PrecompiledHeaderFile=".release/myisamchk.pch"
  32. AssemblerListingLocation=".release/"
  33. ObjectFile=".release/"
  34. ProgramDataBaseFileName=".release/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalDependencies="wsock32.lib setargv.obj"
  43. OutputFile="../client_release/myisamchk.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. ProgramDatabaseFile=".release/myisamchk.pdb"
  47. SubSystem="1"
  48. TargetMachine="1"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. TypeLibraryName=".release/myisamchk.tlb"
  52. HeaderFileName=""/>
  53. <Tool
  54. Name="VCPostBuildEventTool"/>
  55. <Tool
  56. Name="VCPreBuildEventTool"/>
  57. <Tool
  58. Name="VCPreLinkEventTool"/>
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="NDEBUG"
  62. Culture="1033"/>
  63. <Tool
  64. Name="VCWebServiceProxyGeneratorTool"/>
  65. <Tool
  66. Name="VCXMLDataGeneratorTool"/>
  67. <Tool
  68. Name="VCWebDeploymentTool"/>
  69. <Tool
  70. Name="VCManagedWrapperGeneratorTool"/>
  71. <Tool
  72. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  73. </Configuration>
  74. <Configuration
  75. Name="classic|Win32"
  76. OutputDirectory=".classic"
  77. IntermediateDirectory=".classic"
  78. ConfigurationType="1"
  79. UseOfMFC="0"
  80. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  81. CharacterSet="2">
  82. <Tool
  83. Name="VCCLCompilerTool"
  84. Optimization="2"
  85. InlineFunctionExpansion="1"
  86. OptimizeForProcessor="2"
  87. AdditionalIncludeDirectories="../include,../myisam"
  88. PreprocessorDefinitions="_CONSOLE;_WINDOWS;LICENSE=Commercial;DBUG_OFF;NDEBUG"
  89. StringPooling="TRUE"
  90. RuntimeLibrary="0"
  91. EnableFunctionLevelLinking="TRUE"
  92. PrecompiledHeaderFile=".classic/myisamchk.pch"
  93. AssemblerListingLocation=".classic/"
  94. ObjectFile=".classic/"
  95. ProgramDataBaseFileName=".classic/"
  96. BrowseInformation="1"
  97. WarningLevel="3"
  98. SuppressStartupBanner="TRUE"
  99. CompileAs="0"/>
  100. <Tool
  101. Name="VCCustomBuildTool"/>
  102. <Tool
  103. Name="VCLinkerTool"
  104. AdditionalDependencies="wsock32.lib setargv.obj"
  105. OutputFile="../client_classic/myisamchk.exe"
  106. LinkIncremental="1"
  107. SuppressStartupBanner="TRUE"
  108. AdditionalLibraryDirectories="..lib_release"
  109. ProgramDatabaseFile=".classic/myisamchk.pdb"
  110. SubSystem="1"
  111. TargetMachine="1"/>
  112. <Tool
  113. Name="VCMIDLTool"
  114. TypeLibraryName=".classic/myisamchk.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,../myisam"
  150. PreprocessorDefinitions="_DEBUG;SAFEMALLOC;SAFE_MUTEX;_CONSOLE;_WINDOWS"
  151. RuntimeLibrary="1"
  152. PrecompiledHeaderFile=".debug/myisamchk.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 setargv.obj"
  165. OutputFile="../client_debug/myisamchk.exe"
  166. LinkIncremental="1"
  167. SuppressStartupBanner="TRUE"
  168. GenerateDebugInformation="TRUE"
  169. ProgramDatabaseFile=".debug/myisamchk.pdb"
  170. SubSystem="1"
  171. TargetMachine="1"/>
  172. <Tool
  173. Name="VCMIDLTool"
  174. TypeLibraryName=".debug/myisamchk.tlb"
  175. HeaderFileName=""/>
  176. <Tool
  177. Name="VCPostBuildEventTool"/>
  178. <Tool
  179. Name="VCPreBuildEventTool"/>
  180. <Tool
  181. Name="VCPreLinkEventTool"/>
  182. <Tool
  183. Name="VCResourceCompilerTool"
  184. PreprocessorDefinitions="_DEBUG"
  185. Culture="1033"/>
  186. <Tool
  187. Name="VCWebServiceProxyGeneratorTool"/>
  188. <Tool
  189. Name="VCXMLDataGeneratorTool"/>
  190. <Tool
  191. Name="VCWebDeploymentTool"/>
  192. <Tool
  193. Name="VCManagedWrapperGeneratorTool"/>
  194. <Tool
  195. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  196. </Configuration>
  197. </Configurations>
  198. <References>
  199. </References>
  200. <Files>
  201. <Filter
  202. Name="Source Files"
  203. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  204. <File
  205. RelativePath="..myisammyisamchk.c">
  206. <FileConfiguration
  207. Name="Release|Win32">
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. Optimization="2"
  211. AdditionalIncludeDirectories=""
  212. PreprocessorDefinitions=""/>
  213. </FileConfiguration>
  214. <FileConfiguration
  215. Name="classic|Win32">
  216. <Tool
  217. Name="VCCLCompilerTool"
  218. Optimization="2"
  219. AdditionalIncludeDirectories=""
  220. PreprocessorDefinitions=""
  221. BrowseInformation="1"/>
  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>