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

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="Mp4Tag"
  6. ProjectGUID="{73804182-47BC-4885-898D-939CA8672828}"
  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="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="........SourceCore,........SourceConfig"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. RuntimeTypeInfo="TRUE"
  28. UsePrecompiledHeader="0"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. OutputFile="$(OutDir)/Mp4Tag.exe"
  37. LinkIncremental="2"
  38. GenerateDebugInformation="TRUE"
  39. ProgramDatabaseFile="$(OutDir)/Mp4Tag.pdb"
  40. SubSystem="1"
  41. TargetMachine="1"/>
  42. <Tool
  43. Name="VCMIDLTool"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"/>
  46. <Tool
  47. Name="VCPreBuildEventTool"/>
  48. <Tool
  49. Name="VCPreLinkEventTool"/>
  50. <Tool
  51. Name="VCResourceCompilerTool"/>
  52. <Tool
  53. Name="VCWebServiceProxyGeneratorTool"/>
  54. <Tool
  55. Name="VCXMLDataGeneratorTool"/>
  56. <Tool
  57. Name="VCWebDeploymentTool"/>
  58. <Tool
  59. Name="VCManagedWrapperGeneratorTool"/>
  60. <Tool
  61. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  62. </Configuration>
  63. <Configuration
  64. Name="Release|Win32"
  65. OutputDirectory="Release"
  66. IntermediateDirectory="Release"
  67. ConfigurationType="1"
  68. CharacterSet="2">
  69. <Tool
  70. Name="VCCLCompilerTool"
  71. Optimization="2"
  72. InlineFunctionExpansion="1"
  73. OmitFramePointers="TRUE"
  74. AdditionalIncludeDirectories="........SourceCore,........SourceConfig"
  75. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  76. StringPooling="TRUE"
  77. RuntimeLibrary="2"
  78. EnableFunctionLevelLinking="TRUE"
  79. RuntimeTypeInfo="TRUE"
  80. UsePrecompiledHeader="0"
  81. WarningLevel="3"
  82. Detect64BitPortabilityProblems="TRUE"
  83. DebugInformationFormat="3"/>
  84. <Tool
  85. Name="VCCustomBuildTool"/>
  86. <Tool
  87. Name="VCLinkerTool"
  88. OutputFile="$(OutDir)/Mp4Tag.exe"
  89. LinkIncremental="1"
  90. GenerateDebugInformation="FALSE"
  91. SubSystem="1"
  92. OptimizeReferences="2"
  93. EnableCOMDATFolding="2"
  94. TargetMachine="1"/>
  95. <Tool
  96. Name="VCMIDLTool"/>
  97. <Tool
  98. Name="VCPostBuildEventTool"/>
  99. <Tool
  100. Name="VCPreBuildEventTool"/>
  101. <Tool
  102. Name="VCPreLinkEventTool"/>
  103. <Tool
  104. Name="VCResourceCompilerTool"/>
  105. <Tool
  106. Name="VCWebServiceProxyGeneratorTool"/>
  107. <Tool
  108. Name="VCXMLDataGeneratorTool"/>
  109. <Tool
  110. Name="VCWebDeploymentTool"/>
  111. <Tool
  112. Name="VCManagedWrapperGeneratorTool"/>
  113. <Tool
  114. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  115. </Configuration>
  116. </Configurations>
  117. <References>
  118. </References>
  119. <Files>
  120. <Filter
  121. Name="Source Files"
  122. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  123. <File
  124. RelativePath="........SourceAppsMp4TagMp4Tag.cpp">
  125. </File>
  126. </Filter>
  127. </Files>
  128. <Globals>
  129. </Globals>
  130. </VisualStudioProject>