Renci.SshNet.Tests.NET35.csproj 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805
  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>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{007CE8B3-7827-4AD0-AACD-860505638ABE}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Renci.SshNet.Tests</RootNamespace>
  13. <AssemblyName>Renci.SshNet.Tests.NET35</AssemblyName>
  14. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <TargetFrameworkProfile />
  18. <SccProjectName>SAK</SccProjectName>
  19. <SccLocalPath>SAK</SccLocalPath>
  20. <SccAuxPath>SAK</SccAuxPath>
  21. <SccProvider>SAK</SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>0</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <SignAssembly>true</SignAssembly>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <AssemblyOriginatorKeyFile>..\Renci.SshNet.snk</AssemblyOriginatorKeyFile>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  48. <Reference Include="System" />
  49. <Reference Include="System.Core">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.XML" />
  53. <Reference Include="System.Xml.Linq" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  57. <Visible>False</Visible>
  58. </CodeAnalysisDependentAssemblyPaths>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="..\Renci.SshNet.Tests\Classes\AuthenticationMethodTest.cs">
  62. <Link>Classes\AuthenticationMethodTest.cs</Link>
  63. </Compile>
  64. <Compile Include="..\Renci.SshNet.Tests\Classes\BaseClientTest.cs">
  65. <Link>Classes\BaseClientTest.cs</Link>
  66. </Compile>
  67. <Compile Include="..\Renci.SshNet.Tests\Classes\ChannelAsyncResultTest.cs">
  68. <Link>Classes\ChannelAsyncResultTest.cs</Link>
  69. </Compile>
  70. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelDirectTcpipTest.cs">
  71. <Link>Classes\Channels\ChannelDirectTcpipTest.cs</Link>
  72. </Compile>
  73. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelForwardedTcpipTest.cs">
  74. <Link>Classes\Channels\ChannelForwardedTcpipTest.cs</Link>
  75. </Compile>
  76. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest.cs">
  77. <Link>Classes\Channels\ChannelSessionTest.cs</Link>
  78. </Compile>
  79. <Compile Include="..\Renci.SshNet.Tests\Classes\CipherInfoTest.cs">
  80. <Link>Classes\CipherInfoTest.cs</Link>
  81. </Compile>
  82. <Compile Include="..\Renci.SshNet.Tests\Classes\CommandAsyncResultTest.cs">
  83. <Link>Classes\CommandAsyncResultTest.cs</Link>
  84. </Compile>
  85. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ASCIIEncodingTest.cs">
  86. <Link>Classes\Common\ASCIIEncodingTest.cs</Link>
  87. </Compile>
  88. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AsyncResultTest.cs">
  89. <Link>Classes\Common\AsyncResultTest.cs</Link>
  90. </Compile>
  91. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationBannerEventArgsTest.cs">
  92. <Link>Classes\Common\AuthenticationBannerEventArgsTest.cs</Link>
  93. </Compile>
  94. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationPasswordChangeEventArgsTest.cs">
  95. <Link>Classes\Common\AuthenticationPasswordChangeEventArgsTest.cs</Link>
  96. </Compile>
  97. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationPromptEventArgsTest.cs">
  98. <Link>Classes\Common\AuthenticationPromptEventArgsTest.cs</Link>
  99. </Compile>
  100. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationPromptTest.cs">
  101. <Link>Classes\Common\AuthenticationPromptTest.cs</Link>
  102. </Compile>
  103. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\BigIntegerTest.cs">
  104. <Link>Classes\Common\BigIntegerTest.cs</Link>
  105. </Compile>
  106. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelDataEventArgsTest.cs">
  107. <Link>Classes\Common\ChannelDataEventArgsTest.cs</Link>
  108. </Compile>
  109. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelEventArgsTest.cs">
  110. <Link>Classes\Common\ChannelEventArgsTest.cs</Link>
  111. </Compile>
  112. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelOpenFailedEventArgsTest.cs">
  113. <Link>Classes\Common\ChannelOpenFailedEventArgsTest.cs</Link>
  114. </Compile>
  115. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelRequestEventArgsTest.cs">
  116. <Link>Classes\Common\ChannelRequestEventArgsTest.cs</Link>
  117. </Compile>
  118. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\DerDataTest.cs">
  119. <Link>Classes\Common\DerDataTest.cs</Link>
  120. </Compile>
  121. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ExceptionEventArgsTest.cs">
  122. <Link>Classes\Common\ExceptionEventArgsTest.cs</Link>
  123. </Compile>
  124. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\HostKeyEventArgsTest.cs">
  125. <Link>Classes\Common\HostKeyEventArgsTest.cs</Link>
  126. </Compile>
  127. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\NetConfServerExceptionTest.cs">
  128. <Link>Classes\Common\NetConfServerExceptionTest.cs</Link>
  129. </Compile>
  130. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ObjectIdentifierTest.cs">
  131. <Link>Classes\Common\ObjectIdentifierTest.cs</Link>
  132. </Compile>
  133. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PipeStreamTest.cs">
  134. <Link>Classes\Common\PipeStreamTest.cs</Link>
  135. </Compile>
  136. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PortForwardEventArgsTest.cs">
  137. <Link>Classes\Common\PortForwardEventArgsTest.cs</Link>
  138. </Compile>
  139. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ProxyExceptionTest.cs">
  140. <Link>Classes\Common\ProxyExceptionTest.cs</Link>
  141. </Compile>
  142. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ScpDownloadEventArgsTest.cs">
  143. <Link>Classes\Common\ScpDownloadEventArgsTest.cs</Link>
  144. </Compile>
  145. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ScpExceptionTest.cs">
  146. <Link>Classes\Common\ScpExceptionTest.cs</Link>
  147. </Compile>
  148. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ScpUploadEventArgsTest.cs">
  149. <Link>Classes\Common\ScpUploadEventArgsTest.cs</Link>
  150. </Compile>
  151. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SemaphoreLightTest.cs">
  152. <Link>Classes\Common\SemaphoreLightTest.cs</Link>
  153. </Compile>
  154. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SftpPathNotFoundExceptionTest.cs">
  155. <Link>Classes\Common\SftpPathNotFoundExceptionTest.cs</Link>
  156. </Compile>
  157. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SftpPermissionDeniedExceptionTest.cs">
  158. <Link>Classes\Common\SftpPermissionDeniedExceptionTest.cs</Link>
  159. </Compile>
  160. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ShellDataEventArgsTest.cs">
  161. <Link>Classes\Common\ShellDataEventArgsTest.cs</Link>
  162. </Compile>
  163. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshAuthenticationExceptionTest.cs">
  164. <Link>Classes\Common\SshAuthenticationExceptionTest.cs</Link>
  165. </Compile>
  166. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshConnectionExceptionTest.cs">
  167. <Link>Classes\Common\SshConnectionExceptionTest.cs</Link>
  168. </Compile>
  169. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshDataTest.cs">
  170. <Link>Classes\Common\SshDataTest.cs</Link>
  171. </Compile>
  172. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshExceptionTest.cs">
  173. <Link>Classes\Common\SshExceptionTest.cs</Link>
  174. </Compile>
  175. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshOperationTimeoutExceptionTest.cs">
  176. <Link>Classes\Common\SshOperationTimeoutExceptionTest.cs</Link>
  177. </Compile>
  178. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshPassPhraseNullOrEmptyExceptionTest.cs">
  179. <Link>Classes\Common\SshPassPhraseNullOrEmptyExceptionTest.cs</Link>
  180. </Compile>
  181. <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\CompressorTest.cs">
  182. <Link>Classes\Compression\CompressorTest.cs</Link>
  183. </Compile>
  184. <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\ZlibOpenSshTest.cs">
  185. <Link>Classes\Compression\ZlibOpenSshTest.cs</Link>
  186. </Compile>
  187. <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\ZlibStreamTest.cs">
  188. <Link>Classes\Compression\ZlibStreamTest.cs</Link>
  189. </Compile>
  190. <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\ZlibTest.cs">
  191. <Link>Classes\Compression\ZlibTest.cs</Link>
  192. </Compile>
  193. <Compile Include="..\Renci.SshNet.Tests\Classes\ConnectionInfoTest.cs">
  194. <Link>Classes\ConnectionInfoTest.cs</Link>
  195. </Compile>
  196. <Compile Include="..\Renci.SshNet.Tests\Classes\ExpectActionTest.cs">
  197. <Link>Classes\ExpectActionTest.cs</Link>
  198. </Compile>
  199. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest.cs">
  200. <Link>Classes\ForwardedPortDynamicTest.cs</Link>
  201. </Compile>
  202. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest.cs">
  203. <Link>Classes\ForwardedPortLocalTest.cs</Link>
  204. </Compile>
  205. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest.cs">
  206. <Link>Classes\ForwardedPortRemoteTest.cs</Link>
  207. </Compile>
  208. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortTest.cs">
  209. <Link>Classes\ForwardedPortTest.cs</Link>
  210. </Compile>
  211. <Compile Include="..\Renci.SshNet.Tests\Classes\KeyboardInteractiveAuthenticationMethodTest.cs">
  212. <Link>Classes\KeyboardInteractiveAuthenticationMethodTest.cs</Link>
  213. </Compile>
  214. <Compile Include="..\Renci.SshNet.Tests\Classes\KeyboardInteractiveConnectionInfoTest.cs">
  215. <Link>Classes\KeyboardInteractiveConnectionInfoTest.cs</Link>
  216. </Compile>
  217. <Compile Include="..\Renci.SshNet.Tests\Classes\MessageEventArgsTest.cs">
  218. <Link>Classes\MessageEventArgsTest.cs</Link>
  219. </Compile>
  220. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\BannerMessageTest.cs">
  221. <Link>Classes\Messages\Authentication\BannerMessageTest.cs</Link>
  222. </Compile>
  223. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\FailureMessageTest.cs">
  224. <Link>Classes\Messages\Authentication\FailureMessageTest.cs</Link>
  225. </Compile>
  226. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\InformationRequestMessageTest.cs">
  227. <Link>Classes\Messages\Authentication\InformationRequestMessageTest.cs</Link>
  228. </Compile>
  229. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\InformationResponseMessageTest.cs">
  230. <Link>Classes\Messages\Authentication\InformationResponseMessageTest.cs</Link>
  231. </Compile>
  232. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\PasswordChangeRequiredMessageTest.cs">
  233. <Link>Classes\Messages\Authentication\PasswordChangeRequiredMessageTest.cs</Link>
  234. </Compile>
  235. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\PublicKeyMessageTest.cs">
  236. <Link>Classes\Messages\Authentication\PublicKeyMessageTest.cs</Link>
  237. </Compile>
  238. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessageHostTest.cs">
  239. <Link>Classes\Messages\Authentication\RequestMessageHostTest.cs</Link>
  240. </Compile>
  241. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessageKeyboardInteractiveTest.cs">
  242. <Link>Classes\Messages\Authentication\RequestMessageKeyboardInteractiveTest.cs</Link>
  243. </Compile>
  244. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessageNoneTest.cs">
  245. <Link>Classes\Messages\Authentication\RequestMessageNoneTest.cs</Link>
  246. </Compile>
  247. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessagePasswordTest.cs">
  248. <Link>Classes\Messages\Authentication\RequestMessagePasswordTest.cs</Link>
  249. </Compile>
  250. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessagePublicKeyTest.cs">
  251. <Link>Classes\Messages\Authentication\RequestMessagePublicKeyTest.cs</Link>
  252. </Compile>
  253. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessageTest.cs">
  254. <Link>Classes\Messages\Authentication\RequestMessageTest.cs</Link>
  255. </Compile>
  256. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\SuccessMessageTest.cs">
  257. <Link>Classes\Messages\Authentication\SuccessMessageTest.cs</Link>
  258. </Compile>
  259. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelCloseMessageTest.cs">
  260. <Link>Classes\Messages\Connection\ChannelCloseMessageTest.cs</Link>
  261. </Compile>
  262. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelDataMessageTest.cs">
  263. <Link>Classes\Messages\Connection\ChannelDataMessageTest.cs</Link>
  264. </Compile>
  265. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelEofMessageTest.cs">
  266. <Link>Classes\Messages\Connection\ChannelEofMessageTest.cs</Link>
  267. </Compile>
  268. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelExtendedDataMessageTest.cs">
  269. <Link>Classes\Messages\Connection\ChannelExtendedDataMessageTest.cs</Link>
  270. </Compile>
  271. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelFailureMessageTest.cs">
  272. <Link>Classes\Messages\Connection\ChannelFailureMessageTest.cs</Link>
  273. </Compile>
  274. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelMessageTest.cs">
  275. <Link>Classes\Messages\Connection\ChannelMessageTest.cs</Link>
  276. </Compile>
  277. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpenConfirmationMessageTest.cs">
  278. <Link>Classes\Messages\Connection\ChannelOpenConfirmationMessageTest.cs</Link>
  279. </Compile>
  280. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpenFailureMessageTest.cs">
  281. <Link>Classes\Messages\Connection\ChannelOpenFailureMessageTest.cs</Link>
  282. </Compile>
  283. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpenInfoTest.cs">
  284. <Link>Classes\Messages\Connection\ChannelOpenInfoTest.cs</Link>
  285. </Compile>
  286. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\ChannelOpenMessageTest.cs">
  287. <Link>Classes\Messages\Connection\ChannelOpen\ChannelOpenMessageTest.cs</Link>
  288. </Compile>
  289. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\DirectTcpipChannelInfoTest.cs">
  290. <Link>Classes\Messages\Connection\ChannelOpen\DirectTcpipChannelInfoTest.cs</Link>
  291. </Compile>
  292. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfoTest.cs">
  293. <Link>Classes\Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfoTest.cs</Link>
  294. </Compile>
  295. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\SessionChannelOpenInfoTest.cs">
  296. <Link>Classes\Messages\Connection\ChannelOpen\SessionChannelOpenInfoTest.cs</Link>
  297. </Compile>
  298. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\X11ChannelOpenInfoTest.cs">
  299. <Link>Classes\Messages\Connection\ChannelOpen\X11ChannelOpenInfoTest.cs</Link>
  300. </Compile>
  301. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\BreakRequestInfoTest.cs">
  302. <Link>Classes\Messages\Connection\ChannelRequest\BreakRequestInfoTest.cs</Link>
  303. </Compile>
  304. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ChannelRequestMessageTest.cs">
  305. <Link>Classes\Messages\Connection\ChannelRequest\ChannelRequestMessageTest.cs</Link>
  306. </Compile>
  307. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\EndOfWriteRequestInfoTest.cs">
  308. <Link>Classes\Messages\Connection\ChannelRequest\EndOfWriteRequestInfoTest.cs</Link>
  309. </Compile>
  310. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfoTest.cs">
  311. <Link>Classes\Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfoTest.cs</Link>
  312. </Compile>
  313. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ExecRequestInfoTest.cs">
  314. <Link>Classes\Messages\Connection\ChannelRequest\ExecRequestInfoTest.cs</Link>
  315. </Compile>
  316. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ExitSignalRequestInfoTest.cs">
  317. <Link>Classes\Messages\Connection\ChannelRequest\ExitSignalRequestInfoTest.cs</Link>
  318. </Compile>
  319. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ExitStatusRequestInfoTest.cs">
  320. <Link>Classes\Messages\Connection\ChannelRequest\ExitStatusRequestInfoTest.cs</Link>
  321. </Compile>
  322. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\KeepAliveRequestInfoTest.cs">
  323. <Link>Classes\Messages\Connection\ChannelRequest\KeepAliveRequestInfoTest.cs</Link>
  324. </Compile>
  325. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\PseudoTerminalInfoTest.cs">
  326. <Link>Classes\Messages\Connection\ChannelRequest\PseudoTerminalInfoTest.cs</Link>
  327. </Compile>
  328. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ShellRequestInfoTest.cs">
  329. <Link>Classes\Messages\Connection\ChannelRequest\ShellRequestInfoTest.cs</Link>
  330. </Compile>
  331. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\SignalRequestInfoTest.cs">
  332. <Link>Classes\Messages\Connection\ChannelRequest\SignalRequestInfoTest.cs</Link>
  333. </Compile>
  334. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\SubsystemRequestInfoTest.cs">
  335. <Link>Classes\Messages\Connection\ChannelRequest\SubsystemRequestInfoTest.cs</Link>
  336. </Compile>
  337. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\WindowChangeRequestInfoTest.cs">
  338. <Link>Classes\Messages\Connection\ChannelRequest\WindowChangeRequestInfoTest.cs</Link>
  339. </Compile>
  340. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\X11ForwardingRequestInfoTest.cs">
  341. <Link>Classes\Messages\Connection\ChannelRequest\X11ForwardingRequestInfoTest.cs</Link>
  342. </Compile>
  343. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\XonXoffRequestInfoTest.cs">
  344. <Link>Classes\Messages\Connection\ChannelRequest\XonXoffRequestInfoTest.cs</Link>
  345. </Compile>
  346. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelSuccessMessageTest.cs">
  347. <Link>Classes\Messages\Connection\ChannelSuccessMessageTest.cs</Link>
  348. </Compile>
  349. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelWindowAdjustMessageTest.cs">
  350. <Link>Classes\Messages\Connection\ChannelWindowAdjustMessageTest.cs</Link>
  351. </Compile>
  352. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\GlobalRequestMessageTest.cs">
  353. <Link>Classes\Messages\Connection\GlobalRequestMessageTest.cs</Link>
  354. </Compile>
  355. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\RequestFailureMessageTest.cs">
  356. <Link>Classes\Messages\Connection\RequestFailureMessageTest.cs</Link>
  357. </Compile>
  358. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\RequestInfoTest.cs">
  359. <Link>Classes\Messages\Connection\RequestInfoTest.cs</Link>
  360. </Compile>
  361. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\RequestSuccessMessageTest.cs">
  362. <Link>Classes\Messages\Connection\RequestSuccessMessageTest.cs</Link>
  363. </Compile>
  364. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\MessageAttributeTest.cs">
  365. <Link>Classes\Messages\MessageAttributeTest.cs</Link>
  366. </Compile>
  367. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\MessageTest.cs">
  368. <Link>Classes\Messages\MessageTest.cs</Link>
  369. </Compile>
  370. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\DebugMessageTest.cs">
  371. <Link>Classes\Messages\Transport\DebugMessageTest.cs</Link>
  372. </Compile>
  373. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\DisconnectMessageTest.cs">
  374. <Link>Classes\Messages\Transport\DisconnectMessageTest.cs</Link>
  375. </Compile>
  376. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\IgnoreMessageTest.cs">
  377. <Link>Classes\Messages\Transport\IgnoreMessageTest.cs</Link>
  378. </Compile>
  379. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeGroupTest.cs">
  380. <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeGroupTest.cs</Link>
  381. </Compile>
  382. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeInitTest.cs">
  383. <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeInitTest.cs</Link>
  384. </Compile>
  385. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeReplyTest.cs">
  386. <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeReplyTest.cs</Link>
  387. </Compile>
  388. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeRequestTest.cs">
  389. <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeRequestTest.cs</Link>
  390. </Compile>
  391. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhInitMessageTest.cs">
  392. <Link>Classes\Messages\Transport\KeyExchangeDhInitMessageTest.cs</Link>
  393. </Compile>
  394. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhReplyMessageTest.cs">
  395. <Link>Classes\Messages\Transport\KeyExchangeDhReplyMessageTest.cs</Link>
  396. </Compile>
  397. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeInitMessageTest.cs">
  398. <Link>Classes\Messages\Transport\KeyExchangeInitMessageTest.cs</Link>
  399. </Compile>
  400. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\NewKeysMessageTest.cs">
  401. <Link>Classes\Messages\Transport\NewKeysMessageTest.cs</Link>
  402. </Compile>
  403. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\ServiceAcceptMessageTest.cs">
  404. <Link>Classes\Messages\Transport\ServiceAcceptMessageTest.cs</Link>
  405. </Compile>
  406. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\ServiceRequestMessageTest.cs">
  407. <Link>Classes\Messages\Transport\ServiceRequestMessageTest.cs</Link>
  408. </Compile>
  409. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\UnimplementedMessageTest.cs">
  410. <Link>Classes\Messages\Transport\UnimplementedMessageTest.cs</Link>
  411. </Compile>
  412. <Compile Include="..\Renci.SshNet.Tests\Classes\NetConfClientTest.cs">
  413. <Link>Classes\NetConfClientTest.cs</Link>
  414. </Compile>
  415. <Compile Include="..\Renci.SshNet.Tests\Classes\Netconf\NetConfSessionTest.cs">
  416. <Link>Classes\Netconf\NetConfSessionTest.cs</Link>
  417. </Compile>
  418. <Compile Include="..\Renci.SshNet.Tests\Classes\NoneAuthenticationMethodTest.cs">
  419. <Link>Classes\NoneAuthenticationMethodTest.cs</Link>
  420. </Compile>
  421. <Compile Include="..\Renci.SshNet.Tests\Classes\PasswordAuthenticationMethodTest.cs">
  422. <Link>Classes\PasswordAuthenticationMethodTest.cs</Link>
  423. </Compile>
  424. <Compile Include="..\Renci.SshNet.Tests\Classes\PasswordConnectionInfoTest.cs">
  425. <Link>Classes\PasswordConnectionInfoTest.cs</Link>
  426. </Compile>
  427. <Compile Include="..\Renci.SshNet.Tests\Classes\PrivateKeyAuthenticationMethodTest.cs">
  428. <Link>Classes\PrivateKeyAuthenticationMethodTest.cs</Link>
  429. </Compile>
  430. <Compile Include="..\Renci.SshNet.Tests\Classes\PrivateKeyConnectionInfoTest.cs">
  431. <Link>Classes\PrivateKeyConnectionInfoTest.cs</Link>
  432. </Compile>
  433. <Compile Include="..\Renci.SshNet.Tests\Classes\PrivateKeyFileTest.cs">
  434. <Link>Classes\PrivateKeyFileTest.cs</Link>
  435. </Compile>
  436. <Compile Include="..\Renci.SshNet.Tests\Classes\ScpClientTest.cs">
  437. <Link>Classes\ScpClientTest.cs</Link>
  438. </Compile>
  439. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\CertificateHostAlgorithmTest.cs">
  440. <Link>Classes\Security\CertificateHostAlgorithmTest.cs</Link>
  441. </Compile>
  442. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\AesCipherTest.cs">
  443. <Link>Classes\Security\Cryptography\Ciphers\AesCipherTest.cs</Link>
  444. </Compile>
  445. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Arc4CipherTest.cs">
  446. <Link>Classes\Security\Cryptography\Ciphers\Arc4CipherTest.cs</Link>
  447. </Compile>
  448. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\BlowfishCipherTest.cs">
  449. <Link>Classes\Security\Cryptography\Ciphers\BlowfishCipherTest.cs</Link>
  450. </Compile>
  451. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\CastCipherTest.cs">
  452. <Link>Classes\Security\Cryptography\Ciphers\CastCipherTest.cs</Link>
  453. </Compile>
  454. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\CipherModeTest.cs">
  455. <Link>Classes\Security\Cryptography\Ciphers\CipherModeTest.cs</Link>
  456. </Compile>
  457. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\CipherPaddingTest.cs">
  458. <Link>Classes\Security\Cryptography\Ciphers\CipherPaddingTest.cs</Link>
  459. </Compile>
  460. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\DesCipherTest.cs">
  461. <Link>Classes\Security\Cryptography\Ciphers\DesCipherTest.cs</Link>
  462. </Compile>
  463. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\CbcCipherModeTest.cs">
  464. <Link>Classes\Security\Cryptography\Ciphers\Modes\CbcCipherModeTest.cs</Link>
  465. </Compile>
  466. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\CfbCipherModeTest.cs">
  467. <Link>Classes\Security\Cryptography\Ciphers\Modes\CfbCipherModeTest.cs</Link>
  468. </Compile>
  469. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\CtrCipherModeTest.cs">
  470. <Link>Classes\Security\Cryptography\Ciphers\Modes\CtrCipherModeTest.cs</Link>
  471. </Compile>
  472. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\OfbCipherModeTest.cs">
  473. <Link>Classes\Security\Cryptography\Ciphers\Modes\OfbCipherModeTest.cs</Link>
  474. </Compile>
  475. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Paddings\PKCS5PaddingTest.cs">
  476. <Link>Classes\Security\Cryptography\Ciphers\Paddings\PKCS5PaddingTest.cs</Link>
  477. </Compile>
  478. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Paddings\PKCS7PaddingTest.cs">
  479. <Link>Classes\Security\Cryptography\Ciphers\Paddings\PKCS7PaddingTest.cs</Link>
  480. </Compile>
  481. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\RsaCipherTest.cs">
  482. <Link>Classes\Security\Cryptography\Ciphers\RsaCipherTest.cs</Link>
  483. </Compile>
  484. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\SerpentCipherTest.cs">
  485. <Link>Classes\Security\Cryptography\Ciphers\SerpentCipherTest.cs</Link>
  486. </Compile>
  487. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\TripleDesCipherTest.cs">
  488. <Link>Classes\Security\Cryptography\Ciphers\TripleDesCipherTest.cs</Link>
  489. </Compile>
  490. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\TwofishCipherTest.cs">
  491. <Link>Classes\Security\Cryptography\Ciphers\TwofishCipherTest.cs</Link>
  492. </Compile>
  493. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\DsaDigitalSignatureTest.cs">
  494. <Link>Classes\Security\Cryptography\DsaDigitalSignatureTest.cs</Link>
  495. </Compile>
  496. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\DsaKeyTest.cs">
  497. <Link>Classes\Security\Cryptography\DsaKeyTest.cs</Link>
  498. </Compile>
  499. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Hashes\MD5HashTest.cs">
  500. <Link>Classes\Security\Cryptography\Hashes\MD5HashTest.cs</Link>
  501. </Compile>
  502. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Hashes\RIPEMD160HashTest.cs">
  503. <Link>Classes\Security\Cryptography\Hashes\RIPEMD160HashTest.cs</Link>
  504. </Compile>
  505. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Hashes\SHA1HashTest.cs">
  506. <Link>Classes\Security\Cryptography\Hashes\SHA1HashTest.cs</Link>
  507. </Compile>
  508. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Hashes\SHA256HashTest.cs">
  509. <Link>Classes\Security\Cryptography\Hashes\SHA256HashTest.cs</Link>
  510. </Compile>
  511. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\HMacTest.cs">
  512. <Link>Classes\Security\Cryptography\HMacTest.cs</Link>
  513. </Compile>
  514. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\RsaDigitalSignatureTest.cs">
  515. <Link>Classes\Security\Cryptography\RsaDigitalSignatureTest.cs</Link>
  516. </Compile>
  517. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\RsaKeyTest.cs">
  518. <Link>Classes\Security\Cryptography\RsaKeyTest.cs</Link>
  519. </Compile>
  520. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroup14Sha1Test.cs">
  521. <Link>Classes\Security\KeyExchangeDiffieHellmanGroup14Sha1Test.cs</Link>
  522. </Compile>
  523. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroup1Sha1Test.cs">
  524. <Link>Classes\Security\KeyExchangeDiffieHellmanGroup1Sha1Test.cs</Link>
  525. </Compile>
  526. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha1Test.cs">
  527. <Link>Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha1Test.cs</Link>
  528. </Compile>
  529. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha256Test.cs">
  530. <Link>Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha256Test.cs</Link>
  531. </Compile>
  532. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyHostAlgorithmTest.cs">
  533. <Link>Classes\Security\KeyHostAlgorithmTest.cs</Link>
  534. </Compile>
  535. <Compile Include="..\Renci.SshNet.Tests\Classes\SessionTest.cs">
  536. <Link>Classes\SessionTest.cs</Link>
  537. </Compile>
  538. <Compile Include="..\Renci.SshNet.Tests\Classes\SessionTest.HttpProxy.cs">
  539. <Link>Classes\SessionTest.HttpProxy.cs</Link>
  540. </Compile>
  541. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.ChangeDirectory.cs">
  542. <Link>Classes\SftpClientTest.ChangeDirectory.cs</Link>
  543. </Compile>
  544. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.CreateDirectory.cs">
  545. <Link>Classes\SftpClientTest.CreateDirectory.cs</Link>
  546. </Compile>
  547. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.cs">
  548. <Link>Classes\SftpClientTest.cs</Link>
  549. </Compile>
  550. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.DeleteDirectory.cs">
  551. <Link>Classes\SftpClientTest.DeleteDirectory.cs</Link>
  552. </Compile>
  553. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.DeleteFile.cs">
  554. <Link>Classes\SftpClientTest.DeleteFile.cs</Link>
  555. </Compile>
  556. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.Download.cs">
  557. <Link>Classes\SftpClientTest.Download.cs</Link>
  558. </Compile>
  559. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.ListDirectory.cs">
  560. <Link>Classes\SftpClientTest.ListDirectory.cs</Link>
  561. </Compile>
  562. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.RenameFile.cs">
  563. <Link>Classes\SftpClientTest.RenameFile.cs</Link>
  564. </Compile>
  565. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.SynchronizeDirectories.cs">
  566. <Link>Classes\SftpClientTest.SynchronizeDirectories.cs</Link>
  567. </Compile>
  568. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.Upload.cs">
  569. <Link>Classes\SftpClientTest.Upload.cs</Link>
  570. </Compile>
  571. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\FStatVfsRequestTest.cs">
  572. <Link>Classes\Sftp\Requests\ExtendedRequests\FStatVfsRequestTest.cs</Link>
  573. </Compile>
  574. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\HardLinkRequestTest.cs">
  575. <Link>Classes\Sftp\Requests\ExtendedRequests\HardLinkRequestTest.cs</Link>
  576. </Compile>
  577. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\PosixRenameRequestTest.cs">
  578. <Link>Classes\Sftp\Requests\ExtendedRequests\PosixRenameRequestTest.cs</Link>
  579. </Compile>
  580. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\StatVfsRequestTest.cs">
  581. <Link>Classes\Sftp\Requests\ExtendedRequests\StatVfsRequestTest.cs</Link>
  582. </Compile>
  583. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpBlockRequestTest.cs">
  584. <Link>Classes\Sftp\Requests\SftpBlockRequestTest.cs</Link>
  585. </Compile>
  586. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpCloseRequestTest.cs">
  587. <Link>Classes\Sftp\Requests\SftpCloseRequestTest.cs</Link>
  588. </Compile>
  589. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpFSetStatRequestTest.cs">
  590. <Link>Classes\Sftp\Requests\SftpFSetStatRequestTest.cs</Link>
  591. </Compile>
  592. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpFStatRequestTest.cs">
  593. <Link>Classes\Sftp\Requests\SftpFStatRequestTest.cs</Link>
  594. </Compile>
  595. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpInitRequestTest.cs">
  596. <Link>Classes\Sftp\Requests\SftpInitRequestTest.cs</Link>
  597. </Compile>
  598. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpLinkRequestTest.cs">
  599. <Link>Classes\Sftp\Requests\SftpLinkRequestTest.cs</Link>
  600. </Compile>
  601. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpLStatRequestTest.cs">
  602. <Link>Classes\Sftp\Requests\SftpLStatRequestTest.cs</Link>
  603. </Compile>
  604. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpMkDirRequestTest.cs">
  605. <Link>Classes\Sftp\Requests\SftpMkDirRequestTest.cs</Link>
  606. </Compile>
  607. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpOpenDirRequestTest.cs">
  608. <Link>Classes\Sftp\Requests\SftpOpenDirRequestTest.cs</Link>
  609. </Compile>
  610. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpOpenRequestTest.cs">
  611. <Link>Classes\Sftp\Requests\SftpOpenRequestTest.cs</Link>
  612. </Compile>
  613. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpReadDirRequestTest.cs">
  614. <Link>Classes\Sftp\Requests\SftpReadDirRequestTest.cs</Link>
  615. </Compile>
  616. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpReadLinkRequestTest.cs">
  617. <Link>Classes\Sftp\Requests\SftpReadLinkRequestTest.cs</Link>
  618. </Compile>
  619. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpReadRequestTest.cs">
  620. <Link>Classes\Sftp\Requests\SftpReadRequestTest.cs</Link>
  621. </Compile>
  622. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRealPathRequestTest.cs">
  623. <Link>Classes\Sftp\Requests\SftpRealPathRequestTest.cs</Link>
  624. </Compile>
  625. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRemoveRequestTest.cs">
  626. <Link>Classes\Sftp\Requests\SftpRemoveRequestTest.cs</Link>
  627. </Compile>
  628. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRenameRequestTest.cs">
  629. <Link>Classes\Sftp\Requests\SftpRenameRequestTest.cs</Link>
  630. </Compile>
  631. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRmDirRequestTest.cs">
  632. <Link>Classes\Sftp\Requests\SftpRmDirRequestTest.cs</Link>
  633. </Compile>
  634. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpSetStatRequestTest.cs">
  635. <Link>Classes\Sftp\Requests\SftpSetStatRequestTest.cs</Link>
  636. </Compile>
  637. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpStatRequestTest.cs">
  638. <Link>Classes\Sftp\Requests\SftpStatRequestTest.cs</Link>
  639. </Compile>
  640. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpSymLinkRequestTest.cs">
  641. <Link>Classes\Sftp\Requests\SftpSymLinkRequestTest.cs</Link>
  642. </Compile>
  643. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpUnblockRequestTest.cs">
  644. <Link>Classes\Sftp\Requests\SftpUnblockRequestTest.cs</Link>
  645. </Compile>
  646. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpWriteRequestTest.cs">
  647. <Link>Classes\Sftp\Requests\SftpWriteRequestTest.cs</Link>
  648. </Compile>
  649. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\ExtendedReplies\StatVfsReplyInfoTest.cs">
  650. <Link>Classes\Sftp\Responses\ExtendedReplies\StatVfsReplyInfoTest.cs</Link>
  651. </Compile>
  652. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpAttrsResponseTest.cs">
  653. <Link>Classes\Sftp\Responses\SftpAttrsResponseTest.cs</Link>
  654. </Compile>
  655. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpDataResponseTest.cs">
  656. <Link>Classes\Sftp\Responses\SftpDataResponseTest.cs</Link>
  657. </Compile>
  658. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpExtendedReplyResponseTest.cs">
  659. <Link>Classes\Sftp\Responses\SftpExtendedReplyResponseTest.cs</Link>
  660. </Compile>
  661. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpHandleResponseTest.cs">
  662. <Link>Classes\Sftp\Responses\SftpHandleResponseTest.cs</Link>
  663. </Compile>
  664. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpNameResponseTest.cs">
  665. <Link>Classes\Sftp\Responses\SftpNameResponseTest.cs</Link>
  666. </Compile>
  667. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpStatusResponseTest.cs">
  668. <Link>Classes\Sftp\Responses\SftpStatusResponseTest.cs</Link>
  669. </Compile>
  670. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpVersionResponseTest.cs">
  671. <Link>Classes\Sftp\Responses\SftpVersionResponseTest.cs</Link>
  672. </Compile>
  673. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpDataMessageTest.cs">
  674. <Link>Classes\Sftp\SftpDataMessageTest.cs</Link>
  675. </Compile>
  676. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpDownloadAsyncResultTest.cs">
  677. <Link>Classes\Sftp\SftpDownloadAsyncResultTest.cs</Link>
  678. </Compile>
  679. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileAttributesTest.cs">
  680. <Link>Classes\Sftp\SftpFileAttributesTest.cs</Link>
  681. </Compile>
  682. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest.cs">
  683. <Link>Classes\Sftp\SftpFileStreamTest.cs</Link>
  684. </Compile>
  685. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileTest.cs">
  686. <Link>Classes\Sftp\SftpFileTest.cs</Link>
  687. </Compile>
  688. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpListDirectoryAsyncResultTest.cs">
  689. <Link>Classes\Sftp\SftpListDirectoryAsyncResultTest.cs</Link>
  690. </Compile>
  691. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSessionTest.cs">
  692. <Link>Classes\Sftp\SftpSessionTest.cs</Link>
  693. </Compile>
  694. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSynchronizeDirectoriesAsyncResultTest.cs">
  695. <Link>Classes\Sftp\SftpSynchronizeDirectoriesAsyncResultTest.cs</Link>
  696. </Compile>
  697. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpUploadAsyncResultTest.cs">
  698. <Link>Classes\Sftp\SftpUploadAsyncResultTest.cs</Link>
  699. </Compile>
  700. <Compile Include="..\Renci.SshNet.Tests\Classes\ShellStreamTest.cs">
  701. <Link>Classes\ShellStreamTest.cs</Link>
  702. </Compile>
  703. <Compile Include="..\Renci.SshNet.Tests\Classes\ShellTestTest.cs">
  704. <Link>Classes\ShellTestTest.cs</Link>
  705. </Compile>
  706. <Compile Include="..\Renci.SshNet.Tests\Classes\SshClientTest.cs">
  707. <Link>Classes\SshClientTest.cs</Link>
  708. </Compile>
  709. <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest.cs">
  710. <Link>Classes\SshCommandTest.cs</Link>
  711. </Compile>
  712. <Compile Include="..\Renci.SshNet.Tests\Common\AsyncSocketListener.cs">
  713. <Link>Common\AsyncSocketListener.cs</Link>
  714. </Compile>
  715. <Compile Include="..\Renci.SshNet.Tests\Common\HttpProxyStub.cs">
  716. <Link>Common\HttpProxyStub.cs</Link>
  717. </Compile>
  718. <Compile Include="..\Renci.SshNet.Tests\Common\HttpRequest.cs">
  719. <Link>Common\HttpRequest.cs</Link>
  720. </Compile>
  721. <Compile Include="..\Renci.SshNet.Tests\Common\TestBase.cs">
  722. <Link>Common\TestBase.cs</Link>
  723. </Compile>
  724. <Compile Include="Classes\ForwardedPortRemote.NET35.cs" />
  725. <Compile Include="Classes\ForwardedPortLocal.NET35.cs" />
  726. <Compile Include="Classes\SshCommandTest.NET35.cs" />
  727. <Compile Include="Properties\AssemblyInfo.cs" />
  728. <Compile Include="..\Renci.SshNet\Properties\CommonAssemblyInfo.cs">
  729. <Link>Properties\CommonAssemblyInfo.cs</Link>
  730. </Compile>
  731. <Compile Include="Properties\Resources.Designer.cs">
  732. <AutoGen>True</AutoGen>
  733. <DesignTime>True</DesignTime>
  734. <DependentUpon>Resources.resx</DependentUpon>
  735. </Compile>
  736. </ItemGroup>
  737. <ItemGroup>
  738. <ProjectReference Include="..\Renci.SshNet.NET35\Renci.SshNet.NET35.csproj">
  739. <Project>{DD1C552F-7F48-4269-ABB3-2E4C89B7E43A}</Project>
  740. <Name>Renci.SshNet.NET35</Name>
  741. </ProjectReference>
  742. </ItemGroup>
  743. <ItemGroup>
  744. <EmbeddedResource Include="Properties\Resources.resx">
  745. <Generator>ResXFileCodeGenerator</Generator>
  746. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  747. <SubType>Designer</SubType>
  748. </EmbeddedResource>
  749. </ItemGroup>
  750. <ItemGroup>
  751. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Aes.128.CBC.12345.txt">
  752. <Link>Data\Key.RSA.Encrypted.Aes.128.CBC.12345.txt</Link>
  753. </EmbeddedResource>
  754. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Aes.192.CBC.12345.txt">
  755. <Link>Data\Key.RSA.Encrypted.Aes.192.CBC.12345.txt</Link>
  756. </EmbeddedResource>
  757. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Aes.256.CBC.12345.txt">
  758. <Link>Data\Key.RSA.Encrypted.Aes.256.CBC.12345.txt</Link>
  759. </EmbeddedResource>
  760. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Des.CBC.12345.txt">
  761. <Link>Data\Key.RSA.Encrypted.Des.CBC.12345.txt</Link>
  762. </EmbeddedResource>
  763. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Des.Ede3.CBC.12345.txt">
  764. <Link>Data\Key.RSA.Encrypted.Des.Ede3.CBC.12345.txt</Link>
  765. </EmbeddedResource>
  766. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Des.Ede3.CFB.1234567890.txt">
  767. <Link>Data\Key.RSA.Encrypted.Des.Ede3.CFB.1234567890.txt</Link>
  768. </EmbeddedResource>
  769. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.txt">
  770. <Link>Data\Key.RSA.txt</Link>
  771. </EmbeddedResource>
  772. </ItemGroup>
  773. <ItemGroup>
  774. <None Include="..\Renci.SshNet.snk">
  775. <Link>Renci.SshNet.snk</Link>
  776. </None>
  777. </ItemGroup>
  778. <ItemGroup>
  779. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.DSA.Encrypted.Des.CBC.12345.txt">
  780. <Link>Data\Key.SSH2.DSA.Encrypted.Des.CBC.12345.txt</Link>
  781. </EmbeddedResource>
  782. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.DSA.txt">
  783. <Link>Data\Key.SSH2.DSA.txt</Link>
  784. </EmbeddedResource>
  785. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.RSA.Encrypted.Des.CBC.12345.txt">
  786. <Link>Data\Key.SSH2.RSA.Encrypted.Des.CBC.12345.txt</Link>
  787. </EmbeddedResource>
  788. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.RSA.txt">
  789. <Link>Data\Key.SSH2.RSA.txt</Link>
  790. </EmbeddedResource>
  791. </ItemGroup>
  792. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  793. <ProjectExtensions>
  794. <VisualStudio>
  795. <UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" />
  796. </VisualStudio>
  797. </ProjectExtensions>
  798. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  799. Other similar extension points exist, see Microsoft.Common.targets.
  800. <Target Name="BeforeBuild">
  801. </Target>
  802. <Target Name="AfterBuild">
  803. </Target>
  804. -->
  805. </Project>