test.vcproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="test"
  6. ProjectGUID="{B0DB44AF-B732-49EC-8B65-B98305928941}"
  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. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. LinkIncremental="2"
  71. UACExecutionLevel="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. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  131. MinimalRebuild="false"
  132. RuntimeLibrary="2"
  133. EnableFunctionLevelLinking="true"
  134. UsePrecompiledHeader="2"
  135. WarningLevel="3"
  136. DebugInformationFormat="3"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. PreprocessorDefinitions="NDEBUG"
  144. Culture="2052"
  145. AdditionalIncludeDirectories="$(IntDir)"
  146. />
  147. <Tool
  148. Name="VCPreLinkEventTool"
  149. />
  150. <Tool
  151. Name="VCLinkerTool"
  152. LinkIncremental="1"
  153. GenerateDebugInformation="true"
  154. SubSystem="2"
  155. OptimizeReferences="2"
  156. EnableCOMDATFolding="2"
  157. TargetMachine="1"
  158. />
  159. <Tool
  160. Name="VCALinkTool"
  161. />
  162. <Tool
  163. Name="VCManifestTool"
  164. />
  165. <Tool
  166. Name="VCXDCMakeTool"
  167. />
  168. <Tool
  169. Name="VCBscMakeTool"
  170. />
  171. <Tool
  172. Name="VCFxCopTool"
  173. />
  174. <Tool
  175. Name="VCAppVerifierTool"
  176. />
  177. <Tool
  178. Name="VCPostBuildEventTool"
  179. />
  180. </Configuration>
  181. </Configurations>
  182. <References>
  183. </References>
  184. <Files>
  185. <Filter
  186. Name="Ô´Îļþ"
  187. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  188. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  189. >
  190. <File
  191. RelativePath=".\stdafx.cpp"
  192. >
  193. <FileConfiguration
  194. Name="Debug|Win32"
  195. >
  196. <Tool
  197. Name="VCCLCompilerTool"
  198. UsePrecompiledHeader="1"
  199. />
  200. </FileConfiguration>
  201. <FileConfiguration
  202. Name="Release|Win32"
  203. >
  204. <Tool
  205. Name="VCCLCompilerTool"
  206. UsePrecompiledHeader="1"
  207. />
  208. </FileConfiguration>
  209. </File>
  210. <File
  211. RelativePath=".\test.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\testDlg.cpp"
  216. >
  217. </File>
  218. </Filter>
  219. <Filter
  220. Name="Í·Îļþ"
  221. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  222. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  223. >
  224. <File
  225. RelativePath=".\Resource.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".\stdafx.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\targetver.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\test.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".\testDlg.h"
  242. >
  243. </File>
  244. </Filter>
  245. <Filter
  246. Name="×ÊÔ´Îļþ"
  247. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  248. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  249. >
  250. <File
  251. RelativePath=".\res\test.ico"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\test.rc"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\res\test.rc2"
  260. >
  261. </File>
  262. </Filter>
  263. <Filter
  264. Name="Env"
  265. >
  266. <File
  267. RelativePath=".\CharacterConvert.cpp"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\CharacterConvert.h"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\CritSection.h"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\DBInterface.h"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\Encryptlock.cpp"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\Encryptlock.h"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\Global.cpp"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\Global.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\my32.h"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\ODBCImpl.cpp"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\ODBCImpl.h"
  308. >
  309. </File>
  310. <File
  311. RelativePath=".\TblDef.h"
  312. >
  313. </File>
  314. <File
  315. RelativePath=".\TblNetShareInfo.cpp"
  316. >
  317. </File>
  318. <File
  319. RelativePath=".\TblNetShareInfo.h"
  320. >
  321. </File>
  322. <File
  323. RelativePath=".\Tblversion.cpp"
  324. >
  325. </File>
  326. <File
  327. RelativePath=".\Tblversion.h"
  328. >
  329. </File>
  330. </Filter>
  331. <File
  332. RelativePath=".\ReadMe.txt"
  333. >
  334. </File>
  335. </Files>
  336. <Globals>
  337. </Globals>
  338. </VisualStudioProject>