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

钩子与API截获

开发平台:

Visual C++

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