Use4.vcproj
上传用户:sz6275
上传日期:2022-06-17
资源大小:80k
文件大小:7k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="Use4"
  6. ProjectGUID="{80148FA7-279D-4779-A376-08B7CD8F7FEE}"
  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)VCProjectDefaultsUpgradeFromVC60.vsprops"
  23. UseOfMFC="2"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  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="true"
  43. SuppressStartupBanner="true"
  44. TargetEnvironment="1"
  45. TypeLibraryName=".Debug/Use4.tlb"
  46. HeaderFileName=""
  47. />
  48. <Tool
  49. Name="VCCLCompilerTool"
  50. Optimization="0"
  51. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  52. MinimalRebuild="true"
  53. BasicRuntimeChecks="3"
  54. RuntimeLibrary="3"
  55. UsePrecompiledHeader="2"
  56. PrecompiledHeaderThrough="stdafx.h"
  57. PrecompiledHeaderFile=".Debug/Use4.pch"
  58. AssemblerListingLocation=".Debug/"
  59. ObjectFile=".Debug/"
  60. ProgramDataBaseFileName=".Debug/"
  61. BrowseInformation="1"
  62. WarningLevel="3"
  63. SuppressStartupBanner="true"
  64. DebugInformationFormat="4"
  65. />
  66. <Tool
  67. Name="VCManagedResourceCompilerTool"
  68. />
  69. <Tool
  70. Name="VCResourceCompilerTool"
  71. PreprocessorDefinitions="_DEBUG"
  72. Culture="2052"
  73. />
  74. <Tool
  75. Name="VCPreLinkEventTool"
  76. />
  77. <Tool
  78. Name="VCLinkerTool"
  79. OutputFile=".Debug/Use4.exe"
  80. LinkIncremental="2"
  81. SuppressStartupBanner="true"
  82. GenerateDebugInformation="true"
  83. ProgramDatabaseFile=".Debug/Use4.pdb"
  84. SubSystem="2"
  85. TargetMachine="1"
  86. />
  87. <Tool
  88. Name="VCALinkTool"
  89. />
  90. <Tool
  91. Name="VCManifestTool"
  92. />
  93. <Tool
  94. Name="VCXDCMakeTool"
  95. />
  96. <Tool
  97. Name="VCBscMakeTool"
  98. SuppressStartupBanner="true"
  99. OutputFile=".Debug/Use4.bsc"
  100. />
  101. <Tool
  102. Name="VCFxCopTool"
  103. />
  104. <Tool
  105. Name="VCAppVerifierTool"
  106. />
  107. <Tool
  108. Name="VCWebDeploymentTool"
  109. />
  110. <Tool
  111. Name="VCPostBuildEventTool"
  112. />
  113. </Configuration>
  114. <Configuration
  115. Name="Release|Win32"
  116. OutputDirectory=".Release"
  117. IntermediateDirectory=".Release"
  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="NDEBUG"
  139. MkTypLibCompatible="true"
  140. SuppressStartupBanner="true"
  141. TargetEnvironment="1"
  142. TypeLibraryName=".Release/Use4.tlb"
  143. HeaderFileName=""
  144. />
  145. <Tool
  146. Name="VCCLCompilerTool"
  147. Optimization="2"
  148. InlineFunctionExpansion="1"
  149. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  150. StringPooling="true"
  151. RuntimeLibrary="2"
  152. EnableFunctionLevelLinking="true"
  153. UsePrecompiledHeader="2"
  154. PrecompiledHeaderThrough="stdafx.h"
  155. PrecompiledHeaderFile=".Release/Use4.pch"
  156. AssemblerListingLocation=".Release/"
  157. ObjectFile=".Release/"
  158. ProgramDataBaseFileName=".Release/"
  159. WarningLevel="3"
  160. SuppressStartupBanner="true"
  161. />
  162. <Tool
  163. Name="VCManagedResourceCompilerTool"
  164. />
  165. <Tool
  166. Name="VCResourceCompilerTool"
  167. PreprocessorDefinitions="NDEBUG"
  168. Culture="2052"
  169. />
  170. <Tool
  171. Name="VCPreLinkEventTool"
  172. />
  173. <Tool
  174. Name="VCLinkerTool"
  175. OutputFile=".Release/Use4.exe"
  176. LinkIncremental="1"
  177. SuppressStartupBanner="true"
  178. ProgramDatabaseFile=".Release/Use4.pdb"
  179. SubSystem="2"
  180. TargetMachine="1"
  181. />
  182. <Tool
  183. Name="VCALinkTool"
  184. />
  185. <Tool
  186. Name="VCManifestTool"
  187. />
  188. <Tool
  189. Name="VCXDCMakeTool"
  190. />
  191. <Tool
  192. Name="VCBscMakeTool"
  193. SuppressStartupBanner="true"
  194. OutputFile=".Release/Use4.bsc"
  195. />
  196. <Tool
  197. Name="VCFxCopTool"
  198. />
  199. <Tool
  200. Name="VCAppVerifierTool"
  201. />
  202. <Tool
  203. Name="VCWebDeploymentTool"
  204. />
  205. <Tool
  206. Name="VCPostBuildEventTool"
  207. />
  208. </Configuration>
  209. </Configurations>
  210. <References>
  211. </References>
  212. <Files>
  213. <Filter
  214. Name="Source Files"
  215. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  216. >
  217. <File
  218. RelativePath="StdAfx.cpp"
  219. >
  220. <FileConfiguration
  221. Name="Debug|Win32"
  222. >
  223. <Tool
  224. Name="VCCLCompilerTool"
  225. PreprocessorDefinitions=""
  226. UsePrecompiledHeader="1"
  227. />
  228. </FileConfiguration>
  229. <FileConfiguration
  230. Name="Release|Win32"
  231. >
  232. <Tool
  233. Name="VCCLCompilerTool"
  234. PreprocessorDefinitions=""
  235. UsePrecompiledHeader="1"
  236. />
  237. </FileConfiguration>
  238. </File>
  239. <File
  240. RelativePath="Use4.cpp"
  241. >
  242. <FileConfiguration
  243. Name="Debug|Win32"
  244. >
  245. <Tool
  246. Name="VCCLCompilerTool"
  247. PreprocessorDefinitions=""
  248. />
  249. </FileConfiguration>
  250. <FileConfiguration
  251. Name="Release|Win32"
  252. >
  253. <Tool
  254. Name="VCCLCompilerTool"
  255. PreprocessorDefinitions=""
  256. />
  257. </FileConfiguration>
  258. </File>
  259. <File
  260. RelativePath="Use4.rc"
  261. >
  262. <FileConfiguration
  263. Name="Debug|Win32"
  264. >
  265. <Tool
  266. Name="VCResourceCompilerTool"
  267. PreprocessorDefinitions=""
  268. />
  269. </FileConfiguration>
  270. <FileConfiguration
  271. Name="Release|Win32"
  272. >
  273. <Tool
  274. Name="VCResourceCompilerTool"
  275. PreprocessorDefinitions=""
  276. />
  277. </FileConfiguration>
  278. </File>
  279. <File
  280. RelativePath="Use4Dlg.cpp"
  281. >
  282. <FileConfiguration
  283. Name="Debug|Win32"
  284. >
  285. <Tool
  286. Name="VCCLCompilerTool"
  287. PreprocessorDefinitions=""
  288. />
  289. </FileConfiguration>
  290. <FileConfiguration
  291. Name="Release|Win32"
  292. >
  293. <Tool
  294. Name="VCCLCompilerTool"
  295. PreprocessorDefinitions=""
  296. />
  297. </FileConfiguration>
  298. </File>
  299. </Filter>
  300. <Filter
  301. Name="Header Files"
  302. Filter="h;hpp;hxx;hm;inl"
  303. >
  304. <File
  305. RelativePath="Resource.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath="StdAfx.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath="Use4.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath="Use4Dlg.h"
  318. >
  319. </File>
  320. </Filter>
  321. <Filter
  322. Name="Resource Files"
  323. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  324. >
  325. <File
  326. RelativePath="resUse4.ico"
  327. >
  328. </File>
  329. <File
  330. RelativePath="resUse4.rc2"
  331. >
  332. </File>
  333. </Filter>
  334. <File
  335. RelativePath="ReadMe.txt"
  336. >
  337. </File>
  338. </Files>
  339. <Globals>
  340. </Globals>
  341. </VisualStudioProject>