PSParse.vcproj
上传用户:thjx518
上传日期:2022-03-16
资源大小:179k
文件大小:5k
源码类别:

mpeg/mp3

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="PSParse"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory=".Release"
  17. IntermediateDirectory=".Release"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. InlineFunctionExpansion="1"
  25. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  26. StringPooling="TRUE"
  27. RuntimeLibrary="2"
  28. EnableFunctionLevelLinking="TRUE"
  29. UsePrecompiledHeader="3"
  30. PrecompiledHeaderThrough="stdafx.h"
  31. PrecompiledHeaderFile=".Release/PSParse.pch"
  32. AssemblerListingLocation=".Release/"
  33. ObjectFile=".Release/"
  34. ProgramDataBaseFileName=".Release/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. AdditionalOptions="/MACHINE:I386"
  42. OutputFile=".Release/PSParse.exe"
  43. LinkIncremental="1"
  44. SuppressStartupBanner="TRUE"
  45. ProgramDatabaseFile=".Release/PSParse.pdb"
  46. SubSystem="2"/>
  47. <Tool
  48. Name="VCMIDLTool"
  49. PreprocessorDefinitions="NDEBUG"
  50. MkTypLibCompatible="TRUE"
  51. SuppressStartupBanner="TRUE"
  52. TargetEnvironment="1"
  53. TypeLibraryName=".Release/PSParse.tlb"/>
  54. <Tool
  55. Name="VCPostBuildEventTool"/>
  56. <Tool
  57. Name="VCPreBuildEventTool"/>
  58. <Tool
  59. Name="VCPreLinkEventTool"/>
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_AFXDLL;NDEBUG"
  63. Culture="2052"/>
  64. <Tool
  65. Name="VCWebServiceProxyGeneratorTool"/>
  66. <Tool
  67. Name="VCWebDeploymentTool"/>
  68. </Configuration>
  69. <Configuration
  70. Name="Debug|Win32"
  71. OutputDirectory=".Debug"
  72. IntermediateDirectory=".Debug"
  73. ConfigurationType="1"
  74. UseOfMFC="2"
  75. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  76. CharacterSet="2">
  77. <Tool
  78. Name="VCCLCompilerTool"
  79. Optimization="0"
  80. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  81. BasicRuntimeChecks="3"
  82. RuntimeLibrary="3"
  83. UsePrecompiledHeader="3"
  84. PrecompiledHeaderThrough="stdafx.h"
  85. PrecompiledHeaderFile=".Debug/PSParse.pch"
  86. AssemblerListingLocation=".Debug/"
  87. ObjectFile=".Debug/"
  88. ProgramDataBaseFileName=".Debug/"
  89. WarningLevel="3"
  90. SuppressStartupBanner="TRUE"
  91. DebugInformationFormat="4"/>
  92. <Tool
  93. Name="VCCustomBuildTool"/>
  94. <Tool
  95. Name="VCLinkerTool"
  96. AdditionalOptions="/MACHINE:I386"
  97. OutputFile=".Debug/PSParse.exe"
  98. LinkIncremental="2"
  99. SuppressStartupBanner="TRUE"
  100. GenerateDebugInformation="TRUE"
  101. ProgramDatabaseFile=".Debug/PSParse.pdb"
  102. SubSystem="2"/>
  103. <Tool
  104. Name="VCMIDLTool"
  105. PreprocessorDefinitions="_DEBUG"
  106. MkTypLibCompatible="TRUE"
  107. SuppressStartupBanner="TRUE"
  108. TargetEnvironment="1"
  109. TypeLibraryName=".Debug/PSParse.tlb"/>
  110. <Tool
  111. Name="VCPostBuildEventTool"/>
  112. <Tool
  113. Name="VCPreBuildEventTool"/>
  114. <Tool
  115. Name="VCPreLinkEventTool"/>
  116. <Tool
  117. Name="VCResourceCompilerTool"
  118. PreprocessorDefinitions="_AFXDLL;_DEBUG"
  119. Culture="2052"/>
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"/>
  122. <Tool
  123. Name="VCWebDeploymentTool"/>
  124. </Configuration>
  125. </Configurations>
  126. <Files>
  127. <Filter
  128. Name="Source Files"
  129. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  130. <File
  131. RelativePath=".PSParse.cpp">
  132. </File>
  133. <File
  134. RelativePath=".PSParse.rc">
  135. </File>
  136. <File
  137. RelativePath=".PSParseDlg.cpp">
  138. </File>
  139. <File
  140. RelativePath=".PatParse.cpp">
  141. </File>
  142. <File
  143. RelativePath=".PrivateSection.cpp">
  144. </File>
  145. <File
  146. RelativePath=".Queue.cpp">
  147. </File>
  148. <File
  149. RelativePath=".RecvCard.cpp">
  150. </File>
  151. <File
  152. RelativePath=".StdAfx.cpp">
  153. <FileConfiguration
  154. Name="Release|Win32">
  155. <Tool
  156. Name="VCCLCompilerTool"
  157. UsePrecompiledHeader="1"/>
  158. </FileConfiguration>
  159. <FileConfiguration
  160. Name="Debug|Win32">
  161. <Tool
  162. Name="VCCLCompilerTool"
  163. UsePrecompiledHeader="1"/>
  164. </FileConfiguration>
  165. </File>
  166. <File
  167. RelativePath=".TSParse.cpp">
  168. </File>
  169. <File
  170. RelativePath=".pcr.cpp">
  171. </File>
  172. </Filter>
  173. <Filter
  174. Name="Header Files"
  175. Filter="h;hpp;hxx;hm;inl">
  176. <File
  177. RelativePath=".PSParse.h">
  178. </File>
  179. <File
  180. RelativePath=".PSParseDlg.h">
  181. </File>
  182. <File
  183. RelativePath=".PatParse.h">
  184. </File>
  185. <File
  186. RelativePath=".PrivateSection.h">
  187. </File>
  188. <File
  189. RelativePath=".Queue.h">
  190. </File>
  191. <File
  192. RelativePath=".RecvCard.h">
  193. </File>
  194. <File
  195. RelativePath=".Resource.h">
  196. </File>
  197. <File
  198. RelativePath=".StdAfx.h">
  199. </File>
  200. <File
  201. RelativePath=".TSParse.h">
  202. </File>
  203. <File
  204. RelativePath=".dvbIoctl.h">
  205. </File>
  206. <File
  207. RelativePath=".pcr.h">
  208. </File>
  209. </Filter>
  210. <Filter
  211. Name="Resource Files"
  212. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  213. <File
  214. RelativePath=".resPSParse.ico">
  215. </File>
  216. <File
  217. RelativePath=".resPSParse.rc2">
  218. </File>
  219. </Filter>
  220. <File
  221. RelativePath=".ReadMe.txt">
  222. </File>
  223. </Files>
  224. <Globals>
  225. </Globals>
  226. </VisualStudioProject>