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

多媒体编程

开发平台:

Visual C++

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