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

多媒体编程

开发平台:

Visual C++

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