libusb_static.vcproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="libusb-1.0 (static)"
  6. ProjectGUID="{5AB6B770-1925-48D5-ABC2-930F3259C020}"
  7. RootNamespace="libusb"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\lib"
  24. IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\lib\libusb-1.0"
  25. ConfigurationType="4"
  26. CharacterSet="1"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. AdditionalIncludeDirectories=".;..\libusb"
  47. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. UsePrecompiledHeader="0"
  52. WarningLevel="3"
  53. Detect64BitPortabilityProblems="false"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLibrarianTool"
  67. OutputFile="$(OutDir)\libusb-1.0.lib"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCXDCMakeTool"
  74. />
  75. <Tool
  76. Name="VCBscMakeTool"
  77. />
  78. <Tool
  79. Name="VCFxCopTool"
  80. />
  81. <Tool
  82. Name="VCPostBuildEventTool"
  83. />
  84. </Configuration>
  85. <Configuration
  86. Name="Release|Win32"
  87. OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\lib"
  88. IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\lib\libusb-1.0"
  89. ConfigurationType="4"
  90. CharacterSet="1"
  91. WholeProgramOptimization="1"
  92. >
  93. <Tool
  94. Name="VCPreBuildEventTool"
  95. />
  96. <Tool
  97. Name="VCCustomBuildTool"
  98. />
  99. <Tool
  100. Name="VCXMLDataGeneratorTool"
  101. />
  102. <Tool
  103. Name="VCWebServiceProxyGeneratorTool"
  104. />
  105. <Tool
  106. Name="VCMIDLTool"
  107. />
  108. <Tool
  109. Name="VCCLCompilerTool"
  110. AdditionalIncludeDirectories=".;..\libusb"
  111. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
  112. RuntimeLibrary="2"
  113. UsePrecompiledHeader="0"
  114. WarningLevel="3"
  115. Detect64BitPortabilityProblems="false"
  116. DebugInformationFormat="3"
  117. />
  118. <Tool
  119. Name="VCManagedResourceCompilerTool"
  120. />
  121. <Tool
  122. Name="VCResourceCompilerTool"
  123. />
  124. <Tool
  125. Name="VCPreLinkEventTool"
  126. />
  127. <Tool
  128. Name="VCLibrarianTool"
  129. OutputFile="$(OutDir)\libusb-1.0.lib"
  130. />
  131. <Tool
  132. Name="VCALinkTool"
  133. />
  134. <Tool
  135. Name="VCXDCMakeTool"
  136. />
  137. <Tool
  138. Name="VCBscMakeTool"
  139. />
  140. <Tool
  141. Name="VCFxCopTool"
  142. />
  143. <Tool
  144. Name="VCPostBuildEventTool"
  145. />
  146. </Configuration>
  147. <Configuration
  148. Name="Debug|x64"
  149. OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\lib"
  150. IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\lib\libusb-1.0"
  151. ConfigurationType="4"
  152. CharacterSet="1"
  153. >
  154. <Tool
  155. Name="VCPreBuildEventTool"
  156. />
  157. <Tool
  158. Name="VCCustomBuildTool"
  159. />
  160. <Tool
  161. Name="VCXMLDataGeneratorTool"
  162. />
  163. <Tool
  164. Name="VCWebServiceProxyGeneratorTool"
  165. />
  166. <Tool
  167. Name="VCMIDLTool"
  168. TargetEnvironment="3"
  169. />
  170. <Tool
  171. Name="VCCLCompilerTool"
  172. Optimization="0"
  173. AdditionalIncludeDirectories=".;..\libusb"
  174. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
  175. MinimalRebuild="true"
  176. BasicRuntimeChecks="3"
  177. RuntimeLibrary="3"
  178. UsePrecompiledHeader="0"
  179. WarningLevel="3"
  180. Detect64BitPortabilityProblems="false"
  181. DebugInformationFormat="3"
  182. />
  183. <Tool
  184. Name="VCManagedResourceCompilerTool"
  185. />
  186. <Tool
  187. Name="VCResourceCompilerTool"
  188. />
  189. <Tool
  190. Name="VCPreLinkEventTool"
  191. />
  192. <Tool
  193. Name="VCLibrarianTool"
  194. OutputFile="$(OutDir)\libusb-1.0.lib"
  195. />
  196. <Tool
  197. Name="VCALinkTool"
  198. />
  199. <Tool
  200. Name="VCXDCMakeTool"
  201. />
  202. <Tool
  203. Name="VCBscMakeTool"
  204. />
  205. <Tool
  206. Name="VCFxCopTool"
  207. />
  208. <Tool
  209. Name="VCPostBuildEventTool"
  210. />
  211. </Configuration>
  212. <Configuration
  213. Name="Release|x64"
  214. OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\lib"
  215. IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\lib\libusb-1.0"
  216. ConfigurationType="4"
  217. CharacterSet="1"
  218. WholeProgramOptimization="1"
  219. >
  220. <Tool
  221. Name="VCPreBuildEventTool"
  222. />
  223. <Tool
  224. Name="VCCustomBuildTool"
  225. />
  226. <Tool
  227. Name="VCXMLDataGeneratorTool"
  228. />
  229. <Tool
  230. Name="VCWebServiceProxyGeneratorTool"
  231. />
  232. <Tool
  233. Name="VCMIDLTool"
  234. TargetEnvironment="3"
  235. />
  236. <Tool
  237. Name="VCCLCompilerTool"
  238. AdditionalIncludeDirectories=".;..\libusb"
  239. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
  240. RuntimeLibrary="2"
  241. UsePrecompiledHeader="0"
  242. WarningLevel="3"
  243. Detect64BitPortabilityProblems="false"
  244. DebugInformationFormat="3"
  245. />
  246. <Tool
  247. Name="VCManagedResourceCompilerTool"
  248. />
  249. <Tool
  250. Name="VCResourceCompilerTool"
  251. />
  252. <Tool
  253. Name="VCPreLinkEventTool"
  254. />
  255. <Tool
  256. Name="VCLibrarianTool"
  257. OutputFile="$(OutDir)\libusb-1.0.lib"
  258. />
  259. <Tool
  260. Name="VCALinkTool"
  261. />
  262. <Tool
  263. Name="VCXDCMakeTool"
  264. />
  265. <Tool
  266. Name="VCBscMakeTool"
  267. />
  268. <Tool
  269. Name="VCFxCopTool"
  270. />
  271. <Tool
  272. Name="VCPostBuildEventTool"
  273. />
  274. </Configuration>
  275. </Configurations>
  276. <References>
  277. </References>
  278. <Files>
  279. <Filter
  280. Name="Source Files"
  281. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  282. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  283. >
  284. <File
  285. RelativePath="..\libusb\core.c"
  286. >
  287. </File>
  288. <File
  289. RelativePath="..\libusb\descriptor.c"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\libusb\io.c"
  294. >
  295. </File>
  296. <File
  297. RelativePath="..\libusb\sync.c"
  298. >
  299. </File>
  300. <File
  301. RelativePath="..\libusb\os\threads_windows.c"
  302. >
  303. </File>
  304. <File
  305. RelativePath="..\libusb\os\poll_windows.c"
  306. >
  307. </File>
  308. <File
  309. RelativePath="..\libusb\os\windows_usb.c"
  310. >
  311. </File>
  312. </Filter>
  313. <Filter
  314. Name="Header Files"
  315. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  316. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  317. >
  318. <File
  319. RelativePath=".\config.h"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\libusb\libusb.h"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\libusb\libusbi.h"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\libusb\os\threads_windows.h"
  332. >
  333. </File>
  334. <File
  335. RelativePath="..\libusb\os\poll_windows.h"
  336. >
  337. </File>
  338. <File
  339. RelativePath="..\libusb\os\windows_usb.h"
  340. >
  341. </File>
  342. </Filter>
  343. </Files>
  344. <Globals>
  345. </Globals>
  346. </VisualStudioProject>