颜色文本框.vcproj
上传用户:szhuagan
上传日期:2021-05-27
资源大小:2676k
文件大小:6k
源码类别:

编辑框

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="颜色文本框"
  6. ProjectGUID="{31788187-EA10-4B50-B4D3-2BA195E636FA}"
  7. Keyword="MFCProj"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="Debug"
  20. IntermediateDirectory="Debug"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC71.vsprops"
  23. UseOfMFC="2"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. PreprocessorDefinitions="_DEBUG"
  41. MkTypLibCompatible="false"
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. TreatWChar_tAsBuiltInType="true"
  51. UsePrecompiledHeader="2"
  52. WarningLevel="3"
  53. Detect64BitPortabilityProblems="true"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  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="VCWebDeploymentTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="Release"
  103. IntermediateDirectory="Release"
  104. ConfigurationType="1"
  105. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC71.vsprops"
  106. UseOfMFC="2"
  107. CharacterSet="2"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. MkTypLibCompatible="false"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  129. MinimalRebuild="false"
  130. RuntimeLibrary="2"
  131. TreatWChar_tAsBuiltInType="true"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. Detect64BitPortabilityProblems="true"
  135. DebugInformationFormat="3"
  136. />
  137. <Tool
  138. Name="VCManagedResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. PreprocessorDefinitions="NDEBUG"
  143. Culture="2052"
  144. AdditionalIncludeDirectories="$(IntDir)"
  145. />
  146. <Tool
  147. Name="VCPreLinkEventTool"
  148. />
  149. <Tool
  150. Name="VCLinkerTool"
  151. LinkIncremental="1"
  152. GenerateDebugInformation="true"
  153. SubSystem="2"
  154. OptimizeReferences="2"
  155. EnableCOMDATFolding="2"
  156. TargetMachine="1"
  157. />
  158. <Tool
  159. Name="VCALinkTool"
  160. />
  161. <Tool
  162. Name="VCManifestTool"
  163. />
  164. <Tool
  165. Name="VCXDCMakeTool"
  166. />
  167. <Tool
  168. Name="VCBscMakeTool"
  169. />
  170. <Tool
  171. Name="VCFxCopTool"
  172. />
  173. <Tool
  174. Name="VCAppVerifierTool"
  175. />
  176. <Tool
  177. Name="VCWebDeploymentTool"
  178. />
  179. <Tool
  180. Name="VCPostBuildEventTool"
  181. />
  182. </Configuration>
  183. </Configurations>
  184. <References>
  185. </References>
  186. <Files>
  187. <Filter
  188. Name="源文件"
  189. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  190. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  191. >
  192. <File
  193. RelativePath=".NiceEdit.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".stdafx.cpp"
  198. >
  199. <FileConfiguration
  200. Name="Debug|Win32"
  201. >
  202. <Tool
  203. Name="VCCLCompilerTool"
  204. UsePrecompiledHeader="1"
  205. />
  206. </FileConfiguration>
  207. <FileConfiguration
  208. Name="Release|Win32"
  209. >
  210. <Tool
  211. Name="VCCLCompilerTool"
  212. UsePrecompiledHeader="1"
  213. />
  214. </FileConfiguration>
  215. </File>
  216. <File
  217. RelativePath=".颜色文本框.cpp"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".颜色文本框Dlg.cpp"
  222. >
  223. </File>
  224. </Filter>
  225. <Filter
  226. Name="头文件"
  227. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  228. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  229. >
  230. <File
  231. RelativePath=".Color.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".NiceEdit.h"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".Resource.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".stdafx.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".颜色文本框.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".颜色文本框Dlg.h"
  252. >
  253. </File>
  254. </Filter>
  255. <Filter
  256. Name="资源文件"
  257. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  258. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  259. >
  260. <File
  261. RelativePath=".resbitmap1.bmp"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".res颜色文本框.ico"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".颜色文本框.rc"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".res颜色文本框.rc2"
  274. >
  275. </File>
  276. </Filter>
  277. <File
  278. RelativePath=".ReadMe.txt"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".res颜色文本框.manifest"
  283. >
  284. <FileConfiguration
  285. Name="Debug|Win32"
  286. ExcludedFromBuild="true"
  287. >
  288. <Tool
  289. Name="VCCustomBuildTool"
  290. />
  291. </FileConfiguration>
  292. <FileConfiguration
  293. Name="Release|Win32"
  294. ExcludedFromBuild="true"
  295. >
  296. <Tool
  297. Name="VCCustomBuildTool"
  298. />
  299. </FileConfiguration>
  300. </File>
  301. </Files>
  302. <Globals>
  303. <Global
  304. Name="RESOURCE_FILE"
  305. Value="颜色文本框.rc"
  306. />
  307. </Globals>
  308. </VisualStudioProject>