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

MySQL数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="perror"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="classic|Win32"
  15. OutputDirectory=".classic"
  16. IntermediateDirectory=".classic"
  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="WIN32;_WINDOWS;LICENSE=Commercial;DBUG_OFF;NDEBUG"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="0"
  30. EnableFunctionLevelLinking="TRUE"
  31. PrecompiledHeaderFile=".classic/perror.pch"
  32. AssemblerListingLocation=".classic/"
  33. ObjectFile=".classic/"
  34. ProgramDataBaseFileName=".classic/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
  43. OutputFile="../client_classic/perror.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. AdditionalLibraryDirectories=""
  47. ProgramDatabaseFile=".classic/perror.pdb"
  48. SubSystem="1"
  49. TargetMachine="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. PreprocessorDefinitions="NDEBUG"
  53. MkTypLibCompatible="TRUE"
  54. SuppressStartupBanner="TRUE"
  55. TargetEnvironment="1"
  56. TypeLibraryName=".classic/perror.tlb"
  57. HeaderFileName=""/>
  58. <Tool
  59. Name="VCPostBuildEventTool"/>
  60. <Tool
  61. Name="VCPreBuildEventTool"/>
  62. <Tool
  63. Name="VCPreLinkEventTool"/>
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="NDEBUG"
  67. Culture="1033"/>
  68. <Tool
  69. Name="VCWebServiceProxyGeneratorTool"/>
  70. <Tool
  71. Name="VCXMLDataGeneratorTool"/>
  72. <Tool
  73. Name="VCWebDeploymentTool"/>
  74. <Tool
  75. Name="VCManagedWrapperGeneratorTool"/>
  76. <Tool
  77. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  78. </Configuration>
  79. <Configuration
  80. Name="Release|Win32"
  81. OutputDirectory=".release"
  82. IntermediateDirectory=".release"
  83. ConfigurationType="1"
  84. UseOfMFC="0"
  85. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  86. CharacterSet="2">
  87. <Tool
  88. Name="VCCLCompilerTool"
  89. Optimization="2"
  90. InlineFunctionExpansion="1"
  91. OptimizeForProcessor="2"
  92. AdditionalIncludeDirectories="../include"
  93. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  94. StringPooling="TRUE"
  95. RuntimeLibrary="0"
  96. EnableFunctionLevelLinking="TRUE"
  97. PrecompiledHeaderFile=".release/perror.pch"
  98. AssemblerListingLocation=".release/"
  99. ObjectFile=".release/"
  100. ProgramDataBaseFileName=".release/"
  101. WarningLevel="3"
  102. SuppressStartupBanner="TRUE"
  103. CompileAs="0"/>
  104. <Tool
  105. Name="VCCustomBuildTool"/>
  106. <Tool
  107. Name="VCLinkerTool"
  108. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
  109. OutputFile="../client_release/perror.exe"
  110. LinkIncremental="1"
  111. SuppressStartupBanner="TRUE"
  112. ProgramDatabaseFile=".release/perror.pdb"
  113. SubSystem="1"
  114. TargetMachine="1"/>
  115. <Tool
  116. Name="VCMIDLTool"
  117. PreprocessorDefinitions="NDEBUG"
  118. MkTypLibCompatible="TRUE"
  119. SuppressStartupBanner="TRUE"
  120. TargetEnvironment="1"
  121. TypeLibraryName=".release/perror.tlb"
  122. HeaderFileName=""/>
  123. <Tool
  124. Name="VCPostBuildEventTool"/>
  125. <Tool
  126. Name="VCPreBuildEventTool"/>
  127. <Tool
  128. Name="VCPreLinkEventTool"/>
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. PreprocessorDefinitions="NDEBUG"
  132. Culture="1033"/>
  133. <Tool
  134. Name="VCWebServiceProxyGeneratorTool"/>
  135. <Tool
  136. Name="VCXMLDataGeneratorTool"/>
  137. <Tool
  138. Name="VCWebDeploymentTool"/>
  139. <Tool
  140. Name="VCManagedWrapperGeneratorTool"/>
  141. <Tool
  142. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  143. </Configuration>
  144. <Configuration
  145. Name="Debug|Win32"
  146. OutputDirectory=".Debug"
  147. IntermediateDirectory=".Debug"
  148. ConfigurationType="1"
  149. UseOfMFC="0"
  150. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  151. CharacterSet="2">
  152. <Tool
  153. Name="VCCLCompilerTool"
  154. Optimization="0"
  155. OptimizeForProcessor="2"
  156. AdditionalIncludeDirectories="../include"
  157. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  158. BasicRuntimeChecks="3"
  159. RuntimeLibrary="1"
  160. PrecompiledHeaderFile=".Debug/perror.pch"
  161. AssemblerListingLocation=".Debug/"
  162. ObjectFile=".Debug/"
  163. ProgramDataBaseFileName=".Debug/"
  164. WarningLevel="3"
  165. SuppressStartupBanner="TRUE"
  166. DebugInformationFormat="1"
  167. CompileAs="0"/>
  168. <Tool
  169. Name="VCCustomBuildTool"/>
  170. <Tool
  171. Name="VCLinkerTool"
  172. AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
  173. OutputFile=".Debug/perror.exe"
  174. LinkIncremental="1"
  175. SuppressStartupBanner="TRUE"
  176. GenerateDebugInformation="TRUE"
  177. ProgramDatabaseFile=".Debug/perror.pdb"
  178. TargetMachine="1"/>
  179. <Tool
  180. Name="VCMIDLTool"
  181. PreprocessorDefinitions="_DEBUG"
  182. MkTypLibCompatible="TRUE"
  183. SuppressStartupBanner="TRUE"
  184. TargetEnvironment="1"
  185. TypeLibraryName=".Debug/perror.tlb"
  186. HeaderFileName=""/>
  187. <Tool
  188. Name="VCPostBuildEventTool"/>
  189. <Tool
  190. Name="VCPreBuildEventTool"/>
  191. <Tool
  192. Name="VCPreLinkEventTool"/>
  193. <Tool
  194. Name="VCResourceCompilerTool"
  195. PreprocessorDefinitions="_DEBUG"
  196. Culture="1033"/>
  197. <Tool
  198. Name="VCWebServiceProxyGeneratorTool"/>
  199. <Tool
  200. Name="VCXMLDataGeneratorTool"/>
  201. <Tool
  202. Name="VCWebDeploymentTool"/>
  203. <Tool
  204. Name="VCManagedWrapperGeneratorTool"/>
  205. <Tool
  206. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  207. </Configuration>
  208. </Configurations>
  209. <References>
  210. </References>
  211. <Files>
  212. <Filter
  213. Name="Source Files"
  214. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  215. <File
  216. RelativePath="..extraperror.c">
  217. <FileConfiguration
  218. Name="classic|Win32">
  219. <Tool
  220. Name="VCCLCompilerTool"
  221. Optimization="2"
  222. AdditionalIncludeDirectories=""
  223. PreprocessorDefinitions=""/>
  224. </FileConfiguration>
  225. <FileConfiguration
  226. Name="Release|Win32">
  227. <Tool
  228. Name="VCCLCompilerTool"
  229. Optimization="2"
  230. AdditionalIncludeDirectories=""
  231. PreprocessorDefinitions=""/>
  232. </FileConfiguration>
  233. <FileConfiguration
  234. Name="Debug|Win32">
  235. <Tool
  236. Name="VCCLCompilerTool"
  237. Optimization="0"
  238. AdditionalIncludeDirectories=""
  239. PreprocessorDefinitions=""
  240. BasicRuntimeChecks="3"/>
  241. </FileConfiguration>
  242. </File>
  243. </Filter>
  244. <Filter
  245. Name="Header Files"
  246. Filter="h;hpp;hxx;hm;inl">
  247. </Filter>
  248. <Filter
  249. Name="Resource Files"
  250. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  251. </Filter>
  252. </Files>
  253. <Globals>
  254. </Globals>
  255. </VisualStudioProject>