testdb.vcproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="testdb"
  6. ProjectGUID="{006A5B06-37BC-4C13-9B1A-2B98D7700E88}"
  7. RootNamespace="testdb"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. UseOfMFC="2"
  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. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="2"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. LinkIncremental="2"
  65. UACExecutionLevel="2"
  66. GenerateDebugInformation="true"
  67. SubSystem="1"
  68. TargetMachine="1"
  69. />
  70. <Tool
  71. Name="VCALinkTool"
  72. />
  73. <Tool
  74. Name="VCManifestTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. />
  82. <Tool
  83. Name="VCFxCopTool"
  84. />
  85. <Tool
  86. Name="VCAppVerifierTool"
  87. />
  88. <Tool
  89. Name="VCPostBuildEventTool"
  90. />
  91. </Configuration>
  92. <Configuration
  93. Name="Release|Win32"
  94. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  95. IntermediateDirectory="$(ConfigurationName)"
  96. ConfigurationType="1"
  97. UseOfMFC="2"
  98. CharacterSet="2"
  99. WholeProgramOptimization="1"
  100. >
  101. <Tool
  102. Name="VCPreBuildEventTool"
  103. />
  104. <Tool
  105. Name="VCCustomBuildTool"
  106. />
  107. <Tool
  108. Name="VCXMLDataGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCWebServiceProxyGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCMIDLTool"
  115. />
  116. <Tool
  117. Name="VCCLCompilerTool"
  118. Optimization="2"
  119. EnableIntrinsicFunctions="true"
  120. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  121. RuntimeLibrary="2"
  122. EnableFunctionLevelLinking="true"
  123. UsePrecompiledHeader="2"
  124. WarningLevel="3"
  125. DebugInformationFormat="3"
  126. />
  127. <Tool
  128. Name="VCManagedResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCPreLinkEventTool"
  135. />
  136. <Tool
  137. Name="VCLinkerTool"
  138. LinkIncremental="1"
  139. GenerateDebugInformation="true"
  140. SubSystem="1"
  141. HeapReserveSize="0"
  142. HeapCommitSize="0"
  143. StackReserveSize="0"
  144. StackCommitSize="0"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. TargetMachine="1"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCManifestTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCAppVerifierTool"
  166. />
  167. <Tool
  168. Name="VCPostBuildEventTool"
  169. />
  170. </Configuration>
  171. <Configuration
  172. Name="Debug_TWO|Win32"
  173. OutputDirectory="$(SolutionDir)Debug_TWO"
  174. IntermediateDirectory="Debug_TWO"
  175. ConfigurationType="1"
  176. UseOfMFC="2"
  177. CharacterSet="2"
  178. >
  179. <Tool
  180. Name="VCPreBuildEventTool"
  181. />
  182. <Tool
  183. Name="VCCustomBuildTool"
  184. />
  185. <Tool
  186. Name="VCXMLDataGeneratorTool"
  187. />
  188. <Tool
  189. Name="VCWebServiceProxyGeneratorTool"
  190. />
  191. <Tool
  192. Name="VCMIDLTool"
  193. />
  194. <Tool
  195. Name="VCCLCompilerTool"
  196. Optimization="0"
  197. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  198. MinimalRebuild="true"
  199. BasicRuntimeChecks="3"
  200. RuntimeLibrary="3"
  201. UsePrecompiledHeader="2"
  202. WarningLevel="3"
  203. DebugInformationFormat="4"
  204. />
  205. <Tool
  206. Name="VCManagedResourceCompilerTool"
  207. />
  208. <Tool
  209. Name="VCResourceCompilerTool"
  210. />
  211. <Tool
  212. Name="VCPreLinkEventTool"
  213. />
  214. <Tool
  215. Name="VCLinkerTool"
  216. LinkIncremental="2"
  217. GenerateDebugInformation="true"
  218. SubSystem="1"
  219. TargetMachine="1"
  220. />
  221. <Tool
  222. Name="VCALinkTool"
  223. />
  224. <Tool
  225. Name="VCManifestTool"
  226. />
  227. <Tool
  228. Name="VCXDCMakeTool"
  229. />
  230. <Tool
  231. Name="VCBscMakeTool"
  232. />
  233. <Tool
  234. Name="VCFxCopTool"
  235. />
  236. <Tool
  237. Name="VCAppVerifierTool"
  238. />
  239. <Tool
  240. Name="VCPostBuildEventTool"
  241. />
  242. </Configuration>
  243. </Configurations>
  244. <References>
  245. </References>
  246. <Files>
  247. <Filter
  248. Name="Ô´Îļþ"
  249. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  250. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  251. >
  252. <File
  253. RelativePath=".\stdafx.cpp"
  254. >
  255. <FileConfiguration
  256. Name="Debug|Win32"
  257. >
  258. <Tool
  259. Name="VCCLCompilerTool"
  260. UsePrecompiledHeader="1"
  261. />
  262. </FileConfiguration>
  263. <FileConfiguration
  264. Name="Release|Win32"
  265. >
  266. <Tool
  267. Name="VCCLCompilerTool"
  268. UsePrecompiledHeader="1"
  269. />
  270. </FileConfiguration>
  271. <FileConfiguration
  272. Name="Debug_TWO|Win32"
  273. >
  274. <Tool
  275. Name="VCCLCompilerTool"
  276. UsePrecompiledHeader="1"
  277. />
  278. </FileConfiguration>
  279. </File>
  280. <File
  281. RelativePath=".\testdb.cpp"
  282. >
  283. </File>
  284. </Filter>
  285. <Filter
  286. Name="Í·Îļþ"
  287. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  288. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  289. >
  290. <File
  291. RelativePath=".\Resource.h"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\stdafx.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\targetver.h"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\testdb.h"
  304. >
  305. </File>
  306. </Filter>
  307. <Filter
  308. Name="×ÊÔ´Îļþ"
  309. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  310. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  311. >
  312. <File
  313. RelativePath=".\testdb.rc"
  314. >
  315. </File>
  316. </Filter>
  317. <File
  318. RelativePath=".\ReadMe.txt"
  319. >
  320. </File>
  321. </Files>
  322. <Globals>
  323. </Globals>
  324. </VisualStudioProject>