browser.vcproj
上传用户:czjinwang
上传日期:2007-01-12
资源大小:2484k
文件大小:5k
源码类别:

SNMP编程

开发平台:

Visual C++

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