Use1.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="Use1"
  6. ProjectGUID="{7C128BF1-DB3A-4933-8514-F990D4068875}"
  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/Use1.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/Use1.pch"
  58. AssemblerListingLocation=".Debug/"
  59. ObjectFile=".Debug/"
  60. ProgramDataBaseFileName=".Debug/"
  61. WarningLevel="3"
  62. SuppressStartupBanner="true"
  63. DebugInformationFormat="4"
  64. />
  65. <Tool
  66. Name="VCManagedResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="_DEBUG"
  71. Culture="2052"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLinkerTool"
  78. OutputFile=".Debug/Use1.exe"
  79. LinkIncremental="2"
  80. SuppressStartupBanner="true"
  81. GenerateDebugInformation="true"
  82. ProgramDatabaseFile=".Debug/Use1.pdb"
  83. SubSystem="2"
  84. TargetMachine="1"
  85. />
  86. <Tool
  87. Name="VCALinkTool"
  88. />
  89. <Tool
  90. Name="VCManifestTool"
  91. />
  92. <Tool
  93. Name="VCXDCMakeTool"
  94. />
  95. <Tool
  96. Name="VCBscMakeTool"
  97. SuppressStartupBanner="true"
  98. OutputFile=".Debug/Use1.bsc"
  99. />
  100. <Tool
  101. Name="VCFxCopTool"
  102. />
  103. <Tool
  104. Name="VCAppVerifierTool"
  105. />
  106. <Tool
  107. Name="VCWebDeploymentTool"
  108. />
  109. <Tool
  110. Name="VCPostBuildEventTool"
  111. />
  112. </Configuration>
  113. <Configuration
  114. Name="Release|Win32"
  115. OutputDirectory=".Release"
  116. IntermediateDirectory=".Release"
  117. ConfigurationType="1"
  118. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  119. UseOfMFC="2"
  120. ATLMinimizesCRunTimeLibraryUsage="false"
  121. CharacterSet="2"
  122. >
  123. <Tool
  124. Name="VCPreBuildEventTool"
  125. />
  126. <Tool
  127. Name="VCCustomBuildTool"
  128. />
  129. <Tool
  130. Name="VCXMLDataGeneratorTool"
  131. />
  132. <Tool
  133. Name="VCWebServiceProxyGeneratorTool"
  134. />
  135. <Tool
  136. Name="VCMIDLTool"
  137. PreprocessorDefinitions="NDEBUG"
  138. MkTypLibCompatible="true"
  139. SuppressStartupBanner="true"
  140. TargetEnvironment="1"
  141. TypeLibraryName=".Release/Use1.tlb"
  142. HeaderFileName=""
  143. />
  144. <Tool
  145. Name="VCCLCompilerTool"
  146. Optimization="2"
  147. InlineFunctionExpansion="1"
  148. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  149. StringPooling="true"
  150. RuntimeLibrary="2"
  151. EnableFunctionLevelLinking="true"
  152. UsePrecompiledHeader="2"
  153. PrecompiledHeaderThrough="stdafx.h"
  154. PrecompiledHeaderFile=".Release/Use1.pch"
  155. AssemblerListingLocation=".Release/"
  156. ObjectFile=".Release/"
  157. ProgramDataBaseFileName=".Release/"
  158. WarningLevel="3"
  159. SuppressStartupBanner="true"
  160. />
  161. <Tool
  162. Name="VCManagedResourceCompilerTool"
  163. />
  164. <Tool
  165. Name="VCResourceCompilerTool"
  166. PreprocessorDefinitions="NDEBUG"
  167. Culture="2052"
  168. />
  169. <Tool
  170. Name="VCPreLinkEventTool"
  171. />
  172. <Tool
  173. Name="VCLinkerTool"
  174. OutputFile=".Release/Use1.exe"
  175. LinkIncremental="1"
  176. SuppressStartupBanner="true"
  177. ProgramDatabaseFile=".Release/Use1.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=".Release/Use1.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="Debug|Win32"
  221. >
  222. <Tool
  223. Name="VCCLCompilerTool"
  224. PreprocessorDefinitions=""
  225. UsePrecompiledHeader="1"
  226. />
  227. </FileConfiguration>
  228. <FileConfiguration
  229. Name="Release|Win32"
  230. >
  231. <Tool
  232. Name="VCCLCompilerTool"
  233. PreprocessorDefinitions=""
  234. UsePrecompiledHeader="1"
  235. />
  236. </FileConfiguration>
  237. </File>
  238. <File
  239. RelativePath="Use1.cpp"
  240. >
  241. <FileConfiguration
  242. Name="Debug|Win32"
  243. >
  244. <Tool
  245. Name="VCCLCompilerTool"
  246. PreprocessorDefinitions=""
  247. />
  248. </FileConfiguration>
  249. <FileConfiguration
  250. Name="Release|Win32"
  251. >
  252. <Tool
  253. Name="VCCLCompilerTool"
  254. PreprocessorDefinitions=""
  255. />
  256. </FileConfiguration>
  257. </File>
  258. <File
  259. RelativePath="Use1.rc"
  260. >
  261. <FileConfiguration
  262. Name="Debug|Win32"
  263. >
  264. <Tool
  265. Name="VCResourceCompilerTool"
  266. PreprocessorDefinitions=""
  267. />
  268. </FileConfiguration>
  269. <FileConfiguration
  270. Name="Release|Win32"
  271. >
  272. <Tool
  273. Name="VCResourceCompilerTool"
  274. PreprocessorDefinitions=""
  275. />
  276. </FileConfiguration>
  277. </File>
  278. <File
  279. RelativePath="Use1Dlg.cpp"
  280. >
  281. <FileConfiguration
  282. Name="Debug|Win32"
  283. >
  284. <Tool
  285. Name="VCCLCompilerTool"
  286. PreprocessorDefinitions=""
  287. />
  288. </FileConfiguration>
  289. <FileConfiguration
  290. Name="Release|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="Use1.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath="Use1Dlg.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="resUse1.ico"
  326. >
  327. </File>
  328. <File
  329. RelativePath="resUse1.rc2"
  330. >
  331. </File>
  332. </Filter>
  333. <File
  334. RelativePath="ReadMe.txt"
  335. >
  336. </File>
  337. </Files>
  338. <Globals>
  339. </Globals>
  340. </VisualStudioProject>