myTest.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="myTest"
  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"
  27. PreprocessorDefinitions="DBUG_UFF;_CONSOLE;NDEBUG"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="4"
  30. EnableFunctionLevelLinking="TRUE"
  31. PrecompiledHeaderFile=".release/myTest.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="libmysql.lib odbc32.lib odbccp32.lib"
  43. OutputFile="..client_release/myTest.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. AdditionalLibraryDirectories="..lib_release"
  47. ProgramDatabaseFile=".release/myTest.pdb"
  48. SubSystem="1"
  49. TargetMachine="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. TypeLibraryName=".release/myTest.tlb"
  53. HeaderFileName=""/>
  54. <Tool
  55. Name="VCPostBuildEventTool"/>
  56. <Tool
  57. Name="VCPreBuildEventTool"/>
  58. <Tool
  59. Name="VCPreLinkEventTool"/>
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="NDEBUG"
  63. Culture="1033"/>
  64. <Tool
  65. Name="VCWebServiceProxyGeneratorTool"/>
  66. <Tool
  67. Name="VCXMLDataGeneratorTool"/>
  68. <Tool
  69. Name="VCWebDeploymentTool"/>
  70. <Tool
  71. Name="VCManagedWrapperGeneratorTool"/>
  72. <Tool
  73. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  74. </Configuration>
  75. <Configuration
  76. Name="Debug|Win32"
  77. OutputDirectory="..client_debug"
  78. IntermediateDirectory=".debug"
  79. ConfigurationType="1"
  80. UseOfMFC="0"
  81. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  82. CharacterSet="2">
  83. <Tool
  84. Name="VCCLCompilerTool"
  85. Optimization="0"
  86. OptimizeForProcessor="2"
  87. AdditionalIncludeDirectories="..include"
  88. PreprocessorDefinitions="_DEBUG;_CONSOLE"
  89. RuntimeLibrary="1"
  90. PrecompiledHeaderFile=".debug/myTest.pch"
  91. AssemblerListingLocation=".debug/"
  92. ObjectFile=".debug/"
  93. ProgramDataBaseFileName=".debug/"
  94. WarningLevel="3"
  95. SuppressStartupBanner="TRUE"
  96. DebugInformationFormat="1"
  97. CompileAs="0"/>
  98. <Tool
  99. Name="VCCustomBuildTool"/>
  100. <Tool
  101. Name="VCLinkerTool"
  102. AdditionalDependencies="libmysql.lib odbc32.lib odbccp32.lib"
  103. OutputFile="../client_debug/myTest.exe"
  104. LinkIncremental="1"
  105. SuppressStartupBanner="TRUE"
  106. AdditionalLibraryDirectories="..lib_debug"
  107. GenerateDebugInformation="TRUE"
  108. ProgramDatabaseFile=".debug/myTest.pdb"
  109. SubSystem="1"
  110. TargetMachine="1"/>
  111. <Tool
  112. Name="VCMIDLTool"
  113. TypeLibraryName=".debug/myTest.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="_DEBUG"
  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="Mytest.c">
  142. <FileConfiguration
  143. Name="Release|Win32">
  144. <Tool
  145. Name="VCCLCompilerTool"
  146. Optimization="2"
  147. AdditionalIncludeDirectories=""
  148. PreprocessorDefinitions=""/>
  149. </FileConfiguration>
  150. <FileConfiguration
  151. Name="Debug|Win32">
  152. <Tool
  153. Name="VCCLCompilerTool"
  154. Optimization="0"
  155. AdditionalIncludeDirectories=""
  156. PreprocessorDefinitions=""/>
  157. </FileConfiguration>
  158. </File>
  159. </Files>
  160. <Globals>
  161. </Globals>
  162. </VisualStudioProject>