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