cddareader.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="cddareader"
  6. ProjectGUID="{543D40E9-8CA6-4E4B-9936-90CBA562B268}"
  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="asyncreaderD.lib strmbaseD.lib"
  38. OutputFile="$(OutDir)/$(ProjectName).ax"
  39. AdditionalLibraryDirectories="../../../../lib"
  40. ModuleDefinitionFile="CDDAReader.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. DebugInformationFormat="0"/>
  87. <Tool
  88. Name="VCCustomBuildTool"/>
  89. <Tool
  90. Name="VCLinkerTool"
  91. RegisterOutput="TRUE"
  92. AdditionalDependencies="asyncreaderR.lib strmbaseR.lib"
  93. OutputFile="$(OutDir)/$(ProjectName).ax"
  94. AdditionalLibraryDirectories="../../../../lib"
  95. ModuleDefinitionFile="CDDAReader.def"
  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="asyncreaderDU.lib strmbaseDU.lib"
  147. OutputFile="$(OutDir)/$(ProjectName).ax"
  148. AdditionalLibraryDirectories="../../../../lib"
  149. ModuleDefinitionFile="CDDAReader.def"
  150. GenerateDebugInformation="TRUE"
  151. SubSystem="2"
  152. TargetMachine="1"/>
  153. <Tool
  154. Name="VCMIDLTool"/>
  155. <Tool
  156. Name="VCPostBuildEventTool"/>
  157. <Tool
  158. Name="VCPreBuildEventTool"/>
  159. <Tool
  160. Name="VCPreLinkEventTool"/>
  161. <Tool
  162. Name="VCResourceCompilerTool"/>
  163. <Tool
  164. Name="VCWebServiceProxyGeneratorTool"/>
  165. <Tool
  166. Name="VCXMLDataGeneratorTool"/>
  167. <Tool
  168. Name="VCWebDeploymentTool"/>
  169. <Tool
  170. Name="VCManagedWrapperGeneratorTool"/>
  171. <Tool
  172. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  173. </Configuration>
  174. <Configuration
  175. Name="Release Unicode|Win32"
  176. OutputDirectory="Release Unicode"
  177. IntermediateDirectory="Release Unicode"
  178. ConfigurationType="2"
  179. UseOfMFC="1"
  180. CharacterSet="1">
  181. <Tool
  182. Name="VCCLCompilerTool"
  183. Optimization="2"
  184. InlineFunctionExpansion="1"
  185. OmitFramePointers="TRUE"
  186. PreprocessorDefinitions="REGISTER_FILTER;WIN32;NDEBUG"
  187. StringPooling="TRUE"
  188. RuntimeLibrary="0"
  189. EnableFunctionLevelLinking="TRUE"
  190. ForceConformanceInForLoopScope="TRUE"
  191. UsePrecompiledHeader="3"
  192. WarningLevel="3"
  193. Detect64BitPortabilityProblems="FALSE"
  194. DebugInformationFormat="0"/>
  195. <Tool
  196. Name="VCCustomBuildTool"/>
  197. <Tool
  198. Name="VCLinkerTool"
  199. RegisterOutput="TRUE"
  200. AdditionalDependencies="asyncreaderRU.lib strmbaseRU.lib"
  201. OutputFile="$(OutDir)/$(ProjectName).ax"
  202. AdditionalLibraryDirectories="../../../../lib"
  203. ModuleDefinitionFile="CDDAReader.def"
  204. GenerateDebugInformation="FALSE"
  205. SubSystem="2"
  206. OptimizeReferences="2"
  207. EnableCOMDATFolding="2"
  208. TargetMachine="1"/>
  209. <Tool
  210. Name="VCMIDLTool"/>
  211. <Tool
  212. Name="VCPostBuildEventTool"/>
  213. <Tool
  214. Name="VCPreBuildEventTool"/>
  215. <Tool
  216. Name="VCPreLinkEventTool"/>
  217. <Tool
  218. Name="VCResourceCompilerTool"/>
  219. <Tool
  220. Name="VCWebServiceProxyGeneratorTool"/>
  221. <Tool
  222. Name="VCXMLDataGeneratorTool"/>
  223. <Tool
  224. Name="VCWebDeploymentTool"/>
  225. <Tool
  226. Name="VCManagedWrapperGeneratorTool"/>
  227. <Tool
  228. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  229. </Configuration>
  230. <Configuration
  231. Name="Debug lib|Win32"
  232. OutputDirectory="Debug lib"
  233. IntermediateDirectory="Debug lib"
  234. ConfigurationType="4"
  235. UseOfMFC="2"
  236. CharacterSet="2">
  237. <Tool
  238. Name="VCCLCompilerTool"
  239. Optimization="0"
  240. PreprocessorDefinitions="WIN32;_DEBUG"
  241. MinimalRebuild="TRUE"
  242. BasicRuntimeChecks="3"
  243. RuntimeLibrary="3"
  244. ForceConformanceInForLoopScope="TRUE"
  245. UsePrecompiledHeader="3"
  246. WarningLevel="3"
  247. Detect64BitPortabilityProblems="FALSE"
  248. DebugInformationFormat="4"/>
  249. <Tool
  250. Name="VCCustomBuildTool"/>
  251. <Tool
  252. Name="VCLibrarianTool"
  253. OutputFile="../../../../lib/$(ProjectName)D.lib"/>
  254. <Tool
  255. Name="VCMIDLTool"/>
  256. <Tool
  257. Name="VCPostBuildEventTool"/>
  258. <Tool
  259. Name="VCPreBuildEventTool"/>
  260. <Tool
  261. Name="VCPreLinkEventTool"/>
  262. <Tool
  263. Name="VCResourceCompilerTool"/>
  264. <Tool
  265. Name="VCWebServiceProxyGeneratorTool"/>
  266. <Tool
  267. Name="VCXMLDataGeneratorTool"/>
  268. <Tool
  269. Name="VCManagedWrapperGeneratorTool"/>
  270. <Tool
  271. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  272. </Configuration>
  273. <Configuration
  274. Name="Debug Unicode lib|Win32"
  275. OutputDirectory="Debug Unicode lib"
  276. IntermediateDirectory="Debug Unicode lib"
  277. ConfigurationType="4"
  278. UseOfMFC="2"
  279. CharacterSet="1">
  280. <Tool
  281. Name="VCCLCompilerTool"
  282. Optimization="0"
  283. PreprocessorDefinitions="WIN32;_DEBUG"
  284. MinimalRebuild="TRUE"
  285. BasicRuntimeChecks="3"
  286. RuntimeLibrary="3"
  287. ForceConformanceInForLoopScope="TRUE"
  288. UsePrecompiledHeader="3"
  289. WarningLevel="3"
  290. Detect64BitPortabilityProblems="FALSE"
  291. DebugInformationFormat="4"/>
  292. <Tool
  293. Name="VCCustomBuildTool"/>
  294. <Tool
  295. Name="VCLibrarianTool"
  296. OutputFile="../../../../lib/$(ProjectName)DU.lib"/>
  297. <Tool
  298. Name="VCMIDLTool"/>
  299. <Tool
  300. Name="VCPostBuildEventTool"/>
  301. <Tool
  302. Name="VCPreBuildEventTool"/>
  303. <Tool
  304. Name="VCPreLinkEventTool"/>
  305. <Tool
  306. Name="VCResourceCompilerTool"/>
  307. <Tool
  308. Name="VCWebServiceProxyGeneratorTool"/>
  309. <Tool
  310. Name="VCXMLDataGeneratorTool"/>
  311. <Tool
  312. Name="VCManagedWrapperGeneratorTool"/>
  313. <Tool
  314. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  315. </Configuration>
  316. <Configuration
  317. Name="Release lib|Win32"
  318. OutputDirectory="Release lib"
  319. IntermediateDirectory="Release lib"
  320. ConfigurationType="4"
  321. UseOfMFC="1"
  322. CharacterSet="2">
  323. <Tool
  324. Name="VCCLCompilerTool"
  325. Optimization="2"
  326. InlineFunctionExpansion="1"
  327. OmitFramePointers="TRUE"
  328. PreprocessorDefinitions="WIN32;NDEBUG"
  329. StringPooling="TRUE"
  330. RuntimeLibrary="0"
  331. EnableFunctionLevelLinking="TRUE"
  332. ForceConformanceInForLoopScope="TRUE"
  333. UsePrecompiledHeader="3"
  334. WarningLevel="3"
  335. Detect64BitPortabilityProblems="FALSE"
  336. DebugInformationFormat="0"/>
  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. DebugInformationFormat="0"/>
  382. <Tool
  383. Name="VCCustomBuildTool"/>
  384. <Tool
  385. Name="VCLibrarianTool"
  386. OutputFile="../../../../lib/$(ProjectName)RU.lib"/>
  387. <Tool
  388. Name="VCMIDLTool"/>
  389. <Tool
  390. Name="VCPostBuildEventTool"/>
  391. <Tool
  392. Name="VCPreBuildEventTool"/>
  393. <Tool
  394. Name="VCPreLinkEventTool"/>
  395. <Tool
  396. Name="VCResourceCompilerTool"/>
  397. <Tool
  398. Name="VCWebServiceProxyGeneratorTool"/>
  399. <Tool
  400. Name="VCXMLDataGeneratorTool"/>
  401. <Tool
  402. Name="VCManagedWrapperGeneratorTool"/>
  403. <Tool
  404. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  405. </Configuration>
  406. </Configurations>
  407. <References>
  408. </References>
  409. <Files>
  410. <Filter
  411. Name="Source Files"
  412. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  413. <File
  414. RelativePath="CDDAReader.cpp">
  415. </File>
  416. <File
  417. RelativePath="CDDAReader.def">
  418. </File>
  419. <File
  420. RelativePath="stdafx.cpp">
  421. <FileConfiguration
  422. Name="Debug|Win32">
  423. <Tool
  424. Name="VCCLCompilerTool"
  425. UsePrecompiledHeader="1"/>
  426. </FileConfiguration>
  427. <FileConfiguration
  428. Name="Release|Win32">
  429. <Tool
  430. Name="VCCLCompilerTool"
  431. UsePrecompiledHeader="1"/>
  432. </FileConfiguration>
  433. <FileConfiguration
  434. Name="Debug Unicode|Win32">
  435. <Tool
  436. Name="VCCLCompilerTool"
  437. UsePrecompiledHeader="1"/>
  438. </FileConfiguration>
  439. <FileConfiguration
  440. Name="Release Unicode|Win32">
  441. <Tool
  442. Name="VCCLCompilerTool"
  443. UsePrecompiledHeader="1"/>
  444. </FileConfiguration>
  445. <FileConfiguration
  446. Name="Debug lib|Win32">
  447. <Tool
  448. Name="VCCLCompilerTool"
  449. UsePrecompiledHeader="1"/>
  450. </FileConfiguration>
  451. <FileConfiguration
  452. Name="Debug Unicode lib|Win32">
  453. <Tool
  454. Name="VCCLCompilerTool"
  455. UsePrecompiledHeader="1"/>
  456. </FileConfiguration>
  457. <FileConfiguration
  458. Name="Release lib|Win32">
  459. <Tool
  460. Name="VCCLCompilerTool"
  461. UsePrecompiledHeader="1"/>
  462. </FileConfiguration>
  463. <FileConfiguration
  464. Name="Release Unicode lib|Win32">
  465. <Tool
  466. Name="VCCLCompilerTool"
  467. UsePrecompiledHeader="1"/>
  468. </FileConfiguration>
  469. </File>
  470. </Filter>
  471. <Filter
  472. Name="Header Files"
  473. Filter="h;hpp;hxx;hm;inl;inc">
  474. <File
  475. RelativePath="CDDAReader.h">
  476. </File>
  477. <File
  478. RelativePath=".resource.h">
  479. <FileConfiguration
  480. Name="Debug lib|Win32"
  481. ExcludedFromBuild="TRUE">
  482. <Tool
  483. Name="VCCustomBuildTool"/>
  484. </FileConfiguration>
  485. <FileConfiguration
  486. Name="Debug Unicode lib|Win32"
  487. ExcludedFromBuild="TRUE">
  488. <Tool
  489. Name="VCCustomBuildTool"/>
  490. </FileConfiguration>
  491. <FileConfiguration
  492. Name="Release lib|Win32"
  493. ExcludedFromBuild="TRUE">
  494. <Tool
  495. Name="VCCustomBuildTool"/>
  496. </FileConfiguration>
  497. <FileConfiguration
  498. Name="Release Unicode lib|Win32"
  499. ExcludedFromBuild="TRUE">
  500. <Tool
  501. Name="VCCustomBuildTool"/>
  502. </FileConfiguration>
  503. </File>
  504. <File
  505. RelativePath="stdafx.h">
  506. </File>
  507. </Filter>
  508. <Filter
  509. Name="Resource Files"
  510. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  511. <File
  512. RelativePath=".cddareader.rc">
  513. <FileConfiguration
  514. Name="Debug lib|Win32"
  515. ExcludedFromBuild="TRUE">
  516. <Tool
  517. Name="VCResourceCompilerTool"/>
  518. </FileConfiguration>
  519. <FileConfiguration
  520. Name="Debug Unicode lib|Win32"
  521. ExcludedFromBuild="TRUE">
  522. <Tool
  523. Name="VCResourceCompilerTool"/>
  524. </FileConfiguration>
  525. <FileConfiguration
  526. Name="Release lib|Win32"
  527. ExcludedFromBuild="TRUE">
  528. <Tool
  529. Name="VCResourceCompilerTool"/>
  530. </FileConfiguration>
  531. <FileConfiguration
  532. Name="Release Unicode lib|Win32"
  533. ExcludedFromBuild="TRUE">
  534. <Tool
  535. Name="VCResourceCompilerTool"/>
  536. </FileConfiguration>
  537. </File>
  538. </Filter>
  539. </Files>
  540. <Globals>
  541. <Global
  542. Name="DevPartner_IsInstrumented"
  543. Value="0"/>
  544. </Globals>
  545. </VisualStudioProject>