HighColorTab.vcproj
上传用户:ahlaser
上传日期:2020-09-06
资源大小:116k
文件大小:7k
源码类别:

Static控件

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="HighColorTab"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory=".Release"
  17. IntermediateDirectory=".Release"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="2"
  25. InlineFunctionExpansion="1"
  26. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0410"
  27. StringPooling="TRUE"
  28. RuntimeLibrary="2"
  29. EnableFunctionLevelLinking="TRUE"
  30. UsePrecompiledHeader="3"
  31. PrecompiledHeaderThrough="stdafx.h"
  32. PrecompiledHeaderFile=".Release/HighColorTab.pch"
  33. AssemblerListingLocation=".Release/"
  34. ObjectFile=".Release/"
  35. ProgramDataBaseFileName=".Release/"
  36. WarningLevel="3"
  37. SuppressStartupBanner="TRUE"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. OutputFile=".Release/HighColorTab.exe"
  43. LinkIncremental="2"
  44. SuppressStartupBanner="TRUE"
  45. ProgramDatabaseFile=".Release/HighColorTab.pdb"
  46. SubSystem="2"
  47. TargetMachine="1"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. PreprocessorDefinitions="NDEBUG"
  51. MkTypLibCompatible="TRUE"
  52. SuppressStartupBanner="TRUE"
  53. TargetEnvironment="1"
  54. TypeLibraryName=".Release/HighColorTab.tlb"
  55. HeaderFileName=""/>
  56. <Tool
  57. Name="VCPostBuildEventTool"/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="NDEBUG"
  65. Culture="1033"/>
  66. <Tool
  67. Name="VCWebServiceProxyGeneratorTool"/>
  68. <Tool
  69. Name="VCXMLDataGeneratorTool"/>
  70. <Tool
  71. Name="VCWebDeploymentTool"/>
  72. <Tool
  73. Name="VCManagedWrapperGeneratorTool"/>
  74. <Tool
  75. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  76. </Configuration>
  77. <Configuration
  78. Name="Debug|Win32"
  79. OutputDirectory=".Debug"
  80. IntermediateDirectory=".Debug"
  81. ConfigurationType="1"
  82. UseOfMFC="2"
  83. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  84. CharacterSet="2">
  85. <Tool
  86. Name="VCCLCompilerTool"
  87. Optimization="0"
  88. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0410"
  89. BasicRuntimeChecks="3"
  90. RuntimeLibrary="3"
  91. UsePrecompiledHeader="3"
  92. PrecompiledHeaderThrough="stdafx.h"
  93. PrecompiledHeaderFile=".Debug/HighColorTab.pch"
  94. AssemblerListingLocation=".Debug/"
  95. ObjectFile=".Debug/"
  96. ProgramDataBaseFileName=".Debug/"
  97. WarningLevel="3"
  98. SuppressStartupBanner="TRUE"
  99. DebugInformationFormat="4"/>
  100. <Tool
  101. Name="VCCustomBuildTool"/>
  102. <Tool
  103. Name="VCLinkerTool"
  104. OutputFile=".Debug/HighColorTab.exe"
  105. LinkIncremental="2"
  106. SuppressStartupBanner="TRUE"
  107. GenerateDebugInformation="TRUE"
  108. ProgramDatabaseFile=".Debug/HighColorTab.pdb"
  109. SubSystem="2"
  110. TargetMachine="1"/>
  111. <Tool
  112. Name="VCMIDLTool"
  113. PreprocessorDefinitions="_DEBUG"
  114. MkTypLibCompatible="TRUE"
  115. SuppressStartupBanner="TRUE"
  116. TargetEnvironment="1"
  117. TypeLibraryName=".Debug/HighColorTab.tlb"
  118. HeaderFileName=""/>
  119. <Tool
  120. Name="VCPostBuildEventTool"/>
  121. <Tool
  122. Name="VCPreBuildEventTool"/>
  123. <Tool
  124. Name="VCPreLinkEventTool"/>
  125. <Tool
  126. Name="VCResourceCompilerTool"
  127. PreprocessorDefinitions="_DEBUG"
  128. Culture="1033"/>
  129. <Tool
  130. Name="VCWebServiceProxyGeneratorTool"/>
  131. <Tool
  132. Name="VCXMLDataGeneratorTool"/>
  133. <Tool
  134. Name="VCWebDeploymentTool"/>
  135. <Tool
  136. Name="VCManagedWrapperGeneratorTool"/>
  137. <Tool
  138. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  139. </Configuration>
  140. </Configurations>
  141. <References>
  142. </References>
  143. <Files>
  144. <Filter
  145. Name="Source Files"
  146. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  147. <File
  148. RelativePath="HighColorPropertySheet.cpp">
  149. <FileConfiguration
  150. Name="Release|Win32">
  151. <Tool
  152. Name="VCCLCompilerTool"
  153. Optimization="2"
  154. PreprocessorDefinitions=""/>
  155. </FileConfiguration>
  156. <FileConfiguration
  157. Name="Debug|Win32">
  158. <Tool
  159. Name="VCCLCompilerTool"
  160. Optimization="0"
  161. PreprocessorDefinitions=""
  162. BasicRuntimeChecks="3"/>
  163. </FileConfiguration>
  164. </File>
  165. <File
  166. RelativePath="HighColorTab.cpp">
  167. <FileConfiguration
  168. Name="Release|Win32">
  169. <Tool
  170. Name="VCCLCompilerTool"
  171. Optimization="2"
  172. PreprocessorDefinitions=""/>
  173. </FileConfiguration>
  174. <FileConfiguration
  175. Name="Debug|Win32">
  176. <Tool
  177. Name="VCCLCompilerTool"
  178. Optimization="0"
  179. PreprocessorDefinitions=""
  180. BasicRuntimeChecks="3"/>
  181. </FileConfiguration>
  182. </File>
  183. <File
  184. RelativePath="HighColorTab.rc">
  185. </File>
  186. <File
  187. RelativePath="HighColorTabDlg.cpp">
  188. <FileConfiguration
  189. Name="Release|Win32">
  190. <Tool
  191. Name="VCCLCompilerTool"
  192. Optimization="2"
  193. PreprocessorDefinitions=""/>
  194. </FileConfiguration>
  195. <FileConfiguration
  196. Name="Debug|Win32">
  197. <Tool
  198. Name="VCCLCompilerTool"
  199. Optimization="0"
  200. PreprocessorDefinitions=""
  201. BasicRuntimeChecks="3"/>
  202. </FileConfiguration>
  203. </File>
  204. <File
  205. RelativePath="PageIcon.cpp">
  206. <FileConfiguration
  207. Name="Release|Win32">
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. Optimization="2"
  211. PreprocessorDefinitions=""/>
  212. </FileConfiguration>
  213. <FileConfiguration
  214. Name="Debug|Win32">
  215. <Tool
  216. Name="VCCLCompilerTool"
  217. Optimization="0"
  218. PreprocessorDefinitions=""
  219. BasicRuntimeChecks="3"/>
  220. </FileConfiguration>
  221. </File>
  222. <File
  223. RelativePath="StdAfx.cpp">
  224. <FileConfiguration
  225. Name="Release|Win32">
  226. <Tool
  227. Name="VCCLCompilerTool"
  228. Optimization="2"
  229. PreprocessorDefinitions=""
  230. UsePrecompiledHeader="1"/>
  231. </FileConfiguration>
  232. <FileConfiguration
  233. Name="Debug|Win32">
  234. <Tool
  235. Name="VCCLCompilerTool"
  236. Optimization="0"
  237. PreprocessorDefinitions=""
  238. BasicRuntimeChecks="3"
  239. UsePrecompiledHeader="1"/>
  240. </FileConfiguration>
  241. </File>
  242. </Filter>
  243. <Filter
  244. Name="Header Files"
  245. Filter="h;hpp;hxx;hm;inl">
  246. <File
  247. RelativePath="HighColorPropertySheet.h">
  248. </File>
  249. <File
  250. RelativePath="HighColorTab.h">
  251. </File>
  252. <File
  253. RelativePath="HighColorTab.hpp">
  254. </File>
  255. <File
  256. RelativePath="HighColorTabDlg.h">
  257. </File>
  258. <File
  259. RelativePath="PageIcon.h">
  260. </File>
  261. <File
  262. RelativePath="Resource.h">
  263. </File>
  264. <File
  265. RelativePath="StdAfx.h">
  266. </File>
  267. </Filter>
  268. <Filter
  269. Name="Resource Files"
  270. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  271. <File
  272. RelativePath="resalarmclock.ico">
  273. </File>
  274. <File
  275. RelativePath="resbattery.ico">
  276. </File>
  277. <File
  278. RelativePath="resbook_green.ico">
  279. </File>
  280. <File
  281. RelativePath="resHighColorTab.ico">
  282. </File>
  283. <File
  284. RelativePath="resHighColorTab.rc2">
  285. </File>
  286. <File
  287. RelativePath="resworkstation1.ico">
  288. </File>
  289. </Filter>
  290. </Files>
  291. <Globals>
  292. </Globals>
  293. </VisualStudioProject>