Renci.SshNet.Silverlight5.csproj 45 KB

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