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

MySQL数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="mysqlshutdown"
  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,../"
  26. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS"
  27. RuntimeLibrary="1"
  28. PrecompiledHeaderFile=".debug/mysqlshutdown.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"
  41. OutputFile="../client_debug/mysqlshutdown.exe"
  42. LinkIncremental="1"
  43. SuppressStartupBanner="TRUE"
  44. AdditionalLibraryDirectories=""
  45. GenerateDebugInformation="TRUE"
  46. ProgramDatabaseFile=".debug/mysqlshutdown.pdb"
  47. SubSystem="2"
  48. TargetMachine="1"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. TypeLibraryName=".debug/mysqlshutdown.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="_DEBUG"
  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="Release|Win32"
  76. OutputDirectory=".release"
  77. IntermediateDirectory=".release"
  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,../"
  88. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS"
  89. StringPooling="TRUE"
  90. RuntimeLibrary="0"
  91. EnableFunctionLevelLinking="TRUE"
  92. PrecompiledHeaderFile=".release/mysqlshutdown.pch"
  93. AssemblerListingLocation=".release/"
  94. ObjectFile=".release/"
  95. ProgramDataBaseFileName=".release/"
  96. WarningLevel="3"
  97. SuppressStartupBanner="TRUE"
  98. CompileAs="0"/>
  99. <Tool
  100. Name="VCCustomBuildTool"/>
  101. <Tool
  102. Name="VCLinkerTool"
  103. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
  104. OutputFile="../client_release/mysqlshutdown.exe"
  105. LinkIncremental="1"
  106. SuppressStartupBanner="TRUE"
  107. AdditionalLibraryDirectories=""
  108. ProgramDatabaseFile=".release/mysqlshutdown.pdb"
  109. SubSystem="2"
  110. TargetMachine="1"/>
  111. <Tool
  112. Name="VCMIDLTool"
  113. TypeLibraryName=".release/mysqlshutdown.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. </Configurations>
  137. <References>
  138. </References>
  139. <Files>
  140. <File
  141. RelativePath="mysqlshutdown.c">
  142. <FileConfiguration
  143. Name="Debug|Win32">
  144. <Tool
  145. Name="VCCLCompilerTool"
  146. Optimization="0"
  147. AdditionalIncludeDirectories=""
  148. PreprocessorDefinitions=""/>
  149. </FileConfiguration>
  150. <FileConfiguration
  151. Name="Release|Win32">
  152. <Tool
  153. Name="VCCLCompilerTool"
  154. Optimization="2"
  155. AdditionalIncludeDirectories=""
  156. PreprocessorDefinitions=""/>
  157. </FileConfiguration>
  158. </File>
  159. </Files>
  160. <Globals>
  161. </Globals>
  162. </VisualStudioProject>