Control.vcproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="测试程序"
  6. ProjectGUID="{A101D170-8637-4D24-8166-DA7A3178ECDC}"
  7. RootNamespace="Control"
  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="../Bin"
  22. IntermediateDirectory="Debug"
  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. AdditionalIncludeDirectories="SkinUI"
  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. OutputFile="../Bin/ControlD.exe"
  72. LinkIncremental="2"
  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="../Bin"
  102. IntermediateDirectory="Release"
  103. ConfigurationType="1"
  104. UseOfMFC="2"
  105. CharacterSet="2"
  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. OutputFile="../Bin/Control.exe"
  153. LinkIncremental="1"
  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_Unicode|Win32"
  184. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  185. IntermediateDirectory="$(ConfigurationName)"
  186. ConfigurationType="1"
  187. UseOfMFC="2"
  188. CharacterSet="1"
  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. AdditionalIncludeDirectories="SkinUI"
  212. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  213. MinimalRebuild="true"
  214. BasicRuntimeChecks="3"
  215. RuntimeLibrary="3"
  216. UsePrecompiledHeader="2"
  217. WarningLevel="3"
  218. DebugInformationFormat="4"
  219. />
  220. <Tool
  221. Name="VCManagedResourceCompilerTool"
  222. />
  223. <Tool
  224. Name="VCResourceCompilerTool"
  225. PreprocessorDefinitions="_DEBUG"
  226. Culture="2052"
  227. AdditionalIncludeDirectories="$(IntDir)"
  228. />
  229. <Tool
  230. Name="VCPreLinkEventTool"
  231. />
  232. <Tool
  233. Name="VCLinkerTool"
  234. LinkIncremental="2"
  235. GenerateDebugInformation="true"
  236. SubSystem="2"
  237. TargetMachine="1"
  238. />
  239. <Tool
  240. Name="VCALinkTool"
  241. />
  242. <Tool
  243. Name="VCManifestTool"
  244. />
  245. <Tool
  246. Name="VCXDCMakeTool"
  247. />
  248. <Tool
  249. Name="VCBscMakeTool"
  250. />
  251. <Tool
  252. Name="VCFxCopTool"
  253. />
  254. <Tool
  255. Name="VCAppVerifierTool"
  256. />
  257. <Tool
  258. Name="VCPostBuildEventTool"
  259. />
  260. </Configuration>
  261. <Configuration
  262. Name="Release_Unicode|Win32"
  263. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  264. IntermediateDirectory="$(ConfigurationName)"
  265. ConfigurationType="1"
  266. UseOfMFC="2"
  267. CharacterSet="1"
  268. WholeProgramOptimization="1"
  269. >
  270. <Tool
  271. Name="VCPreBuildEventTool"
  272. />
  273. <Tool
  274. Name="VCCustomBuildTool"
  275. />
  276. <Tool
  277. Name="VCXMLDataGeneratorTool"
  278. />
  279. <Tool
  280. Name="VCWebServiceProxyGeneratorTool"
  281. />
  282. <Tool
  283. Name="VCMIDLTool"
  284. PreprocessorDefinitions="NDEBUG"
  285. MkTypLibCompatible="false"
  286. ValidateParameters="true"
  287. />
  288. <Tool
  289. Name="VCCLCompilerTool"
  290. Optimization="2"
  291. EnableIntrinsicFunctions="true"
  292. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  293. MinimalRebuild="false"
  294. RuntimeLibrary="2"
  295. EnableFunctionLevelLinking="true"
  296. UsePrecompiledHeader="2"
  297. WarningLevel="3"
  298. DebugInformationFormat="3"
  299. />
  300. <Tool
  301. Name="VCManagedResourceCompilerTool"
  302. />
  303. <Tool
  304. Name="VCResourceCompilerTool"
  305. PreprocessorDefinitions="NDEBUG"
  306. Culture="2052"
  307. AdditionalIncludeDirectories="$(IntDir)"
  308. />
  309. <Tool
  310. Name="VCPreLinkEventTool"
  311. />
  312. <Tool
  313. Name="VCLinkerTool"
  314. LinkIncremental="1"
  315. GenerateDebugInformation="true"
  316. SubSystem="2"
  317. OptimizeReferences="2"
  318. EnableCOMDATFolding="2"
  319. TargetMachine="1"
  320. />
  321. <Tool
  322. Name="VCALinkTool"
  323. />
  324. <Tool
  325. Name="VCManifestTool"
  326. />
  327. <Tool
  328. Name="VCXDCMakeTool"
  329. />
  330. <Tool
  331. Name="VCBscMakeTool"
  332. />
  333. <Tool
  334. Name="VCFxCopTool"
  335. />
  336. <Tool
  337. Name="VCAppVerifierTool"
  338. />
  339. <Tool
  340. Name="VCPostBuildEventTool"
  341. />
  342. </Configuration>
  343. </Configurations>
  344. <References>
  345. </References>
  346. <Files>
  347. <Filter
  348. Name="源文件"
  349. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  350. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  351. >
  352. <File
  353. RelativePath=".\Control.cpp"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\ControlDlg.cpp"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\ListBoxEx.cpp"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\stdafx.cpp"
  366. >
  367. <FileConfiguration
  368. Name="Debug|Win32"
  369. >
  370. <Tool
  371. Name="VCCLCompilerTool"
  372. UsePrecompiledHeader="1"
  373. />
  374. </FileConfiguration>
  375. <FileConfiguration
  376. Name="Release|Win32"
  377. >
  378. <Tool
  379. Name="VCCLCompilerTool"
  380. UsePrecompiledHeader="1"
  381. />
  382. </FileConfiguration>
  383. <FileConfiguration
  384. Name="Debug_Unicode|Win32"
  385. >
  386. <Tool
  387. Name="VCCLCompilerTool"
  388. UsePrecompiledHeader="1"
  389. />
  390. </FileConfiguration>
  391. <FileConfiguration
  392. Name="Release_Unicode|Win32"
  393. >
  394. <Tool
  395. Name="VCCLCompilerTool"
  396. UsePrecompiledHeader="1"
  397. />
  398. </FileConfiguration>
  399. </File>
  400. </Filter>
  401. <Filter
  402. Name="头文件"
  403. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  404. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  405. >
  406. <File
  407. RelativePath=".\Control.h"
  408. >
  409. </File>
  410. <File
  411. RelativePath=".\ControlDlg.h"
  412. >
  413. </File>
  414. <File
  415. RelativePath=".\ListBoxEx.h"
  416. >
  417. </File>
  418. <File
  419. RelativePath=".\Resource.h"
  420. >
  421. </File>
  422. <File
  423. RelativePath=".\stdafx.h"
  424. >
  425. </File>
  426. <File
  427. RelativePath=".\targetver.h"
  428. >
  429. </File>
  430. </Filter>
  431. <Filter
  432. Name="资源文件"
  433. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  434. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  435. >
  436. <File
  437. RelativePath=".\res\BACK_VIEW.jpg"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\res\Control.ico"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\Control.rc"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".\res\Control.rc2"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".\res\logo.png"
  454. >
  455. </File>
  456. </Filter>
  457. <Filter
  458. Name="主窗口节点"
  459. >
  460. <File
  461. RelativePath=".\ButtonDlg.cpp"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".\ButtonDlg.h"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".\ComBoxDlg.cpp"
  470. >
  471. </File>
  472. <File
  473. RelativePath=".\ComBoxDlg.h"
  474. >
  475. </File>
  476. <File
  477. RelativePath=".\DlgControlItem.cpp"
  478. >
  479. </File>
  480. <File
  481. RelativePath=".\DlgControlItem.h"
  482. >
  483. </File>
  484. <File
  485. RelativePath=".\EditDlg.cpp"
  486. >
  487. </File>
  488. <File
  489. RelativePath=".\EditDlg.h"
  490. >
  491. </File>
  492. <File
  493. RelativePath=".\ListBoxDlg.cpp"
  494. >
  495. </File>
  496. <File
  497. RelativePath=".\ListBoxDlg.h"
  498. >
  499. </File>
  500. <File
  501. RelativePath=".\ScrollDlg.cpp"
  502. >
  503. </File>
  504. <File
  505. RelativePath=".\ScrollDlg.h"
  506. >
  507. </File>
  508. <File
  509. RelativePath=".\SliderDlg.cpp"
  510. >
  511. </File>
  512. <File
  513. RelativePath=".\SliderDlg.h"
  514. >
  515. </File>
  516. </Filter>
  517. <File
  518. RelativePath=".\ReadMe.txt"
  519. >
  520. </File>
  521. </Files>
  522. <Globals>
  523. <Global
  524. Name="RESOURCE_FILE"
  525. Value="Control.rc"
  526. />
  527. </Globals>
  528. </VisualStudioProject>