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

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="AP4"
  6. ProjectGUID="{A714AA1C-45A9-403D-A6E1-020E520119A2}"
  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="4"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="5"
  26. UsePrecompiledHeader="0"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLibrarianTool"
  34. OutputFile="$(OutDir)/AP4.lib"/>
  35. <Tool
  36. Name="VCMIDLTool"/>
  37. <Tool
  38. Name="VCPostBuildEventTool"/>
  39. <Tool
  40. Name="VCPreBuildEventTool"/>
  41. <Tool
  42. Name="VCPreLinkEventTool"/>
  43. <Tool
  44. Name="VCResourceCompilerTool"/>
  45. <Tool
  46. Name="VCWebServiceProxyGeneratorTool"/>
  47. <Tool
  48. Name="VCXMLDataGeneratorTool"/>
  49. <Tool
  50. Name="VCManagedWrapperGeneratorTool"/>
  51. <Tool
  52. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  53. </Configuration>
  54. <Configuration
  55. Name="Release|Win32"
  56. OutputDirectory="Release"
  57. IntermediateDirectory="Release"
  58. ConfigurationType="4"
  59. CharacterSet="2">
  60. <Tool
  61. Name="VCCLCompilerTool"
  62. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  63. RuntimeLibrary="2"
  64. UsePrecompiledHeader="0"
  65. WarningLevel="3"
  66. Detect64BitPortabilityProblems="TRUE"
  67. DebugInformationFormat="3"/>
  68. <Tool
  69. Name="VCCustomBuildTool"/>
  70. <Tool
  71. Name="VCLibrarianTool"
  72. OutputFile="$(OutDir)/AP4.lib"/>
  73. <Tool
  74. Name="VCMIDLTool"/>
  75. <Tool
  76. Name="VCPostBuildEventTool"/>
  77. <Tool
  78. Name="VCPreBuildEventTool"/>
  79. <Tool
  80. Name="VCPreLinkEventTool"/>
  81. <Tool
  82. Name="VCResourceCompilerTool"/>
  83. <Tool
  84. Name="VCWebServiceProxyGeneratorTool"/>
  85. <Tool
  86. Name="VCXMLDataGeneratorTool"/>
  87. <Tool
  88. Name="VCManagedWrapperGeneratorTool"/>
  89. <Tool
  90. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  91. </Configuration>
  92. <Configuration
  93. Name="ST|Win32"
  94. OutputDirectory="$(ConfigurationName)"
  95. IntermediateDirectory="$(ConfigurationName)"
  96. ConfigurationType="4"
  97. CharacterSet="2">
  98. <Tool
  99. Name="VCCLCompilerTool"
  100. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  101. RuntimeLibrary="4"
  102. UsePrecompiledHeader="0"
  103. WarningLevel="3"
  104. Detect64BitPortabilityProblems="TRUE"
  105. DebugInformationFormat="3"/>
  106. <Tool
  107. Name="VCCustomBuildTool"/>
  108. <Tool
  109. Name="VCLibrarianTool"
  110. OutputFile="$(OutDir)/AP4.lib"/>
  111. <Tool
  112. Name="VCMIDLTool"/>
  113. <Tool
  114. Name="VCPostBuildEventTool"/>
  115. <Tool
  116. Name="VCPreBuildEventTool"/>
  117. <Tool
  118. Name="VCPreLinkEventTool"/>
  119. <Tool
  120. Name="VCResourceCompilerTool"/>
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"/>
  123. <Tool
  124. Name="VCXMLDataGeneratorTool"/>
  125. <Tool
  126. Name="VCManagedWrapperGeneratorTool"/>
  127. <Tool
  128. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  129. </Configuration>
  130. </Configurations>
  131. <References>
  132. </References>
  133. <Files>
  134. <Filter
  135. Name="Source Files"
  136. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  137. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  138. <File
  139. RelativePath=".Ap4Lib.cpp">
  140. </File>
  141. </Filter>
  142. <Filter
  143. Name="Header Files"
  144. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  145. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  146. </Filter>
  147. <Filter
  148. Name="Resource Files"
  149. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  150. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  151. </Filter>
  152. </Files>
  153. <Globals>
  154. </Globals>
  155. </VisualStudioProject>