mysql_test_run_new.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="mysql_test_run_new"
  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. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. OptimizeForProcessor="2"
  24. AdditionalIncludeDirectories="../include,../"
  25. PreprocessorDefinitions="_DEBUG;_WINDOWS;SAFE_MUTEX;USE_TLS;MYSQL_CLIENT;__WIN__;_WIN32"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="1"
  28. PrecompiledHeaderFile=".Debug/mysql_test_run_new.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="odbc32.lib odbccp32.lib Ws2_32.lib zlib.lib"
  41. OutputFile="..mysql-testmysql_test_run_new.exe"
  42. LinkIncremental="1"
  43. SuppressStartupBanner="TRUE"
  44. AdditionalLibraryDirectories="..lib_debug"
  45. GenerateDebugInformation="TRUE"
  46. ProgramDatabaseFile=".Debug/mysql_test_run_new.pdb"
  47. GenerateMapFile="TRUE"
  48. MapFileName=".Debug/mysql_test_run_new.map"
  49. SubSystem="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. SuppressStartupBanner="TRUE"
  53. TargetEnvironment="1"
  54. TypeLibraryName=".Debug/mysql_test_run_new.tlb"
  55. HeaderFileName=""/>
  56. <Tool
  57. Name="VCPostBuildEventTool"/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. Culture="1033"/>
  65. <Tool
  66. Name="VCWebServiceProxyGeneratorTool"/>
  67. <Tool
  68. Name="VCXMLDataGeneratorTool"/>
  69. <Tool
  70. Name="VCWebDeploymentTool"/>
  71. <Tool
  72. Name="VCManagedWrapperGeneratorTool"/>
  73. <Tool
  74. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  75. </Configuration>
  76. <Configuration
  77. Name="Release|Win32"
  78. OutputDirectory=".Release"
  79. IntermediateDirectory=".Release"
  80. ConfigurationType="1"
  81. UseOfMFC="0"
  82. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  83. <Tool
  84. Name="VCCLCompilerTool"
  85. Optimization="4"
  86. InlineFunctionExpansion="1"
  87. OptimizeForProcessor="2"
  88. AdditionalIncludeDirectories="../include,../"
  89. PreprocessorDefinitions="DBUG_OFF;_WINDOWS;SAFE_MUTEX;USE_TLS;MYSQL_CLIENT;__WIN__;_WIN32"
  90. StringPooling="TRUE"
  91. RuntimeLibrary="1"
  92. EnableFunctionLevelLinking="TRUE"
  93. PrecompiledHeaderFile=".Release/mysql_test_run_new.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="odbc32.lib odbccp32.lib Ws2_32.lib zlib.lib"
  105. OutputFile="..mysql-testmysql_test_run_new.exe"
  106. LinkIncremental="1"
  107. SuppressStartupBanner="TRUE"
  108. AdditionalLibraryDirectories="..lib_release"
  109. ProgramDatabaseFile=".Release/mysql_test_run_new.pdb"
  110. SubSystem="1"/>
  111. <Tool
  112. Name="VCMIDLTool"
  113. SuppressStartupBanner="TRUE"
  114. TargetEnvironment="1"
  115. TypeLibraryName=".Release/mysql_test_run_new.tlb"
  116. HeaderFileName=""/>
  117. <Tool
  118. Name="VCPostBuildEventTool"/>
  119. <Tool
  120. Name="VCPreBuildEventTool"/>
  121. <Tool
  122. Name="VCPreLinkEventTool"/>
  123. <Tool
  124. Name="VCResourceCompilerTool"
  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. </Configurations>
  138. <References>
  139. </References>
  140. <Files>
  141. <File
  142. RelativePath="my_create_tables.c">
  143. <FileConfiguration
  144. Name="Debug|Win32">
  145. <Tool
  146. Name="VCCLCompilerTool"
  147. Optimization="0"
  148. AdditionalIncludeDirectories=""
  149. PreprocessorDefinitions=""
  150. BasicRuntimeChecks="3"/>
  151. </FileConfiguration>
  152. <FileConfiguration
  153. Name="Release|Win32">
  154. <Tool
  155. Name="VCCLCompilerTool"
  156. AdditionalIncludeDirectories=""
  157. PreprocessorDefinitions=""/>
  158. </FileConfiguration>
  159. </File>
  160. <File
  161. RelativePath="my_manage.c">
  162. <FileConfiguration
  163. Name="Debug|Win32">
  164. <Tool
  165. Name="VCCLCompilerTool"
  166. Optimization="0"
  167. AdditionalIncludeDirectories=""
  168. PreprocessorDefinitions=""
  169. BasicRuntimeChecks="3"/>
  170. </FileConfiguration>
  171. <FileConfiguration
  172. Name="Release|Win32">
  173. <Tool
  174. Name="VCCLCompilerTool"
  175. AdditionalIncludeDirectories=""
  176. PreprocessorDefinitions=""/>
  177. </FileConfiguration>
  178. </File>
  179. <File
  180. RelativePath="my_manage.h">
  181. </File>
  182. <File
  183. RelativePath="mysql_test_run_new.c">
  184. <FileConfiguration
  185. Name="Debug|Win32">
  186. <Tool
  187. Name="VCCLCompilerTool"
  188. Optimization="0"
  189. AdditionalIncludeDirectories=""
  190. PreprocessorDefinitions=""
  191. BasicRuntimeChecks="3"/>
  192. </FileConfiguration>
  193. <FileConfiguration
  194. Name="Release|Win32">
  195. <Tool
  196. Name="VCCLCompilerTool"
  197. AdditionalIncludeDirectories=""
  198. PreprocessorDefinitions=""/>
  199. </FileConfiguration>
  200. </File>
  201. </Files>
  202. <Globals>
  203. </Globals>
  204. </VisualStudioProject>