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