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

MySQL数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="mysqlserver"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="..lib_debug"
  16. IntermediateDirectory=".Debug"
  17. ConfigurationType="4"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. AdditionalIncludeDirectories="../include,../regex,../sql,../bdb/build_win32,libmysqld"
  25. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_BERKELEY_DB;USE_SYMDIR;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;HAVE_INNOBASE_DB;USE_TLS"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="1"
  28. UsePrecompiledHeader="2"
  29. PrecompiledHeaderFile=".Debug/mysqlserver.pch"
  30. AssemblerListingLocation=".Debug/"
  31. ObjectFile=".Debug/"
  32. ProgramDataBaseFileName=".Debug/"
  33. WarningLevel="3"
  34. SuppressStartupBanner="TRUE"
  35. DebugInformationFormat="1"
  36. CompileAs="0"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLibrarianTool"
  41. OutputFile="$(OutDir)mysqlserver.lib"
  42. SuppressStartupBanner="TRUE"/>
  43. <Tool
  44. Name="VCMIDLTool"/>
  45. <Tool
  46. Name="VCPostBuildEventTool"/>
  47. <Tool
  48. Name="VCPreBuildEventTool"/>
  49. <Tool
  50. Name="VCPreLinkEventTool"/>
  51. <Tool
  52. Name="VCResourceCompilerTool"
  53. PreprocessorDefinitions="_DEBUG"
  54. Culture="1046"/>
  55. <Tool
  56. Name="VCWebServiceProxyGeneratorTool"/>
  57. <Tool
  58. Name="VCXMLDataGeneratorTool"/>
  59. <Tool
  60. Name="VCManagedWrapperGeneratorTool"/>
  61. <Tool
  62. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  63. </Configuration>
  64. <Configuration
  65. Name="Release|Win32"
  66. OutputDirectory="..lib_release"
  67. IntermediateDirectory=".release"
  68. ConfigurationType="4"
  69. UseOfMFC="0"
  70. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  71. CharacterSet="2">
  72. <Tool
  73. Name="VCCLCompilerTool"
  74. Optimization="2"
  75. InlineFunctionExpansion="1"
  76. AdditionalIncludeDirectories="../include,../regex,../sql,../bdb/build_win32,../libmysqld"
  77. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_BERKELEY_DB;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;HAVE_INNOBASE_DB;DBUG_OFF;USE_TLS"
  78. StringPooling="TRUE"
  79. RuntimeLibrary="0"
  80. EnableFunctionLevelLinking="TRUE"
  81. UsePrecompiledHeader="2"
  82. PrecompiledHeaderFile=".release/mysqlserver.pch"
  83. AssemblerListingLocation=".release/"
  84. ObjectFile=".release/"
  85. ProgramDataBaseFileName=".release/"
  86. WarningLevel="3"
  87. SuppressStartupBanner="TRUE"
  88. CompileAs="0"/>
  89. <Tool
  90. Name="VCCustomBuildTool"/>
  91. <Tool
  92. Name="VCLibrarianTool"
  93. OutputFile="$(OutDir)mysqlserver.lib"
  94. SuppressStartupBanner="TRUE"/>
  95. <Tool
  96. Name="VCMIDLTool"/>
  97. <Tool
  98. Name="VCPostBuildEventTool"/>
  99. <Tool
  100. Name="VCPreBuildEventTool"/>
  101. <Tool
  102. Name="VCPreLinkEventTool"/>
  103. <Tool
  104. Name="VCResourceCompilerTool"
  105. PreprocessorDefinitions="NDEBUG"
  106. Culture="1046"/>
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"/>
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"/>
  111. <Tool
  112. Name="VCManagedWrapperGeneratorTool"/>
  113. <Tool
  114. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  115. </Configuration>
  116. </Configurations>
  117. <References>
  118. </References>
  119. <Files>
  120. <File
  121. RelativePath=".dummy.cpp">
  122. </File>
  123. </Files>
  124. <Globals>
  125. </Globals>
  126. </VisualStudioProject>