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

多媒体编程

开发平台:

Visual C++

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