Renci.SshNet.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  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. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  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\NetConfServerException.NET40.cs" />
  73. <Compile Include="Common\DerData.cs" />
  74. <Compile Include="Common\ExceptionEventArgs.cs" />
  75. <Compile Include="Common\Extensions.cs">
  76. <SubType>Code</SubType>
  77. </Compile>
  78. <Compile Include="Common\Extensions.NET40.cs">
  79. <SubType>Code</SubType>
  80. </Compile>
  81. <Compile Include="Common\NetConfServerException.cs" />
  82. <Compile Include="Common\ObjectIdentifier.cs" />
  83. <Compile Include="Common\PipeStream.cs" />
  84. <Compile Include="Common\PortForwardEventArgs.cs">
  85. <SubType>Code</SubType>
  86. </Compile>
  87. <Compile Include="Common\SemaphoreLight.cs">
  88. <SubType>Code</SubType>
  89. </Compile>
  90. <Compile Include="Common\SftpPathNotFoundException.cs" />
  91. <Compile Include="Common\SftpPathNotFoundException.NET40.cs" />
  92. <Compile Include="Common\SftpPermissionDeniedException.cs" />
  93. <Compile Include="Common\SftpPermissionDeniedException.NET40.cs" />
  94. <Compile Include="Common\SshAuthenticationException.cs" />
  95. <Compile Include="Common\SshAuthenticationException.NET40.cs" />
  96. <Compile Include="Common\SshConnectionException.cs" />
  97. <Compile Include="Common\SshConnectionException.NET40.cs" />
  98. <Compile Include="Common\SshData.cs" />
  99. <Compile Include="Common\SshException.cs" />
  100. <Compile Include="Common\SshException.NET40.cs" />
  101. <Compile Include="Common\SshOperationTimeoutException.cs" />
  102. <Compile Include="Common\SshOperationTimeoutException.NET40.cs" />
  103. <Compile Include="Common\SshPassPhraseNullOrEmptyException.cs" />
  104. <Compile Include="Common\SshPassPhraseNullOrEmptyException.NET40.cs" />
  105. <Compile Include="Compression\CompressionMode.cs" />
  106. <Compile Include="Compression\Compressor.cs" />
  107. <Compile Include="Compression\Zlib.cs" />
  108. <Compile Include="Compression\ZlibOpenSsh.cs" />
  109. <Compile Include="Compression\ZlibStream.cs">
  110. <SubType>Code</SubType>
  111. </Compile>
  112. <Compile Include="ConnectionInfo.cs">
  113. <SubType>Code</SubType>
  114. </Compile>
  115. <Compile Include="ForwardedPort.cs" />
  116. <Compile Include="ForwardedPortLocal.cs">
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Compile Include="ForwardedPortLocal.NET40.cs">
  120. <SubType>Code</SubType>
  121. </Compile>
  122. <Compile Include="ForwardedPortRemote.cs" />
  123. <Compile Include="ForwardedPortRemote.NET40.cs" />
  124. <Compile Include="KeyboardInteractiveConnectionInfo.cs" />
  125. <Compile Include="KeyboardInteractiveConnectionInfo.NET40.cs" />
  126. <Compile Include="MessageEventArgs.cs" />
  127. <Compile Include="Messages\Authentication\BannerMessage.cs" />
  128. <Compile Include="Messages\Authentication\FailureMessage.cs" />
  129. <Compile Include="Messages\Authentication\InformationRequestMessage.cs" />
  130. <Compile Include="Messages\Authentication\InformationResponseMessage.cs" />
  131. <Compile Include="Messages\Authentication\PasswordChangeRequiredMessage.cs" />
  132. <Compile Include="Messages\Authentication\PublicKeyMessage.cs" />
  133. <Compile Include="Messages\Authentication\RequestMessage.cs">
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Compile Include="Messages\Authentication\RequestMessageHost.cs" />
  137. <Compile Include="Messages\Authentication\RequestMessageKeyboardInteractive.cs" />
  138. <Compile Include="Messages\Authentication\RequestMessageNone.cs" />
  139. <Compile Include="Messages\Authentication\RequestMessagePassword.cs" />
  140. <Compile Include="Messages\Authentication\RequestMessagePublicKey.cs" />
  141. <Compile Include="Messages\Authentication\SuccessMessage.cs" />
  142. <Compile Include="Messages\Connection\ChannelCloseMessage.cs" />
  143. <Compile Include="Messages\Connection\ChannelDataMessage.cs" />
  144. <Compile Include="Messages\Connection\ChannelEofMessage.cs" />
  145. <Compile Include="Messages\Connection\ChannelExtendedDataMessage.cs" />
  146. <Compile Include="Messages\Connection\ChannelFailureMessage.cs" />
  147. <Compile Include="Messages\Connection\ChannelMessage.cs" />
  148. <Compile Include="Messages\Connection\ChannelOpenConfirmationMessage.cs" />
  149. <Compile Include="Messages\Connection\ChannelOpenFailureMessage.cs" />
  150. <Compile Include="Messages\Connection\ChannelOpenFailureReasons.cs" />
  151. <Compile Include="Messages\Connection\ChannelOpen\ChannelOpenInfo.cs" />
  152. <Compile Include="Messages\Connection\ChannelOpen\ChannelOpenMessage.cs" />
  153. <Compile Include="Messages\Connection\ChannelOpen\DirectTcpipChannelInfo.cs" />
  154. <Compile Include="Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfo.cs" />
  155. <Compile Include="Messages\Connection\ChannelOpen\SessionChannelOpenInfo.cs" />
  156. <Compile Include="Messages\Connection\ChannelOpen\X11ChannelOpenInfo.cs" />
  157. <Compile Include="Messages\Connection\ChannelRequest\ChannelRequestMessage.cs" />
  158. <Compile Include="Messages\Connection\ChannelRequest\EndOfWriteRequestInfo.cs" />
  159. <Compile Include="Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfo.cs" />
  160. <Compile Include="Messages\Connection\ChannelRequest\ExecRequestInfo.cs" />
  161. <Compile Include="Messages\Connection\ChannelRequest\ExitSignalRequestInfo.cs" />
  162. <Compile Include="Messages\Connection\ChannelRequest\ExitStatusRequestInfo.cs" />
  163. <Compile Include="Messages\Connection\ChannelRequest\KeepAliveRequestInfo.cs" />
  164. <Compile Include="Messages\Connection\ChannelRequest\PseudoTerminalInfo.cs" />
  165. <Compile Include="Messages\Connection\ChannelRequest\RequestInfo.cs" />
  166. <Compile Include="Messages\Connection\ChannelRequest\ShellRequestInfo.cs" />
  167. <Compile Include="Messages\Connection\ChannelRequest\SignalRequestInfo.cs" />
  168. <Compile Include="Messages\Connection\ChannelRequest\SubsystemRequestInfo.cs" />
  169. <Compile Include="Messages\Connection\ChannelRequest\WindowChangeRequestInfo.cs" />
  170. <Compile Include="Messages\Connection\ChannelRequest\X11ForwardingRequestInfo.cs" />
  171. <Compile Include="Messages\Connection\ChannelRequest\XonXoffRequestInfo.cs" />
  172. <Compile Include="Messages\Connection\ChannelSuccessMessage.cs" />
  173. <Compile Include="Messages\Connection\ChannelWindowAdjustMessage.cs" />
  174. <Compile Include="Messages\Connection\GlobalRequestMessage.cs" />
  175. <Compile Include="Messages\Connection\GlobalRequestName.cs" />
  176. <Compile Include="Messages\Connection\RequestFailureMessage.cs" />
  177. <Compile Include="Messages\Connection\RequestSuccessMessage.cs" />
  178. <Compile Include="Messages\Message.cs">
  179. <SubType>Code</SubType>
  180. </Compile>
  181. <Compile Include="Messages\MessageAttribute.cs" />
  182. <Compile Include="Messages\ServiceName.cs" />
  183. <Compile Include="Messages\Transport\DebugMessage.cs" />
  184. <Compile Include="Messages\Transport\DisconnectMessage.cs">
  185. <SubType>Code</SubType>
  186. </Compile>
  187. <Compile Include="Messages\Transport\DisconnectReason.cs" />
  188. <Compile Include="Messages\Transport\IgnoreMessage.cs" />
  189. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeGroup.cs" />
  190. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeInit.cs" />
  191. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeReply.cs" />
  192. <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeRequest.cs" />
  193. <Compile Include="Messages\Transport\KeyExchangeDhInitMessage.cs">
  194. <SubType>Code</SubType>
  195. </Compile>
  196. <Compile Include="Messages\Transport\KeyExchangeDhReplyMessage.cs">
  197. <SubType>Code</SubType>
  198. </Compile>
  199. <Compile Include="Messages\Transport\KeyExchangeInitMessage.cs">
  200. <SubType>Code</SubType>
  201. </Compile>
  202. <Compile Include="Messages\Transport\NewKeysMessage.cs">
  203. <SubType>Code</SubType>
  204. </Compile>
  205. <Compile Include="Messages\Transport\ServiceAcceptMessage.cs" />
  206. <Compile Include="Messages\Transport\ServiceRequestMessage.cs" />
  207. <Compile Include="Messages\Transport\UnimplementedMessage.cs" />
  208. <Compile Include="NetConfClient.cs" />
  209. <Compile Include="Netconf\NetConfSession.cs" />
  210. <Compile Include="NoneConnectionInfo.cs" />
  211. <Compile Include="PasswordConnectionInfo.cs" />
  212. <Compile Include="PasswordConnectionInfo.NET40.cs" />
  213. <Compile Include="PrivateKeyConnectionInfo.cs" />
  214. <Compile Include="PrivateKeyFile.cs" />
  215. <Compile Include="Properties\AssemblyInfo.cs" />
  216. <Compile Include="Security\Algorithm.cs">
  217. <SubType>Code</SubType>
  218. </Compile>
  219. <Compile Include="Security\CertificateHostAlgorithm.cs" />
  220. <Compile Include="Security\Cryptography\AsymmetricCipher.cs" />
  221. <Compile Include="Security\Cryptography\BlockCipher.cs" />
  222. <Compile Include="Security\Cryptography\Cipher.cs" />
  223. <Compile Include="Security\Cryptography\CipherDigitalSignature.cs" />
  224. <Compile Include="Security\Cryptography\Ciphers\AesCipher.cs" />
  225. <Compile Include="Security\Cryptography\Ciphers\Arc4Cipher.cs" />
  226. <Compile Include="Security\Cryptography\Ciphers\BlowfishCipher.cs" />
  227. <Compile Include="Security\Cryptography\Ciphers\CastCipher.cs" />
  228. <Compile Include="Security\Cryptography\Ciphers\CipherMode.cs" />
  229. <Compile Include="Security\Cryptography\Ciphers\CipherPadding.cs" />
  230. <Compile Include="Security\Cryptography\Ciphers\DesCipher.cs" />
  231. <Compile Include="Security\Cryptography\Ciphers\Modes\CbcCipherMode.cs" />
  232. <Compile Include="Security\Cryptography\Ciphers\Modes\CfbCipherMode.cs" />
  233. <Compile Include="Security\Cryptography\Ciphers\Modes\CtrCipherMode.cs" />
  234. <Compile Include="Security\Cryptography\Ciphers\Modes\OfbCipherMode.cs" />
  235. <Compile Include="Security\Cryptography\Ciphers\Paddings\PKCS7Padding.cs" />
  236. <Compile Include="Security\Cryptography\Ciphers\RsaCipher.cs">
  237. <SubType>Code</SubType>
  238. </Compile>
  239. <Compile Include="Security\Cryptography\Ciphers\SerpentCipher.cs" />
  240. <Compile Include="Security\Cryptography\Ciphers\TripleDesCipher.cs" />
  241. <Compile Include="Security\Cryptography\Ciphers\TwofishCipher.cs" />
  242. <Compile Include="Security\Cryptography\DigitalSignature.cs">
  243. <SubType>Code</SubType>
  244. </Compile>
  245. <Compile Include="Security\Cryptography\DsaDigitalSignature.cs">
  246. <SubType>Code</SubType>
  247. </Compile>
  248. <Compile Include="Security\Cryptography\DsaKey.cs">
  249. <SubType>Code</SubType>
  250. </Compile>
  251. <Compile Include="Security\Cryptography\Hashes\MD5Hash.cs">
  252. <SubType>Code</SubType>
  253. </Compile>
  254. <Compile Include="Security\Cryptography\Hashes\SHA1Hash.cs">
  255. <SubType>Code</SubType>
  256. </Compile>
  257. <Compile Include="Security\Cryptography\Hashes\SHA256Hash.cs">
  258. <SubType>Code</SubType>
  259. </Compile>
  260. <Compile Include="Security\Cryptography\HMac.cs">
  261. <SubType>Code</SubType>
  262. </Compile>
  263. <Compile Include="Security\Cryptography\Key.cs">
  264. <SubType>Code</SubType>
  265. </Compile>
  266. <Compile Include="Security\Cryptography\RsaDigitalSignature.cs">
  267. <SubType>Code</SubType>
  268. </Compile>
  269. <Compile Include="Security\Cryptography\RsaKey.cs">
  270. <SubType>Code</SubType>
  271. </Compile>
  272. <Compile Include="Security\Cryptography\StreamCipher.cs" />
  273. <Compile Include="Security\Cryptography\SymmetricCipher.cs" />
  274. <Compile Include="Security\HostAlgorithm.cs" />
  275. <Compile Include="Security\KeyExchange.cs">
  276. <SubType>Code</SubType>
  277. </Compile>
  278. <Compile Include="Security\KeyExchangeDiffieHellman.cs">
  279. <SubType>Code</SubType>
  280. </Compile>
  281. <Compile Include="Security\KeyExchangeDiffieHellmanGroup14Sha1.cs">
  282. <SubType>Code</SubType>
  283. </Compile>
  284. <Compile Include="Security\KeyExchangeDiffieHellmanGroup1Sha1.cs">
  285. <SubType>Code</SubType>
  286. </Compile>
  287. <Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeSha1.cs">
  288. <SubType>Code</SubType>
  289. </Compile>
  290. <Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeSha256.cs">
  291. <SubType>Code</SubType>
  292. </Compile>
  293. <Compile Include="Security\KeyHostAlgorithm.cs" />
  294. <Compile Include="Session.cs">
  295. <SubType>Code</SubType>
  296. </Compile>
  297. <Compile Include="Session.NET.cs">
  298. <SubType>Code</SubType>
  299. </Compile>
  300. <Compile Include="Session.NET40.cs">
  301. <SubType>Code</SubType>
  302. </Compile>
  303. <Compile Include="SftpClient.cs">
  304. <SubType>Code</SubType>
  305. </Compile>
  306. <Compile Include="SftpClient.NET40.cs" />
  307. <Compile Include="Sftp\Flags.cs" />
  308. <Compile Include="Sftp\Requests\SftpCloseRequest.cs" />
  309. <Compile Include="Sftp\Requests\SftpFSetStatRequest.cs" />
  310. <Compile Include="Sftp\Requests\SftpFStatRequest.cs" />
  311. <Compile Include="Sftp\Requests\SftpInitRequest.cs" />
  312. <Compile Include="Sftp\Requests\SftpLStatRequest.cs" />
  313. <Compile Include="Sftp\Requests\SftpMkDirRequest.cs" />
  314. <Compile Include="Sftp\Requests\SftpOpenDirRequest.cs" />
  315. <Compile Include="Sftp\Requests\SftpOpenRequest.cs" />
  316. <Compile Include="Sftp\Requests\SftpReadDirRequest.cs" />
  317. <Compile Include="Sftp\Requests\SftpReadLinkRequest.cs" />
  318. <Compile Include="Sftp\Requests\SftpReadRequest.cs" />
  319. <Compile Include="Sftp\Requests\SftpRealPathRequest.cs" />
  320. <Compile Include="Sftp\Requests\SftpRemoveRequest.cs" />
  321. <Compile Include="Sftp\Requests\SftpRenameRequest.cs" />
  322. <Compile Include="Sftp\Requests\SftpRequest.cs" />
  323. <Compile Include="Sftp\Requests\SftpRmDirRequest.cs" />
  324. <Compile Include="Sftp\Requests\SftpSetStatRequest.cs" />
  325. <Compile Include="Sftp\Requests\SftpStatRequest.cs" />
  326. <Compile Include="Sftp\Requests\SftpSymLinkRequest.cs" />
  327. <Compile Include="Sftp\Requests\SftpWriteRequest.cs" />
  328. <Compile Include="Sftp\Responses\SftpAttrsResponse.cs" />
  329. <Compile Include="Sftp\Responses\SftpDataResponse.cs" />
  330. <Compile Include="Sftp\Responses\SftpExtendedReplyResponse.cs" />
  331. <Compile Include="Sftp\Responses\SftpHandleResponse.cs" />
  332. <Compile Include="Sftp\Responses\SftpNameResponse.cs" />
  333. <Compile Include="Sftp\Responses\SftpResponse.cs" />
  334. <Compile Include="Sftp\Responses\SftpStatusResponse.cs" />
  335. <Compile Include="Sftp\Responses\SftpVersionResponse.cs" />
  336. <Compile Include="Sftp\SftpDataMessage.cs">
  337. <SubType>Code</SubType>
  338. </Compile>
  339. <Compile Include="Sftp\SftpDownloadAsyncResult.cs" />
  340. <Compile Include="Sftp\SftpFile.cs" />
  341. <Compile Include="Sftp\SftpFileAttributes.cs" />
  342. <Compile Include="Sftp\SftpFileStream.cs" />
  343. <Compile Include="Sftp\SftpListDirectoryAsyncResult.cs" />
  344. <Compile Include="Sftp\SftpMessage.cs" />
  345. <Compile Include="Sftp\SftpMessageTypes.cs">
  346. <SubType>Code</SubType>
  347. </Compile>
  348. <Compile Include="Sftp\SftpSession.cs">
  349. <SubType>Code</SubType>
  350. </Compile>
  351. <Compile Include="Sftp\SftpUploadAsyncResult.cs" />
  352. <Compile Include="Sftp\StatusCodes.cs">
  353. <SubType>Code</SubType>
  354. </Compile>
  355. <Compile Include="Shell.cs" />
  356. <Compile Include="Shell.NET40.cs" />
  357. <Compile Include="SshClient.cs" />
  358. <Compile Include="SshCommand.cs" />
  359. <Compile Include="SshCommand.NET40.cs" />
  360. <Compile Include="SubsystemSession.cs" />
  361. </ItemGroup>
  362. <ItemGroup>
  363. <None Include="Documentation\Content\About.aml" />
  364. <None Include="Documentation\Content\Guide\Guide.aml" />
  365. <None Include="Documentation\Content\Guide\Guide.Command.aml" />
  366. <None Include="Documentation\Content\Guide\Guide.Command.Asynchronous.aml" />
  367. <None Include="Documentation\Content\Guide\Guide.Command.Error.aml" />
  368. <None Include="Documentation\Content\Guide\Guide.Command.Multitasking.aml" />
  369. <None Include="Documentation\Content\Guide\Guide.Command.StatusCode.aml" />
  370. <None Include="Documentation\Content\Guide\Guide.Command.Timeout.aml" />
  371. <None Include="Documentation\Content\Guide\Guide.Connection.aml" />
  372. <None Include="Documentation\Content\Guide\Guide.Connection.ChangePassword.aml" />
  373. <None Include="Documentation\Content\Guide\Guide.Connection.Interactive.aml" />
  374. <None Include="Documentation\Content\Guide\Guide.Connection.Password.aml" />
  375. <None Include="Documentation\Content\Guide\Guide.Connection.PrivateKey.aml" />
  376. <None Include="Documentation\Content\Guide\Guide.Connection.Prompt.aml" />
  377. <None Include="Documentation\Content\Guide\Guide.Connection.Timeout.aml" />
  378. <None Include="Documentation\Content\Guide\Guide.PortForward.aml" />
  379. <None Include="Documentation\Content\Guide\Guide.PortForward.Local.aml" />
  380. <None Include="Documentation\Content\Guide\Guide.PortForward.Remote.aml" />
  381. <None Include="Documentation\Content\Guide\Guide.SFtp.aml" />
  382. <None Include="Documentation\Content\HowTo.Connect.aml" />
  383. <None Include="Documentation\Content\Reference.aml" />
  384. <None Include="Documentation\Renci.SshClient.content" />
  385. </ItemGroup>
  386. <ItemGroup>
  387. <Content Include="Documentation\SshClient.shfbproj" />
  388. </ItemGroup>
  389. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  390. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  391. Other similar extension points exist, see Microsoft.Common.targets.
  392. <Target Name="BeforeBuild">
  393. </Target>
  394. <Target Name="AfterBuild">
  395. </Target>
  396. -->
  397. </Project>