Mp4Dump.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="Mp4Dump"
  6. ProjectGUID="{602F1304-0BE4-4C48-983E-9A4F84BD1585}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory=".Debug"
  17. IntermediateDirectory=".Debug"
  18. ConfigurationType="1"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. AdditionalIncludeDirectories="........SourceCore,........SourceConfig"
  26. PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="3"
  29. UsePrecompiledHeader="2"
  30. PrecompiledHeaderFile=".Debug/Mp4Dump.pch"
  31. AssemblerListingLocation=".Debug/"
  32. ObjectFile=".Debug/"
  33. ProgramDataBaseFileName=".Debug/"
  34. WarningLevel="3"
  35. SuppressStartupBanner="TRUE"
  36. DebugInformationFormat="4"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalOptions="/MACHINE:I386"
  43. AdditionalDependencies="odbc32.lib odbccp32.lib"
  44. OutputFile=".Debug/Mp4Dump.exe"
  45. LinkIncremental="2"
  46. SuppressStartupBanner="TRUE"
  47. GenerateDebugInformation="TRUE"
  48. ProgramDatabaseFile=".Debug/Mp4Dump.pdb"
  49. SubSystem="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. TypeLibraryName=".Debug/Mp4Dump.tlb"/>
  53. <Tool
  54. Name="VCPostBuildEventTool"/>
  55. <Tool
  56. Name="VCPreBuildEventTool"/>
  57. <Tool
  58. Name="VCPreLinkEventTool"/>
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="1033"/>
  63. <Tool
  64. Name="VCWebServiceProxyGeneratorTool"/>
  65. <Tool
  66. Name="VCXMLDataGeneratorTool"/>
  67. <Tool
  68. Name="VCWebDeploymentTool"/>
  69. <Tool
  70. Name="VCManagedWrapperGeneratorTool"/>
  71. <Tool
  72. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  73. </Configuration>
  74. <Configuration
  75. Name="Release|Win32"
  76. OutputDirectory=".Release"
  77. IntermediateDirectory=".Release"
  78. ConfigurationType="1"
  79. UseOfMFC="0"
  80. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  81. CharacterSet="2">
  82. <Tool
  83. Name="VCCLCompilerTool"
  84. InlineFunctionExpansion="1"
  85. AdditionalIncludeDirectories="........SourceCore,........SourceConfig"
  86. PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
  87. StringPooling="TRUE"
  88. RuntimeLibrary="2"
  89. EnableFunctionLevelLinking="TRUE"
  90. UsePrecompiledHeader="2"
  91. PrecompiledHeaderFile=".Release/Mp4Dump.pch"
  92. AssemblerListingLocation=".Release/"
  93. ObjectFile=".Release/"
  94. ProgramDataBaseFileName=".Release/"
  95. WarningLevel="3"
  96. SuppressStartupBanner="TRUE"
  97. CompileAs="0"/>
  98. <Tool
  99. Name="VCCustomBuildTool"/>
  100. <Tool
  101. Name="VCLinkerTool"
  102. AdditionalOptions="/MACHINE:I386"
  103. AdditionalDependencies="odbc32.lib odbccp32.lib"
  104. OutputFile=".Release/Mp4Dump.exe"
  105. LinkIncremental="1"
  106. SuppressStartupBanner="TRUE"
  107. ProgramDatabaseFile=".Release/Mp4Dump.pdb"
  108. SubSystem="1"/>
  109. <Tool
  110. Name="VCMIDLTool"
  111. TypeLibraryName=".Release/Mp4Dump.tlb"/>
  112. <Tool
  113. Name="VCPostBuildEventTool"/>
  114. <Tool
  115. Name="VCPreBuildEventTool"/>
  116. <Tool
  117. Name="VCPreLinkEventTool"/>
  118. <Tool
  119. Name="VCResourceCompilerTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. Culture="1033"/>
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"/>
  124. <Tool
  125. Name="VCXMLDataGeneratorTool"/>
  126. <Tool
  127. Name="VCWebDeploymentTool"/>
  128. <Tool
  129. Name="VCManagedWrapperGeneratorTool"/>
  130. <Tool
  131. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  132. </Configuration>
  133. </Configurations>
  134. <References>
  135. </References>
  136. <Files>
  137. <Filter
  138. Name="Source Files"
  139. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  140. <File
  141. RelativePath="........SourceAppsMp4DumpMp4Dump.cpp">
  142. </File>
  143. </Filter>
  144. </Files>
  145. <Globals>
  146. </Globals>
  147. </VisualStudioProject>