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

多媒体编程

开发平台:

Visual C++

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