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

mpeg/mp3

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="T264"
  6. ProjectGUID="{A55A3439-36AF-47EB-9CC7-CF111F2FBA29}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="..bin"
  16. IntermediateDirectory="Debugexe"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. AdditionalOptions=""
  22. Optimization="0"
  23. AdditionalIncludeDirectories="../../common/"
  24. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="3"
  28. UsePrecompiledHeader="0"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="FALSE"
  31. DebugInformationFormat="4"
  32. CompileAs="1"/>
  33. <Tool
  34. Name="VCCustomBuildTool"/>
  35. <Tool
  36. Name="VCLinkerTool"
  37. AdditionalOptions=""
  38. AdditionalDependencies="$(OutDir)/t264libd.lib"
  39. OutputFile="$(OutDir)/T264.exe"
  40. LinkIncremental="2"
  41. SuppressStartupBanner="TRUE"
  42. IgnoreDefaultLibraryNames=""
  43. GenerateDebugInformation="TRUE"
  44. ProgramDatabaseFile="$(OutDir)/T264.pdb"
  45. SubSystem="1"
  46. TargetMachine="1"/>
  47. <Tool
  48. Name="VCMIDLTool"/>
  49. <Tool
  50. Name="VCPostBuildEventTool"/>
  51. <Tool
  52. Name="VCPreBuildEventTool"/>
  53. <Tool
  54. Name="VCPreLinkEventTool"/>
  55. <Tool
  56. Name="VCResourceCompilerTool"/>
  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="..bin"
  71. IntermediateDirectory="Releaseexe"
  72. ConfigurationType="1"
  73. CharacterSet="2"
  74. WholeProgramOptimization="TRUE">
  75. <Tool
  76. Name="VCCLCompilerTool"
  77. AdditionalOptions=""
  78. Optimization="2"
  79. InlineFunctionExpansion="0"
  80. AdditionalIncludeDirectories="../../common/"
  81. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  82. RuntimeLibrary="4"
  83. UsePrecompiledHeader="0"
  84. WarningLevel="3"
  85. Detect64BitPortabilityProblems="FALSE"
  86. DebugInformationFormat="3"/>
  87. <Tool
  88. Name="VCCustomBuildTool"/>
  89. <Tool
  90. Name="VCLinkerTool"
  91. AdditionalOptions="/fixed:no"
  92. AdditionalDependencies="$(OutDir)/t264lib.lib"
  93. OutputFile="$(OutDir)/T264.exe"
  94. LinkIncremental="1"
  95. SuppressStartupBanner="TRUE"
  96. GenerateDebugInformation="TRUE"
  97. SubSystem="1"
  98. OptimizeReferences="2"
  99. EnableCOMDATFolding="2"
  100. TargetMachine="1"/>
  101. <Tool
  102. Name="VCMIDLTool"/>
  103. <Tool
  104. Name="VCPostBuildEventTool"/>
  105. <Tool
  106. Name="VCPreBuildEventTool"/>
  107. <Tool
  108. Name="VCPreLinkEventTool"/>
  109. <Tool
  110. Name="VCResourceCompilerTool"/>
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"/>
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"/>
  115. <Tool
  116. Name="VCWebDeploymentTool"/>
  117. <Tool
  118. Name="VCManagedWrapperGeneratorTool"/>
  119. <Tool
  120. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  121. </Configuration>
  122. </Configurations>
  123. <References>
  124. </References>
  125. <Files>
  126. <Filter
  127. Name="Source Files"
  128. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  129. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  130. <File
  131. RelativePath="....encoderT264.c">
  132. </File>
  133. <File
  134. RelativePath="....encoderwin.c">
  135. </File>
  136. <File
  137. RelativePath="....encoderyuvrgb24.c">
  138. </File>
  139. </Filter>
  140. <Filter
  141. Name="Header Files"
  142. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  143. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  144. <File
  145. RelativePath="....encoderwin.h">
  146. </File>
  147. </Filter>
  148. <File
  149. RelativePath=".ReadMe.txt">
  150. </File>
  151. </Files>
  152. <Globals>
  153. </Globals>
  154. </VisualStudioProject>