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

多媒体编程

开发平台:

Visual C++

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