libsrtp.2008.vcproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libsrtp"
  6. ProjectGUID="{EEF031CB-FED8-451E-A471-91EC8D4F6750}"
  7. RootNamespace="libsrtp"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="$(ConfigurationName)"
  25. IntermediateDirectory="$(ConfigurationName)"
  26. ConfigurationType="4"
  27. CharacterSet="1"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. Description="Creating config.h from config.hw"
  32. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  33. />
  34. <Tool
  35. Name="VCCustomBuildTool"
  36. Description=""
  37. CommandLine=""
  38. Outputs=""
  39. />
  40. <Tool
  41. Name="VCXMLDataGeneratorTool"
  42. />
  43. <Tool
  44. Name="VCWebServiceProxyGeneratorTool"
  45. />
  46. <Tool
  47. Name="VCMIDLTool"
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="0"
  52. AdditionalIncludeDirectories="crypto/include;include"
  53. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
  54. MinimalRebuild="true"
  55. BasicRuntimeChecks="3"
  56. RuntimeLibrary="3"
  57. StructMemberAlignment="0"
  58. BufferSecurityCheck="false"
  59. UsePrecompiledHeader="0"
  60. WarningLevel="4"
  61. WarnAsError="true"
  62. DebugInformationFormat="3"
  63. />
  64. <Tool
  65. Name="VCManagedResourceCompilerTool"
  66. />
  67. <Tool
  68. Name="VCResourceCompilerTool"
  69. />
  70. <Tool
  71. Name="VCPreLinkEventTool"
  72. />
  73. <Tool
  74. Name="VCLibrarianTool"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCPostBuildEventTool"
  90. />
  91. </Configuration>
  92. <Configuration
  93. Name="Debug|x64"
  94. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  95. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  96. ConfigurationType="4"
  97. CharacterSet="1"
  98. >
  99. <Tool
  100. Name="VCPreBuildEventTool"
  101. Description="Creating config.h from config.hw"
  102. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  103. />
  104. <Tool
  105. Name="VCCustomBuildTool"
  106. Description=""
  107. CommandLine=""
  108. Outputs=""
  109. />
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCMIDLTool"
  118. TargetEnvironment="3"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. Optimization="0"
  123. AdditionalIncludeDirectories="crypto/include;include"
  124. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
  125. MinimalRebuild="true"
  126. BasicRuntimeChecks="3"
  127. RuntimeLibrary="3"
  128. StructMemberAlignment="0"
  129. UsePrecompiledHeader="0"
  130. WarningLevel="4"
  131. WarnAsError="false"
  132. DebugInformationFormat="3"
  133. />
  134. <Tool
  135. Name="VCManagedResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCPreLinkEventTool"
  142. />
  143. <Tool
  144. Name="VCLibrarianTool"
  145. />
  146. <Tool
  147. Name="VCALinkTool"
  148. />
  149. <Tool
  150. Name="VCXDCMakeTool"
  151. />
  152. <Tool
  153. Name="VCBscMakeTool"
  154. />
  155. <Tool
  156. Name="VCFxCopTool"
  157. />
  158. <Tool
  159. Name="VCPostBuildEventTool"
  160. />
  161. </Configuration>
  162. <Configuration
  163. Name="Release|Win32"
  164. OutputDirectory="$(ConfigurationName)"
  165. IntermediateDirectory="$(ConfigurationName)"
  166. ConfigurationType="4"
  167. CharacterSet="1"
  168. WholeProgramOptimization="1"
  169. >
  170. <Tool
  171. Name="VCPreBuildEventTool"
  172. Description="Creating config.h from config.hw"
  173. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  174. />
  175. <Tool
  176. Name="VCCustomBuildTool"
  177. Description=""
  178. CommandLine=""
  179. Outputs=""
  180. />
  181. <Tool
  182. Name="VCXMLDataGeneratorTool"
  183. />
  184. <Tool
  185. Name="VCWebServiceProxyGeneratorTool"
  186. />
  187. <Tool
  188. Name="VCMIDLTool"
  189. />
  190. <Tool
  191. Name="VCCLCompilerTool"
  192. AdditionalIncludeDirectories="crypto/include;include"
  193. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
  194. RuntimeLibrary="2"
  195. StructMemberAlignment="0"
  196. BufferSecurityCheck="false"
  197. UsePrecompiledHeader="0"
  198. WarningLevel="4"
  199. WarnAsError="true"
  200. DebugInformationFormat="3"
  201. />
  202. <Tool
  203. Name="VCManagedResourceCompilerTool"
  204. />
  205. <Tool
  206. Name="VCResourceCompilerTool"
  207. />
  208. <Tool
  209. Name="VCPreLinkEventTool"
  210. />
  211. <Tool
  212. Name="VCLibrarianTool"
  213. />
  214. <Tool
  215. Name="VCALinkTool"
  216. />
  217. <Tool
  218. Name="VCXDCMakeTool"
  219. />
  220. <Tool
  221. Name="VCBscMakeTool"
  222. />
  223. <Tool
  224. Name="VCFxCopTool"
  225. />
  226. <Tool
  227. Name="VCPostBuildEventTool"
  228. />
  229. </Configuration>
  230. <Configuration
  231. Name="Release|x64"
  232. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  233. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  234. ConfigurationType="4"
  235. CharacterSet="1"
  236. WholeProgramOptimization="1"
  237. >
  238. <Tool
  239. Name="VCPreBuildEventTool"
  240. Description="Creating config.h from config.hw"
  241. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  242. />
  243. <Tool
  244. Name="VCCustomBuildTool"
  245. Description=""
  246. CommandLine=""
  247. Outputs=""
  248. />
  249. <Tool
  250. Name="VCXMLDataGeneratorTool"
  251. />
  252. <Tool
  253. Name="VCWebServiceProxyGeneratorTool"
  254. />
  255. <Tool
  256. Name="VCMIDLTool"
  257. TargetEnvironment="3"
  258. />
  259. <Tool
  260. Name="VCCLCompilerTool"
  261. AdditionalIncludeDirectories="crypto/include;include"
  262. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
  263. RuntimeLibrary="2"
  264. StructMemberAlignment="0"
  265. UsePrecompiledHeader="0"
  266. WarningLevel="4"
  267. WarnAsError="false"
  268. DebugInformationFormat="3"
  269. />
  270. <Tool
  271. Name="VCManagedResourceCompilerTool"
  272. />
  273. <Tool
  274. Name="VCResourceCompilerTool"
  275. />
  276. <Tool
  277. Name="VCPreLinkEventTool"
  278. />
  279. <Tool
  280. Name="VCLibrarianTool"
  281. />
  282. <Tool
  283. Name="VCALinkTool"
  284. />
  285. <Tool
  286. Name="VCXDCMakeTool"
  287. />
  288. <Tool
  289. Name="VCBscMakeTool"
  290. />
  291. <Tool
  292. Name="VCFxCopTool"
  293. />
  294. <Tool
  295. Name="VCPostBuildEventTool"
  296. />
  297. </Configuration>
  298. <Configuration
  299. Name="Debug Dll|Win32"
  300. OutputDirectory="$(SolutionDir)Debug"
  301. IntermediateDirectory="$(ConfigurationName)"
  302. ConfigurationType="2"
  303. CharacterSet="1"
  304. >
  305. <Tool
  306. Name="VCPreBuildEventTool"
  307. Description="Creating config.h from config.hw"
  308. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  309. />
  310. <Tool
  311. Name="VCCustomBuildTool"
  312. Description=""
  313. CommandLine=""
  314. Outputs=""
  315. />
  316. <Tool
  317. Name="VCXMLDataGeneratorTool"
  318. />
  319. <Tool
  320. Name="VCWebServiceProxyGeneratorTool"
  321. />
  322. <Tool
  323. Name="VCMIDLTool"
  324. />
  325. <Tool
  326. Name="VCCLCompilerTool"
  327. Optimization="0"
  328. EnableIntrinsicFunctions="true"
  329. AdditionalIncludeDirectories="crypto/include;include"
  330. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
  331. MinimalRebuild="true"
  332. BasicRuntimeChecks="3"
  333. RuntimeLibrary="3"
  334. StructMemberAlignment="0"
  335. BufferSecurityCheck="false"
  336. UsePrecompiledHeader="0"
  337. WarningLevel="4"
  338. WarnAsError="true"
  339. DebugInformationFormat="4"
  340. />
  341. <Tool
  342. Name="VCManagedResourceCompilerTool"
  343. />
  344. <Tool
  345. Name="VCResourceCompilerTool"
  346. />
  347. <Tool
  348. Name="VCPreLinkEventTool"
  349. />
  350. <Tool
  351. Name="VCLinkerTool"
  352. AdditionalDependencies="Ws2_32.lib"
  353. ModuleDefinitionFile="srtp.def"
  354. OptimizeReferences="1"
  355. EnableCOMDATFolding="1"
  356. OptimizeForWindows98="1"
  357. LinkTimeCodeGeneration="0"
  358. RandomizedBaseAddress="1"
  359. DataExecutionPrevention="0"
  360. />
  361. <Tool
  362. Name="VCALinkTool"
  363. />
  364. <Tool
  365. Name="VCManifestTool"
  366. />
  367. <Tool
  368. Name="VCXDCMakeTool"
  369. />
  370. <Tool
  371. Name="VCBscMakeTool"
  372. />
  373. <Tool
  374. Name="VCFxCopTool"
  375. />
  376. <Tool
  377. Name="VCAppVerifierTool"
  378. />
  379. <Tool
  380. Name="VCPostBuildEventTool"
  381. />
  382. </Configuration>
  383. <Configuration
  384. Name="Debug Dll|x64"
  385. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  386. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  387. ConfigurationType="2"
  388. CharacterSet="1"
  389. >
  390. <Tool
  391. Name="VCPreBuildEventTool"
  392. Description="Creating config.h from config.hw"
  393. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  394. />
  395. <Tool
  396. Name="VCCustomBuildTool"
  397. Description=""
  398. CommandLine=""
  399. Outputs=""
  400. />
  401. <Tool
  402. Name="VCXMLDataGeneratorTool"
  403. />
  404. <Tool
  405. Name="VCWebServiceProxyGeneratorTool"
  406. />
  407. <Tool
  408. Name="VCMIDLTool"
  409. TargetEnvironment="3"
  410. />
  411. <Tool
  412. Name="VCCLCompilerTool"
  413. Optimization="0"
  414. EnableIntrinsicFunctions="true"
  415. AdditionalIncludeDirectories="crypto/include;include"
  416. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
  417. MinimalRebuild="true"
  418. BasicRuntimeChecks="3"
  419. RuntimeLibrary="3"
  420. StructMemberAlignment="0"
  421. UsePrecompiledHeader="0"
  422. WarningLevel="4"
  423. WarnAsError="true"
  424. DebugInformationFormat="3"
  425. />
  426. <Tool
  427. Name="VCManagedResourceCompilerTool"
  428. />
  429. <Tool
  430. Name="VCResourceCompilerTool"
  431. />
  432. <Tool
  433. Name="VCPreLinkEventTool"
  434. />
  435. <Tool
  436. Name="VCLinkerTool"
  437. AdditionalDependencies="Ws2_32.lib"
  438. ModuleDefinitionFile="srtp.def"
  439. OptimizeReferences="1"
  440. EnableCOMDATFolding="1"
  441. OptimizeForWindows98="1"
  442. LinkTimeCodeGeneration="0"
  443. RandomizedBaseAddress="1"
  444. DataExecutionPrevention="0"
  445. TargetMachine="17"
  446. />
  447. <Tool
  448. Name="VCALinkTool"
  449. />
  450. <Tool
  451. Name="VCManifestTool"
  452. />
  453. <Tool
  454. Name="VCXDCMakeTool"
  455. />
  456. <Tool
  457. Name="VCBscMakeTool"
  458. />
  459. <Tool
  460. Name="VCFxCopTool"
  461. />
  462. <Tool
  463. Name="VCAppVerifierTool"
  464. />
  465. <Tool
  466. Name="VCPostBuildEventTool"
  467. />
  468. </Configuration>
  469. <Configuration
  470. Name="Release Dll|Win32"
  471. OutputDirectory="$(SolutionDir)Release"
  472. IntermediateDirectory="$(ConfigurationName)"
  473. ConfigurationType="2"
  474. CharacterSet="1"
  475. WholeProgramOptimization="1"
  476. >
  477. <Tool
  478. Name="VCPreBuildEventTool"
  479. Description="Creating config.h from config.hw"
  480. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  481. />
  482. <Tool
  483. Name="VCCustomBuildTool"
  484. Description=""
  485. CommandLine=""
  486. Outputs=""
  487. />
  488. <Tool
  489. Name="VCXMLDataGeneratorTool"
  490. />
  491. <Tool
  492. Name="VCWebServiceProxyGeneratorTool"
  493. />
  494. <Tool
  495. Name="VCMIDLTool"
  496. />
  497. <Tool
  498. Name="VCCLCompilerTool"
  499. AdditionalIncludeDirectories="crypto/include;include"
  500. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
  501. RuntimeLibrary="2"
  502. StructMemberAlignment="0"
  503. BufferSecurityCheck="false"
  504. UsePrecompiledHeader="0"
  505. WarningLevel="4"
  506. WarnAsError="true"
  507. DebugInformationFormat="3"
  508. />
  509. <Tool
  510. Name="VCManagedResourceCompilerTool"
  511. />
  512. <Tool
  513. Name="VCResourceCompilerTool"
  514. />
  515. <Tool
  516. Name="VCPreLinkEventTool"
  517. />
  518. <Tool
  519. Name="VCLinkerTool"
  520. AdditionalDependencies="Ws2_32.lib"
  521. ModuleDefinitionFile="srtp.def"
  522. RandomizedBaseAddress="1"
  523. DataExecutionPrevention="0"
  524. />
  525. <Tool
  526. Name="VCALinkTool"
  527. />
  528. <Tool
  529. Name="VCManifestTool"
  530. />
  531. <Tool
  532. Name="VCXDCMakeTool"
  533. />
  534. <Tool
  535. Name="VCBscMakeTool"
  536. />
  537. <Tool
  538. Name="VCFxCopTool"
  539. />
  540. <Tool
  541. Name="VCAppVerifierTool"
  542. />
  543. <Tool
  544. Name="VCPostBuildEventTool"
  545. />
  546. </Configuration>
  547. <Configuration
  548. Name="Release Dll|x64"
  549. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  550. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  551. ConfigurationType="2"
  552. CharacterSet="1"
  553. WholeProgramOptimization="1"
  554. >
  555. <Tool
  556. Name="VCPreBuildEventTool"
  557. Description="Creating config.h from config.hw"
  558. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  559. />
  560. <Tool
  561. Name="VCCustomBuildTool"
  562. Description=""
  563. CommandLine=""
  564. Outputs=""
  565. />
  566. <Tool
  567. Name="VCXMLDataGeneratorTool"
  568. />
  569. <Tool
  570. Name="VCWebServiceProxyGeneratorTool"
  571. />
  572. <Tool
  573. Name="VCMIDLTool"
  574. TargetEnvironment="3"
  575. />
  576. <Tool
  577. Name="VCCLCompilerTool"
  578. AdditionalIncludeDirectories="crypto/include;include"
  579. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
  580. RuntimeLibrary="2"
  581. StructMemberAlignment="0"
  582. UsePrecompiledHeader="0"
  583. WarningLevel="4"
  584. WarnAsError="true"
  585. DebugInformationFormat="3"
  586. />
  587. <Tool
  588. Name="VCManagedResourceCompilerTool"
  589. />
  590. <Tool
  591. Name="VCResourceCompilerTool"
  592. />
  593. <Tool
  594. Name="VCPreLinkEventTool"
  595. />
  596. <Tool
  597. Name="VCLinkerTool"
  598. AdditionalDependencies="Ws2_32.lib"
  599. ModuleDefinitionFile="srtp.def"
  600. RandomizedBaseAddress="1"
  601. DataExecutionPrevention="0"
  602. TargetMachine="17"
  603. />
  604. <Tool
  605. Name="VCALinkTool"
  606. />
  607. <Tool
  608. Name="VCManifestTool"
  609. />
  610. <Tool
  611. Name="VCXDCMakeTool"
  612. />
  613. <Tool
  614. Name="VCBscMakeTool"
  615. />
  616. <Tool
  617. Name="VCFxCopTool"
  618. />
  619. <Tool
  620. Name="VCAppVerifierTool"
  621. />
  622. <Tool
  623. Name="VCPostBuildEventTool"
  624. />
  625. </Configuration>
  626. </Configurations>
  627. <References>
  628. </References>
  629. <Files>
  630. <Filter
  631. Name="Source Files"
  632. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  633. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  634. >
  635. <File
  636. RelativePath=".\srtp\srtp.c"
  637. >
  638. </File>
  639. <Filter
  640. Name="Kernel"
  641. >
  642. <File
  643. RelativePath=".\crypto\kernel\alloc.c"
  644. >
  645. </File>
  646. <File
  647. RelativePath=".\crypto\kernel\crypto_kernel.c"
  648. >
  649. </File>
  650. <File
  651. RelativePath=".\crypto\rng\ctr_prng.c"
  652. >
  653. </File>
  654. <File
  655. RelativePath=".\crypto\kernel\err.c"
  656. >
  657. </File>
  658. <File
  659. RelativePath=".\crypto\kernel\key.c"
  660. >
  661. </File>
  662. <File
  663. RelativePath=".\crypto\rng\prng.c"
  664. >
  665. </File>
  666. <File
  667. RelativePath=".\crypto\rng\rand_source.c"
  668. >
  669. </File>
  670. </Filter>
  671. <Filter
  672. Name="Ciphers"
  673. >
  674. <File
  675. RelativePath=".\crypto\cipher\aes.c"
  676. >
  677. <FileConfiguration
  678. Name="Debug Dll|Win32"
  679. >
  680. <Tool
  681. Name="VCCLCompilerTool"
  682. InlineFunctionExpansion="0"
  683. EnableIntrinsicFunctions="false"
  684. EnableFunctionLevelLinking="false"
  685. />
  686. </FileConfiguration>
  687. <FileConfiguration
  688. Name="Debug Dll|x64"
  689. >
  690. <Tool
  691. Name="VCCLCompilerTool"
  692. InlineFunctionExpansion="0"
  693. EnableIntrinsicFunctions="false"
  694. EnableFunctionLevelLinking="false"
  695. />
  696. </FileConfiguration>
  697. </File>
  698. <File
  699. RelativePath=".\crypto\cipher\aes_cbc.c"
  700. >
  701. </File>
  702. <File
  703. RelativePath=".\crypto\cipher\aes_icm.c"
  704. >
  705. </File>
  706. <File
  707. RelativePath=".\crypto\cipher\cipher.c"
  708. >
  709. </File>
  710. <File
  711. RelativePath=".\crypto\cipher\null_cipher.c"
  712. >
  713. </File>
  714. </Filter>
  715. <Filter
  716. Name="Hashes"
  717. >
  718. <File
  719. RelativePath=".\crypto\hash\auth.c"
  720. >
  721. </File>
  722. <File
  723. RelativePath=".\crypto\hash\hmac.c"
  724. >
  725. </File>
  726. <File
  727. RelativePath=".\crypto\hash\null_auth.c"
  728. >
  729. </File>
  730. <File
  731. RelativePath=".\crypto\hash\sha1.c"
  732. >
  733. </File>
  734. </Filter>
  735. <Filter
  736. Name="Replay"
  737. >
  738. <File
  739. RelativePath=".\crypto\replay\rdb.c"
  740. >
  741. </File>
  742. <File
  743. RelativePath=".\crypto\replay\rdbx.c"
  744. >
  745. </File>
  746. <File
  747. RelativePath=".\crypto\replay\ut_sim.c"
  748. >
  749. </File>
  750. </Filter>
  751. <Filter
  752. Name="Math"
  753. >
  754. <File
  755. RelativePath=".\crypto\math\datatypes.c"
  756. >
  757. </File>
  758. <File
  759. RelativePath=".\crypto\math\stat.c"
  760. >
  761. </File>
  762. </Filter>
  763. </Filter>
  764. <Filter
  765. Name="Header Files"
  766. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  767. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  768. >
  769. <File
  770. RelativePath=".\crypto\include\aes.h"
  771. >
  772. </File>
  773. <File
  774. RelativePath=".\crypto\include\aes_cbc.h"
  775. >
  776. </File>
  777. <File
  778. RelativePath=".\crypto\include\aes_icm.h"
  779. >
  780. </File>
  781. <File
  782. RelativePath=".\crypto\include\alloc.h"
  783. >
  784. </File>
  785. <File
  786. RelativePath=".\crypto\include\auth.h"
  787. >
  788. </File>
  789. <File
  790. RelativePath=".\crypto\include\cipher.h"
  791. >
  792. </File>
  793. <File
  794. RelativePath=".\crypto\include\config.h"
  795. >
  796. </File>
  797. <File
  798. RelativePath=".\crypto\include\crypto.h"
  799. >
  800. </File>
  801. <File
  802. RelativePath=".\crypto\include\crypto_kernel.h"
  803. >
  804. </File>
  805. <File
  806. RelativePath=".\crypto\include\crypto_math.h"
  807. >
  808. </File>
  809. <File
  810. RelativePath=".\crypto\include\crypto_types.h"
  811. >
  812. </File>
  813. <File
  814. RelativePath=".\crypto\include\cryptoalg.h"
  815. >
  816. </File>
  817. <File
  818. RelativePath=".\crypto\include\datatypes.h"
  819. >
  820. </File>
  821. <File
  822. RelativePath=".\crypto\include\err.h"
  823. >
  824. </File>
  825. <File
  826. RelativePath=".\crypto\include\gf2_8.h"
  827. >
  828. </File>
  829. <File
  830. RelativePath=".\crypto\include\hmac.h"
  831. >
  832. </File>
  833. <File
  834. RelativePath=".\crypto\include\integers.h"
  835. >
  836. </File>
  837. <File
  838. RelativePath=".\crypto\include\kernel_compat.h"
  839. >
  840. </File>
  841. <File
  842. RelativePath=".\crypto\include\key.h"
  843. >
  844. </File>
  845. <File
  846. RelativePath=".\crypto\include\null_auth.h"
  847. >
  848. </File>
  849. <File
  850. RelativePath=".\crypto\include\null_cipher.h"
  851. >
  852. </File>
  853. <File
  854. RelativePath=".\crypto\include\prng.h"
  855. >
  856. </File>
  857. <File
  858. RelativePath=".\crypto\include\rand_source.h"
  859. >
  860. </File>
  861. <File
  862. RelativePath=".\crypto\include\rdb.h"
  863. >
  864. </File>
  865. <File
  866. RelativePath=".\crypto\include\rdbx.h"
  867. >
  868. </File>
  869. <File
  870. RelativePath=".\include\rtp.h"
  871. >
  872. </File>
  873. <File
  874. RelativePath=".\crypto\include\sha1.h"
  875. >
  876. </File>
  877. <File
  878. RelativePath=".\include\srtp.h"
  879. >
  880. </File>
  881. <File
  882. RelativePath=".\crypto\include\stat.h"
  883. >
  884. </File>
  885. <File
  886. RelativePath=".\include\ut_sim.h"
  887. >
  888. </File>
  889. <File
  890. RelativePath=".\crypto\include\xfm.h"
  891. >
  892. </File>
  893. </Filter>
  894. <Filter
  895. Name="Resource Files"
  896. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  897. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  898. >
  899. </Filter>
  900. <File
  901. RelativePath=".\srtp.def"
  902. >
  903. </File>
  904. </Files>
  905. <Globals>
  906. </Globals>
  907. </VisualStudioProject>