pluginWinMF.vcproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="pluginWinMF"
  6. ProjectGUID="{E8596446-CB3A-4AD5-83C3-6562EE426494}"
  7. RootNamespace="pluginWinMF"
  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=".;..\..\thirdparties\win32\include;..\..\tinySAK\src;..\..\tinyMEDIA\include;..\..\tinySDP\include;..\..\tinyDAV\include;..\..\tinyRTP\include"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PLUGIN_WIN_MFP_EXPORTS;DEBUG_LEVEL=DEBUG_LEVEL_INFO;TINYDAV_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. WarnAsError="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinyMEDIA.lib"
  66. LinkIncremental="2"
  67. GenerateDebugInformation="true"
  68. SubSystem="2"
  69. TargetMachine="1"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCPostBuildEventTool"
  91. />
  92. </Configuration>
  93. <Configuration
  94. Name="Release|Win32"
  95. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  96. IntermediateDirectory="$(ConfigurationName)"
  97. ConfigurationType="2"
  98. CharacterSet="1"
  99. WholeProgramOptimization="1"
  100. >
  101. <Tool
  102. Name="VCPreBuildEventTool"
  103. />
  104. <Tool
  105. Name="VCCustomBuildTool"
  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. Optimization="3"
  119. EnableIntrinsicFunctions="true"
  120. AdditionalIncludeDirectories=".;..\..\thirdparties\win32\include;..\..\tinySAK\src;..\..\tinyMEDIA\include;..\..\tinySDP\include;..\..\tinyDAV\include;..\..\tinyRTP\include"
  121. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_WIN_MFP_EXPORTS;DEBUG_LEVEL=DEBUG_LEVEL_ERROR;TINYDAV_EXPORTS"
  122. RuntimeLibrary="2"
  123. EnableFunctionLevelLinking="true"
  124. UsePrecompiledHeader="0"
  125. WarningLevel="3"
  126. WarnAsError="true"
  127. DebugInformationFormat="0"
  128. />
  129. <Tool
  130. Name="VCManagedResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCPreLinkEventTool"
  137. />
  138. <Tool
  139. Name="VCLinkerTool"
  140. AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinyMEDIA.lib"
  141. LinkIncremental="1"
  142. GenerateDebugInformation="false"
  143. SubSystem="2"
  144. OptimizeReferences="2"
  145. EnableCOMDATFolding="2"
  146. TargetMachine="1"
  147. />
  148. <Tool
  149. Name="VCALinkTool"
  150. />
  151. <Tool
  152. Name="VCManifestTool"
  153. />
  154. <Tool
  155. Name="VCXDCMakeTool"
  156. />
  157. <Tool
  158. Name="VCBscMakeTool"
  159. />
  160. <Tool
  161. Name="VCFxCopTool"
  162. />
  163. <Tool
  164. Name="VCAppVerifierTool"
  165. />
  166. <Tool
  167. Name="VCPostBuildEventTool"
  168. />
  169. </Configuration>
  170. </Configurations>
  171. <References>
  172. </References>
  173. <Files>
  174. <Filter
  175. Name="Source Files"
  176. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  177. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  178. >
  179. <File
  180. RelativePath=".\dllmain_mf.cxx"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".\plugin_win_mf_codec_h264.cxx"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\plugin_win_mf_consumer_audio.cxx"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\plugin_win_mf_consumer_video.cxx"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\plugin_win_mf_converter_video.cxx"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\plugin_win_mf_producer_audio.cxx"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\plugin_win_mf_producer_video.cxx"
  205. >
  206. </File>
  207. <Filter
  208. Name="internals"
  209. >
  210. <File
  211. RelativePath=".\internals\mf_codec.cxx"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\internals\mf_custom_src.cxx"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\internals\mf_devices.cxx"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\internals\mf_display_watcher.cxx"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\internals\mf_sample_grabber.cxx"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\internals\mf_sample_queue.cxx"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\internals\mf_utils.cxx"
  236. >
  237. </File>
  238. </Filter>
  239. </Filter>
  240. <Filter
  241. Name="Header Files"
  242. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  243. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  244. >
  245. <File
  246. RelativePath=".\plugin_win_mf_config.h"
  247. >
  248. </File>
  249. <Filter
  250. Name="internals"
  251. >
  252. <File
  253. RelativePath=".\internals\mf_codec.h"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\internals\mf_custom_src.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\internals\mf_devices.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\internals\mf_display_watcher.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\internals\mf_sample_grabber.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\internals\mf_sample_queue.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\internals\mf_utils.h"
  278. >
  279. </File>
  280. </Filter>
  281. </Filter>
  282. <Filter
  283. Name="Resource Files"
  284. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  285. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  286. >
  287. <File
  288. RelativePath=".\version.rc"
  289. >
  290. </File>
  291. </Filter>
  292. <Filter
  293. Name="tdav"
  294. >
  295. <File
  296. RelativePath="..\..\tinyDAV\include\tinydav\codecs\h264\tdav_codec_h264_common.h"
  297. >
  298. </File>
  299. <File
  300. RelativePath="..\..\tinyDAV\src\codecs\h264\tdav_codec_h264_rtp.c"
  301. >
  302. </File>
  303. <File
  304. RelativePath="..\..\tinyDAV\include\tinydav\codecs\h264\tdav_codec_h264_rtp.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath="..\..\tinyDAV\src\audio\tdav_consumer_audio.c"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\..\tinyDAV\src\audio\tdav_producer_audio.c"
  313. >
  314. </File>
  315. </Filter>
  316. </Files>
  317. <Globals>
  318. </Globals>
  319. </VisualStudioProject>