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

MySQL数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="comp_err"
  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. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="2"
  23. InlineFunctionExpansion="1"
  24. OptimizeForProcessor="2"
  25. AdditionalIncludeDirectories="..include"
  26. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_MBCSN;DBUG_OFF;_WINDOWS;__WIN__;_MT"
  27. StringPooling="TRUE"
  28. RuntimeLibrary="4"
  29. EnableFunctionLevelLinking="TRUE"
  30. UsePrecompiledHeader="2"
  31. PrecompiledHeaderFile=".release/comp_err.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="odbc32.lib odbccp32.lib wsock32.lib"
  43. OutputFile="../client_release/comp-err.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. IgnoreDefaultLibraryNames="LIBC.lib"
  47. ProgramDatabaseFile=".release/comp-err.pdb"
  48. SubSystem="1"
  49. TargetMachine="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. TypeLibraryName=".release/comp_err.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="1046"/>
  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. </Configurations>
  76. <References>
  77. </References>
  78. <Files>
  79. <File
  80. RelativePath="..extracomp_err.c">
  81. <FileConfiguration
  82. Name="Release|Win32">
  83. <Tool
  84. Name="VCCLCompilerTool"
  85. Optimization="2"
  86. AdditionalIncludeDirectories=""
  87. PreprocessorDefinitions=""/>
  88. </FileConfiguration>
  89. </File>
  90. </Files>
  91. <Globals>
  92. </Globals>
  93. </VisualStudioProject>