dshow.vcproj
上传用户:sunbaby
上传日期:2013-05-31
资源大小:242k
文件大小:5k
源码类别:

mpeg/mp3

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="dshow"
  6. ProjectGUID="{926B5BC2-6374-456F-B529-154227FB59AB}"
  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. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="_WIN32_WINNT=0x0400;WINVER=0x0400;DBG=1;DEBUG;_DEBUG;INC_OLE2;STRICT;WIN32;_WIN32;_MT;_DLL;_X86_=1"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="1"
  26. UsePrecompiledHeader="3"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="FALSE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. AdditionalDependencies="../build/bin/t264libd.lib strmbasd.lib msvcrtd.lib quartz.lib vfw32.lib winmm.lib version.lib largeint.lib comctl32.lib olepro32.lib"
  35. OutputFile="$(OutDir)/t264enc.ax"
  36. LinkIncremental="2"
  37. IgnoreAllDefaultLibraries="TRUE"
  38. ModuleDefinitionFile=".t264enc.def"
  39. GenerateDebugInformation="TRUE"
  40. ProgramDatabaseFile="$(OutDir)/dshow.pdb"
  41. SubSystem="2"
  42. ImportLibrary="$(OutDir)/dshow.lib"
  43. TargetMachine="1"/>
  44. <Tool
  45. Name="VCMIDLTool"/>
  46. <Tool
  47. Name="VCPostBuildEventTool"
  48. Description="Performing registration"
  49. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  50. <Tool
  51. Name="VCPreBuildEventTool"/>
  52. <Tool
  53. Name="VCPreLinkEventTool"/>
  54. <Tool
  55. Name="VCResourceCompilerTool"/>
  56. <Tool
  57. Name="VCWebServiceProxyGeneratorTool"/>
  58. <Tool
  59. Name="VCXMLDataGeneratorTool"/>
  60. <Tool
  61. Name="VCWebDeploymentTool"/>
  62. <Tool
  63. Name="VCManagedWrapperGeneratorTool"/>
  64. <Tool
  65. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  66. </Configuration>
  67. <Configuration
  68. Name="Release|Win32"
  69. OutputDirectory="Release"
  70. IntermediateDirectory="Release"
  71. ConfigurationType="2"
  72. CharacterSet="2">
  73. <Tool
  74. Name="VCCLCompilerTool"
  75. PreprocessorDefinitions="DBG=0;WINVER=0x400;INC_OLE2;STRICT;WIN32;_WIN32;_MT;_DLL;_X86_=1"
  76. RuntimeLibrary="0"
  77. UsePrecompiledHeader="3"
  78. WarningLevel="3"
  79. Detect64BitPortabilityProblems="FALSE"
  80. DebugInformationFormat="3"/>
  81. <Tool
  82. Name="VCCustomBuildTool"/>
  83. <Tool
  84. Name="VCLinkerTool"
  85. AdditionalDependencies="../build/bin/t264lib.lib strmbase.lib msvcrt.lib quartz.lib vfw32.lib winmm.lib version.lib largeint.lib comctl32.lib olepro32.lib"
  86. OutputFile="$(OutDir)/t264enc.ax"
  87. LinkIncremental="1"
  88. IgnoreAllDefaultLibraries="TRUE"
  89. ModuleDefinitionFile=".t264enc.def"
  90. GenerateDebugInformation="TRUE"
  91. SubSystem="2"
  92. OptimizeReferences="2"
  93. EnableCOMDATFolding="2"
  94. ImportLibrary="$(OutDir)/dshow.lib"
  95. TargetMachine="1"/>
  96. <Tool
  97. Name="VCMIDLTool"/>
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. Description="Performing registration"
  101. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  102. <Tool
  103. Name="VCPreBuildEventTool"/>
  104. <Tool
  105. Name="VCPreLinkEventTool"/>
  106. <Tool
  107. Name="VCResourceCompilerTool"/>
  108. <Tool
  109. Name="VCWebServiceProxyGeneratorTool"/>
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"/>
  112. <Tool
  113. Name="VCWebDeploymentTool"/>
  114. <Tool
  115. Name="VCManagedWrapperGeneratorTool"/>
  116. <Tool
  117. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  118. </Configuration>
  119. </Configurations>
  120. <References>
  121. </References>
  122. <Files>
  123. <Filter
  124. Name="Source Files"
  125. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  126. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  127. <File
  128. RelativePath=".alloc.cpp">
  129. </File>
  130. <File
  131. RelativePath=".splitter.cpp">
  132. </File>
  133. <File
  134. RelativePath=".stdafx.cpp">
  135. <FileConfiguration
  136. Name="Debug|Win32">
  137. <Tool
  138. Name="VCCLCompilerTool"
  139. UsePrecompiledHeader="1"/>
  140. </FileConfiguration>
  141. <FileConfiguration
  142. Name="Release|Win32">
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. UsePrecompiledHeader="1"/>
  146. </FileConfiguration>
  147. </File>
  148. <File
  149. RelativePath=".T264Enc.cpp">
  150. <FileConfiguration
  151. Name="Debug|Win32">
  152. <Tool
  153. Name="VCCLCompilerTool"
  154. UsePrecompiledHeader="3"/>
  155. </FileConfiguration>
  156. <FileConfiguration
  157. Name="Release|Win32">
  158. <Tool
  159. Name="VCCLCompilerTool"
  160. UsePrecompiledHeader="3"/>
  161. </FileConfiguration>
  162. </File>
  163. <File
  164. RelativePath=".T264EncProp.cpp">
  165. </File>
  166. </Filter>
  167. <Filter
  168. Name="Header Files"
  169. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  170. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  171. <File
  172. RelativePath=".alloc.h">
  173. </File>
  174. <File
  175. RelativePath=".resource.h">
  176. </File>
  177. <File
  178. RelativePath=".splitter.h">
  179. </File>
  180. <File
  181. RelativePath=".stdafx.h">
  182. </File>
  183. <File
  184. RelativePath=".T264Enc.h">
  185. </File>
  186. <File
  187. RelativePath=".T264EncProp.h">
  188. </File>
  189. </Filter>
  190. <Filter
  191. Name="Resource Files"
  192. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  193. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  194. <File
  195. RelativePath=".dshow.rc">
  196. </File>
  197. </Filter>
  198. <File
  199. RelativePath=".ReadMe.txt">
  200. </File>
  201. </Files>
  202. <Globals>
  203. <Global
  204. Name="RESOURCE_FILE"
  205. Value="dshow.rc"/>
  206. </Globals>
  207. </VisualStudioProject>