rtpdump_vc7.vcproj
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:5k
源码类别:

Audio

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="rtpdump"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. ProjectGUID="{BE2D5D97-BD3F-489B-A346-123834DDDBBD}">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory=".Debug_vc7"
  17. IntermediateDirectory=".Debug_vc7"
  18. ConfigurationType="1"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="5"
  28. UsePrecompiledHeader="3"
  29. PrecompiledHeaderThrough="stdafx.h"
  30. PrecompiledHeaderFile=".Debug_vc7/rtpdump.pch"
  31. AssemblerListingLocation=".Debug_vc7/"
  32. ObjectFile=".Debug_vc7/"
  33. ProgramDataBaseFileName=".Debug_vc7/"
  34. BrowseInformation="1"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. DebugInformationFormat="4"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib"
  43. OutputFile=".Debug_vc7/rtpdump.exe"
  44. LinkIncremental="2"
  45. SuppressStartupBanner="TRUE"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile=".Debug_vc7/rtpdump.pdb"
  48. SubSystem="1"
  49. TargetMachine="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. TypeLibraryName=".Debug_vc7/rtpdump.tlb"
  53. HeaderFileName=""/>
  54. <Tool
  55. Name="VCPostBuildEventTool"/>
  56. <Tool
  57. Name="VCPreBuildEventTool"/>
  58. <Tool
  59. Name="VCPreLinkEventTool"/>
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="1033"/>
  64. <Tool
  65. Name="VCWebServiceProxyGeneratorTool"/>
  66. <Tool
  67. Name="VCXMLDataGeneratorTool"/>
  68. <Tool
  69. Name="VCWebDeploymentTool"/>
  70. <Tool
  71. Name="VCManagedWrapperGeneratorTool"/>
  72. <Tool
  73. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  74. </Configuration>
  75. <Configuration
  76. Name="Release|Win32"
  77. OutputDirectory=".Release_vc7"
  78. IntermediateDirectory=".Release_vc7"
  79. ConfigurationType="1"
  80. UseOfMFC="0"
  81. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  82. CharacterSet="2">
  83. <Tool
  84. Name="VCCLCompilerTool"
  85. Optimization="2"
  86. InlineFunctionExpansion="1"
  87. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  88. StringPooling="TRUE"
  89. RuntimeLibrary="4"
  90. EnableFunctionLevelLinking="TRUE"
  91. UsePrecompiledHeader="3"
  92. PrecompiledHeaderThrough="stdafx.h"
  93. PrecompiledHeaderFile=".Release_vc7/rtpdump.pch"
  94. AssemblerListingLocation=".Release_vc7/"
  95. ObjectFile=".Release_vc7/"
  96. ProgramDataBaseFileName=".Release_vc7/"
  97. WarningLevel="3"
  98. SuppressStartupBanner="TRUE"/>
  99. <Tool
  100. Name="VCCustomBuildTool"/>
  101. <Tool
  102. Name="VCLinkerTool"
  103. AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib"
  104. OutputFile=".Release_vc7/rtpdump.exe"
  105. LinkIncremental="1"
  106. SuppressStartupBanner="TRUE"
  107. ProgramDatabaseFile=".Release_vc7/rtpdump.pdb"
  108. SubSystem="1"
  109. TargetMachine="1"/>
  110. <Tool
  111. Name="VCMIDLTool"
  112. TypeLibraryName=".Release_vc7/rtpdump.tlb"
  113. HeaderFileName=""/>
  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="1033"/>
  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="rtpdump.cpp">
  144. <FileConfiguration
  145. Name="Debug|Win32">
  146. <Tool
  147. Name="VCCLCompilerTool"
  148. Optimization="0"
  149. PreprocessorDefinitions=""
  150. BasicRuntimeChecks="3"
  151. BrowseInformation="1"/>
  152. </FileConfiguration>
  153. <FileConfiguration
  154. Name="Release|Win32">
  155. <Tool
  156. Name="VCCLCompilerTool"
  157. Optimization="2"
  158. PreprocessorDefinitions=""/>
  159. </FileConfiguration>
  160. </File>
  161. <File
  162. RelativePath="StdAfx.cpp">
  163. <FileConfiguration
  164. Name="Debug|Win32">
  165. <Tool
  166. Name="VCCLCompilerTool"
  167. Optimization="0"
  168. PreprocessorDefinitions=""
  169. BasicRuntimeChecks="3"
  170. UsePrecompiledHeader="1"
  171. BrowseInformation="1"/>
  172. </FileConfiguration>
  173. <FileConfiguration
  174. Name="Release|Win32">
  175. <Tool
  176. Name="VCCLCompilerTool"
  177. Optimization="2"
  178. PreprocessorDefinitions=""
  179. UsePrecompiledHeader="1"/>
  180. </FileConfiguration>
  181. </File>
  182. </Filter>
  183. <Filter
  184. Name="Header Files"
  185. Filter="h;hpp;hxx;hm;inl">
  186. <File
  187. RelativePath="StdAfx.h">
  188. </File>
  189. </Filter>
  190. <Filter
  191. Name="Resource Files"
  192. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  193. </Filter>
  194. </Files>
  195. <Globals>
  196. </Globals>
  197. </VisualStudioProject>