pluginDirectShow.vcproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="pluginDirectShow"
  6. ProjectGUID="{6A69773C-0C70-4BD4-8362-C274CAFD58F2}"
  7. RootNamespace="pluginDirectShow"
  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;..\..\thirdparties\win32\include\directshow;..\..\tinySAK\src;..\..\tinyMEDIA\include;..\..\tinySDP\include"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PLUGIN_DSHOW_EXPORTS;_WIN32_WINNT=0x0501"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. AdditionalDependencies="..\..\thirdparties\win32\lib\directshow\strmbasd.lib dmoguids.lib strmiids.lib uuid.lib Winmm.lib $(OutDir)\tinySAK.lib $(OutDir)\tinyMEDIA.lib"
  65. LinkIncremental="2"
  66. GenerateDebugInformation="true"
  67. SubSystem="2"
  68. TargetMachine="1"
  69. />
  70. <Tool
  71. Name="VCALinkTool"
  72. />
  73. <Tool
  74. Name="VCManifestTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. />
  82. <Tool
  83. Name="VCFxCopTool"
  84. />
  85. <Tool
  86. Name="VCAppVerifierTool"
  87. />
  88. <Tool
  89. Name="VCPostBuildEventTool"
  90. />
  91. </Configuration>
  92. <Configuration
  93. Name="Release|Win32"
  94. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  95. IntermediateDirectory="$(ConfigurationName)"
  96. ConfigurationType="2"
  97. CharacterSet="1"
  98. WholeProgramOptimization="1"
  99. >
  100. <Tool
  101. Name="VCPreBuildEventTool"
  102. />
  103. <Tool
  104. Name="VCCustomBuildTool"
  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. Optimization="3"
  118. EnableIntrinsicFunctions="true"
  119. AdditionalIncludeDirectories=".;..\..\thirdparties\win32\include;..\..\thirdparties\win32\include\directshow;..\..\tinySAK\src;..\..\tinyMEDIA\include;..\..\tinySDP\include"
  120. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_DSHOW_EXPORTS;_WIN32_WINNT=0x0501"
  121. RuntimeLibrary="2"
  122. EnableFunctionLevelLinking="true"
  123. UsePrecompiledHeader="0"
  124. WarningLevel="3"
  125. DebugInformationFormat="0"
  126. />
  127. <Tool
  128. Name="VCManagedResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCPreLinkEventTool"
  135. />
  136. <Tool
  137. Name="VCLinkerTool"
  138. AdditionalDependencies="..\..\thirdparties\win32\lib\directshow\strmbase.lib dmoguids.lib strmiids.lib uuid.lib Winmm.lib $(OutDir)\tinySAK.lib $(OutDir)\tinyMEDIA.lib"
  139. LinkIncremental="1"
  140. GenerateDebugInformation="false"
  141. SubSystem="2"
  142. OptimizeReferences="2"
  143. EnableCOMDATFolding="2"
  144. TargetMachine="1"
  145. />
  146. <Tool
  147. Name="VCALinkTool"
  148. />
  149. <Tool
  150. Name="VCManifestTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. />
  158. <Tool
  159. Name="VCFxCopTool"
  160. />
  161. <Tool
  162. Name="VCAppVerifierTool"
  163. />
  164. <Tool
  165. Name="VCPostBuildEventTool"
  166. />
  167. </Configuration>
  168. </Configurations>
  169. <References>
  170. </References>
  171. <Files>
  172. <Filter
  173. Name="Source Files"
  174. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  175. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  176. >
  177. <File
  178. RelativePath=".\dllmain_dshow.cxx"
  179. >
  180. </File>
  181. <File
  182. RelativePath=".\plugin_screencast_dshow_producer.cxx"
  183. >
  184. </File>
  185. <File
  186. RelativePath=".\plugin_video_dshow_consumer.cxx"
  187. >
  188. </File>
  189. <File
  190. RelativePath=".\plugin_video_dshow_producer.cxx"
  191. >
  192. </File>
  193. <Filter
  194. Name="internals"
  195. >
  196. <File
  197. RelativePath=".\internals\DSCaptureFormat.cxx"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\internals\DSCaptureGraph.cxx"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\internals\DSCaptureUtils.cxx"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".\internals\DSDibHelper.cxx"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".\internals\DSDisplay.cxx"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\internals\DSDisplayGraph.cxx"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\internals\DSDisplayOverlay.cxx"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".\internals\DSDisplayOverlay.VMR.cxx"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".\internals\DSDisplayOverlay.VMR9.cxx"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\internals\DSFrameRateFilter.cxx"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\internals\DSGrabber.cxx"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".\internals\DSOutputFilter.cxx"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".\internals\DSOutputStream.cxx"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\internals\DSPushSourceDesktop.cxx"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".\internals\DSScreenCastGraph.cxx"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\internals\DSUtils.cxx"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\internals\Resizer.cxx"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\internals\VideoDisplayName.cxx"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\internals\VideoGrabberName.cxx"
  270. >
  271. </File>
  272. </Filter>
  273. </Filter>
  274. <Filter
  275. Name="Header Files"
  276. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  277. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  278. >
  279. <File
  280. RelativePath=".\plugin_dshow_config.h"
  281. >
  282. </File>
  283. <Filter
  284. Name="internals"
  285. >
  286. <File
  287. RelativePath=".\internals\DSBaseCaptureGraph.h"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\internals\DSBufferWriter.h"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\internals\DSCaptureFormat.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\internals\DSCaptureGraph.h"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\internals\DSCaptureUtils.h"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\internals\DSDibHelper.h"
  308. >
  309. </File>
  310. <File
  311. RelativePath=".\internals\DSDisplay.h"
  312. >
  313. </File>
  314. <File
  315. RelativePath=".\internals\DSDisplayGraph.h"
  316. >
  317. </File>
  318. <File
  319. RelativePath=".\internals\DSDisplayOverlay.h"
  320. >
  321. </File>
  322. <File
  323. RelativePath=".\internals\DSFrameRateFilter.h"
  324. >
  325. </File>
  326. <File
  327. RelativePath=".\internals\DSGrabber.h"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\internals\DSOutputFilter.h"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\internals\DSOutputStream.h"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\internals\DSPushSource.h"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\internals\DSScreenCastGraph.h"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\internals\DSUtils.h"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\internals\Resizer.h"
  352. >
  353. </File>
  354. <File
  355. RelativePath=".\internals\VideoDisplayName.h"
  356. >
  357. </File>
  358. <File
  359. RelativePath=".\internals\VideoFrame.h"
  360. >
  361. </File>
  362. <File
  363. RelativePath=".\internals\VideoGrabberName.h"
  364. >
  365. </File>
  366. </Filter>
  367. </Filter>
  368. <Filter
  369. Name="Resource Files"
  370. >
  371. <File
  372. RelativePath=".\version.rc"
  373. >
  374. </File>
  375. </Filter>
  376. </Files>
  377. <Globals>
  378. </Globals>
  379. </VisualStudioProject>