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

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="VSRip"
  6. ProjectGUID="{E6B555EF-515E-47B6-A78A-98973397CF93}"
  7. Keyword="MFCProj">
  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="1"
  18. UseOfMFC="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. TreatWChar_tAsBuiltInType="FALSE"
  28. UsePrecompiledHeader="3"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="FALSE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. AdditionalDependencies="decssD.lib strmbaseD.lib subtitlesD.lib subpicD.lib"
  37. LinkIncremental="2"
  38. AdditionalLibraryDirectories="../../../lib"
  39. GenerateDebugInformation="TRUE"
  40. SubSystem="2"
  41. TargetMachine="1"/>
  42. <Tool
  43. Name="VCMIDLTool"
  44. PreprocessorDefinitions="_DEBUG"
  45. MkTypLibCompatible="FALSE"/>
  46. <Tool
  47. Name="VCPostBuildEventTool"/>
  48. <Tool
  49. Name="VCPreBuildEventTool"/>
  50. <Tool
  51. Name="VCPreLinkEventTool"/>
  52. <Tool
  53. Name="VCResourceCompilerTool"
  54. PreprocessorDefinitions="_DEBUG"
  55. Culture="1033"
  56. AdditionalIncludeDirectories="$(IntDir)"/>
  57. <Tool
  58. Name="VCWebServiceProxyGeneratorTool"/>
  59. <Tool
  60. Name="VCXMLDataGeneratorTool"/>
  61. <Tool
  62. Name="VCWebDeploymentTool"/>
  63. <Tool
  64. Name="VCManagedWrapperGeneratorTool"/>
  65. <Tool
  66. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  67. </Configuration>
  68. <Configuration
  69. Name="Release|Win32"
  70. OutputDirectory="Release"
  71. IntermediateDirectory="Release"
  72. ConfigurationType="1"
  73. UseOfMFC="1"
  74. CharacterSet="2">
  75. <Tool
  76. Name="VCCLCompilerTool"
  77. Optimization="2"
  78. InlineFunctionExpansion="1"
  79. OmitFramePointers="TRUE"
  80. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  81. StringPooling="TRUE"
  82. MinimalRebuild="FALSE"
  83. RuntimeLibrary="0"
  84. EnableFunctionLevelLinking="TRUE"
  85. TreatWChar_tAsBuiltInType="FALSE"
  86. UsePrecompiledHeader="3"
  87. WarningLevel="3"
  88. Detect64BitPortabilityProblems="FALSE"
  89. DebugInformationFormat="3"/>
  90. <Tool
  91. Name="VCCustomBuildTool"/>
  92. <Tool
  93. Name="VCLinkerTool"
  94. AdditionalDependencies="delayimp.lib decssR.lib strmbaseR.lib subtitlesR.lib subpicR.lib"
  95. LinkIncremental="1"
  96. AdditionalLibraryDirectories="../../../lib"
  97. DelayLoadDLLs="oleacc.dll"
  98. GenerateDebugInformation="TRUE"
  99. GenerateMapFile="FALSE"
  100. SubSystem="2"
  101. OptimizeReferences="2"
  102. EnableCOMDATFolding="2"
  103. TargetMachine="1"/>
  104. <Tool
  105. Name="VCMIDLTool"
  106. PreprocessorDefinitions="NDEBUG"
  107. MkTypLibCompatible="FALSE"/>
  108. <Tool
  109. Name="VCPostBuildEventTool"
  110. CommandLine="......binupx.exe --best --compress-icons=0 &quot;$(TargetPath)&quot;"/>
  111. <Tool
  112. Name="VCPreBuildEventTool"/>
  113. <Tool
  114. Name="VCPreLinkEventTool"/>
  115. <Tool
  116. Name="VCResourceCompilerTool"
  117. PreprocessorDefinitions="NDEBUG"
  118. Culture="1033"
  119. AdditionalIncludeDirectories="$(IntDir)"/>
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"/>
  122. <Tool
  123. Name="VCXMLDataGeneratorTool"/>
  124. <Tool
  125. Name="VCWebDeploymentTool"/>
  126. <Tool
  127. Name="VCManagedWrapperGeneratorTool"/>
  128. <Tool
  129. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  130. </Configuration>
  131. <Configuration
  132. Name="Debug Unicode|Win32"
  133. OutputDirectory="Debug Unicode"
  134. IntermediateDirectory="Debug Unicode"
  135. ConfigurationType="1"
  136. UseOfMFC="2"
  137. CharacterSet="1">
  138. <Tool
  139. Name="VCCLCompilerTool"
  140. Optimization="0"
  141. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  142. MinimalRebuild="TRUE"
  143. BasicRuntimeChecks="3"
  144. RuntimeLibrary="3"
  145. TreatWChar_tAsBuiltInType="FALSE"
  146. UsePrecompiledHeader="3"
  147. WarningLevel="3"
  148. Detect64BitPortabilityProblems="FALSE"
  149. DebugInformationFormat="4"/>
  150. <Tool
  151. Name="VCCustomBuildTool"/>
  152. <Tool
  153. Name="VCLinkerTool"
  154. AdditionalDependencies="decssDU.lib strmbaseDU.lib subtitlesDU.lib subpicDU.lib"
  155. LinkIncremental="2"
  156. AdditionalLibraryDirectories="../../../lib"
  157. GenerateDebugInformation="TRUE"
  158. SubSystem="2"
  159. TargetMachine="1"/>
  160. <Tool
  161. Name="VCMIDLTool"
  162. PreprocessorDefinitions="_DEBUG"
  163. MkTypLibCompatible="FALSE"/>
  164. <Tool
  165. Name="VCPostBuildEventTool"/>
  166. <Tool
  167. Name="VCPreBuildEventTool"/>
  168. <Tool
  169. Name="VCPreLinkEventTool"/>
  170. <Tool
  171. Name="VCResourceCompilerTool"
  172. PreprocessorDefinitions="_DEBUG"
  173. Culture="1033"
  174. AdditionalIncludeDirectories="$(IntDir)"/>
  175. <Tool
  176. Name="VCWebServiceProxyGeneratorTool"/>
  177. <Tool
  178. Name="VCXMLDataGeneratorTool"/>
  179. <Tool
  180. Name="VCWebDeploymentTool"/>
  181. <Tool
  182. Name="VCManagedWrapperGeneratorTool"/>
  183. <Tool
  184. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  185. </Configuration>
  186. <Configuration
  187. Name="Release Unicode|Win32"
  188. OutputDirectory="Release Unicode"
  189. IntermediateDirectory="Release Unicode"
  190. ConfigurationType="1"
  191. UseOfMFC="1"
  192. CharacterSet="1">
  193. <Tool
  194. Name="VCCLCompilerTool"
  195. Optimization="2"
  196. InlineFunctionExpansion="1"
  197. OmitFramePointers="TRUE"
  198. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  199. StringPooling="TRUE"
  200. MinimalRebuild="FALSE"
  201. RuntimeLibrary="0"
  202. EnableFunctionLevelLinking="TRUE"
  203. TreatWChar_tAsBuiltInType="FALSE"
  204. UsePrecompiledHeader="3"
  205. WarningLevel="3"
  206. Detect64BitPortabilityProblems="FALSE"
  207. DebugInformationFormat="3"/>
  208. <Tool
  209. Name="VCCustomBuildTool"/>
  210. <Tool
  211. Name="VCLinkerTool"
  212. AdditionalDependencies="delayimp.lib decssRU.lib strmbaseRU.lib subtitlesRU.lib subpicRU.lib"
  213. LinkIncremental="1"
  214. AdditionalLibraryDirectories="../../../lib"
  215. DelayLoadDLLs="oleacc.dll"
  216. GenerateDebugInformation="TRUE"
  217. SubSystem="2"
  218. OptimizeReferences="2"
  219. EnableCOMDATFolding="2"
  220. TargetMachine="1"/>
  221. <Tool
  222. Name="VCMIDLTool"
  223. PreprocessorDefinitions="NDEBUG"
  224. MkTypLibCompatible="FALSE"/>
  225. <Tool
  226. Name="VCPostBuildEventTool"
  227. CommandLine="......binupx.exe --best --compress-icons=0 &quot;$(TargetPath)&quot;"
  228. ExcludedFromBuild="TRUE"/>
  229. <Tool
  230. Name="VCPreBuildEventTool"/>
  231. <Tool
  232. Name="VCPreLinkEventTool"/>
  233. <Tool
  234. Name="VCResourceCompilerTool"
  235. PreprocessorDefinitions="NDEBUG"
  236. Culture="1033"
  237. AdditionalIncludeDirectories="$(IntDir)"/>
  238. <Tool
  239. Name="VCWebServiceProxyGeneratorTool"/>
  240. <Tool
  241. Name="VCXMLDataGeneratorTool"/>
  242. <Tool
  243. Name="VCWebDeploymentTool"/>
  244. <Tool
  245. Name="VCManagedWrapperGeneratorTool"/>
  246. <Tool
  247. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  248. </Configuration>
  249. </Configurations>
  250. <References>
  251. </References>
  252. <Files>
  253. <Filter
  254. Name="Source Files"
  255. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  256. <File
  257. RelativePath="stdafx.cpp">
  258. <FileConfiguration
  259. Name="Debug|Win32">
  260. <Tool
  261. Name="VCCLCompilerTool"
  262. UsePrecompiledHeader="1"/>
  263. </FileConfiguration>
  264. <FileConfiguration
  265. Name="Release|Win32">
  266. <Tool
  267. Name="VCCLCompilerTool"
  268. UsePrecompiledHeader="1"/>
  269. </FileConfiguration>
  270. <FileConfiguration
  271. Name="Debug Unicode|Win32">
  272. <Tool
  273. Name="VCCLCompilerTool"
  274. UsePrecompiledHeader="1"/>
  275. </FileConfiguration>
  276. <FileConfiguration
  277. Name="Release Unicode|Win32">
  278. <Tool
  279. Name="VCCLCompilerTool"
  280. UsePrecompiledHeader="1"/>
  281. </FileConfiguration>
  282. </File>
  283. <File
  284. RelativePath="VSRip.cpp">
  285. </File>
  286. <File
  287. RelativePath="VSRipDlg.cpp">
  288. </File>
  289. <File
  290. RelativePath="VSRipFileDlg.cpp">
  291. </File>
  292. <File
  293. RelativePath="VSRipIndexingDlg.cpp">
  294. </File>
  295. <File
  296. RelativePath="VSRipPage.cpp">
  297. </File>
  298. <File
  299. RelativePath="VSRipPGCDlg.cpp">
  300. </File>
  301. </Filter>
  302. <Filter
  303. Name="Header Files"
  304. Filter="h;hpp;hxx;hm;inl;inc">
  305. <File
  306. RelativePath="Resource.h">
  307. </File>
  308. <File
  309. RelativePath="stdafx.h">
  310. </File>
  311. <File
  312. RelativePath="VSRip.h">
  313. </File>
  314. <File
  315. RelativePath="VSRipDlg.h">
  316. </File>
  317. <File
  318. RelativePath="VSRipFileDlg.h">
  319. </File>
  320. <File
  321. RelativePath="VSRipIndexingDlg.h">
  322. </File>
  323. <File
  324. RelativePath="VSRipPage.h">
  325. </File>
  326. <File
  327. RelativePath="VSRipPGCDlg.h">
  328. </File>
  329. </Filter>
  330. <Filter
  331. Name="Resource Files"
  332. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
  333. <File
  334. RelativePath="resVSRip.ico">
  335. </File>
  336. <File
  337. RelativePath="resVSRip.manifest">
  338. </File>
  339. <File
  340. RelativePath="VSRip.rc">
  341. </File>
  342. <File
  343. RelativePath="resVSRip.rc2">
  344. </File>
  345. </Filter>
  346. </Files>
  347. <Globals>
  348. </Globals>
  349. </VisualStudioProject>