ANT_LIB.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ANT_LIB"
  6. ProjectGUID="{929444E0-FE12-4443-AC5C-ECA07B46A9F8}"
  7. RootNamespace="ANT_Lib"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="4"
  24. CharacterSet="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. AdditionalIncludeDirectories="inc;common;libraries;software\ANTFS;software\system;software\serial\device_management;software\serial;software\USB;software\USB\devices;software\USB\device_handles"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;DEBUG_FILE"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLibrarianTool"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCXDCMakeTool"
  70. />
  71. <Tool
  72. Name="VCBscMakeTool"
  73. />
  74. <Tool
  75. Name="VCFxCopTool"
  76. />
  77. <Tool
  78. Name="VCPostBuildEventTool"
  79. />
  80. </Configuration>
  81. <Configuration
  82. Name="Release|Win32"
  83. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  84. IntermediateDirectory="$(ConfigurationName)"
  85. ConfigurationType="4"
  86. CharacterSet="2"
  87. WholeProgramOptimization="1"
  88. >
  89. <Tool
  90. Name="VCPreBuildEventTool"
  91. />
  92. <Tool
  93. Name="VCCustomBuildTool"
  94. />
  95. <Tool
  96. Name="VCXMLDataGeneratorTool"
  97. />
  98. <Tool
  99. Name="VCWebServiceProxyGeneratorTool"
  100. />
  101. <Tool
  102. Name="VCMIDLTool"
  103. />
  104. <Tool
  105. Name="VCCLCompilerTool"
  106. Optimization="2"
  107. EnableIntrinsicFunctions="true"
  108. AdditionalIncludeDirectories="inc;common;libraries;software\ANTFS;software\system;software\serial\device_management;software\serial;software\USB;software\USB\devices;software\USB\device_handles"
  109. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_WINDOWS;DEBUG_FILE"
  110. RuntimeLibrary="2"
  111. EnableFunctionLevelLinking="true"
  112. UsePrecompiledHeader="0"
  113. WarningLevel="4"
  114. DebugInformationFormat="3"
  115. />
  116. <Tool
  117. Name="VCManagedResourceCompilerTool"
  118. />
  119. <Tool
  120. Name="VCResourceCompilerTool"
  121. />
  122. <Tool
  123. Name="VCPreLinkEventTool"
  124. />
  125. <Tool
  126. Name="VCLibrarianTool"
  127. />
  128. <Tool
  129. Name="VCALinkTool"
  130. />
  131. <Tool
  132. Name="VCXDCMakeTool"
  133. />
  134. <Tool
  135. Name="VCBscMakeTool"
  136. />
  137. <Tool
  138. Name="VCFxCopTool"
  139. />
  140. <Tool
  141. Name="VCPostBuildEventTool"
  142. />
  143. </Configuration>
  144. </Configurations>
  145. <References>
  146. </References>
  147. <Files>
  148. <Filter
  149. Name="Source Files"
  150. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  151. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  152. >
  153. <File
  154. RelativePath=".\software\ANTFS\antfs_client_channel.cpp"
  155. >
  156. </File>
  157. <File
  158. RelativePath=".\software\ANTFS\antfs_directory.c"
  159. >
  160. </File>
  161. <File
  162. RelativePath=".\software\ANTFS\antfs_host.cpp"
  163. >
  164. </File>
  165. <File
  166. RelativePath=".\software\ANTFS\antfs_host_channel.cpp"
  167. >
  168. </File>
  169. <File
  170. RelativePath=".\common\checksum.c"
  171. >
  172. </File>
  173. <File
  174. RelativePath=".\common\crc.c"
  175. >
  176. </File>
  177. <File
  178. RelativePath=".\software\serial\device_management\dsi_ant_device.cpp"
  179. >
  180. </File>
  181. <File
  182. RelativePath=".\libraries\dsi_cm_library.cpp"
  183. >
  184. </File>
  185. <File
  186. RelativePath=".\software\system\dsi_convert.c"
  187. >
  188. </File>
  189. <File
  190. RelativePath=".\software\system\dsi_debug.cpp"
  191. >
  192. </File>
  193. <File
  194. RelativePath=".\software\serial\dsi_framer.cpp"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".\software\serial\dsi_framer_ant.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\software\serial\dsi_framer_integrated_antfs_client.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\libraries\dsi_libusb_library.cpp"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".\software\serial\dsi_serial.cpp"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\software\serial\dsi_serial_generic.cpp"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\software\serial\dsi_serial_libusb.cpp"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\software\serial\dsi_serial_si.cpp"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\software\serial\dsi_serial_vcp.cpp"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\libraries\dsi_silabs_library.cpp"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\software\system\dsi_thread_win32.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\software\system\dsi_timer.cpp"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\software\system\macros.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".\software\USB\devices\usb_device.cpp"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\software\USB\device_handles\usb_device_handle_libusb.cpp"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\software\USB\device_handles\usb_device_handle_si.cpp"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\software\USB\device_handles\usb_device_handle_win.cpp"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\software\USB\devices\usb_device_libusb.cpp"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".\software\USB\devices\usb_device_si.cpp"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".\software\serial\WinDevice.cpp"
  271. >
  272. </File>
  273. </Filter>
  274. <Filter
  275. Name="Header Files"
  276. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  277. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  278. >
  279. <File
  280. RelativePath=".\inc\antdefines.h"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\software\ANTFS\antfs_client_channel.hpp"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\software\ANTFS\antfs_client_interface.hpp"
  289. >
  290. </File>
  291. <File
  292. RelativePath=".\software\ANTFS\antfs_directory.h"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\software\ANTFS\antfs_host.hpp"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\software\ANTFS\antfs_host_channel.hpp"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\software\ANTFS\antfs_host_interface.hpp"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\software\ANTFS\antfs_interface.h"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\software\ANTFS\antfsmessage.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\inc\antmessage.h"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\ANT_LIB\common\checksum.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\software\ANTFS\config.h"
  325. >
  326. </File>
  327. <File
  328. RelativePath="..\ANT_LIB\common\crc.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath="..\ANT_LIB\inc\defines.h"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\software\serial\device_management\dsi_ant_device.hpp"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\software\serial\device_management\dsi_ant_message_processor.hpp"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\libraries\dsi_cm_library.hpp"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\software\system\dsi_convert.h"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\software\system\dsi_debug.hpp"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\ANT_LIB\software\serial\dsi_framer.hpp"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\software\serial\dsi_framer_ant.hpp"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\software\serial\dsi_framer_ant_hci_brcm.hpp"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\software\serial\dsi_framer_ant_hci_standard.hpp"
  369. >
  370. </File>
  371. <File
  372. RelativePath=".\software\serial\dsi_framer_ant_hci_ti.hpp"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\software\serial\dsi_framer_ant_hci_ti_direct.hpp"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\ANT_LIB\libraries\dsi_libusb_library.hpp"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\software\serial\device_management\dsi_response_queue.hpp"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\ANT_LIB\software\serial\dsi_serial.hpp"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\software\serial\dsi_serial_callback.hpp"
  393. >
  394. </File>
  395. <File
  396. RelativePath=".\software\serial\dsi_serial_generic.hpp"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\ANT_LIB\software\serial\dsi_serial_libusb.hpp"
  401. >
  402. </File>
  403. <File
  404. RelativePath=".\software\serial\dsi_serial_si.hpp"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".\software\serial\dsi_serial_vcp.hpp"
  409. >
  410. </File>
  411. <File
  412. RelativePath=".\libraries\dsi_silabs_library.hpp"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\ANT_LIB\software\system\dsi_thread.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\software\system\dsi_timer.hpp"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".\software\system\dsi_ts_queue.hpp"
  425. >
  426. </File>
  427. <File
  428. RelativePath="..\ANT_LIB\software\system\macros.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\inc\types.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath="..\ANT_LIB\libraries\usb.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\software\USB\devices\usb_device.hpp"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\software\USB\device_handles\usb_device_handle.hpp"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..\ANT_LIB\software\USB\device_handles\usb_device_handle_libusb.hpp"
  449. >
  450. </File>
  451. <File
  452. RelativePath=".\software\USB\device_handles\usb_device_handle_si.hpp"
  453. >
  454. </File>
  455. <File
  456. RelativePath="..\ANT_LIB\software\USB\devices\usb_device_libusb.hpp"
  457. >
  458. </File>
  459. <File
  460. RelativePath=".\software\USB\usb_device_list.hpp"
  461. >
  462. </File>
  463. <File
  464. RelativePath=".\software\USB\usb_device_list_template.hpp"
  465. >
  466. </File>
  467. <File
  468. RelativePath=".\software\USB\devices\usb_device_si.hpp"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\software\USB\usb_standard_types.hpp"
  473. >
  474. </File>
  475. <File
  476. RelativePath=".\inc\version.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath="..\ANT_LIB\software\serial\WinDevice.h"
  481. >
  482. </File>
  483. </Filter>
  484. <Filter
  485. Name="Resource Files"
  486. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  487. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  488. >
  489. </Filter>
  490. <File
  491. RelativePath="..\readme.txt"
  492. >
  493. </File>
  494. </Files>
  495. <Globals>
  496. </Globals>
  497. </VisualStudioProject>