ProcessInfo.vcproj
上传用户:guming
上传日期:2022-08-08
资源大小:5694k
文件大小:7k
源码类别:

进程与线程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ProcessInfo"
  6. ProjectGUID="{15445A51-98FD-47EB-AB07-CAFA284F6F56}"
  7. RootNamespace="ProcessInfo"
  8. Keyword="MFCProj"
  9. TargetFrameworkVersion="0"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Release|Win32"
  21. OutputDirectory=".Release"
  22. IntermediateDirectory=".Release"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  25. UseOfMFC="2"
  26. ATLMinimizesCRunTimeLibraryUsage="false"
  27. CharacterSet="2"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. />
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. PreprocessorDefinitions="NDEBUG"
  44. MkTypLibCompatible="true"
  45. SuppressStartupBanner="true"
  46. TargetEnvironment="1"
  47. TypeLibraryName=".Release/ProcessInfo.tlb"
  48. HeaderFileName=""
  49. />
  50. <Tool
  51. Name="VCCLCompilerTool"
  52. Optimization="2"
  53. InlineFunctionExpansion="1"
  54. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  55. StringPooling="true"
  56. RuntimeLibrary="2"
  57. EnableFunctionLevelLinking="true"
  58. UsePrecompiledHeader="2"
  59. PrecompiledHeaderThrough="stdafx.h"
  60. PrecompiledHeaderFile=".Release/ProcessInfo.pch"
  61. AssemblerListingLocation=".Release/"
  62. ObjectFile=".Release/"
  63. ProgramDataBaseFileName=".Release/"
  64. WarningLevel="4"
  65. SuppressStartupBanner="true"
  66. />
  67. <Tool
  68. Name="VCManagedResourceCompilerTool"
  69. />
  70. <Tool
  71. Name="VCResourceCompilerTool"
  72. PreprocessorDefinitions="NDEBUG"
  73. Culture="1033"
  74. />
  75. <Tool
  76. Name="VCPreLinkEventTool"
  77. />
  78. <Tool
  79. Name="VCLinkerTool"
  80. AdditionalDependencies="psapi.lib"
  81. OutputFile=".Release/ProcessInfo.exe"
  82. LinkIncremental="1"
  83. SuppressStartupBanner="true"
  84. ProgramDatabaseFile=".Release/ProcessInfo.pdb"
  85. SubSystem="2"
  86. RandomizedBaseAddress="1"
  87. DataExecutionPrevention="0"
  88. TargetMachine="1"
  89. />
  90. <Tool
  91. Name="VCALinkTool"
  92. />
  93. <Tool
  94. Name="VCManifestTool"
  95. />
  96. <Tool
  97. Name="VCXDCMakeTool"
  98. />
  99. <Tool
  100. Name="VCBscMakeTool"
  101. SuppressStartupBanner="true"
  102. OutputFile=".Release/ProcessInfo.bsc"
  103. />
  104. <Tool
  105. Name="VCFxCopTool"
  106. />
  107. <Tool
  108. Name="VCAppVerifierTool"
  109. />
  110. <Tool
  111. Name="VCPostBuildEventTool"
  112. />
  113. </Configuration>
  114. <Configuration
  115. Name="Debug|Win32"
  116. OutputDirectory=".Debug"
  117. IntermediateDirectory=".Debug"
  118. ConfigurationType="1"
  119. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  120. UseOfMFC="2"
  121. ATLMinimizesCRunTimeLibraryUsage="false"
  122. CharacterSet="2"
  123. >
  124. <Tool
  125. Name="VCPreBuildEventTool"
  126. />
  127. <Tool
  128. Name="VCCustomBuildTool"
  129. />
  130. <Tool
  131. Name="VCXMLDataGeneratorTool"
  132. />
  133. <Tool
  134. Name="VCWebServiceProxyGeneratorTool"
  135. />
  136. <Tool
  137. Name="VCMIDLTool"
  138. PreprocessorDefinitions="_DEBUG"
  139. MkTypLibCompatible="true"
  140. SuppressStartupBanner="true"
  141. TargetEnvironment="1"
  142. TypeLibraryName=".Debug/ProcessInfo.tlb"
  143. HeaderFileName=""
  144. />
  145. <Tool
  146. Name="VCCLCompilerTool"
  147. Optimization="0"
  148. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  149. MinimalRebuild="true"
  150. BasicRuntimeChecks="3"
  151. RuntimeLibrary="3"
  152. UsePrecompiledHeader="2"
  153. PrecompiledHeaderThrough="stdafx.h"
  154. PrecompiledHeaderFile=".Debug/ProcessInfo.pch"
  155. AssemblerListingLocation=".Debug/"
  156. ObjectFile=".Debug/"
  157. ProgramDataBaseFileName=".Debug/"
  158. BrowseInformation="1"
  159. WarningLevel="4"
  160. SuppressStartupBanner="true"
  161. DebugInformationFormat="4"
  162. />
  163. <Tool
  164. Name="VCManagedResourceCompilerTool"
  165. />
  166. <Tool
  167. Name="VCResourceCompilerTool"
  168. PreprocessorDefinitions="_DEBUG"
  169. Culture="1033"
  170. />
  171. <Tool
  172. Name="VCPreLinkEventTool"
  173. />
  174. <Tool
  175. Name="VCLinkerTool"
  176. AdditionalDependencies="psapi.lib"
  177. OutputFile=".Debug/ProcessInfo.exe"
  178. LinkIncremental="2"
  179. SuppressStartupBanner="true"
  180. GenerateDebugInformation="true"
  181. ProgramDatabaseFile=".Debug/ProcessInfo.pdb"
  182. SubSystem="2"
  183. RandomizedBaseAddress="1"
  184. DataExecutionPrevention="0"
  185. TargetMachine="1"
  186. />
  187. <Tool
  188. Name="VCALinkTool"
  189. />
  190. <Tool
  191. Name="VCManifestTool"
  192. />
  193. <Tool
  194. Name="VCXDCMakeTool"
  195. />
  196. <Tool
  197. Name="VCBscMakeTool"
  198. SuppressStartupBanner="true"
  199. OutputFile=".Debug/ProcessInfo.bsc"
  200. />
  201. <Tool
  202. Name="VCFxCopTool"
  203. />
  204. <Tool
  205. Name="VCAppVerifierTool"
  206. />
  207. <Tool
  208. Name="VCPostBuildEventTool"
  209. />
  210. </Configuration>
  211. </Configurations>
  212. <References>
  213. </References>
  214. <Files>
  215. <Filter
  216. Name="Source Files"
  217. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  218. >
  219. <File
  220. RelativePath="ProcessInfo.cpp"
  221. >
  222. <FileConfiguration
  223. Name="Release|Win32"
  224. >
  225. <Tool
  226. Name="VCCLCompilerTool"
  227. PreprocessorDefinitions=""
  228. />
  229. </FileConfiguration>
  230. <FileConfiguration
  231. Name="Debug|Win32"
  232. >
  233. <Tool
  234. Name="VCCLCompilerTool"
  235. PreprocessorDefinitions=""
  236. />
  237. </FileConfiguration>
  238. </File>
  239. <File
  240. RelativePath="ProcessInfo.rc"
  241. >
  242. <FileConfiguration
  243. Name="Release|Win32"
  244. >
  245. <Tool
  246. Name="VCResourceCompilerTool"
  247. PreprocessorDefinitions=""
  248. />
  249. </FileConfiguration>
  250. <FileConfiguration
  251. Name="Debug|Win32"
  252. >
  253. <Tool
  254. Name="VCResourceCompilerTool"
  255. PreprocessorDefinitions=""
  256. />
  257. </FileConfiguration>
  258. </File>
  259. <File
  260. RelativePath="ProcessInfoDlg.cpp"
  261. >
  262. <FileConfiguration
  263. Name="Release|Win32"
  264. >
  265. <Tool
  266. Name="VCCLCompilerTool"
  267. PreprocessorDefinitions=""
  268. />
  269. </FileConfiguration>
  270. <FileConfiguration
  271. Name="Debug|Win32"
  272. >
  273. <Tool
  274. Name="VCCLCompilerTool"
  275. PreprocessorDefinitions=""
  276. />
  277. </FileConfiguration>
  278. </File>
  279. <File
  280. RelativePath="StdAfx.cpp"
  281. >
  282. <FileConfiguration
  283. Name="Release|Win32"
  284. >
  285. <Tool
  286. Name="VCCLCompilerTool"
  287. PreprocessorDefinitions=""
  288. UsePrecompiledHeader="1"
  289. />
  290. </FileConfiguration>
  291. <FileConfiguration
  292. Name="Debug|Win32"
  293. >
  294. <Tool
  295. Name="VCCLCompilerTool"
  296. PreprocessorDefinitions=""
  297. UsePrecompiledHeader="1"
  298. />
  299. </FileConfiguration>
  300. </File>
  301. </Filter>
  302. <Filter
  303. Name="Header Files"
  304. Filter="h;hpp;hxx;hm;inl"
  305. >
  306. <File
  307. RelativePath="ProcessInfo.h"
  308. >
  309. </File>
  310. <File
  311. RelativePath="ProcessInfoDlg.h"
  312. >
  313. </File>
  314. <File
  315. RelativePath="Resource.h"
  316. >
  317. </File>
  318. <File
  319. RelativePath="StdAfx.h"
  320. >
  321. </File>
  322. </Filter>
  323. <Filter
  324. Name="Resource Files"
  325. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  326. >
  327. <File
  328. RelativePath="resProcessInfo.ico"
  329. >
  330. </File>
  331. <File
  332. RelativePath="resProcessInfo.rc2"
  333. >
  334. </File>
  335. </Filter>
  336. <File
  337. RelativePath="ReadMe.txt"
  338. >
  339. </File>
  340. </Files>
  341. <Globals>
  342. </Globals>
  343. </VisualStudioProject>