Renci.SshNet.WindowsPhone8.csproj 46 KB

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