HIDBootLoader.vcproj
上传用户:sss2005
上传日期:2022-08-05
资源大小:532k
文件大小:6k
源码类别:

USB编程

开发平台:

C++ Builder

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="HIDBootLoader"
  6. ProjectGUID="{0C43250B-D6DF-4FDA-94D5-0F64058DB833}"
  7. RootNamespace="HIDBootLoader"
  8. Keyword="ManagedCProj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. CharacterSet="1"
  24. ManagedExtensions="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. PreprocessorDefinitions="WIN32;_DEBUG"
  45. RuntimeLibrary="3"
  46. UsePrecompiledHeader="2"
  47. WarningLevel="3"
  48. DebugInformationFormat="3"
  49. />
  50. <Tool
  51. Name="VCManagedResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCPreLinkEventTool"
  58. />
  59. <Tool
  60. Name="VCLinkerTool"
  61. AdditionalDependencies="$(NoInherit)"
  62. LinkIncremental="2"
  63. GenerateDebugInformation="true"
  64. AssemblyDebug="1"
  65. SubSystem="2"
  66. EntryPointSymbol="main"
  67. TargetMachine="1"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCManifestTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCAppVerifierTool"
  86. />
  87. <Tool
  88. Name="VCWebDeploymentTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="1"
  99. CharacterSet="1"
  100. ManagedExtensions="2"
  101. WholeProgramOptimization="1"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. PreprocessorDefinitions="WIN32;NDEBUG"
  121. RuntimeLibrary="2"
  122. UsePrecompiledHeader="2"
  123. WarningLevel="3"
  124. DebugInformationFormat="3"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCPreLinkEventTool"
  134. />
  135. <Tool
  136. Name="VCLinkerTool"
  137. AdditionalDependencies="$(NoInherit)"
  138. LinkIncremental="1"
  139. GenerateDebugInformation="true"
  140. SubSystem="2"
  141. EntryPointSymbol="main"
  142. TargetMachine="1"
  143. />
  144. <Tool
  145. Name="VCALinkTool"
  146. />
  147. <Tool
  148. Name="VCManifestTool"
  149. />
  150. <Tool
  151. Name="VCXDCMakeTool"
  152. />
  153. <Tool
  154. Name="VCBscMakeTool"
  155. />
  156. <Tool
  157. Name="VCFxCopTool"
  158. />
  159. <Tool
  160. Name="VCAppVerifierTool"
  161. />
  162. <Tool
  163. Name="VCWebDeploymentTool"
  164. />
  165. <Tool
  166. Name="VCPostBuildEventTool"
  167. />
  168. </Configuration>
  169. </Configurations>
  170. <References>
  171. <AssemblyReference
  172. RelativePath="System.dll"
  173. AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  174. />
  175. <AssemblyReference
  176. RelativePath="System.Data.dll"
  177. AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
  178. />
  179. <AssemblyReference
  180. RelativePath="System.Drawing.dll"
  181. AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
  182. />
  183. <AssemblyReference
  184. RelativePath="System.Windows.Forms.dll"
  185. AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  186. />
  187. <AssemblyReference
  188. RelativePath="System.XML.dll"
  189. AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  190. />
  191. </References>
  192. <Files>
  193. <Filter
  194. Name="Source Files"
  195. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  196. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  197. >
  198. <File
  199. RelativePath=".AssemblyInfo.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".HIDBootLoader.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".stdafx.cpp"
  208. >
  209. <FileConfiguration
  210. Name="Debug|Win32"
  211. >
  212. <Tool
  213. Name="VCCLCompilerTool"
  214. UsePrecompiledHeader="1"
  215. />
  216. </FileConfiguration>
  217. <FileConfiguration
  218. Name="Release|Win32"
  219. >
  220. <Tool
  221. Name="VCCLCompilerTool"
  222. UsePrecompiledHeader="1"
  223. />
  224. </FileConfiguration>
  225. </File>
  226. </Filter>
  227. <Filter
  228. Name="Header Files"
  229. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  230. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  231. >
  232. <File
  233. RelativePath=".Form1.h"
  234. FileType="3"
  235. >
  236. <File
  237. RelativePath=".Form1.resX"
  238. SubType="Designer"
  239. >
  240. </File>
  241. </File>
  242. <File
  243. RelativePath=".resource.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".stdafx.h"
  248. >
  249. </File>
  250. </Filter>
  251. <Filter
  252. Name="Resource Files"
  253. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  254. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  255. >
  256. <File
  257. RelativePath=".app.ico"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".app.rc"
  262. >
  263. </File>
  264. </Filter>
  265. <File
  266. RelativePath=".ReadMe.txt"
  267. >
  268. </File>
  269. </Files>
  270. <Globals>
  271. </Globals>
  272. </VisualStudioProject>