crypt.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="crypt"
  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;CRYPT_EXPORTS;MSC;MSDOS;NOSIGNAL"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. PrecompiledHeaderFile=".Debug/crypt.pch"
  28. AssemblerListingLocation=".Debug/"
  29. ObjectFile=".Debug/"
  30. ProgramDataBaseFileName=".Debug/"
  31. WarningLevel="3"
  32. SuppressStartupBanner="TRUE"
  33. DebugInformationFormat="4"/>
  34. <Tool
  35. Name="VCCustomBuildTool"/>
  36. <Tool
  37. Name="VCLinkerTool"
  38. AdditionalOptions="/MACHINE:I386"
  39. AdditionalDependencies="odbc32.lib odbccp32.lib"
  40. OutputFile="../crypt_des.dll"
  41. LinkIncremental="2"
  42. SuppressStartupBanner="TRUE"
  43. ModuleDefinitionFile=".crypt.def"
  44. GenerateDebugInformation="TRUE"
  45. ProgramDatabaseFile=".Debug/crypt_des.pdb"
  46. ImportLibrary=".Debug/crypt_des.lib"/>
  47. <Tool
  48. Name="VCMIDLTool"
  49. PreprocessorDefinitions="_DEBUG"
  50. MkTypLibCompatible="TRUE"
  51. SuppressStartupBanner="TRUE"
  52. TargetEnvironment="1"
  53. TypeLibraryName=".Debug/crypt.tlb"/>
  54. <Tool
  55. Name="VCPostBuildEventTool"/>
  56. <Tool
  57. Name="VCPreBuildEventTool"/>
  58. <Tool
  59. Name="VCPreLinkEventTool"/>
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="2052"/>
  64. <Tool
  65. Name="VCWebServiceProxyGeneratorTool"/>
  66. <Tool
  67. Name="VCWebDeploymentTool"/>
  68. </Configuration>
  69. <Configuration
  70. Name="Release|Win32"
  71. OutputDirectory=".Release"
  72. IntermediateDirectory=".Release"
  73. ConfigurationType="2"
  74. UseOfMFC="0"
  75. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  76. CharacterSet="2">
  77. <Tool
  78. Name="VCCLCompilerTool"
  79. InlineFunctionExpansion="1"
  80. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CRYPT_EXPORTS;MSC;MSDOS;NOSIGNAL"
  81. StringPooling="TRUE"
  82. RuntimeLibrary="0"
  83. EnableFunctionLevelLinking="TRUE"
  84. PrecompiledHeaderFile=".Release/crypt.pch"
  85. AssemblerListingLocation=".Release/"
  86. ObjectFile=".Release/"
  87. ProgramDataBaseFileName=".Release/"
  88. WarningLevel="3"
  89. SuppressStartupBanner="TRUE"/>
  90. <Tool
  91. Name="VCCustomBuildTool"/>
  92. <Tool
  93. Name="VCLinkerTool"
  94. AdditionalOptions="/MACHINE:I386"
  95. AdditionalDependencies="odbc32.lib odbccp32.lib"
  96. OutputFile="../crypt_des.dll"
  97. LinkIncremental="1"
  98. SuppressStartupBanner="TRUE"
  99. ModuleDefinitionFile=".crypt.def"
  100. ProgramDatabaseFile=".Release/crypt_des.pdb"
  101. ImportLibrary=".Release/crypt_des.lib"/>
  102. <Tool
  103. Name="VCMIDLTool"
  104. PreprocessorDefinitions="NDEBUG"
  105. MkTypLibCompatible="TRUE"
  106. SuppressStartupBanner="TRUE"
  107. TargetEnvironment="1"
  108. TypeLibraryName=".Release/crypt.tlb"/>
  109. <Tool
  110. Name="VCPostBuildEventTool"/>
  111. <Tool
  112. Name="VCPreBuildEventTool"/>
  113. <Tool
  114. Name="VCPreLinkEventTool"/>
  115. <Tool
  116. Name="VCResourceCompilerTool"
  117. PreprocessorDefinitions="NDEBUG"
  118. Culture="2052"/>
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"/>
  121. <Tool
  122. Name="VCWebDeploymentTool"/>
  123. </Configuration>
  124. </Configurations>
  125. <Files>
  126. <Filter
  127. Name="Source Files"
  128. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  129. <File
  130. RelativePath="KeyManager.cpp">
  131. </File>
  132. <File
  133. RelativePath=".StdAfx.cpp">
  134. <FileConfiguration
  135. Name="Debug|Win32">
  136. <Tool
  137. Name="VCCLCompilerTool"
  138. UsePrecompiledHeader="1"
  139. PrecompiledHeaderThrough="stdafx.h"/>
  140. </FileConfiguration>
  141. <FileConfiguration
  142. Name="Release|Win32">
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. UsePrecompiledHeader="1"
  146. PrecompiledHeaderThrough="stdafx.h"/>
  147. </FileConfiguration>
  148. </File>
  149. <File
  150. RelativePath=".crypt.def">
  151. </File>
  152. <File
  153. RelativePath="crypt_dll.cpp">
  154. </File>
  155. <File
  156. RelativePath=".des.cpp">
  157. </File>
  158. </Filter>
  159. <Filter
  160. Name="Header Files"
  161. Filter="h;hpp;hxx;hm;inl">
  162. <File
  163. RelativePath="KeyManager.h">
  164. </File>
  165. <File
  166. RelativePath=".StdAfx.h">
  167. </File>
  168. <File
  169. RelativePath="crypt_dll.h">
  170. </File>
  171. <File
  172. RelativePath=".des.h">
  173. </File>
  174. </Filter>
  175. <Filter
  176. Name="Resource Files"
  177. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  178. </Filter>
  179. <File
  180. RelativePath=".ReadMe.txt">
  181. </File>
  182. </Files>
  183. <Globals>
  184. </Globals>
  185. </VisualStudioProject>