Renci.SshNet.csproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  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. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <DocumentationFile>bin\Debug\Renci.SshNet.xml</DocumentationFile>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <DocumentationFile>bin\Release\Renci.SshNet.xml</DocumentationFile>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Xml" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="AuthenticationMethod.cs">
  43. <SubType>Code</SubType>
  44. </Compile>
  45. <Compile Include="AuthenticationResult.cs">
  46. <SubType>Code</SubType>
  47. </Compile>
  48. <Compile Include="BaseClient.cs" />
  49. <Compile Include="ChannelAsyncResult.cs" />
  50. <Compile Include="Channels\Channel.cs" />
  51. <Compile Include="Channels\ChannelDirectTcpip.cs" />
  52. <Compile Include="Channels\ChannelDirectTcpip.NET40.cs" />
  53. <Compile Include="Channels\ChannelForwardedTcpip.cs" />
  54. <Compile Include="Channels\ChannelForwardedTcpip.NET40.cs" />
  55. <Compile Include="Channels\ChannelSession.cs" />
  56. <Compile Include="Channels\ChannelTypes.cs" />
  57. <Compile Include="CipherInfo.cs" />
  58. <Compile Include="Common\ASCIIEncoding.cs" />
  59. <Compile Include="Common\AsyncResult.cs" />
  60. <Compile Include="Common\AuthenticationBannerEventArgs.cs" />
  61. <Compile Include="Common\AuthenticationEventArgs.cs" />
  62. <Compile Include="Common\AuthenticationPasswordChangeEventArgs.cs" />
  63. <Compile Include="Common\AuthenticationPrompt.cs" />
  64. <Compile Include="Common\AuthenticationPromptEventArgs.cs" />
  65. <Compile Include="Common\BigInteger.cs">
  66. <SubType>Code</SubType>
  67. </Compile>
  68. <Compile Include="Common\ChannelDataEventArgs.cs" />
  69. <Compile Include="Common\ChannelEventArgs.cs" />
  70. <Compile Include="Common\ChannelOpenFailedEventArgs.cs" />
  71. <Compile Include="Common\ChannelRequestEventArgs.cs" />
  72. <Compile Include="Common\ProxyException.cs">
  73. <SubType>Code</SubType>
  74. </Compile>
  75. <Compile Include="Common\ProxyException.NET40.cs" />
  76. <Compile Include="Common\HostKeyEventArgs.cs" />
  77. <Compile Include="Common\NetConfServerException.NET40.cs" />
  78. <Compile Include="Common\DerData.cs" />
  79. <Compile Include="Common\ExceptionEventArgs.cs" />
  80. <Compile Include="Common\Extensions.cs">
  81. <SubType>Code</SubType>
  82. </Compile>
  83. <Compile Include="Common\Extensions.NET40.cs">
  84. <SubType>Code</SubType>
  85. </Compile>
  86. <Compile Include="Common\NetConfServerException.cs" />
  87. <Compile Include="Common\ObjectIdentifier.cs" />
  88. <Compile Include="Common\PipeStream.cs" />
  89. <Compile Include="Common\PortForwardEventArgs.cs">
  90. <SubType>Code</SubType>
  91. </Compile>
  92. <Compile Include="Common\ScpDownloadEventArgs.cs">
  93. <SubType>Code</SubType>
  94. </Compile>
  95. <Compile Include="Common\ScpException.cs">
  96. <SubType>Code</SubType>
  97. </Compile>
  98. <Compile Include="Common\ScpException.NET40.cs">
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="Common\ScpUploadEventArgs.cs">
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Compile Include="Common\SemaphoreLight.cs">
  105. <SubType>Code</SubType>
  106. </Compile>
  107. <Compile Include="Common\SftpPathNotFoundException.cs" />
  108. <Compile Include="Common\SftpPathNotFoundException.NET40.cs" />
  109. <Compile Include="Common\SftpPermissionDeniedException.cs" />
  110. <Compile Include="Common\SftpPermissionDeniedException.NET40.cs" />
  111. <Compile Include="Common\ShellDataEventArgs.cs" />
  112. <Compile Include="Common\SshAuthenticationException.cs" />
  113. <Compile Include="Common\SshAuthenticationException.NET40.cs" />
  114. <Compile Include="Common\SshConnectionException.cs" />
  115. <Compile Include="Common\SshConnectionException.NET40.cs" />
  116. <Compile Include="Common\SshData.cs" />
  117. <Compile Include="Common\SshException.cs" />
  118. <Compile Include="Common\SshException.NET40.cs" />
  119. <Compile Include="Common\SshOperationTimeoutException.cs" />
  120. <Compile Include="Common\SshOperationTimeoutException.NET40.cs" />
  121. <Compile Include="Common\SshPassPhraseNullOrEmptyException.cs" />
  122. <Compile Include="Common\SshPassPhraseNullOrEmptyException.NET40.cs" />
  123. <Compile Include="Common\TerminalModes.cs">
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Compile Include="Compression\CompressionMode.cs" />
  127. <Compile Include="Compression\Compressor.cs" />
  128. <Compile Include="Compression\Zlib.cs" />
  129. <Compile Include="Compression\ZlibOpenSsh.cs" />
  130. <Compile Include="Compression\ZlibStream.cs">
  131. <SubType>Code</SubType>
  132. </Compile>
  133. <Compile Include="ConnectionInfo.cs" />
  134. <Compile Include="SftpClient.NET.cs" />
  135. <Compile Include="KeyboardInteractiveAuthenticationMethod.cs">
  136. <SubType>Code</SubType>
  137. </Compile>
  138. <Compile Include="KeyboardInteractiveAuthenticationMethod.NET40.cs" />
  139. <Compile Include="KeyboardInteractiveConnectionInfo.cs" />
  140. <Compile Include="NoneAuthenticationMethod.cs">
  141. <SubType>Code</SubType>
  142. </Compile>
  143. <Compile Include="PasswordAuthenticationMethod.cs">
  144. <SubType>Code</SubType>
  145. </Compile>
  146. <Compile Include="PasswordAuthenticationMethod.NET40.cs" />
  147. <Compile Include="ExpectAction.cs">
  148. <SubType>Code</SubType>
  149. </Compile>
  150. <Compile Include="ForwardedPortDynamic.cs">
  151. <SubType>Code</SubType>
  152. </Compile>
  153. <Compile Include="ForwardedPortDynamic.NET.cs" />
  154. <Compile Include="ForwardedPortDynamic.NET40.cs">
  155. <SubType>Code</SubType>
  156. </Compile>
  157. <Compile Include="ForwardedPortLocal.NET.cs" />
  158. <Compile Include="Messages\Transport\IKeyExchangedAllowed.cs" />
  159. <Compile Include="PasswordConnectionInfo.cs" />
  160. <Compile Include="PrivateKeyAuthenticationMethod.cs">
  161. <SubType>Code</SubType>
  162. </Compile>
  163. <Compile Include="PrivateKeyConnectionInfo.cs" />
  164. <Compile Include="ProxyTypes.cs">
  165. <SubType>Code</SubType>
  166. </Compile>
  167. <Compile Include="ScpClient.cs">
  168. <SubType>Code</SubType>
  169. </Compile>
  170. <Compile Include="ScpClient.NET.cs" />
  171. <Compile Include="ForwardedPort.cs" />
  172. <Compile Include="ForwardedPortLocal.cs">
  173. <SubType>Code</SubType>
  174. </Compile>
  175. <Compile Include="ForwardedPortLocal.NET40.cs">
  176. <SubType>Code</SubType>
  177. </Compile>
  178. <Compile Include="ForwardedPortRemote.cs" />
  179. <Compile Include="ForwardedPortRemote.NET40.cs" />
  180. <Compile Include="MessageEventArgs.cs" />
  181. <Compile Include="Messages\Authentication\BannerMessage.cs" />
  182. <Compile Include="Messages\Authentication\FailureMessage.cs" />
  183. <Compile Include="Messages\Authentication\InformationRequestMessage.cs" />
  184. <Compile Include="Messages\Authentication\InformationResponseMessage.cs" />
  185. <Compile Include="Messages\Authentication\PasswordChangeRequiredMessage.cs" />
  186. <Compile Include="Messages\Authentication\PublicKeyMessage.cs" />
  187. <Compile Include="Messages\Authentication\RequestMessage.cs">
  188. <SubType>Code</SubType>
  189. </Compile>
  190. <Compile Include="Messages\Authentication\RequestMessageHost.cs" />
  191. <Compile Include="Messages\Authentication\RequestMessageKeyboardInteractive.cs" />
  192. <Compile Include="Messages\Authentication\RequestMessageNone.cs" />
  193. <Compile Include="Messages\Authentication\RequestMessagePassword.cs" />
  194. <Compile Include="Messages\Authentication\RequestMessagePublicKey.cs" />
  195. <Compile Include="Messages\Authentication\SuccessMessage.cs" />
  196. <Compile Include="Messages\Connection\ChannelCloseMessage.cs" />
  197. <Compile Include="Messages\Connection\ChannelDataMessage.cs" />
  198. <Compile Include="Messages\Connection\ChannelEofMessage.cs" />
  199. <Compile Include="Messages\Connection\ChannelExtendedDataMessage.cs" />
  200. <Compile Include="Messages\Connection\ChannelFailureMessage.cs" />
  201. <Compile Include="Messages\Connection\ChannelMessage.cs" />
  202. <Compile Include="Messages\Connection\ChannelOpenConfirmationMessage.cs" />
  203. <Compile Include="Messages\Connection\ChannelOpenFailureMessage.cs" />
  204. <Compile Include="Messages\Connection\ChannelOpenFailureReasons.cs" />
  205. <Compile Include="Messages\Connection\ChannelOpen\ChannelOpenInfo.cs" />
  206. <Compile Include="Messages\Connection\ChannelOpen\ChannelOpenMessage.cs" />
  207. <Compile Include="Messages\Connection\ChannelOpen\DirectTcpipChannelInfo.cs" />
  208. <Compile Include="Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfo.cs" />
  209. <Compile Include="Messages\Connection\ChannelOpen\SessionChannelOpenInfo.cs" />
  210. <Compile Include="Messages\Connection\ChannelOpen\X11ChannelOpenInfo.cs" />
  211. <Compile Include="Messages\Connection\ChannelRequest\BreakRequestInfo.cs" />
  212. <Compile Include="Messages\Connection\ChannelRequest\ChannelRequestMessage.cs" />
  213. <Compile Include="Messages\Connection\ChannelRequest\EndOfWriteRequestInfo.cs" />
  214. <Compile Include="Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfo.cs" />
  215. <Compile Include="Messages\Connection\ChannelRequest\ExecRequestInfo.cs" />
  216. <Compile Include="Messages\Connection\ChannelRequest\ExitSignalRequestInfo.cs" />
  217. <Compile Include="Messages\Connection\ChannelRequest\ExitStatusRequestInfo.cs" />
  218. <Compile Include="Messages\Connection\ChannelRequest\KeepAliveRequestInfo.cs" />
  219. <Compile Include="Messages\Connection\ChannelRequest\PseudoTerminalInfo.cs" />
  220. <Compile Include="Messages\Connection\ChannelRequest\RequestInfo.cs" />
  221. <Compile Include="Messages\Connection\ChannelRequest\ShellRequestInfo.cs" />
  222. <Compile Include="Messages\Connection\ChannelRequest\SignalRequestInfo.cs" />
  223. <Compile Include="Messages\Connection\ChannelRequest\SubsystemRequestInfo.cs" />
  224. <Compile Include="Messages\Connection\ChannelRequest\WindowChangeRequestInfo.cs" />
  225. <Compile Include="Messages\Connection\ChannelRequest\X11ForwardingRequestInfo.cs" />
  226. <Compile Include="Messages\Connection\ChannelRequest\XonXoffRequestInfo.cs" />
  227. <Compile Include="Messages\Connection\ChannelSuccessMessage.cs" />
  228. <Compile Include="Messages\Connection\ChannelWindowAdjustMessage.cs" />
  229. <Compile Include="Messages\Connection\GlobalRequestMessage.cs" />
  230. <Compile Include="Messages\Connection\GlobalRequestName.cs" />
  231. <Compile Include="Messages\Connection\RequestFailureMessage.cs" />
  232. <Compile Include="Messages\Connection\RequestSuccessMessage.cs" />
  233. <Compile Include="Messages\Message.cs">
  234. <SubType>Code</SubType>
  235. </Compile>
  236. <Compile Include="Messages\MessageAttribute.cs" />
  237. <Compile Include="Messages\ServiceName.cs" />
  238. <Compile Include="Messages\Transport\DebugMessage.cs" />
  239. <Compile Include="Messages\Transport\DisconnectMessage.cs">
  240. <SubType>Code</SubType>
  241. </Compile>
  242. <Compile Include="Messages\Transport\DisconnectReason.cs" />
  243. <Compile Include="Messages\Transport\IgnoreMessage.cs" />
  244. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeGroup.cs" />
  245. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeInit.cs" />
  246. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeReply.cs" />
  247. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeRequest.cs" />
  248. <Compile Include="Messages\Transport\KeyExchangeDhInitMessage.cs">
  249. <SubType>Code</SubType>
  250. </Compile>
  251. <Compile Include="Messages\Transport\KeyExchangeDhReplyMessage.cs">
  252. <SubType>Code</SubType>
  253. </Compile>
  254. <Compile Include="Messages\Transport\KeyExchangeInitMessage.cs">
  255. <SubType>Code</SubType>
  256. </Compile>
  257. <Compile Include="Messages\Transport\NewKeysMessage.cs">
  258. <SubType>Code</SubType>
  259. </Compile>
  260. <Compile Include="Messages\Transport\ServiceAcceptMessage.cs" />
  261. <Compile Include="Messages\Transport\ServiceRequestMessage.cs" />
  262. <Compile Include="Messages\Transport\UnimplementedMessage.cs" />
  263. <Compile Include="NetConfClient.cs" />
  264. <Compile Include="Netconf\NetConfSession.cs" />
  265. <Compile Include="PrivateKeyFile.cs" />
  266. <Compile Include="Properties\AssemblyInfo.cs" />
  267. <Compile Include="Security\Algorithm.cs">
  268. <SubType>Code</SubType>
  269. </Compile>
  270. <Compile Include="Security\CertificateHostAlgorithm.cs" />
  271. <Compile Include="Security\Cryptography\AsymmetricCipher.cs" />
  272. <Compile Include="Security\Cryptography\BlockCipher.cs" />
  273. <Compile Include="Security\Cryptography\Cipher.cs" />
  274. <Compile Include="Security\Cryptography\CipherDigitalSignature.cs" />
  275. <Compile Include="Security\Cryptography\Ciphers\AesCipher.cs" />
  276. <Compile Include="Security\Cryptography\Ciphers\Arc4Cipher.cs" />
  277. <Compile Include="Security\Cryptography\Ciphers\BlowfishCipher.cs" />
  278. <Compile Include="Security\Cryptography\Ciphers\CastCipher.cs" />
  279. <Compile Include="Security\Cryptography\Ciphers\CipherMode.cs" />
  280. <Compile Include="Security\Cryptography\Ciphers\CipherPadding.cs" />
  281. <Compile Include="Security\Cryptography\Ciphers\DesCipher.cs" />
  282. <Compile Include="Security\Cryptography\Ciphers\Modes\CbcCipherMode.cs" />
  283. <Compile Include="Security\Cryptography\Ciphers\Modes\CfbCipherMode.cs" />
  284. <Compile Include="Security\Cryptography\Ciphers\Modes\CtrCipherMode.cs" />
  285. <Compile Include="Security\Cryptography\Ciphers\Modes\OfbCipherMode.cs" />
  286. <Compile Include="Security\Cryptography\Ciphers\Paddings\PKCS5Padding.cs" />
  287. <Compile Include="Security\Cryptography\Ciphers\Paddings\PKCS7Padding.cs" />
  288. <Compile Include="Security\Cryptography\Ciphers\RsaCipher.cs">
  289. <SubType>Code</SubType>
  290. </Compile>
  291. <Compile Include="Security\Cryptography\Ciphers\SerpentCipher.cs" />
  292. <Compile Include="Security\Cryptography\Ciphers\TripleDesCipher.cs" />
  293. <Compile Include="Security\Cryptography\Ciphers\TwofishCipher.cs" />
  294. <Compile Include="Security\Cryptography\DigitalSignature.cs">
  295. <SubType>Code</SubType>
  296. </Compile>
  297. <Compile Include="Security\Cryptography\DsaDigitalSignature.cs">
  298. <SubType>Code</SubType>
  299. </Compile>
  300. <Compile Include="Security\Cryptography\DsaKey.cs">
  301. <SubType>Code</SubType>
  302. </Compile>
  303. <Compile Include="Security\Cryptography\Hashes\MD5Hash.cs">
  304. <SubType>Code</SubType>
  305. </Compile>
  306. <Compile Include="Security\Cryptography\Hashes\SHA1Hash.cs">
  307. <SubType>Code</SubType>
  308. </Compile>
  309. <Compile Include="Security\Cryptography\Hashes\SHA256Hash.cs">
  310. <SubType>Code</SubType>
  311. </Compile>
  312. <Compile Include="Security\Cryptography\HMac.cs">
  313. <SubType>Code</SubType>
  314. </Compile>
  315. <Compile Include="Security\Cryptography\Key.cs">
  316. <SubType>Code</SubType>
  317. </Compile>
  318. <Compile Include="Security\Cryptography\RsaDigitalSignature.cs">
  319. <SubType>Code</SubType>
  320. </Compile>
  321. <Compile Include="Security\Cryptography\RsaKey.cs">
  322. <SubType>Code</SubType>
  323. </Compile>
  324. <Compile Include="Security\Cryptography\StreamCipher.cs" />
  325. <Compile Include="Security\Cryptography\SymmetricCipher.cs" />
  326. <Compile Include="Security\HostAlgorithm.cs" />
  327. <Compile Include="Security\KeyExchange.cs">
  328. <SubType>Code</SubType>
  329. </Compile>
  330. <Compile Include="Security\KeyExchangeDiffieHellman.cs">
  331. <SubType>Code</SubType>
  332. </Compile>
  333. <Compile Include="Security\KeyExchangeDiffieHellmanGroup14Sha1.cs">
  334. <SubType>Code</SubType>
  335. </Compile>
  336. <Compile Include="Security\KeyExchangeDiffieHellmanGroup1Sha1.cs">
  337. <SubType>Code</SubType>
  338. </Compile>
  339. <Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeSha1.cs">
  340. <SubType>Code</SubType>
  341. </Compile>
  342. <Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeSha256.cs">
  343. <SubType>Code</SubType>
  344. </Compile>
  345. <Compile Include="Security\KeyHostAlgorithm.cs" />
  346. <Compile Include="Session.cs">
  347. <SubType>Code</SubType>
  348. </Compile>
  349. <Compile Include="Session.NET.cs">
  350. <SubType>Code</SubType>
  351. </Compile>
  352. <Compile Include="Session.NET40.cs">
  353. <SubType>Code</SubType>
  354. </Compile>
  355. <Compile Include="SftpClient.cs">
  356. <SubType>Code</SubType>
  357. </Compile>
  358. <Compile Include="SftpClient.NET40.cs" />
  359. <Compile Include="Sftp\Flags.cs" />
  360. <Compile Include="Sftp\Requests\SftpCloseRequest.cs" />
  361. <Compile Include="Sftp\Requests\SftpFSetStatRequest.cs" />
  362. <Compile Include="Sftp\Requests\SftpFStatRequest.cs" />
  363. <Compile Include="Sftp\Requests\SftpInitRequest.cs" />
  364. <Compile Include="Sftp\Requests\SftpLStatRequest.cs" />
  365. <Compile Include="Sftp\Requests\SftpMkDirRequest.cs" />
  366. <Compile Include="Sftp\Requests\SftpOpenDirRequest.cs" />
  367. <Compile Include="Sftp\Requests\SftpOpenRequest.cs" />
  368. <Compile Include="Sftp\Requests\SftpReadDirRequest.cs" />
  369. <Compile Include="Sftp\Requests\SftpReadLinkRequest.cs" />
  370. <Compile Include="Sftp\Requests\SftpReadRequest.cs" />
  371. <Compile Include="Sftp\Requests\SftpRealPathRequest.cs" />
  372. <Compile Include="Sftp\Requests\SftpRemoveRequest.cs" />
  373. <Compile Include="Sftp\Requests\SftpRenameRequest.cs" />
  374. <Compile Include="Sftp\Requests\SftpRequest.cs" />
  375. <Compile Include="Sftp\Requests\SftpRmDirRequest.cs" />
  376. <Compile Include="Sftp\Requests\SftpSetStatRequest.cs" />
  377. <Compile Include="Sftp\Requests\SftpStatRequest.cs" />
  378. <Compile Include="Sftp\Requests\SftpSymLinkRequest.cs" />
  379. <Compile Include="Sftp\Requests\SftpWriteRequest.cs" />
  380. <Compile Include="Sftp\Responses\SftpAttrsResponse.cs" />
  381. <Compile Include="Sftp\Responses\SftpDataResponse.cs" />
  382. <Compile Include="Sftp\Responses\SftpExtendedReplyResponse.cs" />
  383. <Compile Include="Sftp\Responses\SftpHandleResponse.cs" />
  384. <Compile Include="Sftp\Responses\SftpNameResponse.cs" />
  385. <Compile Include="Sftp\Responses\SftpResponse.cs" />
  386. <Compile Include="Sftp\Responses\SftpStatusResponse.cs" />
  387. <Compile Include="Sftp\Responses\SftpVersionResponse.cs" />
  388. <Compile Include="Sftp\SftpDataMessage.cs">
  389. <SubType>Code</SubType>
  390. </Compile>
  391. <Compile Include="Sftp\SftpDownloadAsyncResult.cs" />
  392. <Compile Include="Sftp\SftpFile.cs" />
  393. <Compile Include="Sftp\SftpFileAttributes.cs" />
  394. <Compile Include="Sftp\SftpFileStream.cs" />
  395. <Compile Include="Sftp\SftpListDirectoryAsyncResult.cs" />
  396. <Compile Include="Sftp\SftpMessage.cs" />
  397. <Compile Include="Sftp\SftpMessageTypes.cs">
  398. <SubType>Code</SubType>
  399. </Compile>
  400. <Compile Include="Sftp\SftpSession.cs">
  401. <SubType>Code</SubType>
  402. </Compile>
  403. <Compile Include="Sftp\SftpSynchronizeDirectoriesAsyncResult.cs" />
  404. <Compile Include="Sftp\SftpUploadAsyncResult.cs" />
  405. <Compile Include="Sftp\StatusCodes.cs">
  406. <SubType>Code</SubType>
  407. </Compile>
  408. <Compile Include="Shell.cs" />
  409. <Compile Include="Shell.NET40.cs" />
  410. <Compile Include="ShellStream.cs">
  411. <SubType>Code</SubType>
  412. </Compile>
  413. <Compile Include="SshClient.cs" />
  414. <Compile Include="SshCommand.cs" />
  415. <Compile Include="SshCommand.NET40.cs" />
  416. <Compile Include="SubsystemSession.cs" />
  417. </ItemGroup>
  418. <ItemGroup>
  419. <None Include="Documentation\Content\About.aml" />
  420. <None Include="Documentation\Content\Guide\Connection\Interactive.aml" />
  421. <None Include="Documentation\Content\Guide\Connection\Overview.aml" />
  422. <None Include="Documentation\Content\Guide\Connection\Password.aml" />
  423. <None Include="Documentation\Content\Guide\Connection\PrivateKey.aml" />
  424. <None Include="Documentation\Content\Guide\Errors.aml" />
  425. <None Include="Documentation\Content\Guide\NetConfClient\Overview.aml" />
  426. <None Include="Documentation\Content\Guide\Overview.aml" />
  427. <None Include="Documentation\Content\Guide\ScpClient\Overview.aml" />
  428. <None Include="Documentation\Content\Guide\SftpClient\Overview.aml" />
  429. <None Include="Documentation\Content\Guide\SftpClient\SftpFile.aml" />
  430. <None Include="Documentation\Content\Guide\SftpClient\SftpFileStream.aml" />
  431. <None Include="Documentation\Content\Guide\SftpClient\SftpOperations.aml" />
  432. <None Include="Documentation\Content\Guide\SshClient\Commands\Asynchronous.aml" />
  433. <None Include="Documentation\Content\Guide\SshClient\Commands\Errors.aml" />
  434. <None Include="Documentation\Content\Guide\SshClient\Commands\Execute.aml" />
  435. <None Include="Documentation\Content\Guide\SshClient\Commands\Multitasking.aml" />
  436. <None Include="Documentation\Content\Guide\SshClient\Commands\Overview.aml" />
  437. <None Include="Documentation\Content\Guide\SshClient\Commands\StatusCode.aml" />
  438. <None Include="Documentation\Content\Guide\SshClient\Commands\Timeout.aml" />
  439. <None Include="Documentation\Content\Guide\SshClient\Overview.aml" />
  440. <None Include="Documentation\Content\Guide\SshClient\PortForwarding\Local.aml" />
  441. <None Include="Documentation\Content\Guide\SshClient\PortForwarding\Overview.aml" />
  442. <None Include="Documentation\Content\Guide\SshClient\PortForwarding\Remote.aml" />
  443. <None Include="Documentation\Content\Guide\SshClient\Shell\Overview.aml" />
  444. <None Include="Documentation\Content\Reference.aml" />
  445. <None Include="Documentation\Renci.SshNet.content" />
  446. </ItemGroup>
  447. <ItemGroup>
  448. <Content Include="Documentation\SshNet.shfbproj" />
  449. </ItemGroup>
  450. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  451. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  452. Other similar extension points exist, see Microsoft.Common.targets.
  453. <Target Name="BeforeBuild">
  454. </Target>
  455. <Target Name="AfterBuild">
  456. </Target>
  457. -->
  458. </Project>