tinyRTP.vcproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="tinyRTP"
  6. ProjectGUID="{99B7D02F-8C70-4B45-AF3C-92313C3CEE15}"
  7. RootNamespace="tinyRTP"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  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="2"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="include;..\tinySAK\src;..\tinyNET\src;..\tinyMEDIA\include;..\thirdparties\win32\include"
  45. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;HAVE_SRTP=1;WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYRTP_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. WarnAsError="true"
  52. DebugInformationFormat="4"
  53. CompileAs="1"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. AdditionalDependencies="ws2_32.lib $(OutDir)\tinySAK.lib $(OutDir)\tinyNET.lib $(OutDir)\tinyMEDIA.lib &quot;..\thirdparties\win32\lib\srtp\libsrtp.a&quot; ..\thirdparties\win32\lib\libgcc.a"
  67. LinkIncremental="2"
  68. GenerateDebugInformation="true"
  69. SubSystem="2"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="2"
  99. CharacterSet="1"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. Optimization="3"
  120. EnableIntrinsicFunctions="true"
  121. AdditionalIncludeDirectories="..\thirdparties\win32\include;include;..\tinySAK\src;..\tinyNET\src;..\tinyMEDIA\include"
  122. PreprocessorDefinitions="HAVE_SRTP=1;WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYRTP_EXPORTS"
  123. RuntimeLibrary="2"
  124. EnableFunctionLevelLinking="false"
  125. UsePrecompiledHeader="0"
  126. WarningLevel="3"
  127. WarnAsError="true"
  128. DebugInformationFormat="0"
  129. CompileAs="1"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. AdditionalDependencies="ws2_32.lib $(OutDir)\tinySAK.lib $(OutDir)\tinyNET.lib $(OutDir)\tinyMEDIA.lib &quot;..\thirdparties\win32\lib\srtp\libsrtp.a&quot; &quot;..\thirdparties\win32\lib\libgcc.a&quot;"
  143. LinkIncremental="1"
  144. IgnoreDefaultLibraryNames="MSVCRTD"
  145. GenerateDebugInformation="false"
  146. SubSystem="2"
  147. OptimizeReferences="2"
  148. EnableCOMDATFolding="2"
  149. TargetMachine="0"
  150. />
  151. <Tool
  152. Name="VCALinkTool"
  153. />
  154. <Tool
  155. Name="VCManifestTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. />
  163. <Tool
  164. Name="VCFxCopTool"
  165. />
  166. <Tool
  167. Name="VCAppVerifierTool"
  168. />
  169. <Tool
  170. Name="VCPostBuildEventTool"
  171. />
  172. </Configuration>
  173. </Configurations>
  174. <References>
  175. </References>
  176. <Files>
  177. <Filter
  178. Name="source(*.c)"
  179. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  180. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  181. >
  182. <File
  183. RelativePath=".\src\trtp.c"
  184. >
  185. </File>
  186. <File
  187. RelativePath=".\src\trtp_manager.c"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".\src\trtp_srtp.c"
  192. >
  193. </File>
  194. <Filter
  195. Name="rtp"
  196. >
  197. <File
  198. RelativePath=".\src\rtp\trtp_rtp_header.c"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\src\rtp\trtp_rtp_packet.c"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\src\rtp\trtp_rtp_session.c"
  207. >
  208. </File>
  209. </Filter>
  210. <Filter
  211. Name="rtcp"
  212. >
  213. <File
  214. RelativePath=".\src\rtcp\trtp_rtcp_header.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\src\rtcp\trtp_rtcp_packet.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\src\rtcp\trtp_rtcp_rblock.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\src\rtcp\trtp_rtcp_report.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\src\rtcp\trtp_rtcp_report_bye.c"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\src\rtcp\trtp_rtcp_report_fb.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\src\rtcp\trtp_rtcp_report_rr.c"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\src\rtcp\trtp_rtcp_report_sdes.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".\src\rtcp\trtp_rtcp_report_sr.c"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\src\rtcp\trtp_rtcp_report_xr.c"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\src\rtcp\trtp_rtcp_sdes_chunck.c"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\src\rtcp\trtp_rtcp_sdes_item.c"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\src\rtcp\trtp_rtcp_session.c"
  263. >
  264. </File>
  265. </Filter>
  266. <Filter
  267. Name="rtsp"
  268. >
  269. </Filter>
  270. </Filter>
  271. <Filter
  272. Name="include(*.h)"
  273. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  274. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  275. >
  276. <File
  277. RelativePath=".\include\tinyrtp.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\include\tinyrtp_config.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\include\tinyrtp\trtp.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\include\tinyrtp\trtp_manager.h"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\include\tinyrtp\trtp_srtp.h"
  294. >
  295. </File>
  296. <Filter
  297. Name="rtp"
  298. >
  299. <File
  300. RelativePath=".\include\tinyrtp\rtp\trtp_rtp_header.h"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\include\tinyrtp\rtp\trtp_rtp_packet.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\include\tinyrtp\rtp\trtp_rtp_session.h"
  309. >
  310. </File>
  311. </Filter>
  312. <Filter
  313. Name="rtcp"
  314. >
  315. <File
  316. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_header.h"
  317. >
  318. </File>
  319. <File
  320. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_packet.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_rblock.h"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_report.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_report_bye.h"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_report_fb.h"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_report_rr.h"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_report_sdes.h"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_report_sr.h"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_report_xr.h"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_sdes_chunck.h"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_sdes_item.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\include\tinyrtp\rtcp\trtp_rtcp_session.h"
  365. >
  366. </File>
  367. </Filter>
  368. <Filter
  369. Name="rtsp"
  370. >
  371. </Filter>
  372. </Filter>
  373. <Filter
  374. Name="resources(*.rc)"
  375. >
  376. <File
  377. RelativePath=".\version.rc"
  378. >
  379. </File>
  380. </Filter>
  381. </Files>
  382. <Globals>
  383. </Globals>
  384. </VisualStudioProject>