libsrtp.vcproj 12 KB

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