mplayerc_vs2005.vcproj
上传用户:tangyu_668
上传日期:2014-02-27
资源大小:678k
文件大小:29k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="mplayerc"
  6. ProjectGUID="{8CE7E5D0-C821-47AC-A247-28EC95B34670}"
  7. RootNamespace="mplayerc"
  8. Keyword="MFCProj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Release Unicode|Win32"
  20. ConfigurationType="1"
  21. InheritedPropertySheets="....common.vsprops;....release.vsprops"
  22. UseOfMFC="1"
  23. UseOfATL="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. CharacterSet="1"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="NDEBUG"
  42. MkTypLibCompatible="true"
  43. TargetEnvironment="1"
  44. TypeLibraryName=".Release_unicode/mplayerc.tlb"
  45. />
  46. <Tool
  47. Name="VCCLCompilerTool"
  48. AdditionalIncludeDirectories=""
  49. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
  50. PrecompiledHeaderThrough="stdafx.h"
  51. PrecompiledHeaderFile="$(OutDir)$(ProjectName).pch"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. PreprocessorDefinitions="NDEBUG"
  59. Culture="1033"
  60. AdditionalIncludeDirectories=""
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLinkerTool"
  67. AdditionalOptions="/MACHINE:I386"
  68. AdditionalDependencies="Delayimp.lib psapi.lib detours.lib qtmlClient.lib wmstub.lib dxguid.lib Dsound.lib strmbaseRU.lib dsutilRU.lib subpicRU.lib subtitlesRU.lib libssfRU.lib asyncreaderRU.lib audioswitcherRU.lib avi2ac3filterRU.lib bufferfilterRU.lib cddareaderRU.lib cdxareaderRU.lib d2vsourceRU.lib decssfilterRU.lib flicsourceRU.lib dtsac3sourceRU.lib basesourceRU.lib wavdestRU.lib shoutcastsourceRU.lib streamdrivethruRU.lib vtsreaderRU.lib basesplitterRU.lib MatroskaSplitterRU.lib MatroskaMuxerRU.lib RealMediaSplitterRU.lib AviSplitterRU.lib Mpeg2DecFilterRU.lib MpaDecFilterRU.lib RadGtSplitterRU.lib RoQSplitterRU.lib OggSplitterRU.lib NutSplitterRU.lib MpegSplitterRU.lib DiracSplitterRU.lib MpaSplitterRU.lib DSMSplitterRU.lib MP4SplitterRU.lib BaseMuxerRU.lib DSMMuxerRU.lib UDPReaderRU.lib FLVSplitterRU.lib zlibR.lib subtitlesourceRU.lib filtersRU.lib libvorbisidecR.lib SSFSplitterRU.lib libpngR.lib"
  69. OutputFile="$(OutDir)$(ProjectName).exe"
  70. AdditionalLibraryDirectories="../../../lib;../../../lib/wm7;../../../lib/qt6;../../../lib/detours"
  71. IgnoreDefaultLibraryNames="MSVCRT"
  72. DelayLoadDLLs="d3d9.dll;msimg32.dll;gdiplus.dll;psapi.dll"
  73. SubSystem="2"
  74. SupportUnloadOfDelayLoadedDLL="true"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCWebDeploymentTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. CommandLine="......binupx.exe --best &quot;$(TargetPath)&quot;"
  100. ExcludedFromBuild="true"
  101. />
  102. </Configuration>
  103. <Configuration
  104. Name="Debug Unicode|Win32"
  105. ConfigurationType="1"
  106. InheritedPropertySheets="....common.vsprops;....debug.vsprops"
  107. UseOfMFC="1"
  108. ATLMinimizesCRunTimeLibraryUsage="false"
  109. CharacterSet="1"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. PreprocessorDefinitions="_DEBUG"
  126. MkTypLibCompatible="true"
  127. TargetEnvironment="1"
  128. TypeLibraryName="$(OutDir)$(ProjectName).tlb"
  129. />
  130. <Tool
  131. Name="VCCLCompilerTool"
  132. AdditionalIncludeDirectories=""
  133. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
  134. PrecompiledHeaderThrough="stdafx.h"
  135. PrecompiledHeaderFile="$(OutDir)$(ProjectName).pch"
  136. />
  137. <Tool
  138. Name="VCManagedResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. PreprocessorDefinitions="_DEBUG"
  143. Culture="1033"
  144. />
  145. <Tool
  146. Name="VCPreLinkEventTool"
  147. />
  148. <Tool
  149. Name="VCLinkerTool"
  150. AdditionalOptions="/MACHINE:I386"
  151. AdditionalDependencies="Delayimp.lib psapi.lib detours.lib qtmlClient.lib wmstub.lib Dsound.lib dxguid.lib strmbaseDU.lib dsutilDU.lib subpicDU.lib subtitlesDU.lib libssfDU.lib asyncreaderDU.lib audioswitcherDU.lib avi2ac3filterDU.lib bufferfilterDU.lib cddareaderDU.lib cdxareaderDU.lib d2vsourceDU.lib decssfilterDU.lib flicsourceDU.lib dtsac3sourceDU.lib basesourceDU.lib subtitlesourceDU.lib wavdestDU.lib shoutcastsourceDU.lib streamdrivethruDU.lib vtsreaderDU.lib basesplitterDU.lib MatroskaSplitterDU.lib MatroskaMuxerDU.lib RealMediaSplitterDU.lib AviSplitterDU.lib Mpeg2DecFilterDU.lib MpaDecFilterDU.lib RadGtSplitterDU.lib RoQSplitterDU.lib OggSplitterDU.lib NutSplitterDU.lib MpegSplitterDU.lib DiracSplitterDU.lib MpaSplitterDU.lib DSMSplitterDU.lib MP4SplitterDU.lib BaseMuxerDU.lib DSMMuxerDU.lib UDPReaderDU.lib FLVSplitterDU.lib zlibD.lib filtersDU.lib libvorbisidecD.lib SSFSplitterDU.lib libpngD.lib"
  152. OutputFile="$(OutDir)$(ProjectName).exe"
  153. AdditionalLibraryDirectories="../../../lib;../../../lib/wm7;../../../lib/qt6;../../../lib/detours"
  154. IgnoreDefaultLibraryNames="MSVCRT;LIBCMT"
  155. DelayLoadDLLs="d3d9.dll;msimg32.dll;gdiplus.dll;psapi.dll"
  156. SubSystem="2"
  157. />
  158. <Tool
  159. Name="VCALinkTool"
  160. />
  161. <Tool
  162. Name="VCManifestTool"
  163. />
  164. <Tool
  165. Name="VCXDCMakeTool"
  166. />
  167. <Tool
  168. Name="VCBscMakeTool"
  169. />
  170. <Tool
  171. Name="VCFxCopTool"
  172. />
  173. <Tool
  174. Name="VCAppVerifierTool"
  175. />
  176. <Tool
  177. Name="VCWebDeploymentTool"
  178. />
  179. <Tool
  180. Name="VCPostBuildEventTool"
  181. />
  182. </Configuration>
  183. <Configuration
  184. Name="Release|Win32"
  185. ConfigurationType="1"
  186. InheritedPropertySheets="....common.vsprops;....release.vsprops"
  187. UseOfMFC="1"
  188. ATLMinimizesCRunTimeLibraryUsage="false"
  189. CharacterSet="2"
  190. >
  191. <Tool
  192. Name="VCPreBuildEventTool"
  193. />
  194. <Tool
  195. Name="VCCustomBuildTool"
  196. />
  197. <Tool
  198. Name="VCXMLDataGeneratorTool"
  199. />
  200. <Tool
  201. Name="VCWebServiceProxyGeneratorTool"
  202. />
  203. <Tool
  204. Name="VCMIDLTool"
  205. PreprocessorDefinitions="NDEBUG"
  206. MkTypLibCompatible="true"
  207. TargetEnvironment="1"
  208. TypeLibraryName=".Release/mplayerc.tlb"
  209. />
  210. <Tool
  211. Name="VCCLCompilerTool"
  212. AdditionalIncludeDirectories=""
  213. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
  214. PrecompiledHeaderThrough="stdafx.h"
  215. PrecompiledHeaderFile="$(OutDir)$(ProjectName).pch"
  216. />
  217. <Tool
  218. Name="VCManagedResourceCompilerTool"
  219. />
  220. <Tool
  221. Name="VCResourceCompilerTool"
  222. PreprocessorDefinitions="NDEBUG"
  223. Culture="1033"
  224. AdditionalIncludeDirectories=""
  225. />
  226. <Tool
  227. Name="VCPreLinkEventTool"
  228. />
  229. <Tool
  230. Name="VCLinkerTool"
  231. AdditionalOptions="/MACHINE:I386"
  232. AdditionalDependencies="Delayimp.lib psapi.lib detours.lib qtmlClient.lib wmstub.lib Dsound.lib dxguid.lib strmbaseR.lib dsutilR.lib subpicR.lib subtitlesR.lib libssfR.lib asyncreaderR.lib audioswitcherR.lib avi2ac3filterR.lib bufferfilterR.lib cddareaderR.lib cdxareaderR.lib d2vsourceR.lib decssfilterR.lib flicsourceR.lib dtsac3sourceR.lib basesourceR.lib wavdestR.lib shoutcastsourceR.lib streamdrivethruR.lib vtsreaderR.lib basesplitterR.lib MatroskaSplitterR.lib MatroskaMuxerR.lib RealMediaSplitterR.lib AviSplitterR.lib Mpeg2DecFilterR.lib MpaDecFilterR.lib RadGtSplitterR.lib RoQSplitterR.lib OggSplitterR.lib NutSplitterR.lib MpegSplitterR.lib DiracSplitterR.lib MpaSplitterR.lib DSMSplitterR.lib MP4SplitterR.lib BaseMuxerR.lib DSMMuxerR.lib UDPReaderR.lib FLVSplitterR.lib zlibR.lib subtitlesourceR.lib filtersR.lib libvorbisidecR.lib SSFSplitterR.lib libpngR.lib"
  233. OutputFile="$(OutDir)$(ProjectName).exe"
  234. AdditionalLibraryDirectories="../../../lib;../../../lib/wm7;../../../lib/qt6;../../../lib/detours"
  235. IgnoreDefaultLibraryNames="MSVCRT"
  236. DelayLoadDLLs="d3d9.dll;msimg32.dll;gdiplus.dll;psapi.dll"
  237. SubSystem="2"
  238. SupportUnloadOfDelayLoadedDLL="true"
  239. />
  240. <Tool
  241. Name="VCALinkTool"
  242. />
  243. <Tool
  244. Name="VCManifestTool"
  245. />
  246. <Tool
  247. Name="VCXDCMakeTool"
  248. />
  249. <Tool
  250. Name="VCBscMakeTool"
  251. />
  252. <Tool
  253. Name="VCFxCopTool"
  254. />
  255. <Tool
  256. Name="VCAppVerifierTool"
  257. />
  258. <Tool
  259. Name="VCWebDeploymentTool"
  260. />
  261. <Tool
  262. Name="VCPostBuildEventTool"
  263. CommandLine="......binupx.exe --best &quot;$(TargetPath)&quot;"
  264. ExcludedFromBuild="true"
  265. />
  266. </Configuration>
  267. <Configuration
  268. Name="Debug|Win32"
  269. ConfigurationType="1"
  270. InheritedPropertySheets="....common.vsprops;....debug.vsprops"
  271. UseOfMFC="1"
  272. ATLMinimizesCRunTimeLibraryUsage="false"
  273. CharacterSet="2"
  274. >
  275. <Tool
  276. Name="VCPreBuildEventTool"
  277. />
  278. <Tool
  279. Name="VCCustomBuildTool"
  280. />
  281. <Tool
  282. Name="VCXMLDataGeneratorTool"
  283. />
  284. <Tool
  285. Name="VCWebServiceProxyGeneratorTool"
  286. />
  287. <Tool
  288. Name="VCMIDLTool"
  289. PreprocessorDefinitions="_DEBUG"
  290. MkTypLibCompatible="true"
  291. TargetEnvironment="1"
  292. TypeLibraryName="$(OutDir)$(ProjectName).tlb"
  293. />
  294. <Tool
  295. Name="VCCLCompilerTool"
  296. AdditionalIncludeDirectories=""
  297. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
  298. PrecompiledHeaderThrough="stdafx.h"
  299. PrecompiledHeaderFile="$(OutDir)$(ProjectName).pch"
  300. />
  301. <Tool
  302. Name="VCManagedResourceCompilerTool"
  303. />
  304. <Tool
  305. Name="VCResourceCompilerTool"
  306. PreprocessorDefinitions="_DEBUG"
  307. Culture="1033"
  308. />
  309. <Tool
  310. Name="VCPreLinkEventTool"
  311. />
  312. <Tool
  313. Name="VCLinkerTool"
  314. AdditionalOptions="/MACHINE:I386"
  315. AdditionalDependencies="Delayimp.lib psapi.lib detours.lib qtmlClient.lib wmstub.lib Dsound.lib dxguid.lib strmbaseD.lib dsutilD.lib subpicD.lib subtitlesD.lib libssfD.lib asyncreaderD.lib audioswitcherD.lib avi2ac3filterD.lib bufferfilterD.lib cddareaderD.lib cdxareaderD.lib d2vsourceD.lib decssfilterD.lib flicsourceD.lib dtsac3sourceD.lib basesourceD.lib subtitlesourceD.lib wavdestD.lib shoutcastsourceD.lib streamdrivethruD.lib vtsreaderD.lib basesplitterD.lib MatroskaSplitterD.lib MatroskaMuxerD.lib RealMediaSplitterD.lib AviSplitterD.lib Mpeg2DecFilterD.lib MpaDecFilterD.lib RadGtSplitterD.lib RoQSplitterD.lib OggSplitterD.lib NutSplitterD.lib MpegSplitterD.lib DiracSplitterD.lib MpaSplitterD.lib DSMSplitterD.lib MP4SplitterD.lib BaseMuxerD.lib DSMMuxerD.lib UDPReaderD.lib FLVSplitterD.lib zlibD.lib filtersD.lib libvorbisidecD.lib SSFSplitterD.lib libpngD.lib"
  316. OutputFile="$(OutDir)$(ProjectName).exe"
  317. AdditionalLibraryDirectories="../../../lib;../../../lib/wm7;../../../lib/qt6;../../../lib/detours"
  318. IgnoreDefaultLibraryNames="MSVCRT;LIBCMT"
  319. DelayLoadDLLs="d3d9.dll;msimg32.dll;gdiplus.dll;psapi.dll"
  320. SubSystem="2"
  321. />
  322. <Tool
  323. Name="VCALinkTool"
  324. />
  325. <Tool
  326. Name="VCManifestTool"
  327. />
  328. <Tool
  329. Name="VCXDCMakeTool"
  330. />
  331. <Tool
  332. Name="VCBscMakeTool"
  333. />
  334. <Tool
  335. Name="VCFxCopTool"
  336. />
  337. <Tool
  338. Name="VCAppVerifierTool"
  339. />
  340. <Tool
  341. Name="VCWebDeploymentTool"
  342. />
  343. <Tool
  344. Name="VCPostBuildEventTool"
  345. />
  346. </Configuration>
  347. </Configurations>
  348. <References>
  349. </References>
  350. <Files>
  351. <Filter
  352. Name="Source Files"
  353. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  354. >
  355. <File
  356. RelativePath=".AuthDlg.cpp"
  357. >
  358. </File>
  359. <File
  360. RelativePath="BaseGraph.cpp"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".ChildView.cpp"
  365. >
  366. </File>
  367. <File
  368. RelativePath="ComPropertyPage.cpp"
  369. >
  370. </File>
  371. <File
  372. RelativePath="ComPropertySheet.cpp"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".ConvertChapDlg.cpp"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".ConvertDlg.cpp"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".ConvertPropsDlg.cpp"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".ConvertResDlg.cpp"
  389. >
  390. </File>
  391. <File
  392. RelativePath="CShockwaveFlash.cpp"
  393. >
  394. </File>
  395. <File
  396. RelativePath=".DeinterlacerFilter.cpp"
  397. >
  398. </File>
  399. <File
  400. RelativePath="DX7AllocatorPresenter.cpp"
  401. >
  402. </File>
  403. <File
  404. RelativePath="DX9AllocatorPresenter.cpp"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".FakeFilterMapper2.cpp"
  409. >
  410. </File>
  411. <File
  412. RelativePath="FavoriteAddDlg.cpp"
  413. >
  414. </File>
  415. <File
  416. RelativePath="FavoriteOrganizeDlg.cpp"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".FGFilter.cpp"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".FGManager.cpp"
  425. >
  426. </File>
  427. <File
  428. RelativePath="FileDropTarget.cpp"
  429. >
  430. </File>
  431. <File
  432. RelativePath="FloatEdit.cpp"
  433. >
  434. </File>
  435. <File
  436. RelativePath="GoToDlg.cpp"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".IPinHook.cpp"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".ISDb.cpp"
  445. >
  446. </File>
  447. <File
  448. RelativePath=".jpeg.cpp"
  449. >
  450. </File>
  451. <File
  452. RelativePath="KeyProvider.cpp"
  453. >
  454. </File>
  455. <File
  456. RelativePath=".libpng.c"
  457. >
  458. </File>
  459. <File
  460. RelativePath=".LineNumberEdit.cpp"
  461. >
  462. </File>
  463. <File
  464. RelativePath=".MacrovisionKicker.cpp"
  465. >
  466. </File>
  467. <File
  468. RelativePath=".MainFrm.cpp"
  469. >
  470. </File>
  471. <File
  472. RelativePath="MediaFormats.cpp"
  473. >
  474. </File>
  475. <File
  476. RelativePath="MediaTypesDlg.cpp"
  477. >
  478. </File>
  479. <File
  480. RelativePath=".mplayerc.cpp"
  481. >
  482. </File>
  483. <File
  484. RelativePath=".mplayerc.rc"
  485. >
  486. </File>
  487. <File
  488. RelativePath="OpenCapDeviceDlg.cpp"
  489. >
  490. </File>
  491. <File
  492. RelativePath="OpenDlg.cpp"
  493. >
  494. </File>
  495. <File
  496. RelativePath=".OpenFileDlg.cpp"
  497. >
  498. </File>
  499. <File
  500. RelativePath=".PixelShaderCompiler.cpp"
  501. >
  502. </File>
  503. <File
  504. RelativePath="PlayerCaptureBar.cpp"
  505. >
  506. </File>
  507. <File
  508. RelativePath="PlayerCaptureDialog.cpp"
  509. >
  510. </File>
  511. <File
  512. RelativePath="PlayerInfoBar.cpp"
  513. >
  514. </File>
  515. <File
  516. RelativePath="PlayerListCtrl.cpp"
  517. >
  518. </File>
  519. <File
  520. RelativePath="PlayerPlaylistBar.cpp"
  521. >
  522. </File>
  523. <File
  524. RelativePath="PlayerSeekBar.cpp"
  525. >
  526. </File>
  527. <File
  528. RelativePath=".PlayerShaderEditorBar.cpp"
  529. >
  530. </File>
  531. <File
  532. RelativePath="PlayerStatusBar.cpp"
  533. >
  534. </File>
  535. <File
  536. RelativePath="PlayerSubresyncBar.cpp"
  537. >
  538. </File>
  539. <File
  540. RelativePath="PlayerToolBar.cpp"
  541. >
  542. </File>
  543. <File
  544. RelativePath="Playlist.cpp"
  545. >
  546. </File>
  547. <File
  548. RelativePath="PnSPresetsDlg.cpp"
  549. >
  550. </File>
  551. <File
  552. RelativePath="PPageAccelTbl.cpp"
  553. >
  554. </File>
  555. <File
  556. RelativePath="PPageAudioSwitcher.cpp"
  557. >
  558. </File>
  559. <File
  560. RelativePath="PPageBase.cpp"
  561. >
  562. </File>
  563. <File
  564. RelativePath="PPageDVD.cpp"
  565. >
  566. </File>
  567. <File
  568. RelativePath=".PPageExternalFilters.cpp"
  569. >
  570. </File>
  571. <File
  572. RelativePath="PPageFileInfoClip.cpp"
  573. >
  574. </File>
  575. <File
  576. RelativePath="PPageFileInfoDetails.cpp"
  577. >
  578. </File>
  579. <File
  580. RelativePath=".PPageFileInfoRes.cpp"
  581. >
  582. </File>
  583. <File
  584. RelativePath="PPageFileInfoSheet.cpp"
  585. >
  586. </File>
  587. <File
  588. RelativePath="PPageFormats.cpp"
  589. >
  590. </File>
  591. <File
  592. RelativePath=".PPageInternalFilters.cpp"
  593. >
  594. </File>
  595. <File
  596. RelativePath=".PPageLogo.cpp"
  597. >
  598. </File>
  599. <File
  600. RelativePath=".PPageOutput.cpp"
  601. >
  602. </File>
  603. <File
  604. RelativePath="PPagePlayback.cpp"
  605. >
  606. </File>
  607. <File
  608. RelativePath="PPagePlayer.cpp"
  609. >
  610. </File>
  611. <File
  612. RelativePath="PPageSheet.cpp"
  613. >
  614. </File>
  615. <File
  616. RelativePath=".PPageSubDB.cpp"
  617. >
  618. </File>
  619. <File
  620. RelativePath="PPageSubStyle.cpp"
  621. >
  622. </File>
  623. <File
  624. RelativePath="PPageSubtitles.cpp"
  625. >
  626. </File>
  627. <File
  628. RelativePath="PPageTweaks.cpp"
  629. >
  630. </File>
  631. <File
  632. RelativePath=".PPageWebServer.cpp"
  633. >
  634. </File>
  635. <File
  636. RelativePath="QuicktimeGraph.cpp"
  637. >
  638. </File>
  639. <File
  640. RelativePath="RealMediaGraph.cpp"
  641. >
  642. </File>
  643. <File
  644. RelativePath="RealMediaWindowlessSite.cpp"
  645. >
  646. </File>
  647. <File
  648. RelativePath="RegFilterChooserDlg.cpp"
  649. >
  650. </File>
  651. <File
  652. RelativePath="SaveDlg.cpp"
  653. >
  654. </File>
  655. <File
  656. RelativePath="SaveTextFileDialog.cpp"
  657. >
  658. </File>
  659. <File
  660. RelativePath=".SaveThumbnailsDialog.cpp"
  661. >
  662. </File>
  663. <File
  664. RelativePath="SelectMediaType.cpp"
  665. >
  666. </File>
  667. <File
  668. RelativePath=".ShaderAutoCompleteDlg.cpp"
  669. >
  670. </File>
  671. <File
  672. RelativePath=".ShaderCombineDlg.cpp"
  673. >
  674. </File>
  675. <File
  676. RelativePath=".ShaderEditorDlg.cpp"
  677. >
  678. </File>
  679. <File
  680. RelativePath="ShockwaveGraph.cpp"
  681. >
  682. </File>
  683. <File
  684. RelativePath="StaticLink.cpp"
  685. >
  686. </File>
  687. <File
  688. RelativePath="StatusLabel.cpp"
  689. >
  690. </File>
  691. <File
  692. RelativePath=".StdAfx.cpp"
  693. >
  694. <FileConfiguration
  695. Name="Release Unicode|Win32"
  696. >
  697. <Tool
  698. Name="VCCLCompilerTool"
  699. UsePrecompiledHeader="1"
  700. />
  701. </FileConfiguration>
  702. <FileConfiguration
  703. Name="Debug Unicode|Win32"
  704. >
  705. <Tool
  706. Name="VCCLCompilerTool"
  707. UsePrecompiledHeader="1"
  708. />
  709. </FileConfiguration>
  710. <FileConfiguration
  711. Name="Release|Win32"
  712. >
  713. <Tool
  714. Name="VCCLCompilerTool"
  715. UsePrecompiledHeader="1"
  716. />
  717. </FileConfiguration>
  718. <FileConfiguration
  719. Name="Debug|Win32"
  720. >
  721. <Tool
  722. Name="VCCLCompilerTool"
  723. UsePrecompiledHeader="1"
  724. />
  725. </FileConfiguration>
  726. </File>
  727. <File
  728. RelativePath=".SubtitleDlDlg.cpp"
  729. >
  730. </File>
  731. <File
  732. RelativePath="TextPassThruFilter.cpp"
  733. >
  734. </File>
  735. <File
  736. RelativePath="VolumeCtrl.cpp"
  737. >
  738. </File>
  739. <File
  740. RelativePath=".WebClientSocket.cpp"
  741. >
  742. </File>
  743. <File
  744. RelativePath=".WebServer.cpp"
  745. >
  746. </File>
  747. <File
  748. RelativePath=".WebServerSocket.cpp"
  749. >
  750. </File>
  751. </Filter>
  752. <Filter
  753. Name="Header Files"
  754. Filter="h;hpp;hxx;hm;inl"
  755. >
  756. <File
  757. RelativePath=".AuthDlg.h"
  758. >
  759. </File>
  760. <File
  761. RelativePath="BaseGraph.h"
  762. >
  763. </File>
  764. <File
  765. RelativePath=".ChildView.h"
  766. >
  767. </File>
  768. <File
  769. RelativePath="ComPropertyPage.h"
  770. >
  771. </File>
  772. <File
  773. RelativePath="ComPropertySheet.h"
  774. >
  775. </File>
  776. <File
  777. RelativePath=".ConvertChapDlg.h"
  778. >
  779. </File>
  780. <File
  781. RelativePath=".ConvertDlg.h"
  782. >
  783. </File>
  784. <File
  785. RelativePath=".ConvertPropsDlg.h"
  786. >
  787. </File>
  788. <File
  789. RelativePath=".ConvertResDlg.h"
  790. >
  791. </File>
  792. <File
  793. RelativePath="CShockwaveFlash.h"
  794. >
  795. </File>
  796. <File
  797. RelativePath=".DeinterlacerFilter.h"
  798. >
  799. </File>
  800. <File
  801. RelativePath="DX7AllocatorPresenter.h"
  802. >
  803. </File>
  804. <File
  805. RelativePath="DX9AllocatorPresenter.h"
  806. >
  807. </File>
  808. <File
  809. RelativePath=".FakeFilterMapper2.h"
  810. >
  811. </File>
  812. <File
  813. RelativePath="FavoriteAddDlg.h"
  814. >
  815. </File>
  816. <File
  817. RelativePath="FavoriteOrganizeDlg.h"
  818. >
  819. </File>
  820. <File
  821. RelativePath=".FGFilter.h"
  822. >
  823. </File>
  824. <File
  825. RelativePath=".FGManager.h"
  826. >
  827. </File>
  828. <File
  829. RelativePath="FileDropTarget.h"
  830. >
  831. </File>
  832. <File
  833. RelativePath="FloatEdit.h"
  834. >
  835. </File>
  836. <File
  837. RelativePath="GoToDlg.h"
  838. >
  839. </File>
  840. <File
  841. RelativePath=".IGraphBuilder2.h"
  842. >
  843. </File>
  844. <File
  845. RelativePath=".IPinHook.h"
  846. >
  847. </File>
  848. <File
  849. RelativePath="IQTVideoSurface.h"
  850. >
  851. </File>
  852. <File
  853. RelativePath=".ISDb.h"
  854. >
  855. </File>
  856. <File
  857. RelativePath=".jpeg.h"
  858. >
  859. </File>
  860. <File
  861. RelativePath=".jpeg_tables.h"
  862. >
  863. </File>
  864. <File
  865. RelativePath="KeyProvider.h"
  866. >
  867. </File>
  868. <File
  869. RelativePath=".libpng.h"
  870. >
  871. </File>
  872. <File
  873. RelativePath=".LineNumberEdit.h"
  874. >
  875. </File>
  876. <File
  877. RelativePath=".MacrovisionKicker.h"
  878. >
  879. </File>
  880. <File
  881. RelativePath=".MainFrm.h"
  882. >
  883. </File>
  884. <File
  885. RelativePath="MediaFormats.h"
  886. >
  887. </File>
  888. <File
  889. RelativePath="MediaTypesDlg.h"
  890. >
  891. </File>
  892. <File
  893. RelativePath=".mplayerc.h"
  894. >
  895. </File>
  896. <File
  897. RelativePath="OpenCapDeviceDlg.h"
  898. >
  899. </File>
  900. <File
  901. RelativePath="OpenDlg.h"
  902. >
  903. </File>
  904. <File
  905. RelativePath=".OpenFileDlg.h"
  906. >
  907. </File>
  908. <File
  909. RelativePath=".PixelShaderCompiler.h"
  910. >
  911. </File>
  912. <File
  913. RelativePath="PlayerCaptureBar.h"
  914. >
  915. </File>
  916. <File
  917. RelativePath="PlayerCaptureDialog.h"
  918. >
  919. </File>
  920. <File
  921. RelativePath="PlayerInfoBar.h"
  922. >
  923. </File>
  924. <File
  925. RelativePath="PlayerListCtrl.h"
  926. >
  927. </File>
  928. <File
  929. RelativePath="PlayerPlaylistBar.h"
  930. >
  931. </File>
  932. <File
  933. RelativePath="PlayerSeekBar.h"
  934. >
  935. </File>
  936. <File
  937. RelativePath=".PlayerShaderEditorBar.h"
  938. >
  939. </File>
  940. <File
  941. RelativePath="PlayerStatusBar.h"
  942. >
  943. </File>
  944. <File
  945. RelativePath="PlayerSubresyncBar.h"
  946. >
  947. </File>
  948. <File
  949. RelativePath="PlayerToolBar.h"
  950. >
  951. </File>
  952. <File
  953. RelativePath="Playlist.h"
  954. >
  955. </File>
  956. <File
  957. RelativePath="PnSPresetsDlg.h"
  958. >
  959. </File>
  960. <File
  961. RelativePath="PPageAccelTbl.h"
  962. >
  963. </File>
  964. <File
  965. RelativePath="PPageAudioSwitcher.h"
  966. >
  967. </File>
  968. <File
  969. RelativePath="PPageBase.h"
  970. >
  971. </File>
  972. <File
  973. RelativePath="PPageDVD.h"
  974. >
  975. </File>
  976. <File
  977. RelativePath=".PPageExternalFilters.h"
  978. >
  979. </File>
  980. <File
  981. RelativePath="PPageFileInfoClip.h"
  982. >
  983. </File>
  984. <File
  985. RelativePath="PPageFileInfoDetails.h"
  986. >
  987. </File>
  988. <File
  989. RelativePath=".PPageFileInfoRes.h"
  990. >
  991. </File>
  992. <File
  993. RelativePath="PPageFileInfoSheet.h"
  994. >
  995. </File>
  996. <File
  997. RelativePath="PPageFormats.h"
  998. >
  999. </File>
  1000. <File
  1001. RelativePath=".PPageInternalFilters.h"
  1002. >
  1003. </File>
  1004. <File
  1005. RelativePath=".PPageLogo.h"
  1006. >
  1007. </File>
  1008. <File
  1009. RelativePath=".PPageOutput.h"
  1010. >
  1011. </File>
  1012. <File
  1013. RelativePath="PPagePlayback.h"
  1014. >
  1015. </File>
  1016. <File
  1017. RelativePath="PPagePlayer.h"
  1018. >
  1019. </File>
  1020. <File
  1021. RelativePath="PPageSheet.h"
  1022. >
  1023. </File>
  1024. <File
  1025. RelativePath=".PPageSubDB.h"
  1026. >
  1027. </File>
  1028. <File
  1029. RelativePath="PPageSubStyle.h"
  1030. >
  1031. </File>
  1032. <File
  1033. RelativePath="PPageSubtitles.h"
  1034. >
  1035. </File>
  1036. <File
  1037. RelativePath="PPageTweaks.h"
  1038. >
  1039. </File>
  1040. <File
  1041. RelativePath=".PPageWebServer.h"
  1042. >
  1043. </File>
  1044. <File
  1045. RelativePath="QuicktimeGraph.h"
  1046. >
  1047. </File>
  1048. <File
  1049. RelativePath="RealMediaGraph.h"
  1050. >
  1051. </File>
  1052. <File
  1053. RelativePath="RealMediaWindowlessSite.h"
  1054. >
  1055. </File>
  1056. <File
  1057. RelativePath="RegFilterChooserDlg.h"
  1058. >
  1059. </File>
  1060. <File
  1061. RelativePath=".Resource.h"
  1062. >
  1063. </File>
  1064. <File
  1065. RelativePath="SaveDlg.h"
  1066. >
  1067. </File>
  1068. <File
  1069. RelativePath="SaveTextFileDialog.h"
  1070. >
  1071. </File>
  1072. <File
  1073. RelativePath=".SaveThumbnailsDialog.h"
  1074. >
  1075. </File>
  1076. <File
  1077. RelativePath="SelectMediaType.h"
  1078. >
  1079. </File>
  1080. <File
  1081. RelativePath=".ShaderAutoCompleteDlg.h"
  1082. >
  1083. </File>
  1084. <File
  1085. RelativePath=".ShaderCombineDlg.h"
  1086. >
  1087. </File>
  1088. <File
  1089. RelativePath=".ShaderEditorDlg.h"
  1090. >
  1091. </File>
  1092. <File
  1093. RelativePath="ShockwaveGraph.h"
  1094. >
  1095. </File>
  1096. <File
  1097. RelativePath="StaticLink.h"
  1098. >
  1099. </File>
  1100. <File
  1101. RelativePath="StatusLabel.h"
  1102. >
  1103. </File>
  1104. <File
  1105. RelativePath=".StdAfx.h"
  1106. >
  1107. </File>
  1108. <File
  1109. RelativePath=".SubtitleDlDlg.h"
  1110. >
  1111. </File>
  1112. <File
  1113. RelativePath="TextPassThruFilter.h"
  1114. >
  1115. </File>
  1116. <File
  1117. RelativePath="VolumeCtrl.h"
  1118. >
  1119. </File>
  1120. <File
  1121. RelativePath=".WebClientSocket.h"
  1122. >
  1123. </File>
  1124. <File
  1125. RelativePath=".WebServer.h"
  1126. >
  1127. </File>
  1128. <File
  1129. RelativePath=".WebServerSocket.h"
  1130. >
  1131. </File>
  1132. </Filter>
  1133. <Filter
  1134. Name="Resource Files"
  1135. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  1136. >
  1137. <File
  1138. RelativePath="resani.avi"
  1139. >
  1140. </File>
  1141. <File
  1142. RelativePath=".resauthhdrpic.bmp"
  1143. >
  1144. </File>
  1145. <File
  1146. RelativePath="resicon.ico"
  1147. >
  1148. </File>
  1149. <File
  1150. RelativePath="resIcon_114.ico"
  1151. >
  1152. </File>
  1153. <File
  1154. RelativePath="resIcon_116.ico"
  1155. >
  1156. </File>
  1157. <File
  1158. RelativePath="resIcon_41.ico"
  1159. >
  1160. </File>
  1161. <File
  1162. RelativePath=".resid_playe.bmp"
  1163. >
  1164. </File>
  1165. <File
  1166. RelativePath=".residr_main.ico"
  1167. >
  1168. </File>
  1169. <File
  1170. RelativePath=".reslogo.0.bmp"
  1171. >
  1172. </File>
  1173. <File
  1174. RelativePath=".reslogo.1.bmp"
  1175. >
  1176. </File>
  1177. <File
  1178. RelativePath=".reslogo.2.bmp"
  1179. >
  1180. </File>
  1181. <File
  1182. RelativePath=".reslogo.3.bmp"
  1183. >
  1184. </File>
  1185. <File
  1186. RelativePath=".reslogo.4.bmp"
  1187. >
  1188. </File>
  1189. <File
  1190. RelativePath=".reslogo.5.bmp"
  1191. >
  1192. </File>
  1193. <File
  1194. RelativePath=".reslogo.6.bmp"
  1195. >
  1196. </File>
  1197. <File
  1198. RelativePath=".reslogo.7.bmp"
  1199. >
  1200. </File>
  1201. <File
  1202. RelativePath="resmono.bmp"
  1203. >
  1204. </File>
  1205. <File
  1206. RelativePath="resmplayerc.manifest"
  1207. >
  1208. </File>
  1209. <File
  1210. RelativePath="resmulti.ico"
  1211. >
  1212. </File>
  1213. <File
  1214. RelativePath="resnoaudio.bmp"
  1215. >
  1216. </File>
  1217. <File
  1218. RelativePath="resonoff.bmp"
  1219. >
  1220. </File>
  1221. <File
  1222. RelativePath="ressingle.ico"
  1223. >
  1224. </File>
  1225. <File
  1226. RelativePath="resstereo.bmp"
  1227. >
  1228. </File>
  1229. <File
  1230. RelativePath=".resstreamtypes.bmp"
  1231. >
  1232. </File>
  1233. <File
  1234. RelativePath="restoolbar1.bmp"
  1235. >
  1236. </File>
  1237. <Filter
  1238. Name="web"
  1239. >
  1240. <File
  1241. RelativePath=".resweb1pix.gif"
  1242. >
  1243. </File>
  1244. <File
  1245. RelativePath=".resweb404.html"
  1246. >
  1247. </File>
  1248. <File
  1249. RelativePath=".reswebbottomside.PNG"
  1250. >
  1251. </File>
  1252. <File
  1253. RelativePath=".reswebbrowser.html"
  1254. >
  1255. </File>
  1256. <File
  1257. RelativePath=".reswebcontrolback.png"
  1258. >
  1259. </File>
  1260. <File
  1261. RelativePath=".reswebcontrolbuttondecrate.png"
  1262. >
  1263. </File>
  1264. <File
  1265. RelativePath=".reswebcontrolbuttonincrate.png"
  1266. >
  1267. </File>
  1268. <File
  1269. RelativePath=".reswebcontrolbuttonpause.png"
  1270. >
  1271. </File>
  1272. <File
  1273. RelativePath=".reswebcontrolbuttonplay.png"
  1274. >
  1275. </File>
  1276. <File
  1277. RelativePath=".reswebcontrolbuttonskipback.png"
  1278. >
  1279. </File>
  1280. <File
  1281. RelativePath=".reswebcontrolbuttonskipforward.png"
  1282. >
  1283. </File>
  1284. <File
  1285. RelativePath=".reswebcontrolbuttonstep.png"
  1286. >
  1287. </File>
  1288. <File
  1289. RelativePath=".reswebcontrolbuttonstop.png"
  1290. >
  1291. </File>
  1292. <File
  1293. RelativePath=".reswebcontrols.html"
  1294. >
  1295. </File>
  1296. <File
  1297. RelativePath=".reswebcontrolvolumebar.png"
  1298. >
  1299. </File>
  1300. <File
  1301. RelativePath=".reswebcontrolvolumegrip.png"
  1302. >
  1303. </File>
  1304. <File
  1305. RelativePath=".reswebcontrolvolumeoff.png"
  1306. >
  1307. </File>
  1308. <File
  1309. RelativePath=".reswebcontrolvolumeon.png"
  1310. >
  1311. </File>
  1312. <File
  1313. RelativePath=".reswebdefault.css"
  1314. >
  1315. </File>
  1316. <File
  1317. RelativePath=".reswebheaderback.png"
  1318. >
  1319. </File>
  1320. <File
  1321. RelativePath=".reswebheaderclose.png"
  1322. >
  1323. </File>
  1324. <File
  1325. RelativePath=".reswebheadericon.png"
  1326. >
  1327. </File>
  1328. <File
  1329. RelativePath=".reswebindex.html"
  1330. >
  1331. </File>
  1332. <File
  1333. RelativePath=".reswebleftbottomside.png"
  1334. >
  1335. </File>
  1336. <File
  1337. RelativePath=".reswebleftside.png"
  1338. >
  1339. </File>
  1340. <File
  1341. RelativePath=".resweblogo.png"
  1342. >
  1343. </File>
  1344. <File
  1345. RelativePath=".reswebplayer.html"
  1346. >
  1347. </File>
  1348. <File
  1349. RelativePath=".reswebrightbottomside.png"
  1350. >
  1351. </File>
  1352. <File
  1353. RelativePath=".reswebrightside.png"
  1354. >
  1355. </File>
  1356. <File
  1357. RelativePath=".reswebseekbargrip.png"
  1358. >
  1359. </File>
  1360. <File
  1361. RelativePath=".reswebseekbarleft.png"
  1362. >
  1363. </File>
  1364. <File
  1365. RelativePath=".reswebseekbarmid.png"
  1366. >
  1367. </File>
  1368. <File
  1369. RelativePath=".reswebseekbarright.png"
  1370. >
  1371. </File>
  1372. <File
  1373. RelativePath=".reswebsliderback.gif"
  1374. >
  1375. </File>
  1376. <File
  1377. RelativePath=".reswebsliderbar.gif"
  1378. >
  1379. </File>
  1380. <File
  1381. RelativePath=".reswebslidergrip.gif"
  1382. >
  1383. </File>
  1384. <File
  1385. RelativePath=".reswebvbg.gif"
  1386. >
  1387. </File>
  1388. <File
  1389. RelativePath=".reswebvbs.GIF"
  1390. >
  1391. </File>
  1392. </Filter>
  1393. <Filter
  1394. Name="shaders"
  1395. >
  1396. <File
  1397. RelativePath=".resshaderscontour.psh"
  1398. >
  1399. </File>
  1400. <File
  1401. RelativePath=".resshadersdeinterlace (blend).psh"
  1402. >
  1403. </File>
  1404. <File
  1405. RelativePath=".resshadersemboss.psh"
  1406. >
  1407. </File>
  1408. <File
  1409. RelativePath=".resshadersempty.psh"
  1410. >
  1411. </File>
  1412. <File
  1413. RelativePath=".resshadersgrayscale.psh"
  1414. >
  1415. </File>
  1416. <File
  1417. RelativePath=".resshadersinvert.psh"
  1418. >
  1419. </File>
  1420. <File
  1421. RelativePath=".resshadersletterbox.psh"
  1422. >
  1423. </File>
  1424. <File
  1425. RelativePath=".resshadersprocamp.psh"
  1426. >
  1427. </File>
  1428. <File
  1429. RelativePath=".resshadersresizer.psh"
  1430. >
  1431. </File>
  1432. <File
  1433. RelativePath=".resshaderssharpen.psh"
  1434. >
  1435. </File>
  1436. <File
  1437. RelativePath=".resshaderssphere.psh"
  1438. >
  1439. </File>
  1440. <File
  1441. RelativePath=".resshadersspotlight.psh"
  1442. >
  1443. </File>
  1444. <File
  1445. RelativePath=".resshaderswave.psh"
  1446. >
  1447. </File>
  1448. </Filter>
  1449. </Filter>
  1450. </Files>
  1451. <Globals>
  1452. <Global
  1453. Name="DevPartner_IsInstrumented"
  1454. Value="1"
  1455. />
  1456. <Global
  1457. Name="RESOURCE_FILE"
  1458. Value="mplayerc.rc"
  1459. />
  1460. </Globals>
  1461. </VisualStudioProject>