libzrtp_wince.vcproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="libzrtp"
  6. ProjectGUID="{53F84E3B-9903-4046-897B-33FEFFED527A}"
  7. RootNamespace="wince"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Pocket PC 2003 (ARMV4)"
  14. />
  15. <Platform
  16. Name="Smartphone 2003 (ARMV4)"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. <DefaultToolFile
  21. FileName="masm.rules"
  22. />
  23. </ToolFiles>
  24. <Configurations>
  25. <Configuration
  26. Name="Debug|Pocket PC 2003 (ARMV4)"
  27. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  28. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  29. ConfigurationType="4"
  30. CharacterSet="1"
  31. >
  32. <Tool
  33. Name="VCPreBuildEventTool"
  34. />
  35. <Tool
  36. Name="VCCustomBuildTool"
  37. />
  38. <Tool
  39. Name="MASM"
  40. />
  41. <Tool
  42. Name="VCXMLDataGeneratorTool"
  43. />
  44. <Tool
  45. Name="VCWebServiceProxyGeneratorTool"
  46. />
  47. <Tool
  48. Name="VCMIDLTool"
  49. />
  50. <Tool
  51. Name="VCCLCompilerTool"
  52. ExecutionBucket="7"
  53. Optimization="0"
  54. AdditionalIncludeDirectories="../../third_party/bnlib;../../include;../../include/enterprise;../../third_party/bgaes;../../test/include"
  55. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;ZRTP_ENABLE_EC=1"
  56. MinimalRebuild="true"
  57. RuntimeLibrary="1"
  58. StructMemberAlignment="0"
  59. BufferSecurityCheck="false"
  60. UsePrecompiledHeader="0"
  61. WarningLevel="3"
  62. DebugInformationFormat="3"
  63. CompileForArchitecture="2"
  64. />
  65. <Tool
  66. Name="VCManagedResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  71. Culture="1033"
  72. AdditionalIncludeDirectories="$(IntDir)"
  73. />
  74. <Tool
  75. Name="VCPreLinkEventTool"
  76. />
  77. <Tool
  78. Name="VCLibrarianTool"
  79. AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM"
  80. OutputFile="$(OutDir)/wince.lib"
  81. />
  82. <Tool
  83. Name="VCALinkTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. />
  91. <Tool
  92. Name="VCFxCopTool"
  93. />
  94. <Tool
  95. Name="VCCodeSignTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. />
  100. <DeploymentTool
  101. ForceDirty="-1"
  102. RemoteDirectory=""
  103. RegisterOutput="0"
  104. AdditionalFiles=""
  105. />
  106. <DebuggerTool
  107. />
  108. </Configuration>
  109. <Configuration
  110. Name="Debug|Smartphone 2003 (ARMV4)"
  111. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  112. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  113. ConfigurationType="4"
  114. CharacterSet="1"
  115. >
  116. <Tool
  117. Name="VCPreBuildEventTool"
  118. />
  119. <Tool
  120. Name="VCCustomBuildTool"
  121. />
  122. <Tool
  123. Name="MASM"
  124. />
  125. <Tool
  126. Name="VCXMLDataGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCWebServiceProxyGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCMIDLTool"
  133. />
  134. <Tool
  135. Name="VCCLCompilerTool"
  136. ExecutionBucket="7"
  137. Optimization="0"
  138. AdditionalIncludeDirectories="../../third_party/bnlib;../../include;../../include/enterprise;../../third_party/bgaes;../../test/include"
  139. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;ZRTP_ENABLE_EC=1"
  140. MinimalRebuild="true"
  141. RuntimeLibrary="1"
  142. BufferSecurityCheck="false"
  143. UsePrecompiledHeader="0"
  144. WarningLevel="3"
  145. DebugInformationFormat="3"
  146. CompileForArchitecture="0"
  147. />
  148. <Tool
  149. Name="VCManagedResourceCompilerTool"
  150. />
  151. <Tool
  152. Name="VCResourceCompilerTool"
  153. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  154. Culture="1033"
  155. AdditionalIncludeDirectories="$(IntDir)"
  156. />
  157. <Tool
  158. Name="VCPreLinkEventTool"
  159. />
  160. <Tool
  161. Name="VCLibrarianTool"
  162. AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM"
  163. OutputFile="$(OutDir)/wince.lib"
  164. />
  165. <Tool
  166. Name="VCALinkTool"
  167. />
  168. <Tool
  169. Name="VCXDCMakeTool"
  170. />
  171. <Tool
  172. Name="VCBscMakeTool"
  173. />
  174. <Tool
  175. Name="VCFxCopTool"
  176. />
  177. <Tool
  178. Name="VCCodeSignTool"
  179. />
  180. <Tool
  181. Name="VCPostBuildEventTool"
  182. />
  183. <DeploymentTool
  184. ForceDirty="-1"
  185. RemoteDirectory=""
  186. RegisterOutput="0"
  187. AdditionalFiles=""
  188. />
  189. <DebuggerTool
  190. />
  191. </Configuration>
  192. <Configuration
  193. Name="Release|Pocket PC 2003 (ARMV4)"
  194. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  195. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  196. ConfigurationType="4"
  197. CharacterSet="1"
  198. >
  199. <Tool
  200. Name="VCPreBuildEventTool"
  201. />
  202. <Tool
  203. Name="VCCustomBuildTool"
  204. />
  205. <Tool
  206. Name="MASM"
  207. />
  208. <Tool
  209. Name="VCXMLDataGeneratorTool"
  210. />
  211. <Tool
  212. Name="VCWebServiceProxyGeneratorTool"
  213. />
  214. <Tool
  215. Name="VCMIDLTool"
  216. />
  217. <Tool
  218. Name="VCCLCompilerTool"
  219. ExecutionBucket="7"
  220. Optimization="2"
  221. AdditionalIncludeDirectories="../../third_party/bnlib;../../include;../../include/enterprise;../../third_party/bgaes;../../test/include"
  222. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;ZRTP_ENABLE_EC=1"
  223. RuntimeLibrary="0"
  224. BufferSecurityCheck="false"
  225. UsePrecompiledHeader="0"
  226. WarningLevel="3"
  227. DebugInformationFormat="3"
  228. />
  229. <Tool
  230. Name="VCManagedResourceCompilerTool"
  231. />
  232. <Tool
  233. Name="VCResourceCompilerTool"
  234. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  235. Culture="1033"
  236. AdditionalIncludeDirectories="$(IntDir)"
  237. />
  238. <Tool
  239. Name="VCPreLinkEventTool"
  240. />
  241. <Tool
  242. Name="VCLibrarianTool"
  243. AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM"
  244. OutputFile="$(OutDir)/wince.lib"
  245. />
  246. <Tool
  247. Name="VCALinkTool"
  248. />
  249. <Tool
  250. Name="VCXDCMakeTool"
  251. />
  252. <Tool
  253. Name="VCBscMakeTool"
  254. />
  255. <Tool
  256. Name="VCFxCopTool"
  257. />
  258. <Tool
  259. Name="VCCodeSignTool"
  260. />
  261. <Tool
  262. Name="VCPostBuildEventTool"
  263. />
  264. <DeploymentTool
  265. ForceDirty="-1"
  266. RemoteDirectory=""
  267. RegisterOutput="0"
  268. AdditionalFiles=""
  269. />
  270. <DebuggerTool
  271. />
  272. </Configuration>
  273. <Configuration
  274. Name="Release|Smartphone 2003 (ARMV4)"
  275. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  276. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  277. ConfigurationType="4"
  278. CharacterSet="1"
  279. >
  280. <Tool
  281. Name="VCPreBuildEventTool"
  282. />
  283. <Tool
  284. Name="VCCustomBuildTool"
  285. />
  286. <Tool
  287. Name="MASM"
  288. />
  289. <Tool
  290. Name="VCXMLDataGeneratorTool"
  291. />
  292. <Tool
  293. Name="VCWebServiceProxyGeneratorTool"
  294. />
  295. <Tool
  296. Name="VCMIDLTool"
  297. />
  298. <Tool
  299. Name="VCCLCompilerTool"
  300. ExecutionBucket="7"
  301. Optimization="2"
  302. AdditionalIncludeDirectories="../../third_party/bnlib;../../include;../../include/enterprise;../../third_party/bgaes;../../test/include"
  303. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;ZRTP_ENABLE_EC=1"
  304. RuntimeLibrary="0"
  305. BufferSecurityCheck="false"
  306. UsePrecompiledHeader="0"
  307. WarningLevel="3"
  308. DebugInformationFormat="3"
  309. />
  310. <Tool
  311. Name="VCManagedResourceCompilerTool"
  312. />
  313. <Tool
  314. Name="VCResourceCompilerTool"
  315. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  316. Culture="1033"
  317. AdditionalIncludeDirectories="$(IntDir)"
  318. />
  319. <Tool
  320. Name="VCPreLinkEventTool"
  321. />
  322. <Tool
  323. Name="VCLibrarianTool"
  324. AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM"
  325. OutputFile="$(OutDir)/wince.lib"
  326. />
  327. <Tool
  328. Name="VCALinkTool"
  329. />
  330. <Tool
  331. Name="VCXDCMakeTool"
  332. />
  333. <Tool
  334. Name="VCBscMakeTool"
  335. />
  336. <Tool
  337. Name="VCFxCopTool"
  338. />
  339. <Tool
  340. Name="VCCodeSignTool"
  341. />
  342. <Tool
  343. Name="VCPostBuildEventTool"
  344. />
  345. <DeploymentTool
  346. ForceDirty="-1"
  347. RemoteDirectory=""
  348. RegisterOutput="0"
  349. AdditionalFiles=""
  350. />
  351. <DebuggerTool
  352. />
  353. </Configuration>
  354. </Configurations>
  355. <References>
  356. </References>
  357. <Files>
  358. <Filter
  359. Name="include"
  360. >
  361. <File
  362. RelativePath="..\..\include\zrtp.h"
  363. >
  364. </File>
  365. <File
  366. RelativePath="..\..\include\zrtp_base.h"
  367. >
  368. </File>
  369. <File
  370. RelativePath="..\..\include\zrtp_config.h"
  371. >
  372. </File>
  373. <File
  374. RelativePath="..\..\include\zrtp_config_user.h"
  375. >
  376. </File>
  377. <File
  378. RelativePath="..\..\include\zrtp_config_win.h"
  379. >
  380. </File>
  381. <File
  382. RelativePath="..\..\include\zrtp_crypto.h"
  383. >
  384. </File>
  385. <File
  386. RelativePath="..\..\include\zrtp_ec.h"
  387. >
  388. </File>
  389. <File
  390. RelativePath="..\..\include\zrtp_engine.h"
  391. >
  392. </File>
  393. <File
  394. RelativePath="..\..\include\zrtp_error.h"
  395. >
  396. </File>
  397. <File
  398. RelativePath="..\..\include\zrtp_iface.h"
  399. >
  400. </File>
  401. <File
  402. RelativePath="..\..\include\zrtp_iface_cache.h"
  403. >
  404. </File>
  405. <File
  406. RelativePath="..\..\include\zrtp_iface_system.h"
  407. >
  408. </File>
  409. <File
  410. RelativePath="..\..\include\zrtp_legal.h"
  411. >
  412. </File>
  413. <File
  414. RelativePath="..\..\include\zrtp_list.h"
  415. >
  416. </File>
  417. <File
  418. RelativePath="..\..\include\zrtp_log.h"
  419. >
  420. </File>
  421. <File
  422. RelativePath="..\..\include\zrtp_pbx.h"
  423. >
  424. </File>
  425. <File
  426. RelativePath="..\..\include\zrtp_protocol.h"
  427. >
  428. </File>
  429. <File
  430. RelativePath="..\..\include\zrtp_srtp.h"
  431. >
  432. </File>
  433. <File
  434. RelativePath="..\..\include\zrtp_srtp_builtin.h"
  435. >
  436. </File>
  437. <File
  438. RelativePath="..\..\include\zrtp_string.h"
  439. >
  440. </File>
  441. <File
  442. RelativePath="..\..\include\zrtp_types.h"
  443. >
  444. </File>
  445. <File
  446. RelativePath="..\..\include\zrtp_utils.h"
  447. >
  448. </File>
  449. </Filter>
  450. <Filter
  451. Name="src"
  452. >
  453. <File
  454. RelativePath="..\..\src\zrtp.c"
  455. >
  456. </File>
  457. <File
  458. RelativePath="..\..\src\zrtp_crc.c"
  459. >
  460. </File>
  461. <File
  462. RelativePath="..\..\src\zrtp_crypto_aes.c"
  463. >
  464. </File>
  465. <File
  466. RelativePath="..\..\src\zrtp_crypto_atl.c"
  467. >
  468. </File>
  469. <File
  470. RelativePath="..\..\src\zrtp_crypto_ec.c"
  471. >
  472. </File>
  473. <File
  474. RelativePath="..\..\src\zrtp_crypto_ecdh.c"
  475. >
  476. </File>
  477. <File
  478. RelativePath="..\..\src\zrtp_crypto_ecdsa.c"
  479. >
  480. </File>
  481. <File
  482. RelativePath="..\..\src\zrtp_crypto_hash.c"
  483. >
  484. </File>
  485. <File
  486. RelativePath="..\..\src\zrtp_crypto_pk.c"
  487. >
  488. </File>
  489. <File
  490. RelativePath="..\..\src\zrtp_crypto_sas.c"
  491. >
  492. </File>
  493. <File
  494. RelativePath="..\..\src\zrtp_datatypes.c"
  495. >
  496. </File>
  497. <File
  498. RelativePath="..\..\src\zrtp_engine.c"
  499. >
  500. </File>
  501. <File
  502. RelativePath="..\..\src\zrtp_engine_driven.c"
  503. >
  504. </File>
  505. <File
  506. RelativePath="..\..\src\zrtp_iface_cache.c"
  507. >
  508. </File>
  509. <File
  510. RelativePath="..\..\src\zrtp_iface_scheduler.c"
  511. >
  512. </File>
  513. <File
  514. RelativePath="..\..\src\zrtp_iface_sys.c"
  515. >
  516. </File>
  517. <File
  518. RelativePath="..\..\src\zrtp_initiator.c"
  519. >
  520. </File>
  521. <File
  522. RelativePath="..\..\src\zrtp_list.c"
  523. >
  524. </File>
  525. <File
  526. RelativePath="..\..\src\zrtp_log.c"
  527. >
  528. </File>
  529. <File
  530. RelativePath="..\..\src\zrtp_pbx.c"
  531. >
  532. </File>
  533. <File
  534. RelativePath="..\..\src\zrtp_protocol.c"
  535. >
  536. </File>
  537. <File
  538. RelativePath="..\..\src\zrtp_responder.c"
  539. >
  540. </File>
  541. <File
  542. RelativePath="..\..\src\zrtp_rng.c"
  543. >
  544. </File>
  545. <File
  546. RelativePath="..\..\src\zrtp_srtp_builtin.c"
  547. >
  548. </File>
  549. <File
  550. RelativePath="..\..\src\zrtp_string.c"
  551. >
  552. </File>
  553. <File
  554. RelativePath="..\..\src\zrtp_utils.c"
  555. >
  556. </File>
  557. <File
  558. RelativePath="..\..\src\zrtp_utils_proto.c"
  559. >
  560. </File>
  561. </Filter>
  562. <Filter
  563. Name="bgaes"
  564. >
  565. <File
  566. RelativePath="..\..\third_party\bgaes\aes.h"
  567. >
  568. </File>
  569. <File
  570. RelativePath="..\..\third_party\bgaes\aes_modes.c"
  571. >
  572. </File>
  573. <File
  574. RelativePath="..\..\third_party\..\third_party\bgaes\aescrypt.c"
  575. >
  576. </File>
  577. <File
  578. RelativePath="..\..\third_party\bgaes\aeskey.c"
  579. >
  580. </File>
  581. <File
  582. RelativePath="..\..\third_party\bgaes\aesopt.h"
  583. >
  584. </File>
  585. <File
  586. RelativePath="..\..\third_party\bgaes\aestab.c"
  587. >
  588. </File>
  589. <File
  590. RelativePath="..\..\third_party\bgaes\aestab.h"
  591. >
  592. </File>
  593. <File
  594. RelativePath="..\..\third_party\bgaes\bg2zrtp.h"
  595. >
  596. </File>
  597. <File
  598. RelativePath="..\..\third_party\bgaes\brg_types.h"
  599. >
  600. </File>
  601. <File
  602. RelativePath="..\..\third_party\bgaes\sha1.c"
  603. >
  604. <FileConfiguration
  605. Name="Debug|Pocket PC 2003 (ARMV4)"
  606. >
  607. <Tool
  608. Name="VCCLCompilerTool"
  609. ObjectFile="$(IntDir)/$(InputName)1.obj"
  610. />
  611. </FileConfiguration>
  612. <FileConfiguration
  613. Name="Debug|Smartphone 2003 (ARMV4)"
  614. >
  615. <Tool
  616. Name="VCCLCompilerTool"
  617. ObjectFile="$(IntDir)/$(InputName)1.obj"
  618. />
  619. </FileConfiguration>
  620. <FileConfiguration
  621. Name="Release|Pocket PC 2003 (ARMV4)"
  622. >
  623. <Tool
  624. Name="VCCLCompilerTool"
  625. ObjectFile="$(IntDir)/$(InputName)1.obj"
  626. />
  627. </FileConfiguration>
  628. <FileConfiguration
  629. Name="Release|Smartphone 2003 (ARMV4)"
  630. >
  631. <Tool
  632. Name="VCCLCompilerTool"
  633. ObjectFile="$(IntDir)/$(InputName)1.obj"
  634. />
  635. </FileConfiguration>
  636. </File>
  637. <File
  638. RelativePath="..\..\third_party\bgaes\sha1.h"
  639. >
  640. </File>
  641. <File
  642. RelativePath="..\..\third_party\bgaes\sha2.c"
  643. >
  644. <FileConfiguration
  645. Name="Debug|Pocket PC 2003 (ARMV4)"
  646. >
  647. <Tool
  648. Name="VCCLCompilerTool"
  649. ObjectFile="$(IntDir)/$(InputName)1.obj"
  650. />
  651. </FileConfiguration>
  652. <FileConfiguration
  653. Name="Debug|Smartphone 2003 (ARMV4)"
  654. >
  655. <Tool
  656. Name="VCCLCompilerTool"
  657. ObjectFile="$(IntDir)/$(InputName)1.obj"
  658. />
  659. </FileConfiguration>
  660. <FileConfiguration
  661. Name="Release|Pocket PC 2003 (ARMV4)"
  662. >
  663. <Tool
  664. Name="VCCLCompilerTool"
  665. ObjectFile="$(IntDir)/$(InputName)1.obj"
  666. />
  667. </FileConfiguration>
  668. <FileConfiguration
  669. Name="Release|Smartphone 2003 (ARMV4)"
  670. >
  671. <Tool
  672. Name="VCCLCompilerTool"
  673. ObjectFile="$(IntDir)/$(InputName)1.obj"
  674. />
  675. </FileConfiguration>
  676. </File>
  677. <File
  678. RelativePath="..\..\third_party\bgaes\sha2.h"
  679. >
  680. </File>
  681. </Filter>
  682. <Filter
  683. Name="bnlib"
  684. >
  685. <File
  686. RelativePath="..\..\third_party\bnlib\bn.c"
  687. >
  688. </File>
  689. <File
  690. RelativePath="..\..\third_party\bnlib\bn.h"
  691. >
  692. </File>
  693. <File
  694. RelativePath="..\..\third_party\bnlib\bn32.c"
  695. >
  696. </File>
  697. <File
  698. RelativePath="..\..\third_party\bnlib\bn32.h"
  699. >
  700. </File>
  701. <File
  702. RelativePath="..\..\third_party\bnlib\bninit32.c"
  703. >
  704. </File>
  705. <File
  706. RelativePath="..\..\third_party\bnlib\bnsize00.h"
  707. >
  708. </File>
  709. <File
  710. RelativePath="..\..\third_party\bnlib\config\config.h"
  711. >
  712. </File>
  713. <File
  714. RelativePath="..\..\third_party\bnlib\kludge.h"
  715. >
  716. </File>
  717. <File
  718. RelativePath="..\..\third_party\bnlib\lbn.h"
  719. >
  720. </File>
  721. <File
  722. RelativePath="..\..\third_party\bnlib\lbn32.c"
  723. >
  724. </File>
  725. <File
  726. RelativePath="..\..\third_party\bnlib\lbn32.h"
  727. >
  728. </File>
  729. <File
  730. RelativePath="..\..\third_party\bnlib\lbn80386.h"
  731. >
  732. </File>
  733. <File
  734. RelativePath="..\..\third_party\bnlib\lbnmem.c"
  735. >
  736. </File>
  737. <File
  738. RelativePath="..\..\third_party\bnlib\lbnmem.h"
  739. >
  740. </File>
  741. <File
  742. RelativePath="..\..\third_party\bnlib\legal.c"
  743. >
  744. </File>
  745. <File
  746. RelativePath="..\..\third_party\bnlib\legal.h"
  747. >
  748. </File>
  749. </Filter>
  750. <File
  751. RelativePath=".\ReadMe.txt"
  752. >
  753. </File>
  754. <File
  755. RelativePath="..\libzrtp_test_GUI\ReadMe.txt"
  756. >
  757. </File>
  758. </Files>
  759. <Globals>
  760. </Globals>
  761. </VisualStudioProject>