test1.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="test1"
  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="_CONSOLE;_WINDOWS;NDEBUG"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="4"
  30. EnableFunctionLevelLinking="TRUE"
  31. PrecompiledHeaderFile=".release/test1.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. OutputFile=".release/test1.exe"
  43. LinkIncremental="1"
  44. SuppressStartupBanner="TRUE"
  45. ProgramDatabaseFile=".release/test1.pdb"
  46. SubSystem="1"
  47. TargetMachine="1"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. TypeLibraryName=".release/test1.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="NDEBUG"
  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="Debug|Win32"
  75. OutputDirectory=".debug"
  76. IntermediateDirectory=".debug"
  77. ConfigurationType="1"
  78. UseOfMFC="0"
  79. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80. CharacterSet="2">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. Optimization="0"
  84. OptimizeForProcessor="2"
  85. AdditionalIncludeDirectories="../include"
  86. PreprocessorDefinitions="_DEBUG;_CONSOLE;_WINDOWS"
  87. RuntimeLibrary="1"
  88. PrecompiledHeaderFile=".debug/test1.pch"
  89. AssemblerListingLocation=".debug/"
  90. ObjectFile=".debug/"
  91. ProgramDataBaseFileName=".debug/"
  92. WarningLevel="3"
  93. SuppressStartupBanner="TRUE"
  94. DebugInformationFormat="1"
  95. CompileAs="0"/>
  96. <Tool
  97. Name="VCCustomBuildTool"/>
  98. <Tool
  99. Name="VCLinkerTool"
  100. AdditionalDependencies="libmysql.lib odbc32.lib odbccp32.lib"
  101. OutputFile=".debug/test1.exe"
  102. LinkIncremental="1"
  103. SuppressStartupBanner="TRUE"
  104. AdditionalLibraryDirectories="..lib_debug"
  105. GenerateDebugInformation="TRUE"
  106. ProgramDatabaseFile=".debug/test1.pdb"
  107. SubSystem="1"
  108. TargetMachine="1"/>
  109. <Tool
  110. Name="VCMIDLTool"
  111. TypeLibraryName=".debug/test1.tlb"
  112. HeaderFileName=""/>
  113. <Tool
  114. Name="VCPostBuildEventTool"/>
  115. <Tool
  116. Name="VCPreBuildEventTool"/>
  117. <Tool
  118. Name="VCPreLinkEventTool"/>
  119. <Tool
  120. Name="VCResourceCompilerTool"
  121. PreprocessorDefinitions="_DEBUG"
  122. Culture="1033"/>
  123. <Tool
  124. Name="VCWebServiceProxyGeneratorTool"/>
  125. <Tool
  126. Name="VCXMLDataGeneratorTool"/>
  127. <Tool
  128. Name="VCWebDeploymentTool"/>
  129. <Tool
  130. Name="VCManagedWrapperGeneratorTool"/>
  131. <Tool
  132. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  133. </Configuration>
  134. </Configurations>
  135. <References>
  136. </References>
  137. <Files>
  138. <File
  139. RelativePath="mysql_thr.c">
  140. <FileConfiguration
  141. Name="Release|Win32">
  142. <Tool
  143. Name="VCCLCompilerTool"
  144. Optimization="2"
  145. AdditionalIncludeDirectories=""
  146. PreprocessorDefinitions=""
  147. RuntimeLibrary="0"/>
  148. </FileConfiguration>
  149. <FileConfiguration
  150. Name="Debug|Win32">
  151. <Tool
  152. Name="VCCLCompilerTool"
  153. Optimization="0"
  154. AdditionalIncludeDirectories=""
  155. PreprocessorDefinitions=""/>
  156. </FileConfiguration>
  157. </File>
  158. </Files>
  159. <Globals>
  160. </Globals>
  161. </VisualStudioProject>