MyEditer.vcproj
上传用户:icamtech05
上传日期:2020-11-24
资源大小:10883k
文件大小:6k
源码类别:

编辑框

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="MyEditer"
  6. ProjectGUID="{4745BE2A-0AD3-42A7-9BFC-20D19251A653}"
  7. RootNamespace="MyEditer"
  8. Keyword="MFCProj"
  9. TargetFrameworkVersion="131072"
  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="1"
  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="false"
  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. Detect64BitPortabilityProblems="true"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="2052"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. LinkIncremental="2"
  72. GenerateDebugInformation="true"
  73. SubSystem="2"
  74. RandomizedBaseAddress="1"
  75. DataExecutionPrevention="0"
  76. TargetMachine="1"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  103. IntermediateDirectory="$(ConfigurationName)"
  104. ConfigurationType="1"
  105. UseOfMFC="2"
  106. CharacterSet="1"
  107. WholeProgramOptimization="1"
  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. ValidateParameters="false"
  126. />
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  130. MinimalRebuild="false"
  131. RuntimeLibrary="2"
  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. RandomizedBaseAddress="1"
  157. DataExecutionPrevention="0"
  158. TargetMachine="1"
  159. />
  160. <Tool
  161. Name="VCALinkTool"
  162. />
  163. <Tool
  164. Name="VCManifestTool"
  165. />
  166. <Tool
  167. Name="VCXDCMakeTool"
  168. />
  169. <Tool
  170. Name="VCBscMakeTool"
  171. />
  172. <Tool
  173. Name="VCFxCopTool"
  174. />
  175. <Tool
  176. Name="VCAppVerifierTool"
  177. />
  178. <Tool
  179. Name="VCPostBuildEventTool"
  180. />
  181. </Configuration>
  182. </Configurations>
  183. <References>
  184. </References>
  185. <Files>
  186. <Filter
  187. Name="源文件"
  188. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  189. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  190. >
  191. <File
  192. RelativePath=".ChildFrm.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".CntrItem.cpp"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".MainFrm.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".MyDlgBar.cpp"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".MyEditer.cpp"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".MyEditerDoc.cpp"
  213. >
  214. </File>
  215. <File
  216. RelativePath=".MyEditerView.cpp"
  217. >
  218. </File>
  219. <File
  220. RelativePath=".MyTree.cpp"
  221. >
  222. </File>
  223. <File
  224. RelativePath=".stdafx.cpp"
  225. >
  226. <FileConfiguration
  227. Name="Debug|Win32"
  228. >
  229. <Tool
  230. Name="VCCLCompilerTool"
  231. UsePrecompiledHeader="1"
  232. />
  233. </FileConfiguration>
  234. <FileConfiguration
  235. Name="Release|Win32"
  236. >
  237. <Tool
  238. Name="VCCLCompilerTool"
  239. UsePrecompiledHeader="1"
  240. />
  241. </FileConfiguration>
  242. </File>
  243. </Filter>
  244. <Filter
  245. Name="头文件"
  246. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  247. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  248. >
  249. <File
  250. RelativePath=".ChildFrm.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".CntrItem.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".MainFrm.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".MyDlgBar.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".MyEditer.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".MyEditerDoc.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".MyEditerView.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".MyTree.h"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".Resource.h"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".stdafx.h"
  287. >
  288. </File>
  289. </Filter>
  290. <Filter
  291. Name="资源文件"
  292. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  293. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  294. >
  295. <File
  296. RelativePath=".resMyEditer.ico"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".MyEditer.rc"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".resMyEditer.rc2"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".resMyEditerDoc.ico"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".resToolbar.bmp"
  313. >
  314. </File>
  315. </Filter>
  316. <File
  317. RelativePath=".ReadMe.txt"
  318. >
  319. </File>
  320. </Files>
  321. <Globals>
  322. <Global
  323. Name="RESOURCE_FILE"
  324. Value="MyEditer.rc"
  325. />
  326. </Globals>
  327. </VisualStudioProject>