example.vcproj 4.8 KB

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