test.vcproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="test"
  6. ProjectGUID="{4F4D8028-C173-43D3-A8F5-AC605920D269}"
  7. RootNamespace="test"
  8. Keyword="MFCProj"
  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="1"
  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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="..\..\..\AdoImpl"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="2"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="2052"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. LinkIncremental="2"
  72. IgnoreDefaultLibraryNames="libc.lib;libcp.lib"
  73. GenerateDebugInformation="true"
  74. SubSystem="2"
  75. TargetMachine="1"
  76. />
  77. <Tool
  78. Name="VCALinkTool"
  79. />
  80. <Tool
  81. Name="VCManifestTool"
  82. />
  83. <Tool
  84. Name="VCXDCMakeTool"
  85. />
  86. <Tool
  87. Name="VCBscMakeTool"
  88. />
  89. <Tool
  90. Name="VCFxCopTool"
  91. />
  92. <Tool
  93. Name="VCAppVerifierTool"
  94. />
  95. <Tool
  96. Name="VCPostBuildEventTool"
  97. />
  98. </Configuration>
  99. <Configuration
  100. Name="Release|Win32"
  101. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  102. IntermediateDirectory="$(ConfigurationName)"
  103. ConfigurationType="1"
  104. UseOfMFC="2"
  105. CharacterSet="1"
  106. WholeProgramOptimization="1"
  107. >
  108. <Tool
  109. Name="VCPreBuildEventTool"
  110. />
  111. <Tool
  112. Name="VCCustomBuildTool"
  113. />
  114. <Tool
  115. Name="VCXMLDataGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCMIDLTool"
  122. PreprocessorDefinitions="NDEBUG"
  123. MkTypLibCompatible="false"
  124. ValidateParameters="true"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. Optimization="2"
  129. EnableIntrinsicFunctions="true"
  130. AdditionalIncludeDirectories="..\..\..\AdoImpl"
  131. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  132. MinimalRebuild="false"
  133. RuntimeLibrary="2"
  134. EnableFunctionLevelLinking="true"
  135. UsePrecompiledHeader="2"
  136. WarningLevel="3"
  137. DebugInformationFormat="3"
  138. />
  139. <Tool
  140. Name="VCManagedResourceCompilerTool"
  141. />
  142. <Tool
  143. Name="VCResourceCompilerTool"
  144. PreprocessorDefinitions="NDEBUG"
  145. Culture="2052"
  146. AdditionalIncludeDirectories="$(IntDir)"
  147. />
  148. <Tool
  149. Name="VCPreLinkEventTool"
  150. />
  151. <Tool
  152. Name="VCLinkerTool"
  153. LinkIncremental="1"
  154. IgnoreDefaultLibraryNames="libc.lib;libcp.lib"
  155. GenerateDebugInformation="true"
  156. SubSystem="2"
  157. OptimizeReferences="2"
  158. EnableCOMDATFolding="2"
  159. TargetMachine="1"
  160. />
  161. <Tool
  162. Name="VCALinkTool"
  163. />
  164. <Tool
  165. Name="VCManifestTool"
  166. />
  167. <Tool
  168. Name="VCXDCMakeTool"
  169. />
  170. <Tool
  171. Name="VCBscMakeTool"
  172. />
  173. <Tool
  174. Name="VCFxCopTool"
  175. />
  176. <Tool
  177. Name="VCAppVerifierTool"
  178. />
  179. <Tool
  180. Name="VCPostBuildEventTool"
  181. />
  182. </Configuration>
  183. </Configurations>
  184. <References>
  185. </References>
  186. <Files>
  187. <Filter
  188. Name="Ô´Îļþ"
  189. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  190. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  191. >
  192. <File
  193. RelativePath=".\Ado2Impl.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".\Global.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\Markup.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\MediaExtXml.cpp"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".\stdafx.cpp"
  210. >
  211. <FileConfiguration
  212. Name="Debug|Win32"
  213. >
  214. <Tool
  215. Name="VCCLCompilerTool"
  216. UsePrecompiledHeader="1"
  217. />
  218. </FileConfiguration>
  219. <FileConfiguration
  220. Name="Release|Win32"
  221. >
  222. <Tool
  223. Name="VCCLCompilerTool"
  224. UsePrecompiledHeader="1"
  225. />
  226. </FileConfiguration>
  227. </File>
  228. <File
  229. RelativePath=".\test.cpp"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\testDlg.cpp"
  234. >
  235. </File>
  236. </Filter>
  237. <Filter
  238. Name="Í·Îļþ"
  239. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  240. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  241. >
  242. <File
  243. RelativePath=".\Ado2Impl.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\Global.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\Markup.h"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\MediaExtXml.h"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\my32.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\Resource.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\stdafx.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\targetver.h"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\tblst.h"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\test.h"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\testDlg.h"
  284. >
  285. </File>
  286. </Filter>
  287. <Filter
  288. Name="×ÊÔ´Îļþ"
  289. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  290. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  291. >
  292. <File
  293. RelativePath=".\res\test.ico"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\test.rc"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\res\test.rc2"
  302. >
  303. </File>
  304. </Filter>
  305. <Filter
  306. Name="AdoImpl"
  307. >
  308. <File
  309. RelativePath="..\..\..\AdoImpl\ADOCommand.cpp"
  310. >
  311. </File>
  312. <File
  313. RelativePath="..\..\..\AdoImpl\ADOCommand.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath="..\..\..\AdoImpl\ADODatabase.cpp"
  318. >
  319. </File>
  320. <File
  321. RelativePath="..\..\..\AdoImpl\ADODatabase.h"
  322. >
  323. </File>
  324. <File
  325. RelativePath="..\..\..\AdoImpl\AdoDef.h"
  326. >
  327. </File>
  328. <File
  329. RelativePath="..\..\..\AdoImpl\ADOParameter.cpp"
  330. >
  331. </File>
  332. <File
  333. RelativePath="..\..\..\AdoImpl\ADOParameter.h"
  334. >
  335. </File>
  336. <File
  337. RelativePath="..\..\..\AdoImpl\ADORecordset.cpp"
  338. >
  339. </File>
  340. <File
  341. RelativePath="..\..\..\AdoImpl\ADORecordset.h"
  342. >
  343. </File>
  344. <File
  345. RelativePath="..\..\..\AdoImpl\CatalogInterface.h"
  346. >
  347. </File>
  348. </Filter>
  349. <File
  350. RelativePath=".\mediaext.xml"
  351. >
  352. </File>
  353. <File
  354. RelativePath=".\ReadMe.txt"
  355. >
  356. </File>
  357. </Files>
  358. <Globals>
  359. <Global
  360. Name="RESOURCE_FILE"
  361. Value="test.rc"
  362. />
  363. </Globals>
  364. </VisualStudioProject>