ProcessA.vcproj
上传用户:xinsanhua
上传日期:2022-05-17
资源大小:80k
文件大小:6k
源码类别:

通讯编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="ks_c_5601-1987"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ProcessA"
  6. ProjectGUID="{BE80A676-FEE5-42FC-B71E-54B6FC95E02B}"
  7. Keyword="MFCProj"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="Debug"
  21. IntermediateDirectory="Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC71.vsprops"
  24. UseOfMFC="2"
  25. CharacterSet="2"
  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. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. AdditionalIncludeDirectories="../../include"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. TreatWChar_tAsBuiltInType="true"
  53. UsePrecompiledHeader="2"
  54. WarningLevel="3"
  55. Detect64BitPortabilityProblems="true"
  56. DebugInformationFormat="4"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="_DEBUG"
  64. Culture="1042"
  65. AdditionalIncludeDirectories="$(IntDir)"
  66. />
  67. <Tool
  68. Name="VCPreLinkEventTool"
  69. />
  70. <Tool
  71. Name="VCLinkerTool"
  72. OutputFile="../../bin/debug/$(ProjectName)d.exe"
  73. LinkIncremental="2"
  74. GenerateDebugInformation="true"
  75. SubSystem="2"
  76. RandomizedBaseAddress="1"
  77. DataExecutionPrevention="0"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="Release"
  105. IntermediateDirectory="Release"
  106. ConfigurationType="1"
  107. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC71.vsprops"
  108. UseOfMFC="2"
  109. CharacterSet="2"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. PreprocessorDefinitions="NDEBUG"
  126. MkTypLibCompatible="false"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  131. MinimalRebuild="false"
  132. RuntimeLibrary="2"
  133. TreatWChar_tAsBuiltInType="true"
  134. UsePrecompiledHeader="2"
  135. WarningLevel="3"
  136. Detect64BitPortabilityProblems="true"
  137. DebugInformationFormat="3"
  138. />
  139. <Tool
  140. Name="VCManagedResourceCompilerTool"
  141. />
  142. <Tool
  143. Name="VCResourceCompilerTool"
  144. PreprocessorDefinitions="NDEBUG"
  145. Culture="1042"
  146. AdditionalIncludeDirectories="$(IntDir)"
  147. />
  148. <Tool
  149. Name="VCPreLinkEventTool"
  150. />
  151. <Tool
  152. Name="VCLinkerTool"
  153. LinkIncremental="1"
  154. GenerateDebugInformation="true"
  155. SubSystem="2"
  156. OptimizeReferences="2"
  157. EnableCOMDATFolding="2"
  158. RandomizedBaseAddress="1"
  159. DataExecutionPrevention="0"
  160. TargetMachine="1"
  161. />
  162. <Tool
  163. Name="VCALinkTool"
  164. />
  165. <Tool
  166. Name="VCManifestTool"
  167. />
  168. <Tool
  169. Name="VCXDCMakeTool"
  170. />
  171. <Tool
  172. Name="VCBscMakeTool"
  173. />
  174. <Tool
  175. Name="VCFxCopTool"
  176. />
  177. <Tool
  178. Name="VCAppVerifierTool"
  179. />
  180. <Tool
  181. Name="VCPostBuildEventTool"
  182. />
  183. </Configuration>
  184. </Configurations>
  185. <References>
  186. </References>
  187. <Files>
  188. <Filter
  189. Name="Source Files"
  190. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  191. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  192. >
  193. <File
  194. RelativePath=".ProcessA.cpp"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".ProcessADlg.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".stdafx.cpp"
  203. >
  204. <FileConfiguration
  205. Name="Debug|Win32"
  206. >
  207. <Tool
  208. Name="VCCLCompilerTool"
  209. UsePrecompiledHeader="1"
  210. />
  211. </FileConfiguration>
  212. <FileConfiguration
  213. Name="Release|Win32"
  214. >
  215. <Tool
  216. Name="VCCLCompilerTool"
  217. UsePrecompiledHeader="1"
  218. />
  219. </FileConfiguration>
  220. </File>
  221. </Filter>
  222. <Filter
  223. Name="Header Files"
  224. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  225. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  226. >
  227. <File
  228. RelativePath="....includeCookInfo.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".ProcessA.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".ProcessADlg.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".Resource.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".stdafx.h"
  245. >
  246. </File>
  247. </Filter>
  248. <Filter
  249. Name="Resource Files"
  250. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  251. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  252. >
  253. <File
  254. RelativePath=".resProcessA.ico"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".ProcessA.rc"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".resProcessA.rc2"
  263. >
  264. </File>
  265. </Filter>
  266. <File
  267. RelativePath=".resProcessA.manifest"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".ReadMe.txt"
  272. >
  273. </File>
  274. </Files>
  275. <Globals>
  276. <Global
  277. Name="RESOURCE_FILE"
  278. Value="ProcessA.rc"
  279. />
  280. </Globals>
  281. </VisualStudioProject>