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

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="basesplitter"
  6. ProjectGUID="{37768B3F-89BC-4C16-B2A8-767C5DA84C3F}"
  7. RootNamespace="basesplitter"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug lib|Win32"
  20. OutputDirectory="$(ConfigurationName)"
  21. IntermediateDirectory="$(OutDir)"
  22. ConfigurationType="4"
  23. UseOfMFC="1"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. DisableSpecificWarnings="4995;4996"
  44. Optimization="0"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. ForceConformanceInForLoopScope="true"
  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. OutputFile="../../../../lib/$(ProjectName)D.lib"
  66. />
  67. <Tool
  68. Name="VCALinkTool"
  69. />
  70. <Tool
  71. Name="VCXDCMakeTool"
  72. />
  73. <Tool
  74. Name="VCBscMakeTool"
  75. />
  76. <Tool
  77. Name="VCFxCopTool"
  78. />
  79. <Tool
  80. Name="VCPostBuildEventTool"
  81. />
  82. </Configuration>
  83. <Configuration
  84. Name="Release lib|Win32"
  85. OutputDirectory="$(ConfigurationName)"
  86. IntermediateDirectory="$(OutDir)"
  87. ConfigurationType="4"
  88. UseOfMFC="1"
  89. CharacterSet="2"
  90. >
  91. <Tool
  92. Name="VCPreBuildEventTool"
  93. />
  94. <Tool
  95. Name="VCCustomBuildTool"
  96. />
  97. <Tool
  98. Name="VCXMLDataGeneratorTool"
  99. />
  100. <Tool
  101. Name="VCWebServiceProxyGeneratorTool"
  102. />
  103. <Tool
  104. Name="VCMIDLTool"
  105. />
  106. <Tool
  107. Name="VCCLCompilerTool"
  108. DisableSpecificWarnings="4995;4996"
  109. Optimization="2"
  110. InlineFunctionExpansion="1"
  111. OmitFramePointers="true"
  112. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  113. StringPooling="true"
  114. RuntimeLibrary="0"
  115. EnableFunctionLevelLinking="true"
  116. ForceConformanceInForLoopScope="true"
  117. WarningLevel="3"
  118. Detect64BitPortabilityProblems="false"
  119. DebugInformationFormat="0"
  120. />
  121. <Tool
  122. Name="VCManagedResourceCompilerTool"
  123. />
  124. <Tool
  125. Name="VCResourceCompilerTool"
  126. />
  127. <Tool
  128. Name="VCPreLinkEventTool"
  129. />
  130. <Tool
  131. Name="VCLibrarianTool"
  132. OutputFile="../../../../lib/$(ProjectName)R.lib"
  133. />
  134. <Tool
  135. Name="VCALinkTool"
  136. />
  137. <Tool
  138. Name="VCXDCMakeTool"
  139. />
  140. <Tool
  141. Name="VCBscMakeTool"
  142. />
  143. <Tool
  144. Name="VCFxCopTool"
  145. />
  146. <Tool
  147. Name="VCPostBuildEventTool"
  148. />
  149. </Configuration>
  150. <Configuration
  151. Name="Debug Unicode lib|Win32"
  152. OutputDirectory="Debug Unicode lib"
  153. IntermediateDirectory="Debug Unicode lib"
  154. ConfigurationType="4"
  155. UseOfMFC="1"
  156. CharacterSet="1"
  157. >
  158. <Tool
  159. Name="VCPreBuildEventTool"
  160. />
  161. <Tool
  162. Name="VCCustomBuildTool"
  163. />
  164. <Tool
  165. Name="VCXMLDataGeneratorTool"
  166. />
  167. <Tool
  168. Name="VCWebServiceProxyGeneratorTool"
  169. />
  170. <Tool
  171. Name="VCMIDLTool"
  172. />
  173. <Tool
  174. Name="VCCLCompilerTool"
  175. DisableSpecificWarnings="4995;4996"
  176. Optimization="0"
  177. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  178. MinimalRebuild="true"
  179. BasicRuntimeChecks="3"
  180. RuntimeLibrary="1"
  181. ForceConformanceInForLoopScope="true"
  182. WarningLevel="3"
  183. Detect64BitPortabilityProblems="false"
  184. DebugInformationFormat="4"
  185. />
  186. <Tool
  187. Name="VCManagedResourceCompilerTool"
  188. />
  189. <Tool
  190. Name="VCResourceCompilerTool"
  191. />
  192. <Tool
  193. Name="VCPreLinkEventTool"
  194. />
  195. <Tool
  196. Name="VCLibrarianTool"
  197. OutputFile="../../../../lib/$(ProjectName)DU.lib"
  198. />
  199. <Tool
  200. Name="VCALinkTool"
  201. />
  202. <Tool
  203. Name="VCXDCMakeTool"
  204. />
  205. <Tool
  206. Name="VCBscMakeTool"
  207. />
  208. <Tool
  209. Name="VCFxCopTool"
  210. />
  211. <Tool
  212. Name="VCPostBuildEventTool"
  213. />
  214. </Configuration>
  215. <Configuration
  216. Name="Release Unicode lib|Win32"
  217. OutputDirectory="Release Unicode lib"
  218. IntermediateDirectory="Release Unicode lib"
  219. ConfigurationType="4"
  220. UseOfMFC="1"
  221. CharacterSet="1"
  222. >
  223. <Tool
  224. Name="VCPreBuildEventTool"
  225. />
  226. <Tool
  227. Name="VCCustomBuildTool"
  228. />
  229. <Tool
  230. Name="VCXMLDataGeneratorTool"
  231. />
  232. <Tool
  233. Name="VCWebServiceProxyGeneratorTool"
  234. />
  235. <Tool
  236. Name="VCMIDLTool"
  237. />
  238. <Tool
  239. Name="VCCLCompilerTool"
  240. DisableSpecificWarnings="4995;4996"
  241. Optimization="2"
  242. InlineFunctionExpansion="1"
  243. OmitFramePointers="true"
  244. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  245. StringPooling="true"
  246. RuntimeLibrary="0"
  247. EnableFunctionLevelLinking="true"
  248. ForceConformanceInForLoopScope="true"
  249. WarningLevel="3"
  250. Detect64BitPortabilityProblems="false"
  251. DebugInformationFormat="0"
  252. />
  253. <Tool
  254. Name="VCManagedResourceCompilerTool"
  255. />
  256. <Tool
  257. Name="VCResourceCompilerTool"
  258. />
  259. <Tool
  260. Name="VCPreLinkEventTool"
  261. />
  262. <Tool
  263. Name="VCLibrarianTool"
  264. OutputFile="../../../../lib/$(ProjectName)RU.lib"
  265. />
  266. <Tool
  267. Name="VCALinkTool"
  268. />
  269. <Tool
  270. Name="VCXDCMakeTool"
  271. />
  272. <Tool
  273. Name="VCBscMakeTool"
  274. />
  275. <Tool
  276. Name="VCFxCopTool"
  277. />
  278. <Tool
  279. Name="VCPostBuildEventTool"
  280. />
  281. </Configuration>
  282. </Configurations>
  283. <References>
  284. </References>
  285. <Files>
  286. <Filter
  287. Name="Source Files"
  288. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
  289. >
  290. <File
  291. RelativePath=".AsyncReader.cpp"
  292. >
  293. </File>
  294. <File
  295. RelativePath="BaseSplitter.cpp"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".BaseSplitterFile.cpp"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".BaseSplitterFileEx.cpp"
  304. >
  305. </File>
  306. <File
  307. RelativePath="stdafx.cpp"
  308. >
  309. <FileConfiguration
  310. Name="Debug lib|Win32"
  311. >
  312. <Tool
  313. Name="VCCLCompilerTool"
  314. UsePrecompiledHeader="1"
  315. />
  316. </FileConfiguration>
  317. <FileConfiguration
  318. Name="Release lib|Win32"
  319. >
  320. <Tool
  321. Name="VCCLCompilerTool"
  322. UsePrecompiledHeader="1"
  323. />
  324. </FileConfiguration>
  325. <FileConfiguration
  326. Name="Debug Unicode lib|Win32"
  327. >
  328. <Tool
  329. Name="VCCLCompilerTool"
  330. UsePrecompiledHeader="1"
  331. />
  332. </FileConfiguration>
  333. <FileConfiguration
  334. Name="Release Unicode lib|Win32"
  335. >
  336. <Tool
  337. Name="VCCLCompilerTool"
  338. UsePrecompiledHeader="1"
  339. />
  340. </FileConfiguration>
  341. </File>
  342. </Filter>
  343. <Filter
  344. Name="Header Files"
  345. Filter="h;hpp;hxx;hm;inl;inc"
  346. >
  347. <File
  348. RelativePath=".AsyncReader.h"
  349. >
  350. </File>
  351. <File
  352. RelativePath="BaseSplitter.h"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".BaseSplitterFile.h"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".BaseSplitterFileEx.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath="stdafx.h"
  365. >
  366. </File>
  367. </Filter>
  368. <Filter
  369. Name="Resource Files"
  370. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  371. >
  372. </Filter>
  373. </Files>
  374. <Globals>
  375. <Global
  376. Name="DevPartner_IsInstrumented"
  377. Value="0"
  378. />
  379. </Globals>
  380. </VisualStudioProject>