tests.vcproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="tests"
  6. ProjectGUID="{8F6D8D67-8512-4810-8599-F9EE33E94F59}"
  7. RootNamespace="tests"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="..\..\bin\$(SolutionName)"
  21. IntermediateDirectory="$(OutDir)\$(SolutionName)\$(ConfigurationName)"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  24. UseOfMFC="0"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  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. TypeLibraryName=".\Debug/tests.tlb"
  43. HeaderFileName=""
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="..\libssh2\include"
  49. PreprocessorDefinitions="WIN32;_DEBUG;LIBSSH2_WIN32;_CONSOLE"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. PrecompiledHeaderFile=".\Debug/tests.pch"
  54. AssemblerListingLocation=".\Debug/"
  55. ObjectFile=".\Debug/"
  56. ProgramDataBaseFileName=".\Debug/"
  57. WarningLevel="3"
  58. SuppressStartupBanner="true"
  59. DebugInformationFormat="4"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="_DEBUG"
  67. Culture="1033"
  68. />
  69. <Tool
  70. Name="VCPreLinkEventTool"
  71. />
  72. <Tool
  73. Name="VCLinkerTool"
  74. AdditionalDependencies="libssh2.lib"
  75. LinkIncremental="2"
  76. SuppressStartupBanner="true"
  77. AdditionalLibraryDirectories="$(OutDir)"
  78. IgnoreDefaultLibraryNames="msvcrt.lib"
  79. GenerateDebugInformation="true"
  80. ProgramDatabaseFile=".\Debug/simple.pdb"
  81. SubSystem="1"
  82. RandomizedBaseAddress="1"
  83. DataExecutionPrevention="0"
  84. TargetMachine="1"
  85. />
  86. <Tool
  87. Name="VCALinkTool"
  88. />
  89. <Tool
  90. Name="VCManifestTool"
  91. />
  92. <Tool
  93. Name="VCXDCMakeTool"
  94. />
  95. <Tool
  96. Name="VCBscMakeTool"
  97. SuppressStartupBanner="true"
  98. OutputFile=".\Debug/tests.bsc"
  99. />
  100. <Tool
  101. Name="VCFxCopTool"
  102. />
  103. <Tool
  104. Name="VCAppVerifierTool"
  105. />
  106. <Tool
  107. Name="VCPostBuildEventTool"
  108. />
  109. </Configuration>
  110. <Configuration
  111. Name="Release|Win32"
  112. OutputDirectory="..\..\bin\$(SolutionName)"
  113. IntermediateDirectory="$(OutDir)\$(SolutionName)\$(ConfigurationName)"
  114. ConfigurationType="1"
  115. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  116. UseOfMFC="0"
  117. ATLMinimizesCRunTimeLibraryUsage="false"
  118. CharacterSet="2"
  119. >
  120. <Tool
  121. Name="VCPreBuildEventTool"
  122. />
  123. <Tool
  124. Name="VCCustomBuildTool"
  125. />
  126. <Tool
  127. Name="VCXMLDataGeneratorTool"
  128. />
  129. <Tool
  130. Name="VCWebServiceProxyGeneratorTool"
  131. />
  132. <Tool
  133. Name="VCMIDLTool"
  134. TypeLibraryName=".\Release/tests.tlb"
  135. HeaderFileName=""
  136. />
  137. <Tool
  138. Name="VCCLCompilerTool"
  139. Optimization="2"
  140. InlineFunctionExpansion="1"
  141. AdditionalIncludeDirectories="..\libssh2\include"
  142. PreprocessorDefinitions="WIN32;NDEBUG;LIBSSH2_WIN32;_CONSOLE"
  143. StringPooling="true"
  144. RuntimeLibrary="2"
  145. EnableFunctionLevelLinking="true"
  146. PrecompiledHeaderFile=".\Release/tests.pch"
  147. AssemblerListingLocation=".\Release/"
  148. ObjectFile=".\Release/"
  149. ProgramDataBaseFileName=".\Release/"
  150. WarningLevel="3"
  151. SuppressStartupBanner="true"
  152. />
  153. <Tool
  154. Name="VCManagedResourceCompilerTool"
  155. />
  156. <Tool
  157. Name="VCResourceCompilerTool"
  158. PreprocessorDefinitions="NDEBUG"
  159. Culture="1033"
  160. />
  161. <Tool
  162. Name="VCPreLinkEventTool"
  163. />
  164. <Tool
  165. Name="VCLinkerTool"
  166. AdditionalDependencies="libssh2.lib"
  167. LinkIncremental="1"
  168. SuppressStartupBanner="true"
  169. AdditionalLibraryDirectories="$(OutDir)"
  170. ProgramDatabaseFile=".\Release/simple.pdb"
  171. SubSystem="1"
  172. RandomizedBaseAddress="1"
  173. DataExecutionPrevention="0"
  174. TargetMachine="1"
  175. />
  176. <Tool
  177. Name="VCALinkTool"
  178. />
  179. <Tool
  180. Name="VCManifestTool"
  181. />
  182. <Tool
  183. Name="VCXDCMakeTool"
  184. />
  185. <Tool
  186. Name="VCBscMakeTool"
  187. SuppressStartupBanner="true"
  188. OutputFile=".\Release/tests.bsc"
  189. />
  190. <Tool
  191. Name="VCFxCopTool"
  192. />
  193. <Tool
  194. Name="VCAppVerifierTool"
  195. />
  196. <Tool
  197. Name="VCPostBuildEventTool"
  198. />
  199. </Configuration>
  200. </Configurations>
  201. <References>
  202. </References>
  203. <Files>
  204. <Filter
  205. Name="Ô´Îļþ"
  206. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  207. >
  208. <File
  209. RelativePath=".\simple.c"
  210. >
  211. </File>
  212. </Filter>
  213. </Files>
  214. <Globals>
  215. </Globals>
  216. </VisualStudioProject>