mysqlimport.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="mysqlimport"
  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="_DEBUG;SAFEMALLOC;SAFE_MUTEX;_CONSOLE;_WINDOWS"
  27. RuntimeLibrary="1"
  28. PrecompiledHeaderFile=".debug/mysqlimport.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/mysqlimport.exe"
  42. LinkIncremental="1"
  43. SuppressStartupBanner="TRUE"
  44. AdditionalLibraryDirectories=""
  45. GenerateDebugInformation="TRUE"
  46. ProgramDatabaseFile=".debug/mysqlimport.pdb"
  47. SubSystem="1"
  48. TargetMachine="1"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. TypeLibraryName=".debug/mysqlimport.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="DBUG_OFF;_CONSOLE;_WINDOWS;NDEBUG"
  89. StringPooling="TRUE"
  90. RuntimeLibrary="0"
  91. EnableFunctionLevelLinking="TRUE"
  92. PrecompiledHeaderFile=".release/mysqlimport.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/mysqlimport.exe"
  105. LinkIncremental="1"
  106. SuppressStartupBanner="TRUE"
  107. AdditionalLibraryDirectories=""
  108. ProgramDatabaseFile=".release/mysqlimport.pdb"
  109. SubSystem="1"
  110. TargetMachine="1"/>
  111. <Tool
  112. Name="VCMIDLTool"
  113. TypeLibraryName=".release/mysqlimport.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="classic|Win32"
  138. OutputDirectory=".classic"
  139. IntermediateDirectory=".classic"
  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,../"
  150. PreprocessorDefinitions="_CONSOLE;_WINDOWS;LICENSE=Commercial;DBUG_OFF;NDEBUG"
  151. StringPooling="TRUE"
  152. RuntimeLibrary="0"
  153. EnableFunctionLevelLinking="TRUE"
  154. PrecompiledHeaderFile=".classic/mysqlimport.pch"
  155. AssemblerListingLocation=".classic/"
  156. ObjectFile=".classic/"
  157. ProgramDataBaseFileName=".classic/"
  158. WarningLevel="3"
  159. SuppressStartupBanner="TRUE"
  160. CompileAs="0"/>
  161. <Tool
  162. Name="VCCustomBuildTool"/>
  163. <Tool
  164. Name="VCLinkerTool"
  165. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
  166. OutputFile="../client_classic/mysqlimport.exe"
  167. LinkIncremental="1"
  168. SuppressStartupBanner="TRUE"
  169. AdditionalLibraryDirectories=""
  170. ProgramDatabaseFile=".classic/mysqlimport.pdb"
  171. SubSystem="1"
  172. TargetMachine="1"/>
  173. <Tool
  174. Name="VCMIDLTool"
  175. TypeLibraryName=".classic/mysqlimport.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="NDEBUG"
  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="mysqlimport.c">
  204. <FileConfiguration
  205. Name="Debug|Win32">
  206. <Tool
  207. Name="VCCLCompilerTool"
  208. Optimization="0"
  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="classic|Win32">
  222. <Tool
  223. Name="VCCLCompilerTool"
  224. Optimization="2"
  225. AdditionalIncludeDirectories=""
  226. PreprocessorDefinitions=""/>
  227. </FileConfiguration>
  228. </File>
  229. </Files>
  230. <Globals>
  231. </Globals>
  232. </VisualStudioProject>