CListCtrlExDemo.vcproj
上传用户:zhouyunkk
上传日期:2022-07-16
资源大小:98k
文件大小:6k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="CListCtrlExDemo"
  6. ProjectGUID="{4FB71C5D-A53F-4223-BF16-63AF47C51A2C}"
  7. RootNamespace="CListCtrlExDemo"
  8. SccProjectName="SAK"
  9. SccAuxPath="SAK"
  10. SccLocalPath="SAK"
  11. SccProvider="SAK"
  12. Keyword="MFCProj"
  13. TargetFrameworkVersion="196613"
  14. >
  15. <Platforms>
  16. <Platform
  17. Name="Win32"
  18. />
  19. </Platforms>
  20. <ToolFiles>
  21. </ToolFiles>
  22. <Configurations>
  23. <Configuration
  24. Name="Debug|Win32"
  25. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  26. IntermediateDirectory="$(ConfigurationName)"
  27. ConfigurationType="1"
  28. UseOfMFC="2"
  29. CharacterSet="2"
  30. >
  31. <Tool
  32. Name="VCPreBuildEventTool"
  33. />
  34. <Tool
  35. Name="VCCustomBuildTool"
  36. />
  37. <Tool
  38. Name="VCXMLDataGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCWebServiceProxyGeneratorTool"
  42. />
  43. <Tool
  44. Name="VCMIDLTool"
  45. PreprocessorDefinitions="_DEBUG"
  46. MkTypLibCompatible="false"
  47. ValidateParameters="true"
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="0"
  52. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  53. MinimalRebuild="true"
  54. BasicRuntimeChecks="3"
  55. RuntimeLibrary="3"
  56. UsePrecompiledHeader="2"
  57. WarningLevel="3"
  58. DebugInformationFormat="4"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="_DEBUG"
  66. Culture="1033"
  67. AdditionalIncludeDirectories="$(IntDir)"
  68. />
  69. <Tool
  70. Name="VCPreLinkEventTool"
  71. />
  72. <Tool
  73. Name="VCLinkerTool"
  74. LinkIncremental="2"
  75. GenerateDebugInformation="true"
  76. SubSystem="2"
  77. TargetMachine="1"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCManifestTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. />
  91. <Tool
  92. Name="VCFxCopTool"
  93. />
  94. <Tool
  95. Name="VCAppVerifierTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. />
  100. </Configuration>
  101. <Configuration
  102. Name="Release|Win32"
  103. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  104. IntermediateDirectory="$(ConfigurationName)"
  105. ConfigurationType="1"
  106. UseOfMFC="2"
  107. CharacterSet="2"
  108. WholeProgramOptimization="1"
  109. >
  110. <Tool
  111. Name="VCPreBuildEventTool"
  112. />
  113. <Tool
  114. Name="VCCustomBuildTool"
  115. />
  116. <Tool
  117. Name="VCXMLDataGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCMIDLTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. MkTypLibCompatible="false"
  126. ValidateParameters="true"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. Optimization="2"
  131. EnableIntrinsicFunctions="true"
  132. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  133. MinimalRebuild="false"
  134. RuntimeLibrary="2"
  135. EnableFunctionLevelLinking="true"
  136. UsePrecompiledHeader="2"
  137. WarningLevel="3"
  138. DebugInformationFormat="3"
  139. />
  140. <Tool
  141. Name="VCManagedResourceCompilerTool"
  142. />
  143. <Tool
  144. Name="VCResourceCompilerTool"
  145. PreprocessorDefinitions="NDEBUG"
  146. Culture="1033"
  147. AdditionalIncludeDirectories="$(IntDir)"
  148. />
  149. <Tool
  150. Name="VCPreLinkEventTool"
  151. />
  152. <Tool
  153. Name="VCLinkerTool"
  154. LinkIncremental="1"
  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="Source Files"
  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=".CListCtrlExDemo.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".DemoDlg.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".DlgColor.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".ListCtrlEx.cpp"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".MsgHook.cpp"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".stdafx.cpp"
  214. >
  215. <FileConfiguration
  216. Name="Debug|Win32"
  217. >
  218. <Tool
  219. Name="VCCLCompilerTool"
  220. UsePrecompiledHeader="1"
  221. />
  222. </FileConfiguration>
  223. <FileConfiguration
  224. Name="Release|Win32"
  225. >
  226. <Tool
  227. Name="VCCLCompilerTool"
  228. UsePrecompiledHeader="1"
  229. />
  230. </FileConfiguration>
  231. </File>
  232. </Filter>
  233. <Filter
  234. Name="Header Files"
  235. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  236. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  237. >
  238. <File
  239. RelativePath=".CListCtrlExDemo.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".DemoDlg.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".DlgColor.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".ListCtrlEx.h"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".MsgHook.h"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".Resource.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".stdafx.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".targetver.h"
  268. >
  269. </File>
  270. </Filter>
  271. <Filter
  272. Name="Resource Files"
  273. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  274. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  275. >
  276. <File
  277. RelativePath=".resCListCtrlExDemo.ico"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".CListCtrlExDemo.rc"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".resCListCtrlExDemo.rc2"
  286. >
  287. </File>
  288. </Filter>
  289. <File
  290. RelativePath=".ReadMe.txt"
  291. >
  292. </File>
  293. </Files>
  294. <Globals>
  295. <Global
  296. Name="RESOURCE_FILE"
  297. Value="CListCtrlExDemo.rc"
  298. />
  299. </Globals>
  300. </VisualStudioProject>