testDBCobPool.vcproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="testDBCobPool"
  6. ProjectGUID="{695F4CC9-87C6-4081-9093-EB6C3689FD96}"
  7. TargetFrameworkVersion="0"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Release|Win32"
  19. OutputDirectory=".\Release"
  20. IntermediateDirectory=".\Release"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. TypeLibraryName=".\Release/testDBCobPool.tlb"
  42. HeaderFileName=""
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="2"
  47. InlineFunctionExpansion="1"
  48. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  49. StringPooling="true"
  50. RuntimeLibrary="0"
  51. EnableFunctionLevelLinking="true"
  52. UsePrecompiledHeader="2"
  53. PrecompiledHeaderThrough="stdafx.h"
  54. PrecompiledHeaderFile=".\Release/testDBCobPool.pch"
  55. AssemblerListingLocation=".\Release/"
  56. ObjectFile=".\Release/"
  57. ProgramDataBaseFileName=".\Release/"
  58. WarningLevel="3"
  59. SuppressStartupBanner="true"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="NDEBUG"
  67. Culture="2052"
  68. />
  69. <Tool
  70. Name="VCPreLinkEventTool"
  71. />
  72. <Tool
  73. Name="VCLinkerTool"
  74. OutputFile=".\Release/testDBCobPool.exe"
  75. LinkIncremental="1"
  76. SuppressStartupBanner="true"
  77. ProgramDatabaseFile=".\Release/testDBCobPool.pdb"
  78. SubSystem="1"
  79. RandomizedBaseAddress="1"
  80. DataExecutionPrevention="0"
  81. TargetMachine="1"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  94. SuppressStartupBanner="true"
  95. OutputFile=".\Release/testDBCobPool.bsc"
  96. />
  97. <Tool
  98. Name="VCFxCopTool"
  99. />
  100. <Tool
  101. Name="VCAppVerifierTool"
  102. />
  103. <Tool
  104. Name="VCPostBuildEventTool"
  105. />
  106. </Configuration>
  107. <Configuration
  108. Name="Debug|Win32"
  109. OutputDirectory=".\Debug"
  110. IntermediateDirectory=".\Debug"
  111. ConfigurationType="1"
  112. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  113. UseOfMFC="0"
  114. ATLMinimizesCRunTimeLibraryUsage="false"
  115. CharacterSet="2"
  116. >
  117. <Tool
  118. Name="VCPreBuildEventTool"
  119. />
  120. <Tool
  121. Name="VCCustomBuildTool"
  122. />
  123. <Tool
  124. Name="VCXMLDataGeneratorTool"
  125. />
  126. <Tool
  127. Name="VCWebServiceProxyGeneratorTool"
  128. />
  129. <Tool
  130. Name="VCMIDLTool"
  131. TypeLibraryName=".\Debug/testDBCobPool.tlb"
  132. HeaderFileName=""
  133. />
  134. <Tool
  135. Name="VCCLCompilerTool"
  136. Optimization="0"
  137. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  138. MinimalRebuild="true"
  139. BasicRuntimeChecks="3"
  140. RuntimeLibrary="1"
  141. UsePrecompiledHeader="2"
  142. PrecompiledHeaderThrough="stdafx.h"
  143. PrecompiledHeaderFile=".\Debug/testDBCobPool.pch"
  144. AssemblerListingLocation=".\Debug/"
  145. ObjectFile=".\Debug/"
  146. ProgramDataBaseFileName=".\Debug/"
  147. WarningLevel="3"
  148. SuppressStartupBanner="true"
  149. DebugInformationFormat="4"
  150. />
  151. <Tool
  152. Name="VCManagedResourceCompilerTool"
  153. />
  154. <Tool
  155. Name="VCResourceCompilerTool"
  156. PreprocessorDefinitions="_DEBUG"
  157. Culture="2052"
  158. />
  159. <Tool
  160. Name="VCPreLinkEventTool"
  161. />
  162. <Tool
  163. Name="VCLinkerTool"
  164. OutputFile=".\Debug/testDBCobPool.exe"
  165. LinkIncremental="2"
  166. SuppressStartupBanner="true"
  167. GenerateDebugInformation="true"
  168. ProgramDatabaseFile=".\Debug/testDBCobPool.pdb"
  169. SubSystem="1"
  170. RandomizedBaseAddress="1"
  171. DataExecutionPrevention="0"
  172. TargetMachine="1"
  173. />
  174. <Tool
  175. Name="VCALinkTool"
  176. />
  177. <Tool
  178. Name="VCManifestTool"
  179. />
  180. <Tool
  181. Name="VCXDCMakeTool"
  182. />
  183. <Tool
  184. Name="VCBscMakeTool"
  185. SuppressStartupBanner="true"
  186. OutputFile=".\Debug/testDBCobPool.bsc"
  187. />
  188. <Tool
  189. Name="VCFxCopTool"
  190. />
  191. <Tool
  192. Name="VCAppVerifierTool"
  193. />
  194. <Tool
  195. Name="VCPostBuildEventTool"
  196. />
  197. </Configuration>
  198. </Configurations>
  199. <References>
  200. </References>
  201. <Files>
  202. <Filter
  203. Name="Source Files"
  204. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  205. >
  206. <File
  207. RelativePath="StdAfx.cpp"
  208. >
  209. <FileConfiguration
  210. Name="Release|Win32"
  211. >
  212. <Tool
  213. Name="VCCLCompilerTool"
  214. PreprocessorDefinitions=""
  215. UsePrecompiledHeader="1"
  216. />
  217. </FileConfiguration>
  218. <FileConfiguration
  219. Name="Debug|Win32"
  220. >
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. PreprocessorDefinitions=""
  224. UsePrecompiledHeader="1"
  225. />
  226. </FileConfiguration>
  227. </File>
  228. <File
  229. RelativePath="testDBCobPool.cpp"
  230. >
  231. <FileConfiguration
  232. Name="Release|Win32"
  233. >
  234. <Tool
  235. Name="VCCLCompilerTool"
  236. PreprocessorDefinitions=""
  237. />
  238. </FileConfiguration>
  239. <FileConfiguration
  240. Name="Debug|Win32"
  241. >
  242. <Tool
  243. Name="VCCLCompilerTool"
  244. PreprocessorDefinitions=""
  245. />
  246. </FileConfiguration>
  247. </File>
  248. </Filter>
  249. <Filter
  250. Name="Header Files"
  251. Filter="h;hpp;hxx;hm;inl"
  252. >
  253. <File
  254. RelativePath="StdAfx.h"
  255. >
  256. </File>
  257. </Filter>
  258. <Filter
  259. Name="Resource Files"
  260. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  261. >
  262. </Filter>
  263. <File
  264. RelativePath="ReadMe.txt"
  265. >
  266. </File>
  267. </Files>
  268. <Globals>
  269. </Globals>
  270. </VisualStudioProject>