Renci.SshNet.UAP10.csproj 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{EC212E04-A372-4B95-B45B-C0D4A739EF80}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Renci.SshNet</RootNamespace>
  11. <AssemblyName>Renci.SshNet</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG;FEATURE_DATAGRAMSOCKET;FEATURE_SOCKET_EAP;FEATURE_STREAM_TAP;FEATURE_THREAD_TAP;FEATURE_MEMORYSTREAM_TRYGETBUFFER;FEATURE_REFLECTION_TYPEINFO;FEATURE_ENCODING_ASCII</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <DocumentationFile>bin\Debug\Renci.SshNet.xml</DocumentationFile>
  30. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE;FEATURE_DATAGRAMSOCKET;FEATURE_SOCKET_EAP;FEATURE_STREAM_TAP;FEATURE_THREAD_TAP;FEATURE_MEMORYSTREAM_TRYGETBUFFER;FEATURE_REFLECTION_TYPEINFO;FEATURE_ENCODING_ASCII</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <DocumentationFile>bin\Release\Renci.SshNet.xml</DocumentationFile>
  41. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  44. <PlatformTarget>x86</PlatformTarget>
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>bin\x86\Debug\</OutputPath>
  47. <DefineConstants>TRACE;DEBUG;FEATURE_REGEX_COMPILE;FEATURE_DIRECTORYINFO_ENUMERATEFILES;FEATURE_DATAGRAMSOCKET;FEATURE_SOCKET_EAP;FEATURE_STREAM_TAP;FEATURE_THREAD_TAP;FEATURE_MEMORYSTREAM_TRYGETBUFFER;FEATURE_REFLECTION_TYPEINFO;FEATURE_ENCODING_ASCII</DefineConstants>
  48. <NoWarn>;2008</NoWarn>
  49. <DebugType>full</DebugType>
  50. <PlatformTarget>x86</PlatformTarget>
  51. <UseVSHostingProcess>false</UseVSHostingProcess>
  52. <ErrorReport>prompt</ErrorReport>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  55. <PlatformTarget>x86</PlatformTarget>
  56. <OutputPath>bin\x86\Release\</OutputPath>
  57. <DefineConstants>TRACE;FEATURE_DATAGRAMSOCKET;FEATURE_SOCKET_EAP;FEATURE_STREAM_TAP;FEATURE_THREAD_TAP;FEATURE_MEMORYSTREAM_TRYGETBUFFER;FEATURE_REFLECTION_TYPEINFO;FEATURE_ENCODING_ASCII</DefineConstants>
  58. <Optimize>true</Optimize>
  59. <NoWarn>;2008</NoWarn>
  60. <DebugType>pdbonly</DebugType>
  61. <PlatformTarget>x86</PlatformTarget>
  62. <UseVSHostingProcess>false</UseVSHostingProcess>
  63. <ErrorReport>prompt</ErrorReport>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  66. <PlatformTarget>ARM</PlatformTarget>
  67. <DebugSymbols>true</DebugSymbols>
  68. <OutputPath>bin\ARM\Debug\</OutputPath>
  69. <DefineConstants>TRACE;DEBUG;FEATURE_DATAGRAMSOCKET;FEATURE_SOCKET_EAP;FEATURE_STREAM_TAP;FEATURE_THREAD_TAP;FEATURE_MEMORYSTREAM_TRYGETBUFFER;FEATURE_REFLECTION_TYPEINFO;FEATURE_ENCODING_ASCII</DefineConstants>
  70. <NoWarn>;2008</NoWarn>
  71. <DebugType>full</DebugType>
  72. <PlatformTarget>ARM</PlatformTarget>
  73. <UseVSHostingProcess>false</UseVSHostingProcess>
  74. <ErrorReport>prompt</ErrorReport>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  77. <PlatformTarget>ARM</PlatformTarget>
  78. <OutputPath>bin\ARM\Release\</OutputPath>
  79. <DefineConstants>TRACE;FEATURE_DATAGRAMSOCKET;FEATURE_SOCKET_EAP;FEATURE_STREAM_TAP;FEATURE_THREAD_TAP;FEATURE_MEMORYSTREAM_TRYGETBUFFER;FEATURE_REFLECTION_TYPEINFO;FEATURE_ENCODING_ASCII</DefineConstants>
  80. <Optimize>true</Optimize>
  81. <NoWarn>;2008</NoWarn>
  82. <DebugType>pdbonly</DebugType>
  83. <PlatformTarget>ARM</PlatformTarget>
  84. <UseVSHostingProcess>false</UseVSHostingProcess>
  85. <ErrorReport>prompt</ErrorReport>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  88. <PlatformTarget>x64</PlatformTarget>
  89. <DebugSymbols>true</DebugSymbols>
  90. <OutputPath>bin\x64\Debug\</OutputPath>
  91. <DefineConstants>TRACE;DEBUG;FEATURE_DATAGRAMSOCKET;FEATURE_SOCKET_EAP;FEATURE_STREAM_TAP;FEATURE_THREAD_TAP;FEATURE_MEMORYSTREAM_TRYGETBUFFER;FEATURE_REFLECTION_TYPEINFO;FEATURE_ENCODING_ASCII</DefineConstants>
  92. <NoWarn>;2008</NoWarn>
  93. <DebugType>full</DebugType>
  94. <PlatformTarget>x64</PlatformTarget>
  95. <UseVSHostingProcess>false</UseVSHostingProcess>
  96. <ErrorReport>prompt</ErrorReport>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  99. <PlatformTarget>x64</PlatformTarget>
  100. <OutputPath>bin\x64\Release\</OutputPath>
  101. <DefineConstants>TRACE;FEATURE_DATAGRAMSOCKET;FEATURE_SOCKET_EAP;FEATURE_STREAM_TAP;FEATURE_THREAD_TAP;FEATURE_MEMORYSTREAM_TRYGETBUFFER;FEATURE_REFLECTION_TYPEINFO;FEATURE_ENCODING_ASCII</DefineConstants>
  102. <Optimize>true</Optimize>
  103. <NoWarn>;2008</NoWarn>
  104. <DebugType>pdbonly</DebugType>
  105. <PlatformTarget>x64</PlatformTarget>
  106. <UseVSHostingProcess>false</UseVSHostingProcess>
  107. <ErrorReport>prompt</ErrorReport>
  108. </PropertyGroup>
  109. <ItemGroup>
  110. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  111. <None Include="project.json" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Compile Include="..\Renci.SshNet\Abstractions\CryptoAbstraction.cs">
  115. <Link>Abstractions\CryptoAbstraction.cs</Link>
  116. </Compile>
  117. <Compile Include="..\Renci.SshNet\Abstractions\DiagnosticAbstraction.cs">
  118. <Link>Abstractions\DiagnosticAbstraction.cs</Link>
  119. </Compile>
  120. <Compile Include="..\Renci.SshNet\Abstractions\DnsAbstraction.cs">
  121. <Link>Abstractions\DnsAbstraction.cs</Link>
  122. </Compile>
  123. <Compile Include="..\Renci.SshNet\Abstractions\FileSystemAbstraction.cs">
  124. <Link>Abstractions\FileSystemAbstraction.cs</Link>
  125. </Compile>
  126. <Compile Include="..\Renci.SshNet\Abstractions\ReflectionAbstraction.cs">
  127. <Link>Abstractions\ReflectionAbstraction.cs</Link>
  128. </Compile>
  129. <Compile Include="..\Renci.SshNet\Abstractions\SocketAbstraction.cs">
  130. <Link>Abstractions\SocketAbstraction.cs</Link>
  131. </Compile>
  132. <Compile Include="..\Renci.SshNet\Abstractions\ThreadAbstraction.cs">
  133. <Link>Abstractions\ThreadAbstraction.cs</Link>
  134. </Compile>
  135. <Compile Include="..\Renci.SshNet\AuthenticationMethod.cs">
  136. <Link>AuthenticationMethod.cs</Link>
  137. </Compile>
  138. <Compile Include="..\Renci.SshNet\AuthenticationResult.cs">
  139. <Link>AuthenticationResult.cs</Link>
  140. </Compile>
  141. <Compile Include="..\Renci.SshNet\BaseClient.cs">
  142. <Link>BaseClient.cs</Link>
  143. </Compile>
  144. <Compile Include="..\Renci.SshNet\Channels\Channel.cs">
  145. <Link>Channels\Channel.cs</Link>
  146. </Compile>
  147. <Compile Include="..\Renci.SshNet\Channels\ChannelDirectTcpip.cs">
  148. <Link>Channels\ChannelDirectTcpip.cs</Link>
  149. </Compile>
  150. <Compile Include="..\Renci.SshNet\Channels\ChannelForwardedTcpip.cs">
  151. <Link>Channels\ChannelForwardedTcpip.cs</Link>
  152. </Compile>
  153. <Compile Include="..\Renci.SshNet\Channels\ChannelSession.cs">
  154. <Link>Channels\ChannelSession.cs</Link>
  155. </Compile>
  156. <Compile Include="..\Renci.SshNet\Channels\ChannelTypes.cs">
  157. <Link>Channels\ChannelTypes.cs</Link>
  158. </Compile>
  159. <Compile Include="..\Renci.SshNet\Channels\ClientChannel.cs">
  160. <Link>Channels\ClientChannel.cs</Link>
  161. </Compile>
  162. <Compile Include="..\Renci.SshNet\Channels\IChannel.cs">
  163. <Link>Channels\IChannel.cs</Link>
  164. </Compile>
  165. <Compile Include="..\Renci.SshNet\Channels\IChannelDirectTcpip.cs">
  166. <Link>Channels\IChannelDirectTcpip.cs</Link>
  167. </Compile>
  168. <Compile Include="..\Renci.SshNet\Channels\IChannelForwardedTcpip.cs">
  169. <Link>Channels\IChannelForwardedTcpip.cs</Link>
  170. </Compile>
  171. <Compile Include="..\Renci.SshNet\Channels\IChannelSession.cs">
  172. <Link>Channels\IChannelSession.cs</Link>
  173. </Compile>
  174. <Compile Include="..\Renci.SshNet\Channels\ServerChannel.cs">
  175. <Link>Channels\ServerChannel.cs</Link>
  176. </Compile>
  177. <Compile Include="..\Renci.SshNet\CipherInfo.cs">
  178. <Link>CipherInfo.cs</Link>
  179. </Compile>
  180. <Compile Include="..\Renci.SshNet\ClientAuthentication.cs">
  181. <Link>ClientAuthentication.cs</Link>
  182. </Compile>
  183. <Compile Include="..\Renci.SshNet\CommandAsyncResult.cs">
  184. <Link>CommandAsyncResult.cs</Link>
  185. </Compile>
  186. <Compile Include="..\Renci.SshNet\Common\Array.cs">
  187. <Link>Common\Array.cs</Link>
  188. </Compile>
  189. <Compile Include="..\Renci.SshNet\Common\ASCIIEncoding.cs">
  190. <Link>Common\ASCIIEncoding.cs</Link>
  191. </Compile>
  192. <Compile Include="..\Renci.SshNet\Common\AsyncResult.cs">
  193. <Link>Common\AsyncResult.cs</Link>
  194. </Compile>
  195. <Compile Include="..\Renci.SshNet\Common\AuthenticationBannerEventArgs.cs">
  196. <Link>Common\AuthenticationBannerEventArgs.cs</Link>
  197. </Compile>
  198. <Compile Include="..\Renci.SshNet\Common\AuthenticationEventArgs.cs">
  199. <Link>Common\AuthenticationEventArgs.cs</Link>
  200. </Compile>
  201. <Compile Include="..\Renci.SshNet\Common\AuthenticationPasswordChangeEventArgs.cs">
  202. <Link>Common\AuthenticationPasswordChangeEventArgs.cs</Link>
  203. </Compile>
  204. <Compile Include="..\Renci.SshNet\Common\AuthenticationPrompt.cs">
  205. <Link>Common\AuthenticationPrompt.cs</Link>
  206. </Compile>
  207. <Compile Include="..\Renci.SshNet\Common\AuthenticationPromptEventArgs.cs">
  208. <Link>Common\AuthenticationPromptEventArgs.cs</Link>
  209. </Compile>
  210. <Compile Include="..\Renci.SshNet\Common\BigInteger.cs">
  211. <Link>Common\BigInteger.cs</Link>
  212. </Compile>
  213. <Compile Include="..\Renci.SshNet\Common\ChannelDataEventArgs.cs">
  214. <Link>Common\ChannelDataEventArgs.cs</Link>
  215. </Compile>
  216. <Compile Include="..\Renci.SshNet\Common\ChannelEventArgs.cs">
  217. <Link>Common\ChannelEventArgs.cs</Link>
  218. </Compile>
  219. <Compile Include="..\Renci.SshNet\Common\ChannelExtendedDataEventArgs.cs">
  220. <Link>Common\ChannelExtendedDataEventArgs.cs</Link>
  221. </Compile>
  222. <Compile Include="..\Renci.SshNet\Common\ChannelOpenConfirmedEventArgs.cs">
  223. <Link>Common\ChannelOpenConfirmedEventArgs.cs</Link>
  224. </Compile>
  225. <Compile Include="..\Renci.SshNet\Common\ChannelOpenFailedEventArgs.cs">
  226. <Link>Common\ChannelOpenFailedEventArgs.cs</Link>
  227. </Compile>
  228. <Compile Include="..\Renci.SshNet\Common\ChannelRequestEventArgs.cs">
  229. <Link>Common\ChannelRequestEventArgs.cs</Link>
  230. </Compile>
  231. <Compile Include="..\Renci.SshNet\Common\DerData.cs">
  232. <Link>Common\DerData.cs</Link>
  233. </Compile>
  234. <Compile Include="..\Renci.SshNet\Common\ExceptionEventArgs.cs">
  235. <Link>Common\ExceptionEventArgs.cs</Link>
  236. </Compile>
  237. <Compile Include="..\Renci.SshNet\Common\Extensions.cs">
  238. <Link>Common\Extensions.cs</Link>
  239. </Compile>
  240. <Compile Include="..\Renci.SshNet\Common\HostKeyEventArgs.cs">
  241. <Link>Common\HostKeyEventArgs.cs</Link>
  242. </Compile>
  243. <Compile Include="..\Renci.SshNet\Common\NetConfServerException.cs">
  244. <Link>Common\NetConfServerException.cs</Link>
  245. </Compile>
  246. <Compile Include="..\Renci.SshNet\Common\ObjectIdentifier.cs">
  247. <Link>Common\ObjectIdentifier.cs</Link>
  248. </Compile>
  249. <Compile Include="..\Renci.SshNet\Common\PipeStream.cs">
  250. <Link>Common\PipeStream.cs</Link>
  251. </Compile>
  252. <Compile Include="..\Renci.SshNet\Common\PortForwardEventArgs.cs">
  253. <Link>Common\PortForwardEventArgs.cs</Link>
  254. </Compile>
  255. <Compile Include="..\Renci.SshNet\Common\ProxyException.cs">
  256. <Link>Common\ProxyException.cs</Link>
  257. </Compile>
  258. <Compile Include="..\Renci.SshNet\Common\ScpDownloadEventArgs.cs">
  259. <Link>Common\ScpDownloadEventArgs.cs</Link>
  260. </Compile>
  261. <Compile Include="..\Renci.SshNet\Common\ScpException.cs">
  262. <Link>Common\ScpException.cs</Link>
  263. </Compile>
  264. <Compile Include="..\Renci.SshNet\Common\ScpUploadEventArgs.cs">
  265. <Link>Common\ScpUploadEventArgs.cs</Link>
  266. </Compile>
  267. <Compile Include="..\Renci.SshNet\Common\SemaphoreLight.cs">
  268. <Link>Common\SemaphoreLight.cs</Link>
  269. </Compile>
  270. <Compile Include="..\Renci.SshNet\Common\SftpPathNotFoundException.cs">
  271. <Link>Common\SftpPathNotFoundException.cs</Link>
  272. </Compile>
  273. <Compile Include="..\Renci.SshNet\Common\SftpPermissionDeniedException.cs">
  274. <Link>Common\SftpPermissionDeniedException.cs</Link>
  275. </Compile>
  276. <Compile Include="..\Renci.SshNet\Common\ShellDataEventArgs.cs">
  277. <Link>Common\ShellDataEventArgs.cs</Link>
  278. </Compile>
  279. <Compile Include="..\Renci.SshNet\Common\SshAuthenticationException.cs">
  280. <Link>Common\SshAuthenticationException.cs</Link>
  281. </Compile>
  282. <Compile Include="..\Renci.SshNet\Common\SshConnectionException.cs">
  283. <Link>Common\SshConnectionException.cs</Link>
  284. </Compile>
  285. <Compile Include="..\Renci.SshNet\Common\SshData.cs">
  286. <Link>Common\SshData.cs</Link>
  287. </Compile>
  288. <Compile Include="..\Renci.SshNet\Common\SshDataStream.cs">
  289. <Link>Common\SshDataStream.cs</Link>
  290. </Compile>
  291. <Compile Include="..\Renci.SshNet\Common\SshException.cs">
  292. <Link>Common\SshException.cs</Link>
  293. </Compile>
  294. <Compile Include="..\Renci.SshNet\Common\SshOperationTimeoutException.cs">
  295. <Link>Common\SshOperationTimeoutException.cs</Link>
  296. </Compile>
  297. <Compile Include="..\Renci.SshNet\Common\SshPassPhraseNullOrEmptyException.cs">
  298. <Link>Common\SshPassPhraseNullOrEmptyException.cs</Link>
  299. </Compile>
  300. <Compile Include="..\Renci.SshNet\Common\TerminalModes.cs">
  301. <Link>Common\TerminalModes.cs</Link>
  302. </Compile>
  303. <Compile Include="..\Renci.SshNet\Compression\CompressionMode.cs">
  304. <Link>Compression\CompressionMode.cs</Link>
  305. </Compile>
  306. <Compile Include="..\Renci.SshNet\Compression\Compressor.cs">
  307. <Link>Compression\Compressor.cs</Link>
  308. </Compile>
  309. <Compile Include="..\Renci.SshNet\Compression\Zlib.cs">
  310. <Link>Compression\Zlib.cs</Link>
  311. </Compile>
  312. <Compile Include="..\Renci.SshNet\Compression\ZlibOpenSsh.cs">
  313. <Link>Compression\ZlibOpenSsh.cs</Link>
  314. </Compile>
  315. <Compile Include="..\Renci.SshNet\Compression\ZlibStream.cs">
  316. <Link>Compression\ZlibStream.cs</Link>
  317. </Compile>
  318. <Compile Include="..\Renci.SshNet\ConnectionInfo.cs">
  319. <Link>ConnectionInfo.cs</Link>
  320. </Compile>
  321. <Compile Include="..\Renci.SshNet\ExpectAction.cs">
  322. <Link>ExpectAction.cs</Link>
  323. </Compile>
  324. <Compile Include="..\Renci.SshNet\ExpectAsyncResult.cs">
  325. <Link>ExpectAsyncResult.cs</Link>
  326. </Compile>
  327. <Compile Include="..\Renci.SshNet\ForwardedPort.cs">
  328. <Link>ForwardedPort.cs</Link>
  329. </Compile>
  330. <Compile Include="..\Renci.SshNet\ForwardedPortDynamic.cs">
  331. <Link>ForwardedPortDynamic.cs</Link>
  332. </Compile>
  333. <Compile Include="..\Renci.SshNet\ForwardedPortDynamic.NET.cs">
  334. <Link>ForwardedPortDynamic.NET.cs</Link>
  335. </Compile>
  336. <Compile Include="..\Renci.SshNet\ForwardedPortLocal.cs">
  337. <Link>ForwardedPortLocal.cs</Link>
  338. </Compile>
  339. <Compile Include="..\Renci.SshNet\ForwardedPortLocal.NET.cs">
  340. <Link>ForwardedPortLocal.NET.cs</Link>
  341. </Compile>
  342. <Compile Include="..\Renci.SshNet\ForwardedPortRemote.cs">
  343. <Link>ForwardedPortRemote.cs</Link>
  344. </Compile>
  345. <Compile Include="..\Renci.SshNet\HashInfo.cs">
  346. <Link>HashInfo.cs</Link>
  347. </Compile>
  348. <Compile Include="..\Renci.SshNet\IAuthenticationMethod.cs">
  349. <Link>IAuthenticationMethod.cs</Link>
  350. </Compile>
  351. <Compile Include="..\Renci.SshNet\IClientAuthentication.cs">
  352. <Link>IClientAuthentication.cs</Link>
  353. </Compile>
  354. <Compile Include="..\Renci.SshNet\IConnectionInfo.cs">
  355. <Link>IConnectionInfo.cs</Link>
  356. </Compile>
  357. <Compile Include="..\Renci.SshNet\IForwardedPort.cs">
  358. <Link>IForwardedPort.cs</Link>
  359. </Compile>
  360. <Compile Include="..\Renci.SshNet\IServiceFactory.cs">
  361. <Link>IServiceFactory.cs</Link>
  362. </Compile>
  363. <Compile Include="..\Renci.SshNet\IServiceFactory.NET.cs">
  364. <Link>IServiceFactory.NET.cs</Link>
  365. </Compile>
  366. <Compile Include="..\Renci.SshNet\ISession.cs">
  367. <Link>ISession.cs</Link>
  368. </Compile>
  369. <Compile Include="..\Renci.SshNet\ISubsystemSession.cs">
  370. <Link>ISubsystemSession.cs</Link>
  371. </Compile>
  372. <Compile Include="..\Renci.SshNet\KeyboardInteractiveAuthenticationMethod.cs">
  373. <Link>KeyboardInteractiveAuthenticationMethod.cs</Link>
  374. </Compile>
  375. <Compile Include="..\Renci.SshNet\KeyboardInteractiveConnectionInfo.cs">
  376. <Link>KeyboardInteractiveConnectionInfo.cs</Link>
  377. </Compile>
  378. <Compile Include="..\Renci.SshNet\MessageEventArgs.cs">
  379. <Link>MessageEventArgs.cs</Link>
  380. </Compile>
  381. <Compile Include="..\Renci.SshNet\Messages\Authentication\BannerMessage.cs">
  382. <Link>Messages\Authentication\BannerMessage.cs</Link>
  383. </Compile>
  384. <Compile Include="..\Renci.SshNet\Messages\Authentication\FailureMessage.cs">
  385. <Link>Messages\Authentication\FailureMessage.cs</Link>
  386. </Compile>
  387. <Compile Include="..\Renci.SshNet\Messages\Authentication\InformationRequestMessage.cs">
  388. <Link>Messages\Authentication\InformationRequestMessage.cs</Link>
  389. </Compile>
  390. <Compile Include="..\Renci.SshNet\Messages\Authentication\InformationResponseMessage.cs">
  391. <Link>Messages\Authentication\InformationResponseMessage.cs</Link>
  392. </Compile>
  393. <Compile Include="..\Renci.SshNet\Messages\Authentication\PasswordChangeRequiredMessage.cs">
  394. <Link>Messages\Authentication\PasswordChangeRequiredMessage.cs</Link>
  395. </Compile>
  396. <Compile Include="..\Renci.SshNet\Messages\Authentication\PublicKeyMessage.cs">
  397. <Link>Messages\Authentication\PublicKeyMessage.cs</Link>
  398. </Compile>
  399. <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessage.cs">
  400. <Link>Messages\Authentication\RequestMessage.cs</Link>
  401. </Compile>
  402. <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessageHost.cs">
  403. <Link>Messages\Authentication\RequestMessageHost.cs</Link>
  404. </Compile>
  405. <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessageKeyboardInteractive.cs">
  406. <Link>Messages\Authentication\RequestMessageKeyboardInteractive.cs</Link>
  407. </Compile>
  408. <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessageNone.cs">
  409. <Link>Messages\Authentication\RequestMessageNone.cs</Link>
  410. </Compile>
  411. <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessagePassword.cs">
  412. <Link>Messages\Authentication\RequestMessagePassword.cs</Link>
  413. </Compile>
  414. <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessagePublicKey.cs">
  415. <Link>Messages\Authentication\RequestMessagePublicKey.cs</Link>
  416. </Compile>
  417. <Compile Include="..\Renci.SshNet\Messages\Authentication\SuccessMessage.cs">
  418. <Link>Messages\Authentication\SuccessMessage.cs</Link>
  419. </Compile>
  420. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelCloseMessage.cs">
  421. <Link>Messages\Connection\ChannelCloseMessage.cs</Link>
  422. </Compile>
  423. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelDataMessage.cs">
  424. <Link>Messages\Connection\ChannelDataMessage.cs</Link>
  425. </Compile>
  426. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelEofMessage.cs">
  427. <Link>Messages\Connection\ChannelEofMessage.cs</Link>
  428. </Compile>
  429. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelExtendedDataMessage.cs">
  430. <Link>Messages\Connection\ChannelExtendedDataMessage.cs</Link>
  431. </Compile>
  432. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelFailureMessage.cs">
  433. <Link>Messages\Connection\ChannelFailureMessage.cs</Link>
  434. </Compile>
  435. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelMessage.cs">
  436. <Link>Messages\Connection\ChannelMessage.cs</Link>
  437. </Compile>
  438. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpenConfirmationMessage.cs">
  439. <Link>Messages\Connection\ChannelOpenConfirmationMessage.cs</Link>
  440. </Compile>
  441. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpenFailureMessage.cs">
  442. <Link>Messages\Connection\ChannelOpenFailureMessage.cs</Link>
  443. </Compile>
  444. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpenFailureReasons.cs">
  445. <Link>Messages\Connection\ChannelOpenFailureReasons.cs</Link>
  446. </Compile>
  447. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\ChannelOpenInfo.cs">
  448. <Link>Messages\Connection\ChannelOpen\ChannelOpenInfo.cs</Link>
  449. </Compile>
  450. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\ChannelOpenMessage.cs">
  451. <Link>Messages\Connection\ChannelOpen\ChannelOpenMessage.cs</Link>
  452. </Compile>
  453. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\DirectTcpipChannelInfo.cs">
  454. <Link>Messages\Connection\ChannelOpen\DirectTcpipChannelInfo.cs</Link>
  455. </Compile>
  456. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfo.cs">
  457. <Link>Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfo.cs</Link>
  458. </Compile>
  459. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\SessionChannelOpenInfo.cs">
  460. <Link>Messages\Connection\ChannelOpen\SessionChannelOpenInfo.cs</Link>
  461. </Compile>
  462. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\X11ChannelOpenInfo.cs">
  463. <Link>Messages\Connection\ChannelOpen\X11ChannelOpenInfo.cs</Link>
  464. </Compile>
  465. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\BreakRequestInfo.cs">
  466. <Link>Messages\Connection\ChannelRequest\BreakRequestInfo.cs</Link>
  467. </Compile>
  468. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\ChannelRequestMessage.cs">
  469. <Link>Messages\Connection\ChannelRequest\ChannelRequestMessage.cs</Link>
  470. </Compile>
  471. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\EndOfWriteRequestInfo.cs">
  472. <Link>Messages\Connection\ChannelRequest\EndOfWriteRequestInfo.cs</Link>
  473. </Compile>
  474. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfo.cs">
  475. <Link>Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfo.cs</Link>
  476. </Compile>
  477. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\ExecRequestInfo.cs">
  478. <Link>Messages\Connection\ChannelRequest\ExecRequestInfo.cs</Link>
  479. </Compile>
  480. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\ExitSignalRequestInfo.cs">
  481. <Link>Messages\Connection\ChannelRequest\ExitSignalRequestInfo.cs</Link>
  482. </Compile>
  483. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\ExitStatusRequestInfo.cs">
  484. <Link>Messages\Connection\ChannelRequest\ExitStatusRequestInfo.cs</Link>
  485. </Compile>
  486. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\KeepAliveRequestInfo.cs">
  487. <Link>Messages\Connection\ChannelRequest\KeepAliveRequestInfo.cs</Link>
  488. </Compile>
  489. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\PseudoTerminalInfo.cs">
  490. <Link>Messages\Connection\ChannelRequest\PseudoTerminalInfo.cs</Link>
  491. </Compile>
  492. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\RequestInfo.cs">
  493. <Link>Messages\Connection\ChannelRequest\RequestInfo.cs</Link>
  494. </Compile>
  495. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\ShellRequestInfo.cs">
  496. <Link>Messages\Connection\ChannelRequest\ShellRequestInfo.cs</Link>
  497. </Compile>
  498. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\SignalRequestInfo.cs">
  499. <Link>Messages\Connection\ChannelRequest\SignalRequestInfo.cs</Link>
  500. </Compile>
  501. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\SubsystemRequestInfo.cs">
  502. <Link>Messages\Connection\ChannelRequest\SubsystemRequestInfo.cs</Link>
  503. </Compile>
  504. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\WindowChangeRequestInfo.cs">
  505. <Link>Messages\Connection\ChannelRequest\WindowChangeRequestInfo.cs</Link>
  506. </Compile>
  507. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\X11ForwardingRequestInfo.cs">
  508. <Link>Messages\Connection\ChannelRequest\X11ForwardingRequestInfo.cs</Link>
  509. </Compile>
  510. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\XonXoffRequestInfo.cs">
  511. <Link>Messages\Connection\ChannelRequest\XonXoffRequestInfo.cs</Link>
  512. </Compile>
  513. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelSuccessMessage.cs">
  514. <Link>Messages\Connection\ChannelSuccessMessage.cs</Link>
  515. </Compile>
  516. <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelWindowAdjustMessage.cs">
  517. <Link>Messages\Connection\ChannelWindowAdjustMessage.cs</Link>
  518. </Compile>
  519. <Compile Include="..\Renci.SshNet\Messages\Connection\GlobalRequestMessage.cs">
  520. <Link>Messages\Connection\GlobalRequestMessage.cs</Link>
  521. </Compile>
  522. <Compile Include="..\Renci.SshNet\Messages\Connection\GlobalRequestName.cs">
  523. <Link>Messages\Connection\GlobalRequestName.cs</Link>
  524. </Compile>
  525. <Compile Include="..\Renci.SshNet\Messages\Connection\RequestFailureMessage.cs">
  526. <Link>Messages\Connection\RequestFailureMessage.cs</Link>
  527. </Compile>
  528. <Compile Include="..\Renci.SshNet\Messages\Connection\RequestSuccessMessage.cs">
  529. <Link>Messages\Connection\RequestSuccessMessage.cs</Link>
  530. </Compile>
  531. <Compile Include="..\Renci.SshNet\Messages\Message.cs">
  532. <Link>Messages\Message.cs</Link>
  533. </Compile>
  534. <Compile Include="..\Renci.SshNet\Messages\MessageAttribute.cs">
  535. <Link>Messages\MessageAttribute.cs</Link>
  536. </Compile>
  537. <Compile Include="..\Renci.SshNet\Messages\ServiceName.cs">
  538. <Link>Messages\ServiceName.cs</Link>
  539. </Compile>
  540. <Compile Include="..\Renci.SshNet\Messages\Transport\DebugMessage.cs">
  541. <Link>Messages\Transport\DebugMessage.cs</Link>
  542. </Compile>
  543. <Compile Include="..\Renci.SshNet\Messages\Transport\DisconnectMessage.cs">
  544. <Link>Messages\Transport\DisconnectMessage.cs</Link>
  545. </Compile>
  546. <Compile Include="..\Renci.SshNet\Messages\Transport\DisconnectReason.cs">
  547. <Link>Messages\Transport\DisconnectReason.cs</Link>
  548. </Compile>
  549. <Compile Include="..\Renci.SshNet\Messages\Transport\IgnoreMessage.cs">
  550. <Link>Messages\Transport\IgnoreMessage.cs</Link>
  551. </Compile>
  552. <Compile Include="..\Renci.SshNet\Messages\Transport\IKeyExchangedAllowed.cs">
  553. <Link>Messages\Transport\IKeyExchangedAllowed.cs</Link>
  554. </Compile>
  555. <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhGroupExchangeGroup.cs">
  556. <Link>Messages\Transport\KeyExchangeDhGroupExchangeGroup.cs</Link>
  557. </Compile>
  558. <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhGroupExchangeInit.cs">
  559. <Link>Messages\Transport\KeyExchangeDhGroupExchangeInit.cs</Link>
  560. </Compile>
  561. <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhGroupExchangeReply.cs">
  562. <Link>Messages\Transport\KeyExchangeDhGroupExchangeReply.cs</Link>
  563. </Compile>
  564. <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhGroupExchangeRequest.cs">
  565. <Link>Messages\Transport\KeyExchangeDhGroupExchangeRequest.cs</Link>
  566. </Compile>
  567. <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhInitMessage.cs">
  568. <Link>Messages\Transport\KeyExchangeDhInitMessage.cs</Link>
  569. </Compile>
  570. <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhReplyMessage.cs">
  571. <Link>Messages\Transport\KeyExchangeDhReplyMessage.cs</Link>
  572. </Compile>
  573. <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeEcdhInitMessage.cs">
  574. <Link>Messages\Transport\KeyExchangeEcdhInitMessage.cs</Link>
  575. </Compile>
  576. <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeEcdhReplyMessage.cs">
  577. <Link>Messages\Transport\KeyExchangeEcdhReplyMessage.cs</Link>
  578. </Compile>
  579. <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeInitMessage.cs">
  580. <Link>Messages\Transport\KeyExchangeInitMessage.cs</Link>
  581. </Compile>
  582. <Compile Include="..\Renci.SshNet\Messages\Transport\NewKeysMessage.cs">
  583. <Link>Messages\Transport\NewKeysMessage.cs</Link>
  584. </Compile>
  585. <Compile Include="..\Renci.SshNet\Messages\Transport\ServiceAcceptMessage.cs">
  586. <Link>Messages\Transport\ServiceAcceptMessage.cs</Link>
  587. </Compile>
  588. <Compile Include="..\Renci.SshNet\Messages\Transport\ServiceRequestMessage.cs">
  589. <Link>Messages\Transport\ServiceRequestMessage.cs</Link>
  590. </Compile>
  591. <Compile Include="..\Renci.SshNet\Messages\Transport\UnimplementedMessage.cs">
  592. <Link>Messages\Transport\UnimplementedMessage.cs</Link>
  593. </Compile>
  594. <Compile Include="..\Renci.SshNet\NetConfClient.cs">
  595. <Link>NetConfClient.cs</Link>
  596. </Compile>
  597. <Compile Include="..\Renci.SshNet\Netconf\INetConfSession.cs">
  598. <Link>Netconf\INetConfSession.cs</Link>
  599. </Compile>
  600. <Compile Include="..\Renci.SshNet\Netconf\NetConfSession.cs">
  601. <Link>Netconf\NetConfSession.cs</Link>
  602. </Compile>
  603. <Compile Include="..\Renci.SshNet\NoneAuthenticationMethod.cs">
  604. <Link>NoneAuthenticationMethod.cs</Link>
  605. </Compile>
  606. <Compile Include="..\Renci.SshNet\PasswordAuthenticationMethod.cs">
  607. <Link>PasswordAuthenticationMethod.cs</Link>
  608. </Compile>
  609. <Compile Include="..\Renci.SshNet\PasswordConnectionInfo.cs">
  610. <Link>PasswordConnectionInfo.cs</Link>
  611. </Compile>
  612. <Compile Include="..\Renci.SshNet\PrivateKeyAuthenticationMethod.cs">
  613. <Link>PrivateKeyAuthenticationMethod.cs</Link>
  614. </Compile>
  615. <Compile Include="..\Renci.SshNet\PrivateKeyConnectionInfo.cs">
  616. <Link>PrivateKeyConnectionInfo.cs</Link>
  617. </Compile>
  618. <Compile Include="..\Renci.SshNet\PrivateKeyFile.cs">
  619. <Link>PrivateKeyFile.cs</Link>
  620. </Compile>
  621. <Compile Include="..\Renci.SshNet\Properties\CommonAssemblyInfo.cs">
  622. <Link>Properties\CommonAssemblyInfo.cs</Link>
  623. </Compile>
  624. <Compile Include="..\Renci.SshNet\ProxyTypes.cs">
  625. <Link>ProxyTypes.cs</Link>
  626. </Compile>
  627. <Compile Include="..\Renci.SshNet\ScpClient.cs">
  628. <Link>ScpClient.cs</Link>
  629. </Compile>
  630. <Compile Include="..\Renci.SshNet\ScpClient.NET.cs">
  631. <Link>ScpClient.NET.cs</Link>
  632. </Compile>
  633. <Compile Include="..\Renci.SshNet\Security\Algorithm.cs">
  634. <Link>Security\Algorithm.cs</Link>
  635. </Compile>
  636. <Compile Include="..\Renci.SshNet\Security\CertificateHostAlgorithm.cs">
  637. <Link>Security\CertificateHostAlgorithm.cs</Link>
  638. </Compile>
  639. <Compile Include="..\Renci.SshNet\Security\Cryptography\AsymmetricCipher.cs">
  640. <Link>Security\Cryptography\AsymmetricCipher.cs</Link>
  641. </Compile>
  642. <Compile Include="..\Renci.SshNet\Security\Cryptography\BlockCipher.cs">
  643. <Link>Security\Cryptography\BlockCipher.cs</Link>
  644. </Compile>
  645. <Compile Include="..\Renci.SshNet\Security\Cryptography\Cipher.cs">
  646. <Link>Security\Cryptography\Cipher.cs</Link>
  647. </Compile>
  648. <Compile Include="..\Renci.SshNet\Security\Cryptography\CipherDigitalSignature.cs">
  649. <Link>Security\Cryptography\CipherDigitalSignature.cs</Link>
  650. </Compile>
  651. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\AesCipher.cs">
  652. <Link>Security\Cryptography\Ciphers\AesCipher.cs</Link>
  653. </Compile>
  654. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Arc4Cipher.cs">
  655. <Link>Security\Cryptography\Ciphers\Arc4Cipher.cs</Link>
  656. </Compile>
  657. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\BlowfishCipher.cs">
  658. <Link>Security\Cryptography\Ciphers\BlowfishCipher.cs</Link>
  659. </Compile>
  660. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\CastCipher.cs">
  661. <Link>Security\Cryptography\Ciphers\CastCipher.cs</Link>
  662. </Compile>
  663. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\CipherMode.cs">
  664. <Link>Security\Cryptography\Ciphers\CipherMode.cs</Link>
  665. </Compile>
  666. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\CipherPadding.cs">
  667. <Link>Security\Cryptography\Ciphers\CipherPadding.cs</Link>
  668. </Compile>
  669. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\DesCipher.cs">
  670. <Link>Security\Cryptography\Ciphers\DesCipher.cs</Link>
  671. </Compile>
  672. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Modes\CbcCipherMode.cs">
  673. <Link>Security\Cryptography\Ciphers\Modes\CbcCipherMode.cs</Link>
  674. </Compile>
  675. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Modes\CfbCipherMode.cs">
  676. <Link>Security\Cryptography\Ciphers\Modes\CfbCipherMode.cs</Link>
  677. </Compile>
  678. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Modes\CtrCipherMode.cs">
  679. <Link>Security\Cryptography\Ciphers\Modes\CtrCipherMode.cs</Link>
  680. </Compile>
  681. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Modes\OfbCipherMode.cs">
  682. <Link>Security\Cryptography\Ciphers\Modes\OfbCipherMode.cs</Link>
  683. </Compile>
  684. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Paddings\PKCS5Padding.cs">
  685. <Link>Security\Cryptography\Ciphers\Paddings\PKCS5Padding.cs</Link>
  686. </Compile>
  687. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Paddings\PKCS7Padding.cs">
  688. <Link>Security\Cryptography\Ciphers\Paddings\PKCS7Padding.cs</Link>
  689. </Compile>
  690. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\RsaCipher.cs">
  691. <Link>Security\Cryptography\Ciphers\RsaCipher.cs</Link>
  692. </Compile>
  693. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\SerpentCipher.cs">
  694. <Link>Security\Cryptography\Ciphers\SerpentCipher.cs</Link>
  695. </Compile>
  696. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\TripleDesCipher.cs">
  697. <Link>Security\Cryptography\Ciphers\TripleDesCipher.cs</Link>
  698. </Compile>
  699. <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\TwofishCipher.cs">
  700. <Link>Security\Cryptography\Ciphers\TwofishCipher.cs</Link>
  701. </Compile>
  702. <Compile Include="..\Renci.SshNet\Security\Cryptography\DigitalSignature.cs">
  703. <Link>Security\Cryptography\DigitalSignature.cs</Link>
  704. </Compile>
  705. <Compile Include="..\Renci.SshNet\Security\Cryptography\DsaDigitalSignature.cs">
  706. <Link>Security\Cryptography\DsaDigitalSignature.cs</Link>
  707. </Compile>
  708. <Compile Include="..\Renci.SshNet\Security\Cryptography\DsaKey.cs">
  709. <Link>Security\Cryptography\DsaKey.cs</Link>
  710. </Compile>
  711. <Compile Include="..\Renci.SshNet\Security\Cryptography\HMACMD5.cs">
  712. <Link>Security\Cryptography\HMACMD5.cs</Link>
  713. </Compile>
  714. <Compile Include="..\Renci.SshNet\Security\Cryptography\HMACSHA1.cs">
  715. <Link>Security\Cryptography\HMACSHA1.cs</Link>
  716. </Compile>
  717. <Compile Include="..\Renci.SshNet\Security\Cryptography\HMACSHA256.cs">
  718. <Link>Security\Cryptography\HMACSHA256.cs</Link>
  719. </Compile>
  720. <Compile Include="..\Renci.SshNet\Security\Cryptography\HMACSHA384.cs">
  721. <Link>Security\Cryptography\HMACSHA384.cs</Link>
  722. </Compile>
  723. <Compile Include="..\Renci.SshNet\Security\Cryptography\HMACSHA512.cs">
  724. <Link>Security\Cryptography\HMACSHA512.cs</Link>
  725. </Compile>
  726. <Compile Include="..\Renci.SshNet\Security\Cryptography\Key.cs">
  727. <Link>Security\Cryptography\Key.cs</Link>
  728. </Compile>
  729. <Compile Include="..\Renci.SshNet\Security\Cryptography\RsaDigitalSignature.cs">
  730. <Link>Security\Cryptography\RsaDigitalSignature.cs</Link>
  731. </Compile>
  732. <Compile Include="..\Renci.SshNet\Security\Cryptography\RsaKey.cs">
  733. <Link>Security\Cryptography\RsaKey.cs</Link>
  734. </Compile>
  735. <Compile Include="..\Renci.SshNet\Security\Cryptography\StreamCipher.cs">
  736. <Link>Security\Cryptography\StreamCipher.cs</Link>
  737. </Compile>
  738. <Compile Include="..\Renci.SshNet\Security\Cryptography\SymmetricCipher.cs">
  739. <Link>Security\Cryptography\SymmetricCipher.cs</Link>
  740. </Compile>
  741. <Compile Include="..\Renci.SshNet\Security\GroupExchangeHashData.cs">
  742. <Link>Security\GroupExchangeHashData.cs</Link>
  743. </Compile>
  744. <Compile Include="..\Renci.SshNet\Security\HostAlgorithm.cs">
  745. <Link>Security\HostAlgorithm.cs</Link>
  746. </Compile>
  747. <Compile Include="..\Renci.SshNet\Security\IKeyExchange.cs">
  748. <Link>Security\IKeyExchange.cs</Link>
  749. </Compile>
  750. <Compile Include="..\Renci.SshNet\Security\KeyExchange.cs">
  751. <Link>Security\KeyExchange.cs</Link>
  752. </Compile>
  753. <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellman.cs">
  754. <Link>Security\KeyExchangeDiffieHellman.cs</Link>
  755. </Compile>
  756. <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroup14Sha1.cs">
  757. <Link>Security\KeyExchangeDiffieHellmanGroup14Sha1.cs</Link>
  758. </Compile>
  759. <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroup1Sha1.cs">
  760. <Link>Security\KeyExchangeDiffieHellmanGroup1Sha1.cs</Link>
  761. </Compile>
  762. <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupExchangeSha1.cs">
  763. <Link>Security\KeyExchangeDiffieHellmanGroupExchangeSha1.cs</Link>
  764. </Compile>
  765. <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupExchangeSha256.cs">
  766. <Link>Security\KeyExchangeDiffieHellmanGroupExchangeSha256.cs</Link>
  767. </Compile>
  768. <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupExchangeShaBase.cs">
  769. <Link>Security\KeyExchangeDiffieHellmanGroupExchangeShaBase.cs</Link>
  770. </Compile>
  771. <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupSha1.cs">
  772. <Link>Security\KeyExchangeDiffieHellmanGroupSha1.cs</Link>
  773. </Compile>
  774. <Compile Include="..\Renci.SshNet\Security\KeyHostAlgorithm.cs">
  775. <Link>Security\KeyHostAlgorithm.cs</Link>
  776. </Compile>
  777. <Compile Include="..\Renci.SshNet\ServiceFactory.cs">
  778. <Link>ServiceFactory.cs</Link>
  779. </Compile>
  780. <Compile Include="..\Renci.SshNet\ServiceFactory.NET.cs">
  781. <Link>ServiceFactory.NET.cs</Link>
  782. </Compile>
  783. <Compile Include="..\Renci.SshNet\Session.cs">
  784. <Link>Session.cs</Link>
  785. </Compile>
  786. <Compile Include="..\Renci.SshNet\Session.NET.cs">
  787. <Link>Session.NET.cs</Link>
  788. </Compile>
  789. <Compile Include="..\Renci.SshNet\Session.NET40.cs">
  790. <Link>Session.NET40.cs</Link>
  791. </Compile>
  792. <Compile Include="..\Renci.SshNet\SftpClient.cs">
  793. <Link>SftpClient.cs</Link>
  794. </Compile>
  795. <Compile Include="..\Renci.SshNet\Sftp\Flags.cs">
  796. <Link>Sftp\Flags.cs</Link>
  797. </Compile>
  798. <Compile Include="..\Renci.SshNet\Sftp\ISftpSession.cs">
  799. <Link>Sftp\ISftpSession.cs</Link>
  800. </Compile>
  801. <Compile Include="..\Renci.SshNet\Sftp\Requests\ExtendedRequests\FStatVfsRequest.cs">
  802. <Link>Sftp\Requests\ExtendedRequests\FStatVfsRequest.cs</Link>
  803. </Compile>
  804. <Compile Include="..\Renci.SshNet\Sftp\Requests\ExtendedRequests\HardLinkRequest.cs">
  805. <Link>Sftp\Requests\ExtendedRequests\HardLinkRequest.cs</Link>
  806. </Compile>
  807. <Compile Include="..\Renci.SshNet\Sftp\Requests\ExtendedRequests\PosixRenameRequest.cs">
  808. <Link>Sftp\Requests\ExtendedRequests\PosixRenameRequest.cs</Link>
  809. </Compile>
  810. <Compile Include="..\Renci.SshNet\Sftp\Requests\ExtendedRequests\StatVfsRequest.cs">
  811. <Link>Sftp\Requests\ExtendedRequests\StatVfsRequest.cs</Link>
  812. </Compile>
  813. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpBlockRequest.cs">
  814. <Link>Sftp\Requests\SftpBlockRequest.cs</Link>
  815. </Compile>
  816. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpCloseRequest.cs">
  817. <Link>Sftp\Requests\SftpCloseRequest.cs</Link>
  818. </Compile>
  819. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpExtendedRequest.cs">
  820. <Link>Sftp\Requests\SftpExtendedRequest.cs</Link>
  821. </Compile>
  822. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpFSetStatRequest.cs">
  823. <Link>Sftp\Requests\SftpFSetStatRequest.cs</Link>
  824. </Compile>
  825. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpFStatRequest.cs">
  826. <Link>Sftp\Requests\SftpFStatRequest.cs</Link>
  827. </Compile>
  828. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpInitRequest.cs">
  829. <Link>Sftp\Requests\SftpInitRequest.cs</Link>
  830. </Compile>
  831. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpLinkRequest.cs">
  832. <Link>Sftp\Requests\SftpLinkRequest.cs</Link>
  833. </Compile>
  834. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpLStatRequest.cs">
  835. <Link>Sftp\Requests\SftpLStatRequest.cs</Link>
  836. </Compile>
  837. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpMkDirRequest.cs">
  838. <Link>Sftp\Requests\SftpMkDirRequest.cs</Link>
  839. </Compile>
  840. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpOpenDirRequest.cs">
  841. <Link>Sftp\Requests\SftpOpenDirRequest.cs</Link>
  842. </Compile>
  843. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpOpenRequest.cs">
  844. <Link>Sftp\Requests\SftpOpenRequest.cs</Link>
  845. </Compile>
  846. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpReadDirRequest.cs">
  847. <Link>Sftp\Requests\SftpReadDirRequest.cs</Link>
  848. </Compile>
  849. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpReadLinkRequest.cs">
  850. <Link>Sftp\Requests\SftpReadLinkRequest.cs</Link>
  851. </Compile>
  852. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpReadRequest.cs">
  853. <Link>Sftp\Requests\SftpReadRequest.cs</Link>
  854. </Compile>
  855. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpRealPathRequest.cs">
  856. <Link>Sftp\Requests\SftpRealPathRequest.cs</Link>
  857. </Compile>
  858. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpRemoveRequest.cs">
  859. <Link>Sftp\Requests\SftpRemoveRequest.cs</Link>
  860. </Compile>
  861. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpRenameRequest.cs">
  862. <Link>Sftp\Requests\SftpRenameRequest.cs</Link>
  863. </Compile>
  864. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpRequest.cs">
  865. <Link>Sftp\Requests\SftpRequest.cs</Link>
  866. </Compile>
  867. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpRmDirRequest.cs">
  868. <Link>Sftp\Requests\SftpRmDirRequest.cs</Link>
  869. </Compile>
  870. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpSetStatRequest.cs">
  871. <Link>Sftp\Requests\SftpSetStatRequest.cs</Link>
  872. </Compile>
  873. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpStatRequest.cs">
  874. <Link>Sftp\Requests\SftpStatRequest.cs</Link>
  875. </Compile>
  876. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpSymLinkRequest.cs">
  877. <Link>Sftp\Requests\SftpSymLinkRequest.cs</Link>
  878. </Compile>
  879. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpUnblockRequest.cs">
  880. <Link>Sftp\Requests\SftpUnblockRequest.cs</Link>
  881. </Compile>
  882. <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpWriteRequest.cs">
  883. <Link>Sftp\Requests\SftpWriteRequest.cs</Link>
  884. </Compile>
  885. <Compile Include="..\Renci.SshNet\Sftp\Responses\ExtendedReplies\ExtendedReplyInfo.cs">
  886. <Link>Sftp\Responses\ExtendedReplies\ExtendedReplyInfo.cs</Link>
  887. </Compile>
  888. <Compile Include="..\Renci.SshNet\Sftp\Responses\ExtendedReplies\StatVfsReplyInfo.cs">
  889. <Link>Sftp\Responses\ExtendedReplies\StatVfsReplyInfo.cs</Link>
  890. </Compile>
  891. <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpAttrsResponse.cs">
  892. <Link>Sftp\Responses\SftpAttrsResponse.cs</Link>
  893. </Compile>
  894. <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpDataResponse.cs">
  895. <Link>Sftp\Responses\SftpDataResponse.cs</Link>
  896. </Compile>
  897. <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpExtendedReplyResponse.cs">
  898. <Link>Sftp\Responses\SftpExtendedReplyResponse.cs</Link>
  899. </Compile>
  900. <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpHandleResponse.cs">
  901. <Link>Sftp\Responses\SftpHandleResponse.cs</Link>
  902. </Compile>
  903. <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpNameResponse.cs">
  904. <Link>Sftp\Responses\SftpNameResponse.cs</Link>
  905. </Compile>
  906. <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpResponse.cs">
  907. <Link>Sftp\Responses\SftpResponse.cs</Link>
  908. </Compile>
  909. <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpStatusResponse.cs">
  910. <Link>Sftp\Responses\SftpStatusResponse.cs</Link>
  911. </Compile>
  912. <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpVersionResponse.cs">
  913. <Link>Sftp\Responses\SftpVersionResponse.cs</Link>
  914. </Compile>
  915. <Compile Include="..\Renci.SshNet\Sftp\Responses\StatVfsResponse.cs">
  916. <Link>Sftp\Responses\StatVfsResponse.cs</Link>
  917. </Compile>
  918. <Compile Include="..\Renci.SshNet\Sftp\SftpDownloadAsyncResult.cs">
  919. <Link>Sftp\SftpDownloadAsyncResult.cs</Link>
  920. </Compile>
  921. <Compile Include="..\Renci.SshNet\Sftp\SftpFile.cs">
  922. <Link>Sftp\SftpFile.cs</Link>
  923. </Compile>
  924. <Compile Include="..\Renci.SshNet\Sftp\SftpFileAttributes.cs">
  925. <Link>Sftp\SftpFileAttributes.cs</Link>
  926. </Compile>
  927. <Compile Include="..\Renci.SshNet\Sftp\SftpFileStream.cs">
  928. <Link>Sftp\SftpFileStream.cs</Link>
  929. </Compile>
  930. <Compile Include="..\Renci.SshNet\Sftp\SftpFileSystemInformation.cs">
  931. <Link>Sftp\SftpFileSystemInformation.cs</Link>
  932. </Compile>
  933. <Compile Include="..\Renci.SshNet\Sftp\SftpListDirectoryAsyncResult.cs">
  934. <Link>Sftp\SftpListDirectoryAsyncResult.cs</Link>
  935. </Compile>
  936. <Compile Include="..\Renci.SshNet\Sftp\SftpMessage.cs">
  937. <Link>Sftp\SftpMessage.cs</Link>
  938. </Compile>
  939. <Compile Include="..\Renci.SshNet\Sftp\SftpMessageTypes.cs">
  940. <Link>Sftp\SftpMessageTypes.cs</Link>
  941. </Compile>
  942. <Compile Include="..\Renci.SshNet\Sftp\SftpSession.cs">
  943. <Link>Sftp\SftpSession.cs</Link>
  944. </Compile>
  945. <Compile Include="..\Renci.SshNet\Sftp\SftpSynchronizeDirectoriesAsyncResult.cs">
  946. <Link>Sftp\SftpSynchronizeDirectoriesAsyncResult.cs</Link>
  947. </Compile>
  948. <Compile Include="..\Renci.SshNet\Sftp\SftpUploadAsyncResult.cs">
  949. <Link>Sftp\SftpUploadAsyncResult.cs</Link>
  950. </Compile>
  951. <Compile Include="..\Renci.SshNet\Sftp\StatusCodes.cs">
  952. <Link>Sftp\StatusCodes.cs</Link>
  953. </Compile>
  954. <Compile Include="..\Renci.SshNet\Shell.cs">
  955. <Link>Shell.cs</Link>
  956. </Compile>
  957. <Compile Include="..\Renci.SshNet\ShellStream.cs">
  958. <Link>ShellStream.cs</Link>
  959. </Compile>
  960. <Compile Include="..\Renci.SshNet\SshClient.cs">
  961. <Link>SshClient.cs</Link>
  962. </Compile>
  963. <Compile Include="..\Renci.SshNet\SshCommand.cs">
  964. <Link>SshCommand.cs</Link>
  965. </Compile>
  966. <Compile Include="..\Renci.SshNet\SshMessageFactory.cs">
  967. <Link>SshMessageFactory.cs</Link>
  968. </Compile>
  969. <Compile Include="..\Renci.SshNet\SubsystemSession.cs">
  970. <Link>SubsystemSession.cs</Link>
  971. </Compile>
  972. <Compile Include="Properties\AssemblyInfo.cs" />
  973. <EmbeddedResource Include="Properties\Renci.SshNet.UAP10.rd.xml" />
  974. </ItemGroup>
  975. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  976. <VisualStudioVersion>14.0</VisualStudioVersion>
  977. </PropertyGroup>
  978. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  979. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  980. Other similar extension points exist, see Microsoft.Common.targets.
  981. <Target Name="BeforeBuild">
  982. </Target>
  983. <Target Name="AfterBuild">
  984. </Target>
  985. -->
  986. </Project>