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

钩子与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"
  42. OutputFile="..mydll.dll"
  43. LinkIncremental="2"
  44. SuppressStartupBanner="TRUE"
  45. ModuleDefinitionFile=".mydll.def"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile=".Debug/mydll.pdb"
  48. ImportLibrary=".Debug/mydll.lib"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. PreprocessorDefinitions="_DEBUG"
  52. MkTypLibCompatible="TRUE"
  53. SuppressStartupBanner="TRUE"
  54. TargetEnvironment="1"
  55. TypeLibraryName=".Debug/mydll.tlb"/>
  56. <Tool
  57. Name="VCPostBuildEventTool"/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="_DEBUG"
  65. Culture="2052"/>
  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="2"
  76. UseOfMFC="0"
  77. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  78. CharacterSet="2">
  79. <Tool
  80. Name="VCCLCompilerTool"
  81. InlineFunctionExpansion="1"
  82. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MYDLL_EXPORTS"
  83. StringPooling="TRUE"
  84. RuntimeLibrary="0"
  85. EnableFunctionLevelLinking="TRUE"
  86. UsePrecompiledHeader="3"
  87. PrecompiledHeaderThrough="stdafx.h"
  88. PrecompiledHeaderFile=".Release/mydll.pch"
  89. AssemblerListingLocation=".Release/"
  90. ObjectFile=".Release/"
  91. ProgramDataBaseFileName=".Release/"
  92. WarningLevel="3"
  93. SuppressStartupBanner="TRUE"/>
  94. <Tool
  95. Name="VCCustomBuildTool"/>
  96. <Tool
  97. Name="VCLinkerTool"
  98. AdditionalOptions="/MACHINE:I386"
  99. AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
  100. OutputFile="..mydll.dll"
  101. LinkIncremental="1"
  102. SuppressStartupBanner="TRUE"
  103. ModuleDefinitionFile=".mydll.def"
  104. ProgramDatabaseFile=".Release/mydll.pdb"
  105. ImportLibrary=".Release/mydll.lib"/>
  106. <Tool
  107. Name="VCMIDLTool"
  108. PreprocessorDefinitions="NDEBUG"
  109. MkTypLibCompatible="TRUE"
  110. SuppressStartupBanner="TRUE"
  111. TargetEnvironment="1"
  112. TypeLibraryName=".Release/mydll.tlb"/>
  113. <Tool
  114. Name="VCPostBuildEventTool"/>
  115. <Tool
  116. Name="VCPreBuildEventTool"/>
  117. <Tool
  118. Name="VCPreLinkEventTool"/>
  119. <Tool
  120. Name="VCResourceCompilerTool"
  121. PreprocessorDefinitions="NDEBUG"
  122. Culture="2052"/>
  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;idl;hpj;bat">
  133. <File
  134. RelativePath=".StdAfx.cpp">
  135. <FileConfiguration
  136. Name="Debug|Win32">
  137. <Tool
  138. Name="VCCLCompilerTool"
  139. UsePrecompiledHeader="1"/>
  140. </FileConfiguration>
  141. <FileConfiguration
  142. Name="Release|Win32">
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. UsePrecompiledHeader="1"/>
  146. </FileConfiguration>
  147. </File>
  148. <File
  149. RelativePath=".mydll.cpp">
  150. </File>
  151. <File
  152. RelativePath=".mydll.def">
  153. </File>
  154. </Filter>
  155. <Filter
  156. Name="Header Files"
  157. Filter="h;hpp;hxx;hm;inl">
  158. <File
  159. RelativePath=".StdAfx.h">
  160. </File>
  161. </Filter>
  162. <Filter
  163. Name="Resource Files"
  164. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  165. </Filter>
  166. <File
  167. RelativePath=".ReadMe.txt">
  168. </File>
  169. </Files>
  170. <Globals>
  171. </Globals>
  172. </VisualStudioProject>