CaptureVideo.vcproj
上传用户:szth2006
上传日期:2021-11-30
资源大小:68k
文件大小:6k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="CaptureVideo"
  6. ProjectGUID="{CFEA76A5-DABC-4A93-ABBF-4E64A0BC9D3E}"
  7. RootNamespace="CaptureVideo"
  8. Keyword="MFCProj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. UseOfMFC="2"
  24. CharacterSet="1"
  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. PreprocessorDefinitions="_DEBUG"
  41. MkTypLibCompatible="false"
  42. ValidateParameters="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. UsePrecompiledHeader="2"
  52. WarningLevel="3"
  53. Detect64BitPortabilityProblems="true"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. AdditionalDependencies="strmiids.lib"
  71. LinkIncremental="2"
  72. GenerateDebugInformation="true"
  73. SubSystem="2"
  74. TargetMachine="1"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCWebDeploymentTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. />
  100. </Configuration>
  101. <Configuration
  102. Name="Release|Win32"
  103. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  104. IntermediateDirectory="$(ConfigurationName)"
  105. ConfigurationType="1"
  106. UseOfMFC="2"
  107. CharacterSet="1"
  108. WholeProgramOptimization="1"
  109. >
  110. <Tool
  111. Name="VCPreBuildEventTool"
  112. />
  113. <Tool
  114. Name="VCCustomBuildTool"
  115. />
  116. <Tool
  117. Name="VCXMLDataGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCMIDLTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. MkTypLibCompatible="false"
  126. ValidateParameters="false"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  131. MinimalRebuild="false"
  132. RuntimeLibrary="2"
  133. UsePrecompiledHeader="2"
  134. WarningLevel="3"
  135. Detect64BitPortabilityProblems="true"
  136. DebugInformationFormat="3"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. PreprocessorDefinitions="NDEBUG"
  144. Culture="2052"
  145. AdditionalIncludeDirectories="$(IntDir)"
  146. />
  147. <Tool
  148. Name="VCPreLinkEventTool"
  149. />
  150. <Tool
  151. Name="VCLinkerTool"
  152. LinkIncremental="1"
  153. GenerateDebugInformation="true"
  154. SubSystem="2"
  155. OptimizeReferences="2"
  156. EnableCOMDATFolding="2"
  157. TargetMachine="1"
  158. />
  159. <Tool
  160. Name="VCALinkTool"
  161. />
  162. <Tool
  163. Name="VCManifestTool"
  164. />
  165. <Tool
  166. Name="VCXDCMakeTool"
  167. />
  168. <Tool
  169. Name="VCBscMakeTool"
  170. />
  171. <Tool
  172. Name="VCFxCopTool"
  173. />
  174. <Tool
  175. Name="VCAppVerifierTool"
  176. />
  177. <Tool
  178. Name="VCWebDeploymentTool"
  179. />
  180. <Tool
  181. Name="VCPostBuildEventTool"
  182. />
  183. </Configuration>
  184. </Configurations>
  185. <References>
  186. </References>
  187. <Files>
  188. <Filter
  189. Name="源文件"
  190. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  191. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  192. >
  193. <File
  194. RelativePath=".CaptureClass.cpp"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".CaptureVideo.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".CaptureVideoDlg.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".stdafx.cpp"
  207. >
  208. <FileConfiguration
  209. Name="Debug|Win32"
  210. >
  211. <Tool
  212. Name="VCCLCompilerTool"
  213. UsePrecompiledHeader="1"
  214. />
  215. </FileConfiguration>
  216. <FileConfiguration
  217. Name="Release|Win32"
  218. >
  219. <Tool
  220. Name="VCCLCompilerTool"
  221. UsePrecompiledHeader="1"
  222. />
  223. </FileConfiguration>
  224. </File>
  225. </Filter>
  226. <Filter
  227. Name="头文件"
  228. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  229. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  230. >
  231. <File
  232. RelativePath=".CaptureClass.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".CaptureVideo.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".CaptureVideoDlg.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".Resource.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".stdafx.h"
  249. >
  250. </File>
  251. </Filter>
  252. <Filter
  253. Name="资源文件"
  254. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  255. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  256. >
  257. <File
  258. RelativePath=".resCaptureVideo.ico"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".CaptureVideo.rc"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".resCaptureVideo.rc2"
  267. >
  268. </File>
  269. </Filter>
  270. <File
  271. RelativePath=".ReadMe.txt"
  272. >
  273. </File>
  274. </Files>
  275. <Globals>
  276. <Global
  277. Name="RESOURCE_FILE"
  278. Value="CaptureVideo.rc"
  279. />
  280. </Globals>
  281. </VisualStudioProject>