test.vcproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  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="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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;ENTERPRISE_VERSION;CHILD_VERSION"
  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. IgnoreDefaultLibraryNames="libc.lib;libcp.lib"
  154. GenerateDebugInformation="true"
  155. SubSystem="2"
  156. OptimizeReferences="2"
  157. EnableCOMDATFolding="2"
  158. TargetMachine="1"
  159. />
  160. <Tool
  161. Name="VCALinkTool"
  162. />
  163. <Tool
  164. Name="VCManifestTool"
  165. />
  166. <Tool
  167. Name="VCXDCMakeTool"
  168. />
  169. <Tool
  170. Name="VCBscMakeTool"
  171. />
  172. <Tool
  173. Name="VCFxCopTool"
  174. />
  175. <Tool
  176. Name="VCAppVerifierTool"
  177. />
  178. <Tool
  179. Name="VCPostBuildEventTool"
  180. />
  181. </Configuration>
  182. <Configuration
  183. Name="Debug_CHILD|Win32"
  184. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  185. IntermediateDirectory="$(ConfigurationName)"
  186. ConfigurationType="1"
  187. UseOfMFC="2"
  188. CharacterSet="2"
  189. >
  190. <Tool
  191. Name="VCPreBuildEventTool"
  192. />
  193. <Tool
  194. Name="VCCustomBuildTool"
  195. />
  196. <Tool
  197. Name="VCXMLDataGeneratorTool"
  198. />
  199. <Tool
  200. Name="VCWebServiceProxyGeneratorTool"
  201. />
  202. <Tool
  203. Name="VCMIDLTool"
  204. PreprocessorDefinitions="_DEBUG"
  205. MkTypLibCompatible="false"
  206. ValidateParameters="true"
  207. />
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. Optimization="0"
  211. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;ENTERPRISE_VERSION;CHILD_VERSION"
  212. MinimalRebuild="true"
  213. BasicRuntimeChecks="3"
  214. RuntimeLibrary="3"
  215. UsePrecompiledHeader="2"
  216. WarningLevel="3"
  217. DebugInformationFormat="4"
  218. />
  219. <Tool
  220. Name="VCManagedResourceCompilerTool"
  221. />
  222. <Tool
  223. Name="VCResourceCompilerTool"
  224. PreprocessorDefinitions="_DEBUG"
  225. Culture="2052"
  226. AdditionalIncludeDirectories="$(IntDir)"
  227. />
  228. <Tool
  229. Name="VCPreLinkEventTool"
  230. />
  231. <Tool
  232. Name="VCLinkerTool"
  233. LinkIncremental="2"
  234. UACExecutionLevel="2"
  235. IgnoreDefaultLibraryNames="libc.lib;libcp.lib"
  236. GenerateDebugInformation="true"
  237. SubSystem="2"
  238. TargetMachine="1"
  239. />
  240. <Tool
  241. Name="VCALinkTool"
  242. />
  243. <Tool
  244. Name="VCManifestTool"
  245. />
  246. <Tool
  247. Name="VCXDCMakeTool"
  248. />
  249. <Tool
  250. Name="VCBscMakeTool"
  251. />
  252. <Tool
  253. Name="VCFxCopTool"
  254. />
  255. <Tool
  256. Name="VCAppVerifierTool"
  257. />
  258. <Tool
  259. Name="VCPostBuildEventTool"
  260. />
  261. </Configuration>
  262. <Configuration
  263. Name="Release_CHILD|Win32"
  264. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  265. IntermediateDirectory="$(ConfigurationName)"
  266. ConfigurationType="1"
  267. UseOfMFC="2"
  268. CharacterSet="1"
  269. WholeProgramOptimization="1"
  270. >
  271. <Tool
  272. Name="VCPreBuildEventTool"
  273. />
  274. <Tool
  275. Name="VCCustomBuildTool"
  276. />
  277. <Tool
  278. Name="VCXMLDataGeneratorTool"
  279. />
  280. <Tool
  281. Name="VCWebServiceProxyGeneratorTool"
  282. />
  283. <Tool
  284. Name="VCMIDLTool"
  285. PreprocessorDefinitions="NDEBUG"
  286. MkTypLibCompatible="false"
  287. ValidateParameters="true"
  288. />
  289. <Tool
  290. Name="VCCLCompilerTool"
  291. Optimization="2"
  292. EnableIntrinsicFunctions="true"
  293. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  294. MinimalRebuild="false"
  295. RuntimeLibrary="2"
  296. EnableFunctionLevelLinking="true"
  297. UsePrecompiledHeader="2"
  298. WarningLevel="3"
  299. DebugInformationFormat="3"
  300. />
  301. <Tool
  302. Name="VCManagedResourceCompilerTool"
  303. />
  304. <Tool
  305. Name="VCResourceCompilerTool"
  306. PreprocessorDefinitions="NDEBUG"
  307. Culture="2052"
  308. AdditionalIncludeDirectories="$(IntDir)"
  309. />
  310. <Tool
  311. Name="VCPreLinkEventTool"
  312. />
  313. <Tool
  314. Name="VCLinkerTool"
  315. LinkIncremental="1"
  316. IgnoreDefaultLibraryNames="libc.lib;libcp.lib"
  317. GenerateDebugInformation="true"
  318. SubSystem="2"
  319. OptimizeReferences="2"
  320. EnableCOMDATFolding="2"
  321. TargetMachine="1"
  322. />
  323. <Tool
  324. Name="VCALinkTool"
  325. />
  326. <Tool
  327. Name="VCManifestTool"
  328. />
  329. <Tool
  330. Name="VCXDCMakeTool"
  331. />
  332. <Tool
  333. Name="VCBscMakeTool"
  334. />
  335. <Tool
  336. Name="VCFxCopTool"
  337. />
  338. <Tool
  339. Name="VCAppVerifierTool"
  340. />
  341. <Tool
  342. Name="VCPostBuildEventTool"
  343. />
  344. </Configuration>
  345. </Configurations>
  346. <References>
  347. </References>
  348. <Files>
  349. <Filter
  350. Name="Ô´Îļþ"
  351. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  352. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  353. >
  354. <File
  355. RelativePath=".\stdafx.cpp"
  356. >
  357. <FileConfiguration
  358. Name="Debug|Win32"
  359. >
  360. <Tool
  361. Name="VCCLCompilerTool"
  362. UsePrecompiledHeader="1"
  363. />
  364. </FileConfiguration>
  365. <FileConfiguration
  366. Name="Release|Win32"
  367. >
  368. <Tool
  369. Name="VCCLCompilerTool"
  370. UsePrecompiledHeader="1"
  371. />
  372. </FileConfiguration>
  373. <FileConfiguration
  374. Name="Debug_CHILD|Win32"
  375. >
  376. <Tool
  377. Name="VCCLCompilerTool"
  378. UsePrecompiledHeader="1"
  379. />
  380. </FileConfiguration>
  381. <FileConfiguration
  382. Name="Release_CHILD|Win32"
  383. >
  384. <Tool
  385. Name="VCCLCompilerTool"
  386. UsePrecompiledHeader="1"
  387. />
  388. </FileConfiguration>
  389. </File>
  390. <File
  391. RelativePath=".\test.cpp"
  392. >
  393. </File>
  394. <File
  395. RelativePath=".\testDlg.cpp"
  396. >
  397. </File>
  398. </Filter>
  399. <Filter
  400. Name="Í·Îļþ"
  401. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  402. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  403. >
  404. <File
  405. RelativePath=".\Resource.h"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\stdafx.h"
  410. >
  411. </File>
  412. <File
  413. RelativePath=".\targetver.h"
  414. >
  415. </File>
  416. <File
  417. RelativePath=".\test.h"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\testDlg.h"
  422. >
  423. </File>
  424. </Filter>
  425. <Filter
  426. Name="×ÊÔ´Îļþ"
  427. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  428. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  429. >
  430. <File
  431. RelativePath=".\res\test.ico"
  432. >
  433. </File>
  434. <File
  435. RelativePath=".\test.rc"
  436. >
  437. </File>
  438. <File
  439. RelativePath=".\res\test.rc2"
  440. >
  441. </File>
  442. </Filter>
  443. <Filter
  444. Name="Env"
  445. >
  446. <File
  447. RelativePath=".\CharacterConvert.cpp"
  448. >
  449. </File>
  450. <File
  451. RelativePath=".\CharacterConvert.h"
  452. >
  453. </File>
  454. <File
  455. RelativePath=".\CritSection.h"
  456. >
  457. </File>
  458. <File
  459. RelativePath=".\DBInterface.h"
  460. >
  461. </File>
  462. <File
  463. RelativePath=".\Encryptlock.cpp"
  464. >
  465. </File>
  466. <File
  467. RelativePath=".\Encryptlock.h"
  468. >
  469. </File>
  470. <File
  471. RelativePath=".\Global.cpp"
  472. >
  473. </File>
  474. <File
  475. RelativePath=".\Global.h"
  476. >
  477. </File>
  478. <File
  479. RelativePath=".\my32.h"
  480. >
  481. </File>
  482. <File
  483. RelativePath=".\ODBCImpl.cpp"
  484. >
  485. </File>
  486. <File
  487. RelativePath=".\ODBCImpl.h"
  488. >
  489. </File>
  490. <File
  491. RelativePath=".\TblDef.h"
  492. >
  493. </File>
  494. <File
  495. RelativePath=".\TblNetShareInfo.cpp"
  496. >
  497. </File>
  498. <File
  499. RelativePath=".\TblNetShareInfo.h"
  500. >
  501. </File>
  502. <File
  503. RelativePath=".\Tblversion.cpp"
  504. >
  505. </File>
  506. <File
  507. RelativePath=".\Tblversion.h"
  508. >
  509. </File>
  510. </Filter>
  511. <File
  512. RelativePath=".\ReadMe.txt"
  513. >
  514. </File>
  515. </Files>
  516. <Globals>
  517. </Globals>
  518. </VisualStudioProject>