MyAgent.vcproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="StoneU_SnmpAgent"
  6. ProjectGUID="{8C09FBAA-F9EF-4FED-A506-C799A7839DB9}"
  7. TargetFrameworkVersion="131072"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Release|Win32"
  19. OutputDirectory=".\Release"
  20. IntermediateDirectory=".\Release"
  21. ConfigurationType="2"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="NDEBUG"
  42. MkTypLibCompatible="true"
  43. SuppressStartupBanner="true"
  44. TargetEnvironment="1"
  45. TypeLibraryName=".\Release/MyAgent.tlb"
  46. HeaderFileName=""
  47. />
  48. <Tool
  49. Name="VCCLCompilerTool"
  50. Optimization="2"
  51. InlineFunctionExpansion="1"
  52. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MYAGENT_EXPORTS"
  53. StringPooling="true"
  54. RuntimeLibrary="0"
  55. EnableFunctionLevelLinking="true"
  56. UsePrecompiledHeader="2"
  57. PrecompiledHeaderThrough="stdafx.h"
  58. PrecompiledHeaderFile=".\Release/MyAgent.pch"
  59. AssemblerListingLocation=".\Release/"
  60. ObjectFile=".\Release/"
  61. ProgramDataBaseFileName=".\Release/"
  62. BrowseInformation="1"
  63. WarningLevel="3"
  64. SuppressStartupBanner="true"
  65. />
  66. <Tool
  67. Name="VCManagedResourceCompilerTool"
  68. />
  69. <Tool
  70. Name="VCResourceCompilerTool"
  71. PreprocessorDefinitions="NDEBUG"
  72. Culture="1033"
  73. />
  74. <Tool
  75. Name="VCPreLinkEventTool"
  76. />
  77. <Tool
  78. Name="VCLinkerTool"
  79. AdditionalDependencies="snmpapi.lib Mgmtapi.lib"
  80. OutputFile=".\Release/StoneU_SnmpAgent.dll"
  81. LinkIncremental="1"
  82. SuppressStartupBanner="true"
  83. ModuleDefinitionFile=".\MyAgent.def"
  84. ProgramDatabaseFile=".\Release/MyAgent.pdb"
  85. RandomizedBaseAddress="1"
  86. DataExecutionPrevention="0"
  87. ImportLibrary=".\Release/MyAgent.lib"
  88. TargetMachine="1"
  89. />
  90. <Tool
  91. Name="VCALinkTool"
  92. />
  93. <Tool
  94. Name="VCManifestTool"
  95. />
  96. <Tool
  97. Name="VCXDCMakeTool"
  98. />
  99. <Tool
  100. Name="VCBscMakeTool"
  101. />
  102. <Tool
  103. Name="VCFxCopTool"
  104. />
  105. <Tool
  106. Name="VCAppVerifierTool"
  107. />
  108. <Tool
  109. Name="VCPostBuildEventTool"
  110. />
  111. </Configuration>
  112. <Configuration
  113. Name="Debug|Win32"
  114. OutputDirectory=".\Debug"
  115. IntermediateDirectory=".\Debug"
  116. ConfigurationType="2"
  117. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  118. UseOfMFC="2"
  119. ATLMinimizesCRunTimeLibraryUsage="false"
  120. CharacterSet="2"
  121. >
  122. <Tool
  123. Name="VCPreBuildEventTool"
  124. />
  125. <Tool
  126. Name="VCCustomBuildTool"
  127. />
  128. <Tool
  129. Name="VCXMLDataGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCWebServiceProxyGeneratorTool"
  133. />
  134. <Tool
  135. Name="VCMIDLTool"
  136. PreprocessorDefinitions="_DEBUG"
  137. MkTypLibCompatible="true"
  138. SuppressStartupBanner="true"
  139. TargetEnvironment="1"
  140. TypeLibraryName=".\Debug/MyAgent.tlb"
  141. HeaderFileName=""
  142. />
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. Optimization="0"
  146. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MYAGENT_EXPORTS"
  147. BasicRuntimeChecks="3"
  148. RuntimeLibrary="3"
  149. UsePrecompiledHeader="2"
  150. PrecompiledHeaderThrough="stdafx.h"
  151. PrecompiledHeaderFile=".\Debug/MyAgent.pch"
  152. AssemblerListingLocation=".\Debug/"
  153. ObjectFile=".\Debug/"
  154. ProgramDataBaseFileName=".\Debug/"
  155. WarningLevel="3"
  156. SuppressStartupBanner="true"
  157. DebugInformationFormat="4"
  158. />
  159. <Tool
  160. Name="VCManagedResourceCompilerTool"
  161. />
  162. <Tool
  163. Name="VCResourceCompilerTool"
  164. PreprocessorDefinitions="_DEBUG"
  165. Culture="1033"
  166. />
  167. <Tool
  168. Name="VCPreLinkEventTool"
  169. />
  170. <Tool
  171. Name="VCLinkerTool"
  172. AdditionalDependencies="snmpapi.lib Mgmtapi.lib"
  173. OutputFile=".\Debug/StoneU_SnmpAgent.dll"
  174. LinkIncremental="1"
  175. SuppressStartupBanner="true"
  176. IgnoreDefaultLibraryNames=""
  177. ModuleDefinitionFile=".\MyAgent.def"
  178. GenerateDebugInformation="true"
  179. ProgramDatabaseFile=".\Debug/MyAgent.pdb"
  180. RandomizedBaseAddress="1"
  181. DataExecutionPrevention="0"
  182. ImportLibrary=".\Debug/MyAgent.lib"
  183. TargetMachine="1"
  184. />
  185. <Tool
  186. Name="VCALinkTool"
  187. />
  188. <Tool
  189. Name="VCManifestTool"
  190. />
  191. <Tool
  192. Name="VCXDCMakeTool"
  193. />
  194. <Tool
  195. Name="VCBscMakeTool"
  196. />
  197. <Tool
  198. Name="VCFxCopTool"
  199. />
  200. <Tool
  201. Name="VCAppVerifierTool"
  202. />
  203. <Tool
  204. Name="VCPostBuildEventTool"
  205. />
  206. </Configuration>
  207. </Configurations>
  208. <References>
  209. </References>
  210. <Files>
  211. <Filter
  212. Name="Source Files"
  213. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  214. >
  215. <File
  216. RelativePath="MyAgent.cpp"
  217. >
  218. <FileConfiguration
  219. Name="Release|Win32"
  220. >
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. Optimization="2"
  224. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MYAGENT_EXPORTS;$(NoInherit)"
  225. BrowseInformation="1"
  226. />
  227. </FileConfiguration>
  228. <FileConfiguration
  229. Name="Debug|Win32"
  230. >
  231. <Tool
  232. Name="VCCLCompilerTool"
  233. Optimization="0"
  234. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MYAGENT_EXPORTS;$(NoInherit)"
  235. BasicRuntimeChecks="3"
  236. />
  237. </FileConfiguration>
  238. </File>
  239. <File
  240. RelativePath="MyAgent.def"
  241. >
  242. </File>
  243. <File
  244. RelativePath="StdAfx.cpp"
  245. >
  246. <FileConfiguration
  247. Name="Release|Win32"
  248. >
  249. <Tool
  250. Name="VCCLCompilerTool"
  251. Optimization="2"
  252. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MYAGENT_EXPORTS;$(NoInherit)"
  253. UsePrecompiledHeader="1"
  254. BrowseInformation="1"
  255. />
  256. </FileConfiguration>
  257. <FileConfiguration
  258. Name="Debug|Win32"
  259. >
  260. <Tool
  261. Name="VCCLCompilerTool"
  262. Optimization="0"
  263. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MYAGENT_EXPORTS;$(NoInherit)"
  264. BasicRuntimeChecks="3"
  265. UsePrecompiledHeader="1"
  266. />
  267. </FileConfiguration>
  268. </File>
  269. </Filter>
  270. <Filter
  271. Name="Header Files"
  272. Filter="h;hpp;hxx;hm;inl"
  273. >
  274. <File
  275. RelativePath=".\Dll_Excel.lib"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\DllExcel.h"
  280. >
  281. </File>
  282. <File
  283. RelativePath="StdAfx.h"
  284. >
  285. </File>
  286. </Filter>
  287. <Filter
  288. Name="Resource Files"
  289. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  290. >
  291. </Filter>
  292. <File
  293. RelativePath="ReadMe.txt"
  294. >
  295. </File>
  296. </Files>
  297. <Globals>
  298. </Globals>
  299. </VisualStudioProject>