ListCtrl.vcproj
上传用户:sunnie
上传日期:2022-07-13
资源大小:4512k
文件大小:6k
源码类别:

界面编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ListCtrl"
  6. ProjectGUID="{DE41F079-25C3-49AC-8D62-20E51D160A68}"
  7. RootNamespace="ListCtrl"
  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"
  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="1033"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="2"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="1"
  102. UseOfMFC="2"
  103. CharacterSet="2"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="false"
  122. ValidateParameters="true"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="2"
  127. EnableIntrinsicFunctions="true"
  128. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  129. MinimalRebuild="false"
  130. RuntimeLibrary="2"
  131. EnableFunctionLevelLinking="true"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. Culture="1033"
  143. AdditionalIncludeDirectories="$(IntDir)"
  144. />
  145. <Tool
  146. Name="VCPreLinkEventTool"
  147. />
  148. <Tool
  149. Name="VCLinkerTool"
  150. LinkIncremental="1"
  151. GenerateDebugInformation="true"
  152. SubSystem="2"
  153. OptimizeReferences="2"
  154. EnableCOMDATFolding="2"
  155. TargetMachine="1"
  156. />
  157. <Tool
  158. Name="VCALinkTool"
  159. />
  160. <Tool
  161. Name="VCManifestTool"
  162. />
  163. <Tool
  164. Name="VCXDCMakeTool"
  165. />
  166. <Tool
  167. Name="VCBscMakeTool"
  168. />
  169. <Tool
  170. Name="VCFxCopTool"
  171. />
  172. <Tool
  173. Name="VCAppVerifierTool"
  174. />
  175. <Tool
  176. Name="VCPostBuildEventTool"
  177. />
  178. </Configuration>
  179. </Configurations>
  180. <References>
  181. </References>
  182. <Files>
  183. <Filter
  184. Name="Source Files"
  185. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  186. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  187. >
  188. <File
  189. RelativePath=".ListCtrl.cpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".ListCtrlDlg.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".ListCtrlEx.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".stdafx.cpp"
  202. >
  203. <FileConfiguration
  204. Name="Debug|Win32"
  205. >
  206. <Tool
  207. Name="VCCLCompilerTool"
  208. UsePrecompiledHeader="1"
  209. />
  210. </FileConfiguration>
  211. <FileConfiguration
  212. Name="Release|Win32"
  213. >
  214. <Tool
  215. Name="VCCLCompilerTool"
  216. UsePrecompiledHeader="1"
  217. />
  218. </FileConfiguration>
  219. </File>
  220. <File
  221. RelativePath=".ThirdDefine.cpp"
  222. >
  223. </File>
  224. </Filter>
  225. <Filter
  226. Name="Header Files"
  227. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  228. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  229. >
  230. <File
  231. RelativePath=".ListCtrl.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".ListCtrlDlg.h"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".ListCtrlEx.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".Resource.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".stdafx.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".targetver.h"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".ThirdDefine.h"
  256. >
  257. </File>
  258. </Filter>
  259. <Filter
  260. Name="Resource Files"
  261. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  262. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  263. >
  264. <File
  265. RelativePath=".resListCtrl.ico"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".ListCtrl.rc"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".resListCtrl.rc2"
  274. >
  275. </File>
  276. </Filter>
  277. <File
  278. RelativePath=".ReadMe.txt"
  279. >
  280. </File>
  281. </Files>
  282. <Globals>
  283. <Global
  284. Name="RESOURCE_FILE"
  285. Value="ListCtrl.rc"
  286. />
  287. </Globals>
  288. </VisualStudioProject>