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

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="VSFilter"
  6. ProjectGUID="{F671100C-469F-4723-AAC4-B7FE4F5B8DC4}"
  7. SccProjectName=""
  8. SccLocalPath=""
  9. Keyword="AtlProj">
  10. <Platforms>
  11. <Platform
  12. Name="Win32"/>
  13. </Platforms>
  14. <Configurations>
  15. <Configuration
  16. Name="Debug Unicode|Win32"
  17. OutputDirectory="$(ConfigurationName)"
  18. IntermediateDirectory="$(OutDir)"
  19. ConfigurationType="2"
  20. UseOfMFC="2"
  21. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  22. CharacterSet="1"
  23. WholeProgramOptimization="FALSE">
  24. <Tool
  25. Name="VCCLCompilerTool"
  26. Optimization="0"
  27. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;WINVER=0x0500;_WIN32_WINNT=0x501;ISOLATION_AWARE_ENABLED"
  28. MinimalRebuild="FALSE"
  29. BasicRuntimeChecks="3"
  30. RuntimeLibrary="3"
  31. ForceConformanceInForLoopScope="TRUE"
  32. RuntimeTypeInfo="TRUE"
  33. UsePrecompiledHeader="3"
  34. PrecompiledHeaderThrough="stdafx.h"
  35. PrecompiledHeaderFile=".$(OutDir)/$(ProjectName).pch"
  36. AssemblerListingLocation=".$(OutDir)/"
  37. ObjectFile=".$(OutDir)/"
  38. ProgramDataBaseFileName=".$(OutDir)/"
  39. BrowseInformation="1"
  40. WarningLevel="3"
  41. SuppressStartupBanner="TRUE"
  42. DebugInformationFormat="4"/>
  43. <Tool
  44. Name="VCCustomBuildTool"/>
  45. <Tool
  46. Name="VCLinkerTool"
  47. RegisterOutput="TRUE"
  48. AdditionalOptions="/MACHINE:I386"
  49. AdditionalDependencies="strmbaseDU.lib dsutilDU.lib subtitlesDU.lib subpicDU.lib"
  50. OutputFile="$(OutDir)/$(ProjectName).dll"
  51. LinkIncremental="2"
  52. SuppressStartupBanner="TRUE"
  53. AdditionalLibraryDirectories="........lib"
  54. ModuleDefinitionFile=".VSFilter.def"
  55. GenerateDebugInformation="TRUE"
  56. ProgramDatabaseFile=".$(OutDir)/$(ProjectName).pdb"
  57. SubSystem="2"
  58. ImportLibrary=".$(OutDir)/$(ProjectName).lib"/>
  59. <Tool
  60. Name="VCMIDLTool"
  61. TypeLibraryName=".$(OutDir)/$(ProjectName).tlb"/>
  62. <Tool
  63. Name="VCPostBuildEventTool"/>
  64. <Tool
  65. Name="VCPreBuildEventTool"/>
  66. <Tool
  67. Name="VCPreLinkEventTool"/>
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="_AFXDLL;_DEBUG;AFX_RESOURCE_DLL;AFX_TARG_ENU"
  71. Culture="1033"/>
  72. <Tool
  73. Name="VCWebServiceProxyGeneratorTool"/>
  74. <Tool
  75. Name="VCXMLDataGeneratorTool"/>
  76. <Tool
  77. Name="VCWebDeploymentTool"/>
  78. <Tool
  79. Name="VCManagedWrapperGeneratorTool"/>
  80. <Tool
  81. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  82. </Configuration>
  83. <Configuration
  84. Name="Debug|Win32"
  85. OutputDirectory="$(ConfigurationName)"
  86. IntermediateDirectory="$(OutDir)"
  87. ConfigurationType="2"
  88. UseOfMFC="2"
  89. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  90. CharacterSet="2">
  91. <Tool
  92. Name="VCCLCompilerTool"
  93. Optimization="0"
  94. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;WINVER=0x0500;_WIN32_WINNT=0x501;ISOLATION_AWARE_ENABLED"
  95. BasicRuntimeChecks="3"
  96. RuntimeLibrary="3"
  97. ForceConformanceInForLoopScope="TRUE"
  98. RuntimeTypeInfo="TRUE"
  99. UsePrecompiledHeader="3"
  100. PrecompiledHeaderThrough="stdafx.h"
  101. PrecompiledHeaderFile=".$(OutDir)/$(ProjectName).pch"
  102. AssemblerListingLocation=".$(OutDir)/"
  103. ObjectFile=".$(OutDir)/"
  104. ProgramDataBaseFileName=".$(OutDir)/"
  105. BrowseInformation="1"
  106. WarningLevel="3"
  107. SuppressStartupBanner="TRUE"
  108. DebugInformationFormat="4"/>
  109. <Tool
  110. Name="VCCustomBuildTool"/>
  111. <Tool
  112. Name="VCLinkerTool"
  113. RegisterOutput="TRUE"
  114. AdditionalOptions="/MACHINE:I386"
  115. AdditionalDependencies="strmbaseD.lib dsutilD.lib subtitlesD.lib subpicD.lib"
  116. OutputFile="$(OutDir)/$(ProjectName).dll"
  117. LinkIncremental="2"
  118. SuppressStartupBanner="TRUE"
  119. AdditionalLibraryDirectories="........lib"
  120. ModuleDefinitionFile=".VSFilter.def"
  121. GenerateDebugInformation="TRUE"
  122. ProgramDatabaseFile=".$(OutDir)/$(ProjectName).pdb"
  123. SubSystem="2"
  124. ImportLibrary=".$(OutDir)/$(ProjectName).lib"/>
  125. <Tool
  126. Name="VCMIDLTool"
  127. TypeLibraryName=".$(OutDir)/$(ProjectName).tlb"/>
  128. <Tool
  129. Name="VCPostBuildEventTool"/>
  130. <Tool
  131. Name="VCPreBuildEventTool"/>
  132. <Tool
  133. Name="VCPreLinkEventTool"/>
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. PreprocessorDefinitions="_AFXDLL;_DEBUG;AFX_RESOURCE_DLL;AFX_TARG_ENU"
  137. Culture="1033"/>
  138. <Tool
  139. Name="VCWebServiceProxyGeneratorTool"/>
  140. <Tool
  141. Name="VCXMLDataGeneratorTool"/>
  142. <Tool
  143. Name="VCWebDeploymentTool"/>
  144. <Tool
  145. Name="VCManagedWrapperGeneratorTool"/>
  146. <Tool
  147. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  148. </Configuration>
  149. <Configuration
  150. Name="Release Unicode|Win32"
  151. OutputDirectory="$(ConfigurationName)"
  152. IntermediateDirectory="$(OutDir)"
  153. ConfigurationType="2"
  154. UseOfMFC="1"
  155. UseOfATL="0"
  156. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  157. CharacterSet="1"
  158. WholeProgramOptimization="TRUE">
  159. <Tool
  160. Name="VCCLCompilerTool"
  161. Optimization="3"
  162. GlobalOptimizations="TRUE"
  163. InlineFunctionExpansion="2"
  164. EnableIntrinsicFunctions="TRUE"
  165. FavorSizeOrSpeed="1"
  166. OptimizeForProcessor="2"
  167. OptimizeForWindowsApplication="TRUE"
  168. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;WINVER=0x0500;_WIN32_WINNT=0x501;ISOLATION_AWARE_ENABLED"
  169. StringPooling="TRUE"
  170. RuntimeLibrary="0"
  171. EnableFunctionLevelLinking="TRUE"
  172. ForceConformanceInForLoopScope="TRUE"
  173. RuntimeTypeInfo="TRUE"
  174. UsePrecompiledHeader="3"
  175. PrecompiledHeaderThrough="stdafx.h"
  176. PrecompiledHeaderFile=".$(OutDir)/$(ProjectName).pch"
  177. AssemblerOutput="0"
  178. AssemblerListingLocation=".$(OutDir)/"
  179. ObjectFile=".$(OutDir)/"
  180. ProgramDataBaseFileName=".$(OutDir)/"
  181. BrowseInformation="1"
  182. WarningLevel="3"
  183. SuppressStartupBanner="TRUE"
  184. Detect64BitPortabilityProblems="FALSE"
  185. DebugInformationFormat="0"/>
  186. <Tool
  187. Name="VCCustomBuildTool"/>
  188. <Tool
  189. Name="VCLinkerTool"
  190. RegisterOutput="TRUE"
  191. AdditionalOptions="/MACHINE:I386"
  192. AdditionalDependencies="delayimp.lib strmbaseRU.lib dsutilRU.lib subtitlesRU.lib subpicRU.lib"
  193. OutputFile="$(OutDir)/$(ProjectName).dll"
  194. Version=""
  195. LinkIncremental="1"
  196. SuppressStartupBanner="TRUE"
  197. AdditionalLibraryDirectories="........lib"
  198. ModuleDefinitionFile=".VSFilter.def"
  199. DelayLoadDLLs="oleacc.dll"
  200. ProgramDatabaseFile=".$(OutDir)/$(ProjectName).pdb"
  201. SubSystem="2"
  202. ImportLibrary=".$(OutDir)/$(ProjectName).lib"/>
  203. <Tool
  204. Name="VCMIDLTool"
  205. TypeLibraryName=".$(OutDir)/$(ProjectName).tlb"/>
  206. <Tool
  207. Name="VCPostBuildEventTool"
  208. CommandLine="........binupx.exe --best --compress-icons=0 &quot;$(TargetPath)&quot;"
  209. ExcludedFromBuild="FALSE"/>
  210. <Tool
  211. Name="VCPreBuildEventTool"/>
  212. <Tool
  213. Name="VCPreLinkEventTool"/>
  214. <Tool
  215. Name="VCResourceCompilerTool"
  216. PreprocessorDefinitions="_AFXDLL;NDEBUG;AFX_RESOURCE_DLL;AFX_TARG_ENU"
  217. Culture="1033"/>
  218. <Tool
  219. Name="VCWebServiceProxyGeneratorTool"/>
  220. <Tool
  221. Name="VCXMLDataGeneratorTool"/>
  222. <Tool
  223. Name="VCWebDeploymentTool"/>
  224. <Tool
  225. Name="VCManagedWrapperGeneratorTool"/>
  226. <Tool
  227. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  228. </Configuration>
  229. <Configuration
  230. Name="Release|Win32"
  231. OutputDirectory="$(ConfigurationName)"
  232. IntermediateDirectory="$(OutDir)"
  233. ConfigurationType="2"
  234. UseOfMFC="1"
  235. UseOfATL="0"
  236. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  237. CharacterSet="2">
  238. <Tool
  239. Name="VCCLCompilerTool"
  240. Optimization="3"
  241. GlobalOptimizations="TRUE"
  242. InlineFunctionExpansion="2"
  243. EnableIntrinsicFunctions="TRUE"
  244. FavorSizeOrSpeed="1"
  245. OptimizeForProcessor="2"
  246. OptimizeForWindowsApplication="TRUE"
  247. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;WINVER=0x0500;_WIN32_WINNT=0x501;ISOLATION_AWARE_ENABLED"
  248. StringPooling="TRUE"
  249. RuntimeLibrary="0"
  250. EnableFunctionLevelLinking="TRUE"
  251. ForceConformanceInForLoopScope="TRUE"
  252. RuntimeTypeInfo="TRUE"
  253. UsePrecompiledHeader="3"
  254. PrecompiledHeaderThrough="stdafx.h"
  255. PrecompiledHeaderFile=".$(OutDir)/$(ProjectName).pch"
  256. AssemblerListingLocation=".$(OutDir)/"
  257. ObjectFile=".$(OutDir)/"
  258. ProgramDataBaseFileName=".$(OutDir)/"
  259. BrowseInformation="1"
  260. WarningLevel="3"
  261. SuppressStartupBanner="TRUE"/>
  262. <Tool
  263. Name="VCCustomBuildTool"/>
  264. <Tool
  265. Name="VCLinkerTool"
  266. RegisterOutput="FALSE"
  267. AdditionalOptions="/MACHINE:I386"
  268. AdditionalDependencies="delayimp.lib strmbaseR.lib dsutilR.lib subtitlesR.lib subpicR.lib"
  269. OutputFile="$(OutDir)/$(ProjectName).dll"
  270. Version=""
  271. LinkIncremental="1"
  272. SuppressStartupBanner="TRUE"
  273. AdditionalLibraryDirectories="........lib"
  274. ModuleDefinitionFile=".VSFilter.def"
  275. DelayLoadDLLs="oleacc.dll"
  276. ProgramDatabaseFile=".$(OutDir)/$(ProjectName).pdb"
  277. SubSystem="2"
  278. ImportLibrary=".$(OutDir)/$(ProjectName).lib"/>
  279. <Tool
  280. Name="VCMIDLTool"
  281. TypeLibraryName=".$(OutDir)/$(ProjectName).tlb"/>
  282. <Tool
  283. Name="VCPostBuildEventTool"
  284. CommandLine="........binupx.exe --best --compress-icons=0 &quot;$(TargetPath)&quot;"
  285. ExcludedFromBuild="FALSE"/>
  286. <Tool
  287. Name="VCPreBuildEventTool"/>
  288. <Tool
  289. Name="VCPreLinkEventTool"/>
  290. <Tool
  291. Name="VCResourceCompilerTool"
  292. PreprocessorDefinitions="_AFXDLL;NDEBUG;AFX_RESOURCE_DLL;AFX_TARG_ENU"
  293. Culture="1033"/>
  294. <Tool
  295. Name="VCWebServiceProxyGeneratorTool"/>
  296. <Tool
  297. Name="VCXMLDataGeneratorTool"/>
  298. <Tool
  299. Name="VCWebDeploymentTool"/>
  300. <Tool
  301. Name="VCManagedWrapperGeneratorTool"/>
  302. <Tool
  303. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  304. </Configuration>
  305. </Configurations>
  306. <References>
  307. </References>
  308. <Files>
  309. <Filter
  310. Name="Source Files"
  311. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  312. <File
  313. RelativePath="Copy.cpp">
  314. </File>
  315. <File
  316. RelativePath="DirectVobSub.cpp">
  317. </File>
  318. <File
  319. RelativePath=".DirectVobSubFilter.cpp">
  320. </File>
  321. <File
  322. RelativePath=".DirectVobSubPropPage.cpp">
  323. </File>
  324. <File
  325. RelativePath="plugins.cpp">
  326. </File>
  327. <File
  328. RelativePath=".StdAfx.cpp">
  329. <FileConfiguration
  330. Name="Debug Unicode|Win32">
  331. <Tool
  332. Name="VCCLCompilerTool"
  333. UsePrecompiledHeader="1"/>
  334. </FileConfiguration>
  335. <FileConfiguration
  336. Name="Debug|Win32">
  337. <Tool
  338. Name="VCCLCompilerTool"
  339. UsePrecompiledHeader="1"/>
  340. </FileConfiguration>
  341. <FileConfiguration
  342. Name="Release Unicode|Win32">
  343. <Tool
  344. Name="VCCLCompilerTool"
  345. UsePrecompiledHeader="1"/>
  346. </FileConfiguration>
  347. <FileConfiguration
  348. Name="Release|Win32">
  349. <Tool
  350. Name="VCCLCompilerTool"
  351. UsePrecompiledHeader="1"/>
  352. </FileConfiguration>
  353. </File>
  354. <File
  355. RelativePath=".StdAfx.h">
  356. </File>
  357. <File
  358. RelativePath="StyleEditorDialog.cpp">
  359. </File>
  360. <File
  361. RelativePath=".systray.cpp">
  362. </File>
  363. <File
  364. RelativePath="TextInputPin.cpp">
  365. </File>
  366. <File
  367. RelativePath="VSFilter.cpp">
  368. </File>
  369. <File
  370. RelativePath=".VSFilter.def">
  371. </File>
  372. </Filter>
  373. <Filter
  374. Name="Header Files"
  375. Filter="h;hpp;hxx;hm;inl">
  376. <File
  377. RelativePath="DirectVobSub.h">
  378. </File>
  379. <File
  380. RelativePath=".DirectVobSubFilter.h">
  381. </File>
  382. <File
  383. RelativePath=".DirectVobSubPropPage.h">
  384. </File>
  385. <File
  386. RelativePath=".IDirectVobSub.h">
  387. </File>
  388. <File
  389. RelativePath="StyleEditorDialog.h">
  390. </File>
  391. <File
  392. RelativePath=".systray.h">
  393. </File>
  394. <File
  395. RelativePath="TextInputPin.h">
  396. </File>
  397. <File
  398. RelativePath="VSFilter.h">
  399. </File>
  400. </Filter>
  401. <Filter
  402. Name="Resource Files"
  403. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  404. <File
  405. RelativePath="resIcon_147.ico">
  406. </File>
  407. <File
  408. RelativePath="resource.h">
  409. </File>
  410. <File
  411. RelativePath="resVSFilter.manifest">
  412. </File>
  413. <File
  414. RelativePath="VSFilter.rc">
  415. </File>
  416. </Filter>
  417. </Files>
  418. <Globals>
  419. </Globals>
  420. </VisualStudioProject>