myisamlog.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="myisamlog"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory=".Debug"
  16. IntermediateDirectory=".Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. OptimizeForProcessor="2"
  25. AdditionalIncludeDirectories="../include,../myisam"
  26. PreprocessorDefinitions="_DEBUG;SAFEMALLOC;SAFE_MUTEX;_CONSOLE;_WINDOWS"
  27. RuntimeLibrary="1"
  28. PrecompiledHeaderFile=".Debug/myisamlog.pch"
  29. AssemblerListingLocation=".Debug/"
  30. ObjectFile=".Debug/"
  31. ProgramDataBaseFileName=".Debug/"
  32. WarningLevel="3"
  33. SuppressStartupBanner="TRUE"
  34. DebugInformationFormat="1"
  35. CompileAs="0"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLinkerTool"
  40. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib setargv.obj"
  41. OutputFile="../client_debug/myisamlog.exe"
  42. LinkIncremental="1"
  43. SuppressStartupBanner="TRUE"
  44. GenerateDebugInformation="TRUE"
  45. ProgramDatabaseFile="debug/myisamchk.pdb"
  46. SubSystem="1"
  47. TargetMachine="1"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. TypeLibraryName=".Debug/myisamlog.tlb"
  51. HeaderFileName=""/>
  52. <Tool
  53. Name="VCPostBuildEventTool"/>
  54. <Tool
  55. Name="VCPreBuildEventTool"/>
  56. <Tool
  57. Name="VCPreLinkEventTool"/>
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="_DEBUG"
  61. Culture="1033"/>
  62. <Tool
  63. Name="VCWebServiceProxyGeneratorTool"/>
  64. <Tool
  65. Name="VCXMLDataGeneratorTool"/>
  66. <Tool
  67. Name="VCWebDeploymentTool"/>
  68. <Tool
  69. Name="VCManagedWrapperGeneratorTool"/>
  70. <Tool
  71. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  72. </Configuration>
  73. <Configuration
  74. Name="classic|Win32"
  75. OutputDirectory=".classic"
  76. IntermediateDirectory=".classic"
  77. ConfigurationType="1"
  78. UseOfMFC="0"
  79. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80. CharacterSet="2">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. Optimization="2"
  84. InlineFunctionExpansion="1"
  85. OptimizeForProcessor="2"
  86. AdditionalIncludeDirectories="../include,../myisam"
  87. PreprocessorDefinitions="_CONSOLE;_WINDOWS;LICENSE=Commercial;DBUG_OFF;NDEBUG"
  88. StringPooling="TRUE"
  89. RuntimeLibrary="0"
  90. EnableFunctionLevelLinking="TRUE"
  91. PrecompiledHeaderFile=".classic/myisamlog.pch"
  92. AssemblerListingLocation=".classic/"
  93. ObjectFile=".classic/"
  94. ProgramDataBaseFileName=".classic/"
  95. BrowseInformation="1"
  96. WarningLevel="3"
  97. SuppressStartupBanner="TRUE"
  98. CompileAs="0"/>
  99. <Tool
  100. Name="VCCustomBuildTool"/>
  101. <Tool
  102. Name="VCLinkerTool"
  103. AdditionalDependencies="wsock32.lib setargv.obj"
  104. OutputFile="../client_classic/myisamlog.exe"
  105. LinkIncremental="1"
  106. SuppressStartupBanner="TRUE"
  107. AdditionalLibraryDirectories=""
  108. ProgramDatabaseFile="release/myisamchk.pdb"
  109. SubSystem="1"
  110. TargetMachine="1"/>
  111. <Tool
  112. Name="VCMIDLTool"
  113. TypeLibraryName=".classic/myisamlog.tlb"
  114. HeaderFileName=""/>
  115. <Tool
  116. Name="VCPostBuildEventTool"/>
  117. <Tool
  118. Name="VCPreBuildEventTool"/>
  119. <Tool
  120. Name="VCPreLinkEventTool"/>
  121. <Tool
  122. Name="VCResourceCompilerTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. Culture="1033"/>
  125. <Tool
  126. Name="VCWebServiceProxyGeneratorTool"/>
  127. <Tool
  128. Name="VCXMLDataGeneratorTool"/>
  129. <Tool
  130. Name="VCWebDeploymentTool"/>
  131. <Tool
  132. Name="VCManagedWrapperGeneratorTool"/>
  133. <Tool
  134. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  135. </Configuration>
  136. <Configuration
  137. Name="Release|Win32"
  138. OutputDirectory=".release"
  139. IntermediateDirectory=".release"
  140. ConfigurationType="1"
  141. UseOfMFC="0"
  142. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  143. CharacterSet="2">
  144. <Tool
  145. Name="VCCLCompilerTool"
  146. Optimization="2"
  147. InlineFunctionExpansion="1"
  148. OptimizeForProcessor="2"
  149. AdditionalIncludeDirectories="../include,../myisam"
  150. PreprocessorDefinitions="NDEBUG;DBUG_OFF;_CONSOLE;_WINDOWS"
  151. StringPooling="TRUE"
  152. RuntimeLibrary="0"
  153. EnableFunctionLevelLinking="TRUE"
  154. PrecompiledHeaderFile=".release/myisamlog.pch"
  155. AssemblerListingLocation=".release/"
  156. ObjectFile=".release/"
  157. ProgramDataBaseFileName=".release/"
  158. WarningLevel="3"
  159. SuppressStartupBanner="TRUE"
  160. CompileAs="0"/>
  161. <Tool
  162. Name="VCCustomBuildTool"/>
  163. <Tool
  164. Name="VCLinkerTool"
  165. AdditionalDependencies="wsock32.lib setargv.obj"
  166. OutputFile="../client_release/myisamlog.exe"
  167. LinkIncremental="1"
  168. SuppressStartupBanner="TRUE"
  169. ProgramDatabaseFile="release/myisamchk.pdb"
  170. SubSystem="1"
  171. TargetMachine="1"/>
  172. <Tool
  173. Name="VCMIDLTool"
  174. TypeLibraryName=".release/myisamlog.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="NDEBUG"
  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="..myisammyisamlog.c">
  206. <FileConfiguration
  207. Name="Debug|Win32">
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. Optimization="0"
  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="Release|Win32">
  225. <Tool
  226. Name="VCCLCompilerTool"
  227. Optimization="2"
  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>