Mpeg2DecFilter.vcproj
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:15k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="Mpeg2DecFilter"
  6. ProjectGUID="{305BAB2D-0D75-4FBC-8BCD-A2917392B48C}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="2"
  18. UseOfMFC="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="REGISTER_FILTER;WIN32;_DEBUG"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. ForceConformanceInForLoopScope="TRUE"
  28. UsePrecompiledHeader="3"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="FALSE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. RegisterOutput="TRUE"
  37. AdditionalDependencies="idct_mmx.obj motion_comp_mmx.obj decssD.lib dsutilD.lib strmbaseD.lib basevideofilterD.lib"
  38. OutputFile="$(OutDir)/$(ProjectName).ax"
  39. AdditionalLibraryDirectories="../../../../lib;../../../../lib/detours"
  40. ModuleDefinitionFile="Mpeg2DecFilter.def"
  41. GenerateDebugInformation="TRUE"
  42. SubSystem="2"
  43. TargetMachine="1"/>
  44. <Tool
  45. Name="VCMIDLTool"/>
  46. <Tool
  47. Name="VCPostBuildEventTool"/>
  48. <Tool
  49. Name="VCPreBuildEventTool"/>
  50. <Tool
  51. Name="VCPreLinkEventTool"/>
  52. <Tool
  53. Name="VCResourceCompilerTool"/>
  54. <Tool
  55. Name="VCWebServiceProxyGeneratorTool"/>
  56. <Tool
  57. Name="VCXMLDataGeneratorTool"/>
  58. <Tool
  59. Name="VCWebDeploymentTool"/>
  60. <Tool
  61. Name="VCManagedWrapperGeneratorTool"/>
  62. <Tool
  63. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  64. </Configuration>
  65. <Configuration
  66. Name="Release|Win32"
  67. OutputDirectory="Release"
  68. IntermediateDirectory="Release"
  69. ConfigurationType="2"
  70. UseOfMFC="1"
  71. CharacterSet="2">
  72. <Tool
  73. Name="VCCLCompilerTool"
  74. Optimization="3"
  75. InlineFunctionExpansion="1"
  76. FavorSizeOrSpeed="1"
  77. OmitFramePointers="TRUE"
  78. OptimizeForProcessor="1"
  79. PreprocessorDefinitions="REGISTER_FILTER;WIN32;NDEBUG"
  80. StringPooling="TRUE"
  81. RuntimeLibrary="0"
  82. EnableFunctionLevelLinking="TRUE"
  83. ForceConformanceInForLoopScope="TRUE"
  84. UsePrecompiledHeader="3"
  85. WarningLevel="3"
  86. Detect64BitPortabilityProblems="FALSE"
  87. DebugInformationFormat="0"/>
  88. <Tool
  89. Name="VCCustomBuildTool"/>
  90. <Tool
  91. Name="VCLinkerTool"
  92. AdditionalDependencies="idct_mmx.obj motion_comp_mmx.obj decssR.lib dsutilR.lib strmbaseR.lib basevideofilterR.lib"
  93. OutputFile="$(OutDir)/$(ProjectName).ax"
  94. AdditionalLibraryDirectories="../../../../lib;../../../../lib/detours"
  95. ModuleDefinitionFile="Mpeg2DecFilter.def"
  96. GenerateDebugInformation="FALSE"
  97. SubSystem="2"
  98. OptimizeReferences="2"
  99. EnableCOMDATFolding="2"
  100. TargetMachine="1"/>
  101. <Tool
  102. Name="VCMIDLTool"/>
  103. <Tool
  104. Name="VCPostBuildEventTool"/>
  105. <Tool
  106. Name="VCPreBuildEventTool"/>
  107. <Tool
  108. Name="VCPreLinkEventTool"/>
  109. <Tool
  110. Name="VCResourceCompilerTool"/>
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"/>
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"/>
  115. <Tool
  116. Name="VCWebDeploymentTool"/>
  117. <Tool
  118. Name="VCManagedWrapperGeneratorTool"/>
  119. <Tool
  120. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  121. </Configuration>
  122. <Configuration
  123. Name="Debug Unicode|Win32"
  124. OutputDirectory="Debug Unicode"
  125. IntermediateDirectory="Debug Unicode"
  126. ConfigurationType="2"
  127. UseOfMFC="2"
  128. CharacterSet="1">
  129. <Tool
  130. Name="VCCLCompilerTool"
  131. Optimization="0"
  132. PreprocessorDefinitions="REGISTER_FILTER;WIN32;_DEBUG"
  133. MinimalRebuild="TRUE"
  134. BasicRuntimeChecks="3"
  135. RuntimeLibrary="3"
  136. ForceConformanceInForLoopScope="TRUE"
  137. UsePrecompiledHeader="3"
  138. WarningLevel="3"
  139. Detect64BitPortabilityProblems="FALSE"
  140. DebugInformationFormat="4"/>
  141. <Tool
  142. Name="VCCustomBuildTool"/>
  143. <Tool
  144. Name="VCLinkerTool"
  145. RegisterOutput="TRUE"
  146. AdditionalDependencies="idct_mmx.obj motion_comp_mmx.obj decssDU.lib dsutilDU.lib strmbaseDU.lib basevideofilterDU.lib"
  147. OutputFile="$(OutDir)/$(ProjectName).ax"
  148. AdditionalLibraryDirectories="../../../../lib;../../../../lib/detours"
  149. ModuleDefinitionFile="Mpeg2DecFilter.def"
  150. GenerateDebugInformation="TRUE"
  151. SubSystem="2"
  152. TargetMachine="1"/>
  153. <Tool
  154. Name="VCMIDLTool"/>
  155. <Tool
  156. Name="VCPostBuildEventTool"/>
  157. <Tool
  158. Name="VCPreBuildEventTool"/>
  159. <Tool
  160. Name="VCPreLinkEventTool"/>
  161. <Tool
  162. Name="VCResourceCompilerTool"/>
  163. <Tool
  164. Name="VCWebServiceProxyGeneratorTool"/>
  165. <Tool
  166. Name="VCXMLDataGeneratorTool"/>
  167. <Tool
  168. Name="VCWebDeploymentTool"/>
  169. <Tool
  170. Name="VCManagedWrapperGeneratorTool"/>
  171. <Tool
  172. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  173. </Configuration>
  174. <Configuration
  175. Name="Release Unicode|Win32"
  176. OutputDirectory="Release Unicode"
  177. IntermediateDirectory="Release Unicode"
  178. ConfigurationType="2"
  179. UseOfMFC="1"
  180. CharacterSet="1">
  181. <Tool
  182. Name="VCCLCompilerTool"
  183. Optimization="3"
  184. InlineFunctionExpansion="1"
  185. FavorSizeOrSpeed="1"
  186. OmitFramePointers="TRUE"
  187. OptimizeForProcessor="1"
  188. PreprocessorDefinitions="REGISTER_FILTER;WIN32;NDEBUG"
  189. StringPooling="TRUE"
  190. RuntimeLibrary="0"
  191. EnableFunctionLevelLinking="TRUE"
  192. ForceConformanceInForLoopScope="TRUE"
  193. UsePrecompiledHeader="3"
  194. WarningLevel="3"
  195. Detect64BitPortabilityProblems="FALSE"
  196. DebugInformationFormat="0"/>
  197. <Tool
  198. Name="VCCustomBuildTool"/>
  199. <Tool
  200. Name="VCLinkerTool"
  201. RegisterOutput="TRUE"
  202. AdditionalDependencies="idct_mmx.obj motion_comp_mmx.obj decssRU.lib dsutilRU.lib strmbaseRU.lib basevideofilterRU.lib"
  203. OutputFile="$(OutDir)/$(ProjectName).ax"
  204. AdditionalLibraryDirectories="../../../../lib;../../../../lib/detours"
  205. ModuleDefinitionFile="Mpeg2DecFilter.def"
  206. GenerateDebugInformation="FALSE"
  207. SubSystem="2"
  208. OptimizeReferences="2"
  209. EnableCOMDATFolding="2"
  210. TargetMachine="1"/>
  211. <Tool
  212. Name="VCMIDLTool"/>
  213. <Tool
  214. Name="VCPostBuildEventTool"/>
  215. <Tool
  216. Name="VCPreBuildEventTool"/>
  217. <Tool
  218. Name="VCPreLinkEventTool"/>
  219. <Tool
  220. Name="VCResourceCompilerTool"/>
  221. <Tool
  222. Name="VCWebServiceProxyGeneratorTool"/>
  223. <Tool
  224. Name="VCXMLDataGeneratorTool"/>
  225. <Tool
  226. Name="VCWebDeploymentTool"/>
  227. <Tool
  228. Name="VCManagedWrapperGeneratorTool"/>
  229. <Tool
  230. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  231. </Configuration>
  232. <Configuration
  233. Name="Debug lib|Win32"
  234. OutputDirectory="Debug lib"
  235. IntermediateDirectory="Debug lib"
  236. ConfigurationType="4"
  237. UseOfMFC="2"
  238. CharacterSet="2">
  239. <Tool
  240. Name="VCCLCompilerTool"
  241. Optimization="0"
  242. PreprocessorDefinitions="WIN32;_DEBUG"
  243. MinimalRebuild="TRUE"
  244. BasicRuntimeChecks="3"
  245. RuntimeLibrary="3"
  246. ForceConformanceInForLoopScope="TRUE"
  247. UsePrecompiledHeader="3"
  248. WarningLevel="3"
  249. Detect64BitPortabilityProblems="FALSE"
  250. DebugInformationFormat="4"/>
  251. <Tool
  252. Name="VCCustomBuildTool"/>
  253. <Tool
  254. Name="VCLibrarianTool"
  255. AdditionalDependencies="idct_mmx.obj motion_comp_mmx.obj"
  256. OutputFile="../../../../lib/$(ProjectName)D.lib"/>
  257. <Tool
  258. Name="VCMIDLTool"/>
  259. <Tool
  260. Name="VCPostBuildEventTool"/>
  261. <Tool
  262. Name="VCPreBuildEventTool"/>
  263. <Tool
  264. Name="VCPreLinkEventTool"/>
  265. <Tool
  266. Name="VCResourceCompilerTool"/>
  267. <Tool
  268. Name="VCWebServiceProxyGeneratorTool"/>
  269. <Tool
  270. Name="VCXMLDataGeneratorTool"/>
  271. <Tool
  272. Name="VCManagedWrapperGeneratorTool"/>
  273. <Tool
  274. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  275. </Configuration>
  276. <Configuration
  277. Name="Debug Unicode lib|Win32"
  278. OutputDirectory="Debug Unicode lib"
  279. IntermediateDirectory="Debug Unicode lib"
  280. ConfigurationType="4"
  281. UseOfMFC="2"
  282. CharacterSet="1">
  283. <Tool
  284. Name="VCCLCompilerTool"
  285. Optimization="0"
  286. PreprocessorDefinitions="WIN32;_DEBUG"
  287. MinimalRebuild="TRUE"
  288. BasicRuntimeChecks="3"
  289. RuntimeLibrary="3"
  290. ForceConformanceInForLoopScope="TRUE"
  291. UsePrecompiledHeader="3"
  292. WarningLevel="3"
  293. Detect64BitPortabilityProblems="FALSE"
  294. DebugInformationFormat="4"/>
  295. <Tool
  296. Name="VCCustomBuildTool"/>
  297. <Tool
  298. Name="VCLibrarianTool"
  299. AdditionalDependencies="idct_mmx.obj motion_comp_mmx.obj"
  300. OutputFile="../../../../lib/$(ProjectName)DU.lib"/>
  301. <Tool
  302. Name="VCMIDLTool"/>
  303. <Tool
  304. Name="VCPostBuildEventTool"/>
  305. <Tool
  306. Name="VCPreBuildEventTool"/>
  307. <Tool
  308. Name="VCPreLinkEventTool"/>
  309. <Tool
  310. Name="VCResourceCompilerTool"/>
  311. <Tool
  312. Name="VCWebServiceProxyGeneratorTool"/>
  313. <Tool
  314. Name="VCXMLDataGeneratorTool"/>
  315. <Tool
  316. Name="VCManagedWrapperGeneratorTool"/>
  317. <Tool
  318. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  319. </Configuration>
  320. <Configuration
  321. Name="Release lib|Win32"
  322. OutputDirectory="Release lib"
  323. IntermediateDirectory="Release lib"
  324. ConfigurationType="4"
  325. UseOfMFC="1"
  326. CharacterSet="2">
  327. <Tool
  328. Name="VCCLCompilerTool"
  329. Optimization="3"
  330. InlineFunctionExpansion="1"
  331. FavorSizeOrSpeed="1"
  332. OmitFramePointers="TRUE"
  333. OptimizeForProcessor="1"
  334. PreprocessorDefinitions="WIN32;NDEBUG"
  335. StringPooling="TRUE"
  336. RuntimeLibrary="0"
  337. EnableFunctionLevelLinking="TRUE"
  338. ForceConformanceInForLoopScope="TRUE"
  339. UsePrecompiledHeader="3"
  340. WarningLevel="3"
  341. Detect64BitPortabilityProblems="FALSE"
  342. DebugInformationFormat="0"/>
  343. <Tool
  344. Name="VCCustomBuildTool"/>
  345. <Tool
  346. Name="VCLibrarianTool"
  347. AdditionalDependencies="idct_mmx.obj motion_comp_mmx.obj"
  348. OutputFile="../../../../lib/$(ProjectName)R.lib"/>
  349. <Tool
  350. Name="VCMIDLTool"/>
  351. <Tool
  352. Name="VCPostBuildEventTool"/>
  353. <Tool
  354. Name="VCPreBuildEventTool"/>
  355. <Tool
  356. Name="VCPreLinkEventTool"/>
  357. <Tool
  358. Name="VCResourceCompilerTool"/>
  359. <Tool
  360. Name="VCWebServiceProxyGeneratorTool"/>
  361. <Tool
  362. Name="VCXMLDataGeneratorTool"/>
  363. <Tool
  364. Name="VCManagedWrapperGeneratorTool"/>
  365. <Tool
  366. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  367. </Configuration>
  368. <Configuration
  369. Name="Release Unicode lib|Win32"
  370. OutputDirectory="Release Unicode lib"
  371. IntermediateDirectory="Release Unicode lib"
  372. ConfigurationType="4"
  373. UseOfMFC="1"
  374. CharacterSet="1">
  375. <Tool
  376. Name="VCCLCompilerTool"
  377. Optimization="3"
  378. InlineFunctionExpansion="1"
  379. FavorSizeOrSpeed="1"
  380. OmitFramePointers="TRUE"
  381. OptimizeForProcessor="1"
  382. PreprocessorDefinitions="WIN32;NDEBUG"
  383. StringPooling="TRUE"
  384. RuntimeLibrary="0"
  385. EnableFunctionLevelLinking="TRUE"
  386. ForceConformanceInForLoopScope="TRUE"
  387. UsePrecompiledHeader="3"
  388. WarningLevel="3"
  389. Detect64BitPortabilityProblems="FALSE"
  390. DebugInformationFormat="0"/>
  391. <Tool
  392. Name="VCCustomBuildTool"/>
  393. <Tool
  394. Name="VCLibrarianTool"
  395. AdditionalDependencies="idct_mmx.obj motion_comp_mmx.obj"
  396. OutputFile="../../../../lib/$(ProjectName)RU.lib"/>
  397. <Tool
  398. Name="VCMIDLTool"/>
  399. <Tool
  400. Name="VCPostBuildEventTool"/>
  401. <Tool
  402. Name="VCPreBuildEventTool"/>
  403. <Tool
  404. Name="VCPreLinkEventTool"/>
  405. <Tool
  406. Name="VCResourceCompilerTool"/>
  407. <Tool
  408. Name="VCWebServiceProxyGeneratorTool"/>
  409. <Tool
  410. Name="VCXMLDataGeneratorTool"/>
  411. <Tool
  412. Name="VCManagedWrapperGeneratorTool"/>
  413. <Tool
  414. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  415. </Configuration>
  416. </Configurations>
  417. <References>
  418. </References>
  419. <Files>
  420. <Filter
  421. Name="Source Files"
  422. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  423. <File
  424. RelativePath=".idct_sse2.cpp">
  425. </File>
  426. <File
  427. RelativePath=".libmpeg2.cpp">
  428. <FileConfiguration
  429. Name="Release Unicode|Win32">
  430. <Tool
  431. Name="VCCLCompilerTool"
  432. InlineFunctionExpansion="1"
  433. OptimizeForProcessor="1"/>
  434. </FileConfiguration>
  435. <FileConfiguration
  436. Name="Release Unicode lib|Win32">
  437. <Tool
  438. Name="VCCLCompilerTool"
  439. InlineFunctionExpansion="1"
  440. OptimizeForProcessor="1"/>
  441. </FileConfiguration>
  442. </File>
  443. <File
  444. RelativePath=".mc_sse2.cpp">
  445. </File>
  446. <File
  447. RelativePath=".Mpeg2DecFilter.cpp">
  448. </File>
  449. <File
  450. RelativePath="stdafx.cpp">
  451. <FileConfiguration
  452. Name="Debug|Win32">
  453. <Tool
  454. Name="VCCLCompilerTool"
  455. UsePrecompiledHeader="1"/>
  456. </FileConfiguration>
  457. <FileConfiguration
  458. Name="Release|Win32">
  459. <Tool
  460. Name="VCCLCompilerTool"
  461. UsePrecompiledHeader="1"/>
  462. </FileConfiguration>
  463. <FileConfiguration
  464. Name="Debug Unicode|Win32">
  465. <Tool
  466. Name="VCCLCompilerTool"
  467. UsePrecompiledHeader="1"/>
  468. </FileConfiguration>
  469. <FileConfiguration
  470. Name="Release Unicode|Win32">
  471. <Tool
  472. Name="VCCLCompilerTool"
  473. UsePrecompiledHeader="1"/>
  474. </FileConfiguration>
  475. <FileConfiguration
  476. Name="Debug lib|Win32">
  477. <Tool
  478. Name="VCCLCompilerTool"
  479. UsePrecompiledHeader="1"/>
  480. </FileConfiguration>
  481. <FileConfiguration
  482. Name="Debug Unicode lib|Win32">
  483. <Tool
  484. Name="VCCLCompilerTool"
  485. UsePrecompiledHeader="1"/>
  486. </FileConfiguration>
  487. <FileConfiguration
  488. Name="Release lib|Win32">
  489. <Tool
  490. Name="VCCLCompilerTool"
  491. UsePrecompiledHeader="1"/>
  492. </FileConfiguration>
  493. <FileConfiguration
  494. Name="Release Unicode lib|Win32">
  495. <Tool
  496. Name="VCCLCompilerTool"
  497. UsePrecompiledHeader="1"/>
  498. </FileConfiguration>
  499. </File>
  500. </Filter>
  501. <Filter
  502. Name="Header Files"
  503. Filter="h;hpp;hxx;hm;inl;inc">
  504. <File
  505. RelativePath=".IMpeg2DecFilter.h">
  506. </File>
  507. <File
  508. RelativePath=".libmpeg2.h">
  509. </File>
  510. <File
  511. RelativePath=".Mpeg2DecFilter.h">
  512. </File>
  513. <File
  514. RelativePath=".resource.h">
  515. </File>
  516. <File
  517. RelativePath="stdafx.h">
  518. </File>
  519. </Filter>
  520. <Filter
  521. Name="Resource Files"
  522. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  523. <File
  524. RelativePath=".Mpeg2DecFilter.rc">
  525. <FileConfiguration
  526. Name="Debug lib|Win32"
  527. ExcludedFromBuild="TRUE">
  528. <Tool
  529. Name="VCResourceCompilerTool"/>
  530. </FileConfiguration>
  531. <FileConfiguration
  532. Name="Debug Unicode lib|Win32"
  533. ExcludedFromBuild="TRUE">
  534. <Tool
  535. Name="VCResourceCompilerTool"/>
  536. </FileConfiguration>
  537. <FileConfiguration
  538. Name="Release lib|Win32"
  539. ExcludedFromBuild="TRUE">
  540. <Tool
  541. Name="VCResourceCompilerTool"/>
  542. </FileConfiguration>
  543. <FileConfiguration
  544. Name="Release Unicode lib|Win32"
  545. ExcludedFromBuild="TRUE">
  546. <Tool
  547. Name="VCResourceCompilerTool"/>
  548. </FileConfiguration>
  549. </File>
  550. </Filter>
  551. </Files>
  552. <Globals>
  553. <Global
  554. Name="DevPartner_IsInstrumented"
  555. Value="1"/>
  556. </Globals>
  557. </VisualStudioProject>