libzrtp.vcproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="libzrtp"
  6. ProjectGUID="{C13CC324-E0CA-4492-9A30-310A6BD64FF5}"
  7. RootNamespace="libzrtp"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  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. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="../../include;../../third_party/bnlib;../../third_party/bgaes;../../test/include"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H=1;ZRTP_ENABLE_EC=1"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. StructMemberAlignment="0"
  51. UsePrecompiledHeader="0"
  52. WarningLevel="3"
  53. Detect64BitPortabilityProblems="false"
  54. DebugInformationFormat="3"
  55. CompileAs="1"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. />
  66. <Tool
  67. Name="VCLibrarianTool"
  68. OutputFile="$(OutDir)/libzrtp.lib"
  69. />
  70. <Tool
  71. Name="VCALinkTool"
  72. />
  73. <Tool
  74. Name="VCXDCMakeTool"
  75. />
  76. <Tool
  77. Name="VCBscMakeTool"
  78. />
  79. <Tool
  80. Name="VCFxCopTool"
  81. />
  82. <Tool
  83. Name="VCPostBuildEventTool"
  84. />
  85. </Configuration>
  86. <Configuration
  87. Name="Release|Win32"
  88. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  89. IntermediateDirectory="$(ConfigurationName)"
  90. ConfigurationType="4"
  91. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  92. CharacterSet="2"
  93. >
  94. <Tool
  95. Name="VCPreBuildEventTool"
  96. />
  97. <Tool
  98. Name="VCCustomBuildTool"
  99. />
  100. <Tool
  101. Name="VCXMLDataGeneratorTool"
  102. />
  103. <Tool
  104. Name="VCWebServiceProxyGeneratorTool"
  105. />
  106. <Tool
  107. Name="VCMIDLTool"
  108. />
  109. <Tool
  110. Name="VCCLCompilerTool"
  111. AdditionalIncludeDirectories="../../include;../../third_party/bnlib;../../third_party/bgaes"
  112. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H=1;ZRTP_ENABLE_EC=1"
  113. ExceptionHandling="0"
  114. RuntimeLibrary="0"
  115. StructMemberAlignment="0"
  116. BufferSecurityCheck="false"
  117. UsePrecompiledHeader="0"
  118. WarningLevel="3"
  119. Detect64BitPortabilityProblems="false"
  120. DebugInformationFormat="3"
  121. CompileAs="1"
  122. />
  123. <Tool
  124. Name="VCManagedResourceCompilerTool"
  125. />
  126. <Tool
  127. Name="VCResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCPreLinkEventTool"
  131. />
  132. <Tool
  133. Name="VCLibrarianTool"
  134. OutputFile="$(OutDir)/libzrtp.lib"
  135. />
  136. <Tool
  137. Name="VCALinkTool"
  138. />
  139. <Tool
  140. Name="VCXDCMakeTool"
  141. />
  142. <Tool
  143. Name="VCBscMakeTool"
  144. />
  145. <Tool
  146. Name="VCFxCopTool"
  147. />
  148. <Tool
  149. Name="VCPostBuildEventTool"
  150. />
  151. </Configuration>
  152. </Configurations>
  153. <References>
  154. </References>
  155. <Files>
  156. <Filter
  157. Name="include"
  158. >
  159. <File
  160. RelativePath="..\..\include\zrtp.h"
  161. >
  162. </File>
  163. <File
  164. RelativePath="..\..\include\zrtp_base.h"
  165. >
  166. </File>
  167. <File
  168. RelativePath="..\..\include\zrtp_config.h"
  169. >
  170. </File>
  171. <File
  172. RelativePath="..\..\include\zrtp_config_user.h"
  173. >
  174. </File>
  175. <File
  176. RelativePath="..\..\include\zrtp_config_win.h"
  177. >
  178. </File>
  179. <File
  180. RelativePath="..\..\include\zrtp_crypto.h"
  181. >
  182. </File>
  183. <File
  184. RelativePath="..\..\include\zrtp_ec.h"
  185. >
  186. </File>
  187. <File
  188. RelativePath="..\..\include\zrtp_engine.h"
  189. >
  190. </File>
  191. <File
  192. RelativePath="..\..\include\zrtp_error.h"
  193. >
  194. </File>
  195. <File
  196. RelativePath="..\..\include\zrtp_iface.h"
  197. >
  198. </File>
  199. <File
  200. RelativePath="..\..\include\zrtp_iface_builtin.h"
  201. >
  202. </File>
  203. <File
  204. RelativePath="..\..\include\zrtp_iface_cache.h"
  205. >
  206. </File>
  207. <File
  208. RelativePath="..\..\include\zrtp_iface_system.h"
  209. >
  210. </File>
  211. <File
  212. RelativePath="..\..\include\zrtp_legal.h"
  213. >
  214. </File>
  215. <File
  216. RelativePath="..\..\include\zrtp_list.h"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\..\include\zrtp_log.h"
  221. >
  222. </File>
  223. <File
  224. RelativePath="..\..\include\zrtp_pbx.h"
  225. >
  226. </File>
  227. <File
  228. RelativePath="..\..\include\zrtp_protocol.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath="..\..\include\zrtp_srtp.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath="..\..\include\zrtp_srtp_builtin.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath="..\..\include\zrtp_string.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\..\include\zrtp_types.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\..\include\zrtp_utils.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath="..\..\include\zrtp_version.h"
  253. >
  254. </File>
  255. </Filter>
  256. <Filter
  257. Name="src"
  258. >
  259. <File
  260. RelativePath="..\..\src\zrtp.c"
  261. >
  262. </File>
  263. <File
  264. RelativePath="..\..\src\zrtp_crc.c"
  265. >
  266. </File>
  267. <File
  268. RelativePath="..\..\src\zrtp_crypto_aes.c"
  269. >
  270. </File>
  271. <File
  272. RelativePath="..\..\src\zrtp_crypto_atl.c"
  273. >
  274. </File>
  275. <File
  276. RelativePath="..\..\src\zrtp_crypto_ec.c"
  277. >
  278. </File>
  279. <File
  280. RelativePath="..\..\src\zrtp_crypto_ecdh.c"
  281. >
  282. </File>
  283. <File
  284. RelativePath="..\..\src\zrtp_crypto_hash.c"
  285. >
  286. </File>
  287. <File
  288. RelativePath="..\..\src\zrtp_crypto_pk.c"
  289. >
  290. </File>
  291. <File
  292. RelativePath="..\..\src\zrtp_crypto_sas.c"
  293. >
  294. </File>
  295. <File
  296. RelativePath="..\..\src\zrtp_datatypes.c"
  297. >
  298. </File>
  299. <File
  300. RelativePath="..\..\src\zrtp_engine.c"
  301. >
  302. </File>
  303. <File
  304. RelativePath="..\..\src\zrtp_engine_driven.c"
  305. >
  306. </File>
  307. <File
  308. RelativePath="..\..\src\zrtp_iface_cache.c"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\..\src\zrtp_iface_scheduler.c"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\..\src\zrtp_iface_sys.c"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\..\src\zrtp_initiator.c"
  321. >
  322. </File>
  323. <File
  324. RelativePath="..\..\src\zrtp_legal.c"
  325. >
  326. </File>
  327. <File
  328. RelativePath="..\..\src\zrtp_list.c"
  329. >
  330. </File>
  331. <File
  332. RelativePath="..\..\src\zrtp_log.c"
  333. >
  334. </File>
  335. <File
  336. RelativePath="..\..\src\zrtp_pbx.c"
  337. >
  338. </File>
  339. <File
  340. RelativePath="..\..\src\zrtp_protocol.c"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\..\src\zrtp_responder.c"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\..\src\zrtp_rng.c"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\..\src\zrtp_srtp_builtin.c"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\..\src\zrtp_string.c"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\..\src\zrtp_utils.c"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\..\src\zrtp_utils_proto.c"
  365. >
  366. </File>
  367. </Filter>
  368. <Filter
  369. Name="bnlib"
  370. >
  371. <File
  372. RelativePath="..\..\third_party\bnlib\bn.c"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\..\third_party\bnlib\bn.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\..\third_party\bnlib\bn32.c"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\..\third_party\bnlib\bn32.h"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\..\third_party\bnlib\bninit32.c"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\..\third_party\bnlib\bnsize00.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\..\third_party\bnlib\bntest00.c"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\..\third_party\bnlib\kludge.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\..\third_party\bnlib\lbn.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\..\third_party\bnlib\lbn32.c"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\..\third_party\bnlib\lbn32.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\..\third_party\bnlib\lbnmem.c"
  417. >
  418. </File>
  419. <File
  420. RelativePath="..\..\third_party\bnlib\lbnmem.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath="..\..\third_party\bnlib\legal.c"
  425. >
  426. </File>
  427. <File
  428. RelativePath="..\..\third_party\bnlib\legal.h"
  429. >
  430. </File>
  431. </Filter>
  432. <Filter
  433. Name="bgaes"
  434. >
  435. <File
  436. RelativePath="..\..\third_party\bgaes\aes.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath="..\..\third_party\bgaes\aes_modes.c"
  441. >
  442. </File>
  443. <File
  444. RelativePath="..\..\third_party\bgaes\aescrypt.c"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..\..\third_party\bgaes\aeskey.c"
  449. >
  450. </File>
  451. <File
  452. RelativePath="..\..\third_party\bgaes\aesopt.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath="..\..\third_party\bgaes\aestab.c"
  457. >
  458. </File>
  459. <File
  460. RelativePath="..\..\third_party\bgaes\aestab.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath="..\..\third_party\bgaes\bg2zrtp.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath="..\..\third_party\bgaes\brg_types.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath="..\..\third_party\bgaes\sha1.c"
  473. >
  474. </File>
  475. <File
  476. RelativePath="..\..\third_party\bgaes\sha1.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath="..\..\third_party\bgaes\sha2.c"
  481. >
  482. </File>
  483. <File
  484. RelativePath="..\..\third_party\bgaes\sha2.h"
  485. >
  486. </File>
  487. </Filter>
  488. <File
  489. RelativePath="..\..\ChangeLog"
  490. >
  491. </File>
  492. <File
  493. RelativePath="..\..\News"
  494. >
  495. </File>
  496. </Files>
  497. <Globals>
  498. </Globals>
  499. </VisualStudioProject>