Renci.SshNet.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{2F5F8C90-0BD1-424F-997C-7BC6280919D1}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Renci.SshNet</RootNamespace>
  12. <AssemblyName>Renci.SshNet</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <DocumentationFile>bin\Debug\Renci.SshNet.xml</DocumentationFile>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <DocumentationFile>bin\Release\Renci.SshNet.xml</DocumentationFile>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugNoTimeout|AnyCPU'">
  40. <DebugSymbols>true</DebugSymbols>
  41. <OutputPath>bin\DebugNoTimeout\</OutputPath>
  42. <DefineConstants>TRACE;DEBUG;NOTIMEOUT</DefineConstants>
  43. <DebugType>full</DebugType>
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <CodeAnalysisLogFile>bin\Debug\Renci.SshClient.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  46. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  47. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  51. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  52. <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  53. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  54. <DocumentationFile>bin\DebugNoTimeout\Renci.SshNet.xml</DocumentationFile>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Channels\ChannelDirectTcpip.NET40.cs" />
  66. <Compile Include="Common\AsyncResult.cs" />
  67. <Compile Include="Common\AuthenticationBannerEventArgs.cs" />
  68. <Compile Include="Common\AuthenticationEventArgs.cs" />
  69. <Compile Include="Common\AuthenticationPasswordChangeEventArgs.cs" />
  70. <Compile Include="Common\AuthenticationPromptEventArgs.cs" />
  71. <Compile Include="Common\AuthenticationPrompt.cs" />
  72. <Compile Include="Common\BigInteger.cs">
  73. <SubType>Code</SubType>
  74. </Compile>
  75. <Compile Include="Common\ChannelDataEventArgs.cs" />
  76. <Compile Include="Common\ChannelEventArgs.cs" />
  77. <Compile Include="Common\ChannelOpenFailedEventArgs.cs" />
  78. <Compile Include="Common\ChannelRequestEventArgs.cs" />
  79. <Compile Include="Common\SemaphoreLight.cs">
  80. <SubType>Code</SubType>
  81. </Compile>
  82. <Compile Include="Common\SftpPathNotFoundException.NET40.cs" />
  83. <Compile Include="Common\SftpPermissionDeniedException.NET40.cs" />
  84. <Compile Include="Common\SshAuthenticationException.NET40.cs" />
  85. <Compile Include="Common\SshConnectionException.NET40.cs" />
  86. <Compile Include="Common\SshException.NET40.cs" />
  87. <Compile Include="Common\SshPassPhraseNullOrEmptyException.NET40.cs" />
  88. <Compile Include="Common\ExceptionEventArgs.cs" />
  89. <Compile Include="Common\PipeStream.cs" />
  90. <Compile Include="Common\PortForwardEventArgs.cs" />
  91. <Compile Include="Common\SshAuthenticationException.cs" />
  92. <Compile Include="Common\SshConnectionException.cs" />
  93. <Compile Include="Common\SftpPathNotFoundException.cs" />
  94. <Compile Include="Common\SshOperationTimeoutException.cs" />
  95. <Compile Include="Common\SshOperationTimeoutException.NET40.cs" />
  96. <Compile Include="Common\SshPassPhraseNullOrEmptyException.cs" />
  97. <Compile Include="Common\SftpPermissionDeniedException.cs" />
  98. <Compile Include="ForwardedPortLocal.cs">
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="Security\Cryptography\Aes.cs">
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Compile Include="Security\Cryptography\Serpent.cs">
  105. <SubType>Code</SubType>
  106. </Compile>
  107. <Compile Include="Shell.NET40.cs" />
  108. <Compile Include="SftpClient.NET40.cs" />
  109. <Compile Include="PasswordConnectionInfo.NET40.cs" />
  110. <Compile Include="KeyboardInteractiveConnectionInfo.NET40.cs" />
  111. <Compile Include="ForwardedPortRemote.NET40.cs" />
  112. <Compile Include="ForwardedPortLocal.NET40.cs" />
  113. <Compile Include="SshCommand.NET40.cs" />
  114. <Compile Include="Session.NET40.cs" />
  115. <Compile Include="KeyboardInteractiveConnectionInfo.cs" />
  116. <Compile Include="Messages\Authentication\RequestMessageKeyboardInteractive.cs" />
  117. <Compile Include="Messages\Authentication\RequestMessageNone.cs" />
  118. <Compile Include="Messages\Connection\ChannelOpen\ChannelOpenInfo.cs" />
  119. <Compile Include="Messages\Connection\ChannelOpen\DirectTcpipChannelInfo.cs" />
  120. <Compile Include="Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfo.cs" />
  121. <Compile Include="Messages\Connection\ChannelOpen\SessionChannelOpenInfo.cs" />
  122. <Compile Include="Messages\Connection\ChannelOpen\X11ChannelOpenInfo.cs" />
  123. <Compile Include="Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfo.cs" />
  124. <Compile Include="Messages\Connection\ChannelRequest\ExecRequestInfo.cs" />
  125. <Compile Include="Messages\Connection\ChannelRequest\ExitSignalRequestInfo.cs" />
  126. <Compile Include="Messages\Connection\ChannelRequest\ExitStatusRequestInfo.cs" />
  127. <Compile Include="Messages\Connection\ChannelRequest\PseudoTerminalInfo.cs" />
  128. <Compile Include="Messages\Connection\ChannelRequest\RequestInfo.cs" />
  129. <Compile Include="Messages\Connection\ChannelRequest\ShellRequestInfo.cs" />
  130. <Compile Include="Messages\Connection\ChannelRequest\SignalRequestInfo.cs" />
  131. <Compile Include="Messages\Connection\ChannelRequest\SubsystemRequestInfo.cs" />
  132. <Compile Include="Messages\Connection\ChannelRequest\WindowChangeRequestInfo.cs" />
  133. <Compile Include="Messages\Connection\ChannelRequest\X11ForwardingRequestInfo.cs" />
  134. <Compile Include="Messages\Connection\ChannelRequest\XonXoffRequestInfo.cs" />
  135. <Compile Include="Messages\MessageAttribute.cs" />
  136. <Compile Include="NoneConnectionInfo.cs" />
  137. <Compile Include="Security\CipherBlowfish.cs" />
  138. <Compile Include="Security\CipherAESCTR.cs" />
  139. <Compile Include="Security\CipherCast.cs" />
  140. <Compile Include="Security\CipherSerpent.cs" />
  141. <Compile Include="Security\Cryptography\Cast.cs" />
  142. <Compile Include="Security\Cryptography\Ciphers\AesCipher.cs" />
  143. <Compile Include="Security\Cryptography\Blowfish.cs" />
  144. <Compile Include="Security\Cryptography\Ciphers\BlowfishCipher.cs" />
  145. <Compile Include="Security\Cryptography\Ciphers\CastCipher.cs" />
  146. <Compile Include="Security\Cryptography\Ciphers\SerpentCipher.cs" />
  147. <Compile Include="Security\Cryptography\Ciphers\TwofishCipher.cs" />
  148. <Compile Include="Security\Cryptography\Modes\CfbMode.cs" />
  149. <Compile Include="Security\Cryptography\Modes\CipherModeEx.cs" />
  150. <Compile Include="Security\Cryptography\CipherTransform.cs" />
  151. <Compile Include="Security\Cryptography\Modes\ModeBase.cs" />
  152. <Compile Include="Security\Cryptography\Modes\CbcMode.cs" />
  153. <Compile Include="Security\Cryptography\Ciphers\CipherBase.cs" />
  154. <Compile Include="Security\Cryptography\TripleDes.cs" />
  155. <Compile Include="Security\Cryptography\Ciphers\TripleDesCipher.cs" />
  156. <Compile Include="Security\Cryptography\Modes\CtrMode.cs" />
  157. <Compile Include="Security\Cryptography\Des.cs" />
  158. <Compile Include="Security\Cryptography\Modes\OfbMode.cs" />
  159. <Compile Include="Security\Cryptography\TransformMode.cs" />
  160. <Compile Include="Security\Cryptography\Ciphers\DesCipher.cs" />
  161. <Compile Include="Sftp\Flags.cs" />
  162. <Compile Include="Sftp\SftpDataMessage.cs">
  163. <SubType>Code</SubType>
  164. </Compile>
  165. <Compile Include="Sftp\SftpDownloadAsyncResult.cs" />
  166. <Compile Include="Sftp\SftpListDirectoryAsyncResult.cs" />
  167. <Compile Include="Sftp\SftpMessage.cs" />
  168. <Compile Include="Sftp\SftpMessageTypes.cs">
  169. <SubType>Code</SubType>
  170. </Compile>
  171. <Compile Include="Sftp\SftpUploadAsyncResult.cs" />
  172. <Compile Include="Sftp\StatusCodes.cs">
  173. <SubType>Code</SubType>
  174. </Compile>
  175. <Compile Include="Sftp\Requests\SftpCloseRequest.cs" />
  176. <Compile Include="Sftp\Requests\SftpFSetStatRequest.cs" />
  177. <Compile Include="Sftp\Requests\SftpFStatRequest.cs" />
  178. <Compile Include="Sftp\Requests\SftpInitRequest.cs" />
  179. <Compile Include="Sftp\Requests\SftpLStatRequest.cs" />
  180. <Compile Include="Sftp\Requests\SftpMkDirRequest.cs" />
  181. <Compile Include="Sftp\Requests\SftpOpenDirRequest.cs" />
  182. <Compile Include="Sftp\Requests\SftpOpenRequest.cs" />
  183. <Compile Include="Sftp\Requests\SftpReadDirRequest.cs" />
  184. <Compile Include="Sftp\Requests\SftpReadLinkRequest.cs" />
  185. <Compile Include="Sftp\Requests\SftpReadRequest.cs" />
  186. <Compile Include="Sftp\Requests\SftpRealPathRequest.cs" />
  187. <Compile Include="Sftp\Requests\SftpRemoveRequest.cs" />
  188. <Compile Include="Sftp\Requests\SftpRenameRequest.cs" />
  189. <Compile Include="Sftp\Requests\SftpRmDirRequest.cs" />
  190. <Compile Include="Sftp\Requests\SftpSetStatRequest.cs" />
  191. <Compile Include="Sftp\Requests\SftpStatRequest.cs" />
  192. <Compile Include="Sftp\Requests\SftpSymLinkRequest.cs" />
  193. <Compile Include="Sftp\Responses\SftpVersionResponse.cs" />
  194. <Compile Include="Sftp\Requests\SftpWriteRequest.cs" />
  195. <Compile Include="Sftp\Responses\SftpAttrsResponse.cs" />
  196. <Compile Include="Sftp\Responses\SftpDataResponse.cs" />
  197. <Compile Include="Sftp\Responses\SftpExtendedReplyResponse.cs" />
  198. <Compile Include="Sftp\Responses\SftpHandleResponse.cs" />
  199. <Compile Include="Sftp\Requests\SftpRequest.cs" />
  200. <Compile Include="Sftp\Responses\SftpNameResponse.cs" />
  201. <Compile Include="Sftp\Responses\SftpResponse.cs" />
  202. <Compile Include="Sftp\Responses\SftpStatusResponse.cs" />
  203. <Compile Include="Sftp\SftpFileAttributes.cs" />
  204. <Compile Include="Sftp\SftpFileStream.cs" />
  205. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeGroup.cs" />
  206. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeInit.cs" />
  207. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeReply.cs" />
  208. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeRequest.cs" />
  209. <Compile Include="PasswordConnectionInfo.cs" />
  210. <Compile Include="PrivateKeyConnectionInfo.cs" />
  211. <Compile Include="Security\CipherDES.cs" />
  212. <Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeSha256.cs" />
  213. <Compile Include="Security\HMac.cs" />
  214. <Compile Include="Security\HMacMD5.cs" />
  215. <Compile Include="Security\HMacSha1.cs" />
  216. <Compile Include="Security\KeyExchangeDiffieHellman.cs">
  217. <SubType>Code</SubType>
  218. </Compile>
  219. <Compile Include="Security\KeyExchangeDiffieHellmanGroup14Sha1.cs" />
  220. <Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeSha1.cs" />
  221. <Compile Include="SftpClient.cs" />
  222. <Compile Include="Sftp\SftpFile.cs" />
  223. <Compile Include="Sftp\SftpSession.cs" />
  224. <Compile Include="BaseClient.cs" />
  225. <Compile Include="SshCommand.cs" />
  226. <Compile Include="MessageEventArgs.cs" />
  227. <Compile Include="ChannelAsyncResult.cs" />
  228. <Compile Include="Channels\ChannelDirectTcpip.cs" />
  229. <Compile Include="Channels\ChannelForwardedTcpip.cs" />
  230. <Compile Include="Channels\ChannelSession.cs" />
  231. <Compile Include="Common\SshException.cs" />
  232. <Compile Include="ForwardedPort.cs" />
  233. <Compile Include="ForwardedPortRemote.cs" />
  234. <Compile Include="Messages\Connection\GlobalRequestName.cs" />
  235. <Compile Include="Security\Algorithm.cs" />
  236. <Compile Include="Security\Cipher.cs" />
  237. <Compile Include="Security\CipherAESCBC.cs" />
  238. <Compile Include="Security\CipherTripleDES.cs" />
  239. <Compile Include="Compression\Compressor.cs" />
  240. <Compile Include="Compression\Zlib.cs" />
  241. <Compile Include="Compression\ZlibOpenSsh.cs" />
  242. <Compile Include="Security\CryptoKey.cs" />
  243. <Compile Include="Security\CryptoPrivateKey.cs" />
  244. <Compile Include="Security\CryptoPrivateKeyDss.cs" />
  245. <Compile Include="Security\CryptoPrivateKeyRsa.cs" />
  246. <Compile Include="Security\CryptoPublicKey.cs" />
  247. <Compile Include="Security\CryptoPublicKeyDss.cs" />
  248. <Compile Include="Security\CryptoPublicKeyRsa.cs" />
  249. <Compile Include="Security\KeyExchange.cs" />
  250. <Compile Include="Security\KeyExchangeDiffieHellmanGroup1Sha1.cs" />
  251. <Compile Include="PrivateKeyFile.cs" />
  252. <Compile Include="Messages\Connection\ChannelMessage.cs" />
  253. <Compile Include="Channels\Channel.cs" />
  254. <Compile Include="Channels\ChannelTypes.cs" />
  255. <Compile Include="ConnectionInfo.cs" />
  256. <Compile Include="Common\Extensions.cs" />
  257. <Compile Include="Messages\Connection\ChannelCloseMessage.cs" />
  258. <Compile Include="Messages\Connection\ChannelDataMessage.cs" />
  259. <Compile Include="Messages\Connection\ChannelEofMessage.cs" />
  260. <Compile Include="Messages\Connection\ChannelExtendedDataMessage.cs" />
  261. <Compile Include="Messages\Connection\ChannelFailureMessage.cs" />
  262. <Compile Include="Messages\Connection\ChannelOpenConfirmationMessage.cs" />
  263. <Compile Include="Messages\Connection\ChannelOpenFailureMessage.cs" />
  264. <Compile Include="Messages\Connection\ChannelOpenFailureReasons.cs" />
  265. <Compile Include="Messages\Connection\ChannelOpen\ChannelOpenMessage.cs" />
  266. <Compile Include="Messages\Connection\ChannelRequest\ChannelRequestMessage.cs" />
  267. <Compile Include="Messages\Connection\ChannelSuccessMessage.cs" />
  268. <Compile Include="Messages\Connection\ChannelWindowAdjustMessage.cs" />
  269. <Compile Include="Messages\Connection\GlobalRequestMessage.cs" />
  270. <Compile Include="Messages\Connection\RequestFailureMessage.cs" />
  271. <Compile Include="Messages\Connection\RequestSuccessMessage.cs" />
  272. <Compile Include="Messages\ServiceName.cs" />
  273. <Compile Include="Messages\Transport\ServiceRequestMessage.cs" />
  274. <Compile Include="Messages\Transport\DebugMessage.cs" />
  275. <Compile Include="Messages\Transport\IgnoreMessage.cs" />
  276. <Compile Include="Messages\Transport\ServiceAcceptMessage.cs" />
  277. <Compile Include="Messages\Transport\DisconnectMessage.cs">
  278. <SubType>Code</SubType>
  279. </Compile>
  280. <Compile Include="Messages\Transport\KeyExchangeInitMessage.cs">
  281. <SubType>Code</SubType>
  282. </Compile>
  283. <Compile Include="Messages\Transport\KeyExchangeDhInitMessage.cs">
  284. <SubType>Code</SubType>
  285. </Compile>
  286. <Compile Include="Messages\Transport\KeyExchangeDhReplyMessage.cs">
  287. <SubType>Code</SubType>
  288. </Compile>
  289. <Compile Include="Messages\Message.cs">
  290. <SubType>Code</SubType>
  291. </Compile>
  292. <Compile Include="Messages\Transport\NewKeysMessage.cs">
  293. <SubType>Code</SubType>
  294. </Compile>
  295. <Compile Include="Messages\Transport\DisconnectReason.cs" />
  296. <Compile Include="Messages\Transport\UnimplementedMessage.cs" />
  297. <Compile Include="Messages\Authentication\BannerMessage.cs" />
  298. <Compile Include="Messages\Authentication\FailureMessage.cs" />
  299. <Compile Include="Messages\Authentication\RequestMessageHost.cs" />
  300. <Compile Include="Messages\Authentication\InformationRequestMessage.cs" />
  301. <Compile Include="Messages\Authentication\InformationResponseMessage.cs" />
  302. <Compile Include="Messages\Authentication\PasswordChangeRequiredMessage.cs" />
  303. <Compile Include="Messages\Authentication\RequestMessagePassword.cs" />
  304. <Compile Include="Messages\Authentication\PublicKeyMessage.cs" />
  305. <Compile Include="Messages\Authentication\RequestMessagePublicKey.cs" />
  306. <Compile Include="Messages\Authentication\RequestMessage.cs">
  307. <SubType>Code</SubType>
  308. </Compile>
  309. <Compile Include="Messages\Authentication\SuccessMessage.cs" />
  310. <Compile Include="Properties\AssemblyInfo.cs" />
  311. <Compile Include="Session.cs" />
  312. <Compile Include="Common\SshData.cs" />
  313. <Compile Include="Shell.cs" />
  314. <Compile Include="SshClient.cs" />
  315. </ItemGroup>
  316. <ItemGroup>
  317. <None Include="Documentation\Content\About.aml" />
  318. <None Include="Documentation\Content\Guide\Guide.aml" />
  319. <None Include="Documentation\Content\Guide\Guide.Command.aml" />
  320. <None Include="Documentation\Content\Guide\Guide.Command.Asynchronous.aml" />
  321. <None Include="Documentation\Content\Guide\Guide.Command.Error.aml" />
  322. <None Include="Documentation\Content\Guide\Guide.Command.Multitasking.aml" />
  323. <None Include="Documentation\Content\Guide\Guide.Command.StatusCode.aml" />
  324. <None Include="Documentation\Content\Guide\Guide.Command.Timeout.aml" />
  325. <None Include="Documentation\Content\Guide\Guide.Connection.aml" />
  326. <None Include="Documentation\Content\Guide\Guide.Connection.ChangePassword.aml" />
  327. <None Include="Documentation\Content\Guide\Guide.Connection.Interactive.aml" />
  328. <None Include="Documentation\Content\Guide\Guide.Connection.Password.aml" />
  329. <None Include="Documentation\Content\Guide\Guide.Connection.PrivateKey.aml" />
  330. <None Include="Documentation\Content\Guide\Guide.Connection.Prompt.aml" />
  331. <None Include="Documentation\Content\Guide\Guide.Connection.Timeout.aml" />
  332. <None Include="Documentation\Content\Guide\Guide.PortForward.aml" />
  333. <None Include="Documentation\Content\Guide\Guide.PortForward.Local.aml" />
  334. <None Include="Documentation\Content\Guide\Guide.PortForward.Remote.aml" />
  335. <None Include="Documentation\Content\Guide\Guide.SFtp.aml" />
  336. <None Include="Documentation\Content\HowTo.Connect.aml" />
  337. <None Include="Documentation\Content\Reference.aml" />
  338. <None Include="Documentation\Renci.SshClient.content" />
  339. </ItemGroup>
  340. <ItemGroup>
  341. <Content Include="Documentation\SshClient.shfbproj" />
  342. </ItemGroup>
  343. <ItemGroup />
  344. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  345. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  346. Other similar extension points exist, see Microsoft.Common.targets.
  347. <Target Name="BeforeBuild">
  348. </Target>
  349. <Target Name="AfterBuild">
  350. </Target>
  351. -->
  352. </Project>