srtp.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="srtp"
  6. ProjectGUID="{EEF031CB-FED8-451E-A471-91EC8D4F6750}"
  7. RootNamespace="srtp"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="4"
  23. CharacterSet="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. Description="Creating config.h from config.hw"
  28. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. Description=""
  33. CommandLine=""
  34. Outputs=""
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="crypto/include;include"
  49. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. StructMemberAlignment="0"
  54. UsePrecompiledHeader="0"
  55. WarningLevel="3"
  56. Detect64BitPortabilityProblems="true"
  57. DebugInformationFormat="4"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLibrarianTool"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCXDCMakeTool"
  76. />
  77. <Tool
  78. Name="VCBscMakeTool"
  79. />
  80. <Tool
  81. Name="VCFxCopTool"
  82. />
  83. <Tool
  84. Name="VCPostBuildEventTool"
  85. />
  86. </Configuration>
  87. <Configuration
  88. Name="Release|Win32"
  89. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  90. IntermediateDirectory="$(ConfigurationName)"
  91. ConfigurationType="4"
  92. CharacterSet="1"
  93. WholeProgramOptimization="1"
  94. >
  95. <Tool
  96. Name="VCPreBuildEventTool"
  97. Description="Creating config.h from config.hw"
  98. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  99. />
  100. <Tool
  101. Name="VCCustomBuildTool"
  102. Description=""
  103. CommandLine=""
  104. Outputs=""
  105. />
  106. <Tool
  107. Name="VCXMLDataGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCMIDLTool"
  114. />
  115. <Tool
  116. Name="VCCLCompilerTool"
  117. AdditionalIncludeDirectories="crypto/include;include"
  118. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
  119. RuntimeLibrary="2"
  120. StructMemberAlignment="0"
  121. UsePrecompiledHeader="0"
  122. WarningLevel="3"
  123. Detect64BitPortabilityProblems="true"
  124. DebugInformationFormat="3"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCPreLinkEventTool"
  134. />
  135. <Tool
  136. Name="VCLibrarianTool"
  137. />
  138. <Tool
  139. Name="VCALinkTool"
  140. />
  141. <Tool
  142. Name="VCXDCMakeTool"
  143. />
  144. <Tool
  145. Name="VCBscMakeTool"
  146. />
  147. <Tool
  148. Name="VCFxCopTool"
  149. />
  150. <Tool
  151. Name="VCPostBuildEventTool"
  152. />
  153. </Configuration>
  154. <Configuration
  155. Name="Debug Dll|Win32"
  156. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  157. IntermediateDirectory="$(ConfigurationName)"
  158. ConfigurationType="2"
  159. CharacterSet="1"
  160. >
  161. <Tool
  162. Name="VCPreBuildEventTool"
  163. Description="Creating config.h from config.hw"
  164. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  165. />
  166. <Tool
  167. Name="VCCustomBuildTool"
  168. Description=""
  169. CommandLine=""
  170. Outputs=""
  171. />
  172. <Tool
  173. Name="VCXMLDataGeneratorTool"
  174. />
  175. <Tool
  176. Name="VCWebServiceProxyGeneratorTool"
  177. />
  178. <Tool
  179. Name="VCMIDLTool"
  180. />
  181. <Tool
  182. Name="VCCLCompilerTool"
  183. Optimization="0"
  184. EnableIntrinsicFunctions="true"
  185. AdditionalIncludeDirectories="crypto/include;include"
  186. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
  187. MinimalRebuild="true"
  188. BasicRuntimeChecks="3"
  189. RuntimeLibrary="3"
  190. StructMemberAlignment="0"
  191. UsePrecompiledHeader="0"
  192. WarningLevel="3"
  193. Detect64BitPortabilityProblems="true"
  194. DebugInformationFormat="4"
  195. />
  196. <Tool
  197. Name="VCManagedResourceCompilerTool"
  198. />
  199. <Tool
  200. Name="VCResourceCompilerTool"
  201. />
  202. <Tool
  203. Name="VCPreLinkEventTool"
  204. />
  205. <Tool
  206. Name="VCLinkerTool"
  207. AdditionalDependencies="Ws2_32.lib"
  208. ModuleDefinitionFile="srtp.def"
  209. OptimizeReferences="1"
  210. EnableCOMDATFolding="1"
  211. OptimizeForWindows98="1"
  212. LinkTimeCodeGeneration="0"
  213. />
  214. <Tool
  215. Name="VCALinkTool"
  216. />
  217. <Tool
  218. Name="VCManifestTool"
  219. />
  220. <Tool
  221. Name="VCXDCMakeTool"
  222. />
  223. <Tool
  224. Name="VCBscMakeTool"
  225. />
  226. <Tool
  227. Name="VCFxCopTool"
  228. />
  229. <Tool
  230. Name="VCAppVerifierTool"
  231. />
  232. <Tool
  233. Name="VCWebDeploymentTool"
  234. />
  235. <Tool
  236. Name="VCPostBuildEventTool"
  237. />
  238. </Configuration>
  239. <Configuration
  240. Name="Release Dll|Win32"
  241. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  242. IntermediateDirectory="$(ConfigurationName)"
  243. ConfigurationType="2"
  244. CharacterSet="1"
  245. WholeProgramOptimization="1"
  246. >
  247. <Tool
  248. Name="VCPreBuildEventTool"
  249. Description="Creating config.h from config.hw"
  250. CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
  251. />
  252. <Tool
  253. Name="VCCustomBuildTool"
  254. Description=""
  255. CommandLine=""
  256. Outputs=""
  257. />
  258. <Tool
  259. Name="VCXMLDataGeneratorTool"
  260. />
  261. <Tool
  262. Name="VCWebServiceProxyGeneratorTool"
  263. />
  264. <Tool
  265. Name="VCMIDLTool"
  266. />
  267. <Tool
  268. Name="VCCLCompilerTool"
  269. AdditionalIncludeDirectories="crypto/include;include"
  270. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
  271. RuntimeLibrary="2"
  272. StructMemberAlignment="0"
  273. UsePrecompiledHeader="0"
  274. WarningLevel="3"
  275. Detect64BitPortabilityProblems="true"
  276. DebugInformationFormat="3"
  277. />
  278. <Tool
  279. Name="VCManagedResourceCompilerTool"
  280. />
  281. <Tool
  282. Name="VCResourceCompilerTool"
  283. />
  284. <Tool
  285. Name="VCPreLinkEventTool"
  286. />
  287. <Tool
  288. Name="VCLinkerTool"
  289. AdditionalDependencies="Ws2_32.lib"
  290. ModuleDefinitionFile="srtp.def"
  291. />
  292. <Tool
  293. Name="VCALinkTool"
  294. />
  295. <Tool
  296. Name="VCManifestTool"
  297. />
  298. <Tool
  299. Name="VCXDCMakeTool"
  300. />
  301. <Tool
  302. Name="VCBscMakeTool"
  303. />
  304. <Tool
  305. Name="VCFxCopTool"
  306. />
  307. <Tool
  308. Name="VCAppVerifierTool"
  309. />
  310. <Tool
  311. Name="VCWebDeploymentTool"
  312. />
  313. <Tool
  314. Name="VCPostBuildEventTool"
  315. />
  316. </Configuration>
  317. </Configurations>
  318. <References>
  319. </References>
  320. <Files>
  321. <Filter
  322. Name="Source Files"
  323. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  324. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  325. >
  326. <File
  327. RelativePath=".\srtp\srtp.c"
  328. >
  329. </File>
  330. <Filter
  331. Name="Kernel"
  332. >
  333. <File
  334. RelativePath=".\crypto\kernel\alloc.c"
  335. >
  336. </File>
  337. <File
  338. RelativePath=".\crypto\kernel\crypto_kernel.c"
  339. >
  340. </File>
  341. <File
  342. RelativePath=".\crypto\rng\ctr_prng.c"
  343. >
  344. </File>
  345. <File
  346. RelativePath=".\crypto\kernel\err.c"
  347. >
  348. </File>
  349. <File
  350. RelativePath=".\crypto\kernel\key.c"
  351. >
  352. </File>
  353. <File
  354. RelativePath=".\crypto\rng\prng.c"
  355. >
  356. </File>
  357. <File
  358. RelativePath=".\crypto\rng\rand_source.c"
  359. >
  360. </File>
  361. </Filter>
  362. <Filter
  363. Name="Ciphers"
  364. >
  365. <File
  366. RelativePath=".\crypto\cipher\aes.c"
  367. >
  368. <FileConfiguration
  369. Name="Debug Dll|Win32"
  370. >
  371. <Tool
  372. Name="VCCLCompilerTool"
  373. InlineFunctionExpansion="0"
  374. EnableIntrinsicFunctions="false"
  375. EnableFunctionLevelLinking="false"
  376. />
  377. </FileConfiguration>
  378. </File>
  379. <File
  380. RelativePath=".\crypto\cipher\aes_cbc.c"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\crypto\cipher\aes_icm.c"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".\crypto\cipher\cipher.c"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\crypto\cipher\null_cipher.c"
  393. >
  394. </File>
  395. </Filter>
  396. <Filter
  397. Name="Hashes"
  398. >
  399. <File
  400. RelativePath=".\crypto\hash\auth.c"
  401. >
  402. </File>
  403. <File
  404. RelativePath=".\crypto\hash\hmac.c"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".\crypto\hash\null_auth.c"
  409. >
  410. </File>
  411. <File
  412. RelativePath=".\crypto\hash\sha1.c"
  413. >
  414. </File>
  415. </Filter>
  416. <Filter
  417. Name="Replay"
  418. >
  419. <File
  420. RelativePath=".\crypto\replay\rdb.c"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".\crypto\replay\rdbx.c"
  425. >
  426. </File>
  427. <File
  428. RelativePath=".\crypto\replay\ut_sim.c"
  429. >
  430. </File>
  431. </Filter>
  432. <Filter
  433. Name="Math"
  434. >
  435. <File
  436. RelativePath=".\crypto\math\datatypes.c"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\crypto\math\stat.c"
  441. >
  442. </File>
  443. </Filter>
  444. </Filter>
  445. <Filter
  446. Name="Header Files"
  447. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  448. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  449. >
  450. <File
  451. RelativePath=".\crypto\include\aes.h"
  452. >
  453. </File>
  454. <File
  455. RelativePath=".\crypto\include\aes_cbc.h"
  456. >
  457. </File>
  458. <File
  459. RelativePath=".\crypto\include\aes_icm.h"
  460. >
  461. </File>
  462. <File
  463. RelativePath=".\crypto\include\alloc.h"
  464. >
  465. </File>
  466. <File
  467. RelativePath=".\crypto\include\auth.h"
  468. >
  469. </File>
  470. <File
  471. RelativePath=".\crypto\include\cipher.h"
  472. >
  473. </File>
  474. <File
  475. RelativePath=".\crypto\include\config.h"
  476. >
  477. </File>
  478. <File
  479. RelativePath=".\crypto\include\crypto.h"
  480. >
  481. </File>
  482. <File
  483. RelativePath=".\crypto\include\crypto_kernel.h"
  484. >
  485. </File>
  486. <File
  487. RelativePath=".\crypto\include\crypto_math.h"
  488. >
  489. </File>
  490. <File
  491. RelativePath=".\crypto\include\crypto_types.h"
  492. >
  493. </File>
  494. <File
  495. RelativePath=".\crypto\include\cryptoalg.h"
  496. >
  497. </File>
  498. <File
  499. RelativePath=".\crypto\include\datatypes.h"
  500. >
  501. </File>
  502. <File
  503. RelativePath=".\crypto\include\err.h"
  504. >
  505. </File>
  506. <File
  507. RelativePath=".\crypto\include\gf2_8.h"
  508. >
  509. </File>
  510. <File
  511. RelativePath=".\crypto\include\hmac.h"
  512. >
  513. </File>
  514. <File
  515. RelativePath=".\crypto\include\integers.h"
  516. >
  517. </File>
  518. <File
  519. RelativePath=".\crypto\include\kernel_compat.h"
  520. >
  521. </File>
  522. <File
  523. RelativePath=".\crypto\include\key.h"
  524. >
  525. </File>
  526. <File
  527. RelativePath=".\crypto\include\null_auth.h"
  528. >
  529. </File>
  530. <File
  531. RelativePath=".\crypto\include\null_cipher.h"
  532. >
  533. </File>
  534. <File
  535. RelativePath=".\crypto\include\prng.h"
  536. >
  537. </File>
  538. <File
  539. RelativePath=".\crypto\include\rand_source.h"
  540. >
  541. </File>
  542. <File
  543. RelativePath=".\crypto\include\rdb.h"
  544. >
  545. </File>
  546. <File
  547. RelativePath=".\crypto\include\rdbx.h"
  548. >
  549. </File>
  550. <File
  551. RelativePath=".\include\rtp.h"
  552. >
  553. </File>
  554. <File
  555. RelativePath=".\crypto\include\sha1.h"
  556. >
  557. </File>
  558. <File
  559. RelativePath=".\include\srtp.h"
  560. >
  561. </File>
  562. <File
  563. RelativePath=".\crypto\include\stat.h"
  564. >
  565. </File>
  566. <File
  567. RelativePath=".\include\ut_sim.h"
  568. >
  569. </File>
  570. <File
  571. RelativePath=".\crypto\include\xfm.h"
  572. >
  573. </File>
  574. </Filter>
  575. <Filter
  576. Name="Resource Files"
  577. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  578. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  579. >
  580. </Filter>
  581. <File
  582. RelativePath=".\srtp.def"
  583. >
  584. </File>
  585. </Files>
  586. <Globals>
  587. </Globals>
  588. </VisualStudioProject>