test.vcproj
上传用户:posgewe
上传日期:2022-07-05
资源大小:164k
文件大小:6k
源码类别:

系统编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="test"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory=".Release"
  17. IntermediateDirectory=".Release"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="2"
  25. InlineFunctionExpansion="1"
  26. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  27. StringPooling="TRUE"
  28. RuntimeLibrary="2"
  29. EnableFunctionLevelLinking="TRUE"
  30. UsePrecompiledHeader="3"
  31. PrecompiledHeaderThrough="stdafx.h"
  32. PrecompiledHeaderFile=".Release/test.pch"
  33. AssemblerListingLocation=".Release/"
  34. ObjectFile=".Release/"
  35. ProgramDataBaseFileName=".Release/"
  36. BrowseInformation="1"
  37. WarningLevel="3"
  38. SuppressStartupBanner="TRUE"/>
  39. <Tool
  40. Name="VCCustomBuildTool"/>
  41. <Tool
  42. Name="VCLinkerTool"
  43. AdditionalDependencies="RemoveUDisk.lib"
  44. OutputFile=".Release/test.exe"
  45. LinkIncremental="1"
  46. SuppressStartupBanner="TRUE"
  47. ProgramDatabaseFile=".Release/test.pdb"
  48. SubSystem="2"
  49. TargetMachine="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. PreprocessorDefinitions="NDEBUG"
  53. MkTypLibCompatible="TRUE"
  54. SuppressStartupBanner="TRUE"
  55. TargetEnvironment="1"
  56. TypeLibraryName=".Release/test.tlb"
  57. HeaderFileName=""/>
  58. <Tool
  59. Name="VCPostBuildEventTool"/>
  60. <Tool
  61. Name="VCPreBuildEventTool"/>
  62. <Tool
  63. Name="VCPreLinkEventTool"/>
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="NDEBUG"
  67. Culture="2052"/>
  68. <Tool
  69. Name="VCWebServiceProxyGeneratorTool"/>
  70. <Tool
  71. Name="VCXMLDataGeneratorTool"/>
  72. <Tool
  73. Name="VCWebDeploymentTool"/>
  74. <Tool
  75. Name="VCManagedWrapperGeneratorTool"/>
  76. <Tool
  77. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  78. </Configuration>
  79. <Configuration
  80. Name="Debug|Win32"
  81. OutputDirectory=".Debug"
  82. IntermediateDirectory=".Debug"
  83. ConfigurationType="1"
  84. UseOfMFC="2"
  85. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  86. CharacterSet="2">
  87. <Tool
  88. Name="VCCLCompilerTool"
  89. Optimization="0"
  90. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  91. BasicRuntimeChecks="3"
  92. RuntimeLibrary="3"
  93. UsePrecompiledHeader="3"
  94. PrecompiledHeaderThrough="stdafx.h"
  95. PrecompiledHeaderFile=".Debug/test.pch"
  96. AssemblerListingLocation=".Debug/"
  97. ObjectFile=".Debug/"
  98. ProgramDataBaseFileName=".Debug/"
  99. WarningLevel="3"
  100. SuppressStartupBanner="TRUE"
  101. DebugInformationFormat="4"/>
  102. <Tool
  103. Name="VCCustomBuildTool"/>
  104. <Tool
  105. Name="VCLinkerTool"
  106. OutputFile=".Debug/test.exe"
  107. LinkIncremental="1"
  108. SuppressStartupBanner="TRUE"
  109. GenerateDebugInformation="TRUE"
  110. ProgramDatabaseFile=".Debug/test.pdb"
  111. SubSystem="2"
  112. TargetMachine="1"/>
  113. <Tool
  114. Name="VCMIDLTool"
  115. PreprocessorDefinitions="_DEBUG"
  116. MkTypLibCompatible="TRUE"
  117. SuppressStartupBanner="TRUE"
  118. TargetEnvironment="1"
  119. TypeLibraryName=".Debug/test.tlb"
  120. HeaderFileName=""/>
  121. <Tool
  122. Name="VCPostBuildEventTool"/>
  123. <Tool
  124. Name="VCPreBuildEventTool"/>
  125. <Tool
  126. Name="VCPreLinkEventTool"/>
  127. <Tool
  128. Name="VCResourceCompilerTool"
  129. PreprocessorDefinitions="_DEBUG"
  130. Culture="2052"/>
  131. <Tool
  132. Name="VCWebServiceProxyGeneratorTool"/>
  133. <Tool
  134. Name="VCXMLDataGeneratorTool"/>
  135. <Tool
  136. Name="VCWebDeploymentTool"/>
  137. <Tool
  138. Name="VCManagedWrapperGeneratorTool"/>
  139. <Tool
  140. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  141. </Configuration>
  142. </Configurations>
  143. <References>
  144. </References>
  145. <Files>
  146. <Filter
  147. Name="Source Files"
  148. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  149. <File
  150. RelativePath="StdAfx.cpp">
  151. <FileConfiguration
  152. Name="Release|Win32">
  153. <Tool
  154. Name="VCCLCompilerTool"
  155. Optimization="2"
  156. PreprocessorDefinitions=""
  157. UsePrecompiledHeader="1"
  158. BrowseInformation="1"/>
  159. </FileConfiguration>
  160. <FileConfiguration
  161. Name="Debug|Win32">
  162. <Tool
  163. Name="VCCLCompilerTool"
  164. Optimization="0"
  165. PreprocessorDefinitions=""
  166. BasicRuntimeChecks="3"
  167. UsePrecompiledHeader="1"/>
  168. </FileConfiguration>
  169. </File>
  170. <File
  171. RelativePath="test.cpp">
  172. <FileConfiguration
  173. Name="Release|Win32">
  174. <Tool
  175. Name="VCCLCompilerTool"
  176. Optimization="2"
  177. PreprocessorDefinitions=""
  178. BrowseInformation="1"/>
  179. </FileConfiguration>
  180. <FileConfiguration
  181. Name="Debug|Win32">
  182. <Tool
  183. Name="VCCLCompilerTool"
  184. Optimization="0"
  185. PreprocessorDefinitions=""
  186. BasicRuntimeChecks="3"/>
  187. </FileConfiguration>
  188. </File>
  189. <File
  190. RelativePath="test.rc">
  191. </File>
  192. <File
  193. RelativePath="testDlg.cpp">
  194. <FileConfiguration
  195. Name="Release|Win32">
  196. <Tool
  197. Name="VCCLCompilerTool"
  198. Optimization="2"
  199. PreprocessorDefinitions=""
  200. BrowseInformation="1"/>
  201. </FileConfiguration>
  202. <FileConfiguration
  203. Name="Debug|Win32">
  204. <Tool
  205. Name="VCCLCompilerTool"
  206. Optimization="0"
  207. PreprocessorDefinitions=""
  208. BasicRuntimeChecks="3"/>
  209. </FileConfiguration>
  210. </File>
  211. </Filter>
  212. <Filter
  213. Name="Header Files"
  214. Filter="h;hpp;hxx;hm;inl">
  215. <File
  216. RelativePath="RemoveUsb.h">
  217. </File>
  218. <File
  219. RelativePath="Resource.h">
  220. </File>
  221. <File
  222. RelativePath="StdAfx.h">
  223. </File>
  224. <File
  225. RelativePath="test.h">
  226. </File>
  227. <File
  228. RelativePath="testDlg.h">
  229. </File>
  230. </Filter>
  231. <Filter
  232. Name="Resource Files"
  233. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  234. <File
  235. RelativePath="restest.ico">
  236. </File>
  237. <File
  238. RelativePath="restest.rc2">
  239. </File>
  240. </Filter>
  241. <File
  242. RelativePath="ReadMe.txt">
  243. </File>
  244. </Files>
  245. <Globals>
  246. <Global
  247. Name="RESOURCE_FILE"
  248. Value="test.rc"/>
  249. </Globals>
  250. </VisualStudioProject>