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