example_ssh2.vcproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="example_ssh2"
  6. ProjectGUID="{16F817E5-D315-42A0-92DE-641570025694}"
  7. RootNamespace="example_ssh2"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="..\..\..\bin\$(SolutionName)"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="1"
  24. UseOfMFC="2"
  25. CharacterSet="1"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. CommandLine="copy $(SolutionDir)\libssh2\libssh2.dll $(OutDir)\libssh2.dll /y/a"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. AdditionalIncludeDirectories="..\libssh2\include"
  47. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. UsePrecompiledHeader="2"
  52. WarningLevel="3"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. AdditionalDependencies="libssh2.lib"
  67. LinkIncremental="2"
  68. AdditionalLibraryDirectories="..\libssh2"
  69. GenerateDebugInformation="true"
  70. SubSystem="1"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="..\..\..\bin\$(SolutionName)"
  98. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  99. ConfigurationType="1"
  100. UseOfMFC="2"
  101. CharacterSet="1"
  102. WholeProgramOptimization="1"
  103. >
  104. <Tool
  105. Name="VCPreBuildEventTool"
  106. CommandLine="copy $(SolutionDir)\libssh2\libssh2.dll $(OutDir)\libssh2.dll /y/a"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. Optimization="2"
  123. EnableIntrinsicFunctions="true"
  124. AdditionalIncludeDirectories="..\libssh2\include"
  125. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  126. RuntimeLibrary="2"
  127. EnableFunctionLevelLinking="true"
  128. UsePrecompiledHeader="2"
  129. WarningLevel="3"
  130. DebugInformationFormat="3"
  131. />
  132. <Tool
  133. Name="VCManagedResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCPreLinkEventTool"
  140. />
  141. <Tool
  142. Name="VCLinkerTool"
  143. AdditionalDependencies="libssh2.lib"
  144. LinkIncremental="1"
  145. AdditionalLibraryDirectories="..\libssh2"
  146. GenerateDebugInformation="true"
  147. SubSystem="1"
  148. OptimizeReferences="2"
  149. EnableCOMDATFolding="2"
  150. TargetMachine="1"
  151. />
  152. <Tool
  153. Name="VCALinkTool"
  154. />
  155. <Tool
  156. Name="VCManifestTool"
  157. />
  158. <Tool
  159. Name="VCXDCMakeTool"
  160. />
  161. <Tool
  162. Name="VCBscMakeTool"
  163. />
  164. <Tool
  165. Name="VCFxCopTool"
  166. />
  167. <Tool
  168. Name="VCAppVerifierTool"
  169. />
  170. <Tool
  171. Name="VCPostBuildEventTool"
  172. />
  173. </Configuration>
  174. </Configurations>
  175. <References>
  176. </References>
  177. <Files>
  178. <Filter
  179. Name="Ô´Îļþ"
  180. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  181. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  182. >
  183. <File
  184. RelativePath=".\example_ssh2.cpp"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\stdafx.cpp"
  189. >
  190. <FileConfiguration
  191. Name="Debug|Win32"
  192. >
  193. <Tool
  194. Name="VCCLCompilerTool"
  195. UsePrecompiledHeader="1"
  196. />
  197. </FileConfiguration>
  198. <FileConfiguration
  199. Name="Release|Win32"
  200. >
  201. <Tool
  202. Name="VCCLCompilerTool"
  203. UsePrecompiledHeader="1"
  204. />
  205. </FileConfiguration>
  206. </File>
  207. <File
  208. RelativePath=".\WinSsh2Proc.cpp"
  209. >
  210. </File>
  211. </Filter>
  212. <Filter
  213. Name="Í·Îļþ"
  214. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  215. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  216. >
  217. <File
  218. RelativePath=".\example_ssh2.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\Resource.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\stdafx.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\targetver.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\WinSsh2Proc.h"
  235. >
  236. </File>
  237. </Filter>
  238. <Filter
  239. Name="×ÊÔ´Îļþ"
  240. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  241. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  242. >
  243. <File
  244. RelativePath=".\example_ssh2.rc"
  245. >
  246. </File>
  247. </Filter>
  248. <File
  249. RelativePath=".\ReadMe.txt"
  250. >
  251. </File>
  252. </Files>
  253. <Globals>
  254. </Globals>
  255. </VisualStudioProject>