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

钩子与API截获

开发平台:

Visual C++

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