mydll.vcproj
上传用户:nbcables
上传日期:2007-01-11
资源大小:1243k
文件大小:7k
源码类别:

钩子与API截获

开发平台:

Visual C++

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