ListCtrlDemo.vcproj
上传用户:sztopon
上传日期:2014-01-21
资源大小:55k
文件大小:5k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="ListCtrlDemo"
  6. ProjectGUID="{CC6E07B2-A487-4C9F-BF23-048395C56E0D}">
  7. <Platforms>
  8. <Platform
  9. Name="Win32"/>
  10. </Platforms>
  11. <Configurations>
  12. <Configuration
  13. Name="Debug|Win32"
  14. OutputDirectory="Debug"
  15. IntermediateDirectory="Debug"
  16. ConfigurationType="1"
  17. UseOfATL="0"
  18. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_WINDOWS;STRICT;_DEBUG"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. UsePrecompiledHeader="3"
  28. WarningLevel="3"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. LinkIncremental="2"
  35. DelayLoadDLLs="uxtheme.dll"
  36. GenerateDebugInformation="TRUE"
  37. SubSystem="2"
  38. TargetMachine="1"/>
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="FALSE"
  43. TargetEnvironment="1"
  44. GenerateStublessProxies="TRUE"
  45. TypeLibraryName="$(IntDir)/ListCtrlDemo.tlb"
  46. HeaderFileName="ListCtrlDemo.h"
  47. DLLDataFileName=""
  48. InterfaceIdentifierFileName="ListCtrlDemo_i.c"
  49. ProxyFileName="ListCtrlDemo_p.c"/>
  50. <Tool
  51. Name="VCPostBuildEventTool"/>
  52. <Tool
  53. Name="VCPreBuildEventTool"/>
  54. <Tool
  55. Name="VCPreLinkEventTool"/>
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. PreprocessorDefinitions="_DEBUG"
  59. Culture="1033"
  60. AdditionalIncludeDirectories="$(IntDir)"/>
  61. <Tool
  62. Name="VCWebServiceProxyGeneratorTool"/>
  63. <Tool
  64. Name="VCXMLDataGeneratorTool"/>
  65. <Tool
  66. Name="VCWebDeploymentTool"/>
  67. <Tool
  68. Name="VCManagedWrapperGeneratorTool"/>
  69. <Tool
  70. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  71. </Configuration>
  72. <Configuration
  73. Name="Release|Win32"
  74. OutputDirectory="Release"
  75. IntermediateDirectory="Release"
  76. ConfigurationType="1"
  77. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  78. CharacterSet="2">
  79. <Tool
  80. Name="VCCLCompilerTool"
  81. Optimization="2"
  82. PreprocessorDefinitions="WIN32;_WINDOWS;STRICT;NDEBUG"
  83. ExceptionHandling="TRUE"
  84. RuntimeLibrary="0"
  85. UsePrecompiledHeader="3"
  86. WarningLevel="3"
  87. DebugInformationFormat="0"/>
  88. <Tool
  89. Name="VCCustomBuildTool"/>
  90. <Tool
  91. Name="VCLinkerTool"
  92. LinkIncremental="1"
  93. DelayLoadDLLs="uxtheme.dll"
  94. SubSystem="2"
  95. TargetMachine="1"/>
  96. <Tool
  97. Name="VCMIDLTool"
  98. PreprocessorDefinitions="NDEBUG"
  99. MkTypLibCompatible="FALSE"
  100. TargetEnvironment="1"
  101. GenerateStublessProxies="TRUE"
  102. TypeLibraryName="$(IntDir)/ListCtrlDemo.tlb"
  103. HeaderFileName="ListCtrlDemo.h"
  104. DLLDataFileName=""
  105. InterfaceIdentifierFileName="ListCtrlDemo_i.c"
  106. ProxyFileName="ListCtrlDemo_p.c"/>
  107. <Tool
  108. Name="VCPostBuildEventTool"/>
  109. <Tool
  110. Name="VCPreBuildEventTool"/>
  111. <Tool
  112. Name="VCPreLinkEventTool"/>
  113. <Tool
  114. Name="VCResourceCompilerTool"
  115. PreprocessorDefinitions="NDEBUG"
  116. Culture="1033"
  117. AdditionalIncludeDirectories="$(IntDir)"/>
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"/>
  120. <Tool
  121. Name="VCXMLDataGeneratorTool"/>
  122. <Tool
  123. Name="VCWebDeploymentTool"/>
  124. <Tool
  125. Name="VCManagedWrapperGeneratorTool"/>
  126. <Tool
  127. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  128. </Configuration>
  129. </Configurations>
  130. <References>
  131. </References>
  132. <Files>
  133. <Filter
  134. Name="Source Files"
  135. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  136. <File
  137. RelativePath=".ListCtrlDemo.cpp">
  138. </File>
  139. <File
  140. RelativePath=".stdafx.cpp">
  141. <FileConfiguration
  142. Name="Debug|Win32">
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. UsePrecompiledHeader="1"/>
  146. </FileConfiguration>
  147. <FileConfiguration
  148. Name="Release|Win32">
  149. <Tool
  150. Name="VCCLCompilerTool"
  151. UsePrecompiledHeader="1"/>
  152. </FileConfiguration>
  153. </File>
  154. </Filter>
  155. <Filter
  156. Name="Header Files"
  157. Filter="h;hpp;hxx;hm;inl;inc">
  158. <File
  159. RelativePath=".DragDrop.h">
  160. </File>
  161. <File
  162. RelativePath=".DropArrows.h">
  163. </File>
  164. <File
  165. RelativePath=".ListCombo.h">
  166. </File>
  167. <File
  168. RelativePath=".ListCtrl.h">
  169. </File>
  170. <File
  171. RelativePath=".ListDate.h">
  172. </File>
  173. <File
  174. RelativePath=".ListEdit.h">
  175. </File>
  176. <File
  177. RelativePath=".ListTypes.h">
  178. </File>
  179. <File
  180. RelativePath=".MainDlg.h">
  181. </File>
  182. <File
  183. RelativePath=".resource.h">
  184. </File>
  185. <File
  186. RelativePath=".stdafx.h">
  187. </File>
  188. <File
  189. RelativePath=".TitleTip.h">
  190. </File>
  191. </Filter>
  192. <Filter
  193. Name="Resource Files"
  194. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
  195. <File
  196. RelativePath=".resdivider.cur">
  197. </File>
  198. <File
  199. RelativePath=".resExampleItems.bmp">
  200. </File>
  201. <File
  202. RelativePath=".reshand.cur">
  203. </File>
  204. <File
  205. RelativePath=".resListCtrlDemo.exe.manifest">
  206. </File>
  207. <File
  208. RelativePath=".resListCtrlDemo.ico">
  209. </File>
  210. <File
  211. RelativePath=".ListCtrlDemo.rc">
  212. </File>
  213. <File
  214. RelativePath=".resListItems.bmp">
  215. </File>
  216. </Filter>
  217. </Files>
  218. <Globals>
  219. </Globals>
  220. </VisualStudioProject>