TTX.vcproj
上传用户:tengfei20
上传日期:2022-07-03
资源大小:11400k
文件大小:6k
源码类别:

界面编程

开发平台:

C/C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="TTX"
  6. ProjectGUID="{24DB0150-2E01-43A6-839F-32AF729729A7}"
  7. RootNamespace="TTX"
  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="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="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="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="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="1"
  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="2052"
  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=".MainFrm.cpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".MyDialog1.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".Mydialog2.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".MyDialog3.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".stdafx.cpp"
  206. >
  207. <FileConfiguration
  208. Name="Debug|Win32"
  209. >
  210. <Tool
  211. Name="VCCLCompilerTool"
  212. UsePrecompiledHeader="1"
  213. />
  214. </FileConfiguration>
  215. <FileConfiguration
  216. Name="Release|Win32"
  217. >
  218. <Tool
  219. Name="VCCLCompilerTool"
  220. UsePrecompiledHeader="1"
  221. />
  222. </FileConfiguration>
  223. </File>
  224. <File
  225. RelativePath=".TTX.cpp"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".TTXDoc.cpp"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".TTXView.cpp"
  234. >
  235. </File>
  236. </Filter>
  237. <Filter
  238. Name="Header Files"
  239. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  240. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  241. >
  242. <File
  243. RelativePath=".MainFrm.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".MyDialog1.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".Mydialog2.h"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".MyDialog3.h"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".Resource.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".stdafx.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".targetver.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".TTX.h"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".TTXDoc.h"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".TTXView.h"
  280. >
  281. </File>
  282. </Filter>
  283. <Filter
  284. Name="Resource Files"
  285. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  286. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  287. >
  288. <File
  289. RelativePath=".resToolbar.bmp"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".resTTX.ico"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".TTX.rc"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".resTTX.rc2"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".resTTXDoc.ico"
  306. >
  307. </File>
  308. </Filter>
  309. <File
  310. RelativePath=".ReadMe.txt"
  311. >
  312. </File>
  313. </Files>
  314. <Globals>
  315. <Global
  316. Name="RESOURCE_FILE"
  317. Value="TTX.rc"
  318. />
  319. </Globals>
  320. </VisualStudioProject>