Renci.SshNet.Tests.NET35.csproj 81 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317
  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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>TRACE;DEBUG</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>0</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <SignAssembly>true</SignAssembly>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <AssemblyOriginatorKeyFile>..\Renci.SshNet.snk</AssemblyOriginatorKeyFile>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  43. <Reference Include="Moq">
  44. <HintPath>..\..\packages\Moq.4.2.1409.1722\lib\net35\Moq.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core">
  48. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  49. </Reference>
  50. <Reference Include="System.XML" />
  51. <Reference Include="System.Xml.Linq" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  55. <Visible>False</Visible>
  56. </CodeAnalysisDependentAssemblyPaths>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\Abstractions\CryptoAbstraction_GenerateRandom.cs">
  60. <Link>Classes\Abstraction\CryptoAbstraction_GenerateRandom.cs</Link>
  61. </Compile>
  62. <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\Abstractions\DnsAbstraction_GetHostAddresses.cs">
  63. <Link>Classes\Abstraction\DnsAbstraction_GetHostAddresses.cs</Link>
  64. </Compile>
  65. <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\Abstractions\ThreadAbstraction_ExecuteThread.cs">
  66. <Link>Classes\Abstraction\ThreadAbstraction_ExecuteThread.cs</Link>
  67. </Compile>
  68. <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\ForwardedPortStatusTest_Started.cs">
  69. <Link>Classes\ForwardedPortStatusTest_Started.cs</Link>
  70. </Compile>
  71. <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\ForwardedPortStatusTest_Starting.cs">
  72. <Link>Classes\ForwardedPortStatusTest_Starting.cs</Link>
  73. </Compile>
  74. <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\ForwardedPortStatusTest_Stopped.cs">
  75. <Link>Classes\ForwardedPortStatusTest_Stopped.cs</Link>
  76. </Compile>
  77. <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\ForwardedPortStatusTest_Stopping.cs">
  78. <Link>Classes\ForwardedPortStatusTest_Stopping.cs</Link>
  79. </Compile>
  80. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelDirectTcpipTest.cs">
  81. <Link>Classes\Channels\ChannelDirectTcpipTest.cs</Link>
  82. </Compile>
  83. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelDirectTcpipTest_Dispose_SessionIsConnectedAndChannelIsOpen.cs">
  84. <Link>Classes\Channels\ChannelDirectTcpipTest_Dispose_SessionIsConnectedAndChannelIsOpen.cs</Link>
  85. </Compile>
  86. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelForwardedTcpipTest_Dispose_SessionIsConnectedAndChannelIsOpen.cs">
  87. <Link>Classes\Channels\ChannelForwardedTcpipTest_Dispose_SessionIsConnectedAndChannelIsOpen.cs</Link>
  88. </Compile>
  89. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Disposed_Closed.cs">
  90. <Link>Classes\Channels\ChannelSessionTest_Disposed_Closed.cs</Link>
  91. </Compile>
  92. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_Disposed.cs">
  93. <Link>Classes\Channels\ChannelSessionTest_Dispose_Disposed.cs</Link>
  94. </Compile>
  95. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived_SendChannelCloseMessageFailure.cs">
  96. <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived_SendChannelCloseMessageFailure.cs</Link>
  97. </Compile>
  98. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived_SendChannelCloseMessageSuccess.cs">
  99. <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived_SendChannelCloseMessageSuccess.cs</Link>
  100. </Compile>
  101. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseReceived_SendChannelCloseMessageFailure.cs">
  102. <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseReceived_SendChannelCloseMessageFailure.cs</Link>
  103. </Compile>
  104. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseReceived_SendChannelCloseMessageSuccess.cs">
  105. <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseReceived_SendChannelCloseMessageSuccess.cs</Link>
  106. </Compile>
  107. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelEofReceived_SendChannelCloseMessageFailure.cs">
  108. <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelEofReceived_SendChannelCloseMessageFailure.cs</Link>
  109. </Compile>
  110. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelEofReceived_SendChannelCloseMessageSuccess.cs">
  111. <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelEofReceived_SendChannelCloseMessageSuccess.cs</Link>
  112. </Compile>
  113. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived.cs">
  114. <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived.cs</Link>
  115. </Compile>
  116. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived_SendChannelEofMessageFailure.cs">
  117. <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived_SendChannelEofMessageFailure.cs</Link>
  118. </Compile>
  119. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived.cs">
  120. <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived.cs</Link>
  121. </Compile>
  122. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_ChannelCloseReceived.cs">
  123. <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_ChannelCloseReceived.cs</Link>
  124. </Compile>
  125. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived.cs">
  126. <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived.cs</Link>
  127. </Compile>
  128. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen.cs">
  129. <Link>Classes\Channels\ChannelSessionTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen.cs</Link>
  130. </Compile>
  131. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Open_ExceptionWaitingOnOpenConfirmation.cs">
  132. <Link>Classes\Channels\ChannelSessionTest_Open_ExceptionWaitingOnOpenConfirmation.cs</Link>
  133. </Compile>
  134. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Open_OnOpenFailureReceived_NoRetriesAvailable.cs">
  135. <Link>Classes\Channels\ChannelSessionTest_Open_OnOpenFailureReceived_NoRetriesAvailable.cs</Link>
  136. </Compile>
  137. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Open_OnOpenFailureReceived_RetriesAvalable.cs">
  138. <Link>Classes\Channels\ChannelSessionTest_Open_OnOpenFailureReceived_RetriesAvalable.cs</Link>
  139. </Compile>
  140. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelStub.cs">
  141. <Link>Classes\Channels\ChannelStub.cs</Link>
  142. </Compile>
  143. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsNotOpen.cs">
  144. <Link>Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsNotOpen.cs</Link>
  145. </Compile>
  146. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofNotReceived.cs">
  147. <Link>Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofNotReceived.cs</Link>
  148. </Compile>
  149. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofNotReceived_SendEofInvoked.cs">
  150. <Link>Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofNotReceived_SendEofInvoked.cs</Link>
  151. </Compile>
  152. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofReceived.cs">
  153. <Link>Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofReceived.cs</Link>
  154. </Compile>
  155. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsNotConnectedAndChannelIsNotOpen.cs">
  156. <Link>Classes\Channels\ChannelTest_Dispose_SessionIsNotConnectedAndChannelIsNotOpen.cs</Link>
  157. </Compile>
  158. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsNotConnectedAndChannelIsOpen.cs">
  159. <Link>Classes\Channels\ChannelTest_Dispose_SessionIsNotConnectedAndChannelIsOpen.cs</Link>
  160. </Compile>
  161. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_OnClose_Exception.cs">
  162. <Link>Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_OnClose_Exception.cs</Link>
  163. </Compile>
  164. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen_EofNotReceived.cs">
  165. <Link>Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen_EofNotReceived.cs</Link>
  166. </Compile>
  167. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen_EofReceived.cs">
  168. <Link>Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen_EofReceived.cs</Link>
  169. </Compile>
  170. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelDataReceived_OnData_Exception.cs">
  171. <Link>Classes\Channels\ChannelTest_OnSessionChannelDataReceived_OnData_Exception.cs</Link>
  172. </Compile>
  173. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelEofReceived_OnEof_Exception.cs">
  174. <Link>Classes\Channels\ChannelTest_OnSessionChannelEofReceived_OnEof_Exception.cs</Link>
  175. </Compile>
  176. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelExtendedDataReceived_OnExtendedData_Exception.cs">
  177. <Link>Classes\Channels\ChannelTest_OnSessionChannelExtendedDataReceived_OnExtendedData_Exception.cs</Link>
  178. </Compile>
  179. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelFailureReceived_OnFailure_Exception.cs">
  180. <Link>Classes\Channels\ChannelTest_OnSessionChannelFailureReceived_OnFailure_Exception.cs</Link>
  181. </Compile>
  182. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelRequestReceived_OnRequest_Exception.cs">
  183. <Link>Classes\Channels\ChannelTest_OnSessionChannelRequestReceived_OnRequest_Exception.cs</Link>
  184. </Compile>
  185. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelSuccessReceived_OnSuccess_Exception.cs">
  186. <Link>Classes\Channels\ChannelTest_OnSessionChannelSuccessReceived_OnSuccess_Exception.cs</Link>
  187. </Compile>
  188. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelWindowAdjustReceived_OnWindowAdjust_Exception.cs">
  189. <Link>Classes\Channels\ChannelTest_OnSessionChannelWindowAdjustReceived_OnWindowAdjust_Exception.cs</Link>
  190. </Compile>
  191. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionDisconnected_OnDisconnected_Exception.cs">
  192. <Link>Classes\Channels\ChannelTest_OnSessionDisconnected_OnDisconnected_Exception.cs</Link>
  193. </Compile>
  194. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionDisconnected_SessionIsConnectedAndChannelIsOpen.cs">
  195. <Link>Classes\Channels\ChannelTest_OnSessionDisconnected_SessionIsConnectedAndChannelIsOpen.cs</Link>
  196. </Compile>
  197. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionErrorOccurred_OnErrorOccurred_Exception.cs">
  198. <Link>Classes\Channels\ChannelTest_OnSessionErrorOccurred_OnErrorOccurred_Exception.cs</Link>
  199. </Compile>
  200. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ClientChannelStub.cs">
  201. <Link>Classes\Channels\ClientChannelStub.cs</Link>
  202. </Compile>
  203. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ClientChannelTest_OnSessionChannelOpenConfirmationReceived_OnOpenConfirmation_Exception.cs">
  204. <Link>Classes\Channels\ClientChannelTest_OnSessionChannelOpenConfirmationReceived_OnOpenConfirmation_Exception.cs</Link>
  205. </Compile>
  206. <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ClientChannelTest_OnSessionChannelOpenFailureReceived_OnOpenFailure_Exception.cs">
  207. <Link>Classes\Channels\ClientChannelTest_OnSessionChannelOpenFailureReceived_OnOpenFailure_Exception.cs</Link>
  208. </Compile>
  209. <Compile Include="..\Renci.SshNet.Tests\Classes\CipherInfoTest.cs">
  210. <Link>Classes\CipherInfoTest.cs</Link>
  211. </Compile>
  212. <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTestBase.cs">
  213. <Link>Classes\ClientAuthenticationTestBase.cs</Link>
  214. </Compile>
  215. <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodFailed.cs">
  216. <Link>Classes\ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodFailed.cs</Link>
  217. </Compile>
  218. <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodNotConfigured.cs">
  219. <Link>Classes\ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodNotConfigured.cs</Link>
  220. </Compile>
  221. <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_DifferentAllowedAuthenticationsAfterPartialSuccess.cs">
  222. <Link>Classes\ClientAuthenticationTest_Success_MultiList_DifferentAllowedAuthenticationsAfterPartialSuccess.cs</Link>
  223. </Compile>
  224. <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_SameAllowedAuthenticationsAfterPartialSuccess.cs">
  225. <Link>Classes\ClientAuthenticationTest_Success_MultiList_SameAllowedAuthenticationsAfterPartialSuccess.cs</Link>
  226. </Compile>
  227. <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_SkipFailedAuthenticationMethod.cs">
  228. <Link>Classes\ClientAuthenticationTest_Success_MultiList_SkipFailedAuthenticationMethod.cs</Link>
  229. </Compile>
  230. <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess.cs">
  231. <Link>Classes\ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess.cs</Link>
  232. </Compile>
  233. <Compile Include="..\Renci.SshNet.Tests\Classes\CommandAsyncResultTest.cs">
  234. <Link>Classes\CommandAsyncResultTest.cs</Link>
  235. </Compile>
  236. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ASCIIEncodingTest.cs">
  237. <Link>Classes\Common\ASCIIEncodingTest.cs</Link>
  238. </Compile>
  239. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AsyncResultTest.cs">
  240. <Link>Classes\Common\AsyncResultTest.cs</Link>
  241. </Compile>
  242. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationBannerEventArgsTest.cs">
  243. <Link>Classes\Common\AuthenticationBannerEventArgsTest.cs</Link>
  244. </Compile>
  245. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationPasswordChangeEventArgsTest.cs">
  246. <Link>Classes\Common\AuthenticationPasswordChangeEventArgsTest.cs</Link>
  247. </Compile>
  248. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationPromptEventArgsTest.cs">
  249. <Link>Classes\Common\AuthenticationPromptEventArgsTest.cs</Link>
  250. </Compile>
  251. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationPromptTest.cs">
  252. <Link>Classes\Common\AuthenticationPromptTest.cs</Link>
  253. </Compile>
  254. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\BigIntegerTest.cs">
  255. <Link>Classes\Common\BigIntegerTest.cs</Link>
  256. </Compile>
  257. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelDataEventArgsTest.cs">
  258. <Link>Classes\Common\ChannelDataEventArgsTest.cs</Link>
  259. </Compile>
  260. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelEventArgsTest.cs">
  261. <Link>Classes\Common\ChannelEventArgsTest.cs</Link>
  262. </Compile>
  263. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelOpenFailedEventArgsTest.cs">
  264. <Link>Classes\Common\ChannelOpenFailedEventArgsTest.cs</Link>
  265. </Compile>
  266. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelRequestEventArgsTest.cs">
  267. <Link>Classes\Common\ChannelRequestEventArgsTest.cs</Link>
  268. </Compile>
  269. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\CountdownEventTest.cs">
  270. <Link>Classes\Common\CountdownEventTest.cs</Link>
  271. </Compile>
  272. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\DerDataTest.cs">
  273. <Link>Classes\Common\DerDataTest.cs</Link>
  274. </Compile>
  275. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ExceptionEventArgsTest.cs">
  276. <Link>Classes\Common\ExceptionEventArgsTest.cs</Link>
  277. </Compile>
  278. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\HostKeyEventArgsTest.cs">
  279. <Link>Classes\Common\HostKeyEventArgsTest.cs</Link>
  280. </Compile>
  281. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\NetConfServerExceptionTest.cs">
  282. <Link>Classes\Common\NetConfServerExceptionTest.cs</Link>
  283. </Compile>
  284. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ObjectIdentifierTest.cs">
  285. <Link>Classes\Common\ObjectIdentifierTest.cs</Link>
  286. </Compile>
  287. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PipeStreamTest.cs">
  288. <Link>Classes\Common\PipeStreamTest.cs</Link>
  289. </Compile>
  290. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PipeStream_Close_BlockingRead.cs">
  291. <Link>Classes\Common\PipeStream_Close_BlockingRead.cs</Link>
  292. </Compile>
  293. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PipeStream_Close_BlockingWrite.cs">
  294. <Link>Classes\Common\PipeStream_Close_BlockingWrite.cs</Link>
  295. </Compile>
  296. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PipeStream_Flush_BytesRemainingAfterRead.cs">
  297. <Link>Classes\Common\PipeStream_Flush_BytesRemainingAfterRead.cs</Link>
  298. </Compile>
  299. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PipeStream_Flush_NoBytesRemainingAfterRead.cs">
  300. <Link>Classes\Common\PipeStream_Flush_NoBytesRemainingAfterRead.cs</Link>
  301. </Compile>
  302. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PortForwardEventArgsTest.cs">
  303. <Link>Classes\Common\PortForwardEventArgsTest.cs</Link>
  304. </Compile>
  305. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ProxyExceptionTest.cs">
  306. <Link>Classes\Common\ProxyExceptionTest.cs</Link>
  307. </Compile>
  308. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ScpDownloadEventArgsTest.cs">
  309. <Link>Classes\Common\ScpDownloadEventArgsTest.cs</Link>
  310. </Compile>
  311. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ScpExceptionTest.cs">
  312. <Link>Classes\Common\ScpExceptionTest.cs</Link>
  313. </Compile>
  314. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ScpUploadEventArgsTest.cs">
  315. <Link>Classes\Common\ScpUploadEventArgsTest.cs</Link>
  316. </Compile>
  317. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SemaphoreLightTest.cs">
  318. <Link>Classes\Common\SemaphoreLightTest.cs</Link>
  319. </Compile>
  320. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SftpPathNotFoundExceptionTest.cs">
  321. <Link>Classes\Common\SftpPathNotFoundExceptionTest.cs</Link>
  322. </Compile>
  323. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SftpPermissionDeniedExceptionTest.cs">
  324. <Link>Classes\Common\SftpPermissionDeniedExceptionTest.cs</Link>
  325. </Compile>
  326. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ShellDataEventArgsTest.cs">
  327. <Link>Classes\Common\ShellDataEventArgsTest.cs</Link>
  328. </Compile>
  329. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshAuthenticationExceptionTest.cs">
  330. <Link>Classes\Common\SshAuthenticationExceptionTest.cs</Link>
  331. </Compile>
  332. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshConnectionExceptionTest.cs">
  333. <Link>Classes\Common\SshConnectionExceptionTest.cs</Link>
  334. </Compile>
  335. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshDataTest.cs">
  336. <Link>Classes\Common\SshDataTest.cs</Link>
  337. </Compile>
  338. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshExceptionTest.cs">
  339. <Link>Classes\Common\SshExceptionTest.cs</Link>
  340. </Compile>
  341. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshOperationTimeoutExceptionTest.cs">
  342. <Link>Classes\Common\SshOperationTimeoutExceptionTest.cs</Link>
  343. </Compile>
  344. <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshPassPhraseNullOrEmptyExceptionTest.cs">
  345. <Link>Classes\Common\SshPassPhraseNullOrEmptyExceptionTest.cs</Link>
  346. </Compile>
  347. <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\CompressorTest.cs">
  348. <Link>Classes\Compression\CompressorTest.cs</Link>
  349. </Compile>
  350. <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\ZlibOpenSshTest.cs">
  351. <Link>Classes\Compression\ZlibOpenSshTest.cs</Link>
  352. </Compile>
  353. <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\ZlibStreamTest.cs">
  354. <Link>Classes\Compression\ZlibStreamTest.cs</Link>
  355. </Compile>
  356. <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\ZlibTest.cs">
  357. <Link>Classes\Compression\ZlibTest.cs</Link>
  358. </Compile>
  359. <Compile Include="..\Renci.SshNet.Tests\Classes\ConnectionInfoTest.cs">
  360. <Link>Classes\ConnectionInfoTest.cs</Link>
  361. </Compile>
  362. <Compile Include="..\Renci.SshNet.Tests\Classes\ExpectActionTest.cs">
  363. <Link>Classes\ExpectActionTest.cs</Link>
  364. </Compile>
  365. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest.cs">
  366. <Link>Classes\ForwardedPortDynamicTest.cs</Link>
  367. </Compile>
  368. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Dispose_PortDisposed.cs">
  369. <Link>Classes\ForwardedPortDynamicTest_Dispose_PortDisposed.cs</Link>
  370. </Compile>
  371. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Dispose_PortNeverStarted.cs">
  372. <Link>Classes\ForwardedPortDynamicTest_Dispose_PortNeverStarted.cs</Link>
  373. </Compile>
  374. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Dispose_PortStarted_ChannelBound.cs">
  375. <Link>Classes\ForwardedPortDynamicTest_Dispose_PortStarted_ChannelBound.cs</Link>
  376. </Compile>
  377. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Dispose_PortStarted_ChannelNotBound.cs">
  378. <Link>Classes\ForwardedPortDynamicTest_Dispose_PortStarted_ChannelNotBound.cs</Link>
  379. </Compile>
  380. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Dispose_PortStopped.cs">
  381. <Link>Classes\ForwardedPortDynamicTest_Dispose_PortStopped.cs</Link>
  382. </Compile>
  383. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Started_SocketSendShutdownImmediately.cs">
  384. <Link>Classes\ForwardedPortDynamicTest_Started_SocketSendShutdownImmediately.cs</Link>
  385. </Compile>
  386. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Started_SocketVersionNotSupported.cs">
  387. <Link>Classes\ForwardedPortDynamicTest_Started_SocketVersionNotSupported.cs</Link>
  388. </Compile>
  389. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_PortDisposed.cs">
  390. <Link>Classes\ForwardedPortDynamicTest_Start_PortDisposed.cs</Link>
  391. </Compile>
  392. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_PortNeverStarted.cs">
  393. <Link>Classes\ForwardedPortDynamicTest_Start_PortNeverStarted.cs</Link>
  394. </Compile>
  395. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_PortStarted.cs">
  396. <Link>Classes\ForwardedPortDynamicTest_Start_PortStarted.cs</Link>
  397. </Compile>
  398. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_PortStopped.cs">
  399. <Link>Classes\ForwardedPortDynamicTest_Start_PortStopped.cs</Link>
  400. </Compile>
  401. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_SessionNotConnected.cs">
  402. <Link>Classes\ForwardedPortDynamicTest_Start_SessionNotConnected.cs</Link>
  403. </Compile>
  404. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_SessionNull.cs">
  405. <Link>Classes\ForwardedPortDynamicTest_Start_SessionNull.cs</Link>
  406. </Compile>
  407. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Stop_PortDisposed.cs">
  408. <Link>Classes\ForwardedPortDynamicTest_Stop_PortDisposed.cs</Link>
  409. </Compile>
  410. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Stop_PortNeverStarted.cs">
  411. <Link>Classes\ForwardedPortDynamicTest_Stop_PortNeverStarted.cs</Link>
  412. </Compile>
  413. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Stop_PortStarted_ChannelBound.cs">
  414. <Link>Classes\ForwardedPortDynamicTest_Stop_PortStarted_ChannelBound.cs</Link>
  415. </Compile>
  416. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Stop_PortStarted_ChannelNotBound.cs">
  417. <Link>Classes\ForwardedPortDynamicTest_Stop_PortStarted_ChannelNotBound.cs</Link>
  418. </Compile>
  419. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Stop_PortStopped.cs">
  420. <Link>Classes\ForwardedPortDynamicTest_Stop_PortStopped.cs</Link>
  421. </Compile>
  422. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest.cs">
  423. <Link>Classes\ForwardedPortLocalTest.cs</Link>
  424. </Compile>
  425. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortDisposed.cs">
  426. <Link>Classes\ForwardedPortLocalTest_Dispose_PortDisposed.cs</Link>
  427. </Compile>
  428. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortDisposed_NeverStarted.cs">
  429. <Link>Classes\ForwardedPortLocalTest_Dispose_PortDisposed_NeverStarted.cs</Link>
  430. </Compile>
  431. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortNeverStarted.cs">
  432. <Link>Classes\ForwardedPortLocalTest_Dispose_PortNeverStarted.cs</Link>
  433. </Compile>
  434. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortStarted_ChannelBound.cs">
  435. <Link>Classes\ForwardedPortLocalTest_Dispose_PortStarted_ChannelBound.cs</Link>
  436. </Compile>
  437. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortStarted_ChannelNotBound.cs">
  438. <Link>Classes\ForwardedPortLocalTest_Dispose_PortStarted_ChannelNotBound.cs</Link>
  439. </Compile>
  440. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortStopped.cs">
  441. <Link>Classes\ForwardedPortLocalTest_Dispose_PortStopped.cs</Link>
  442. </Compile>
  443. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_PortDisposed.cs">
  444. <Link>Classes\ForwardedPortLocalTest_Start_PortDisposed.cs</Link>
  445. </Compile>
  446. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_PortNeverStarted.cs">
  447. <Link>Classes\ForwardedPortLocalTest_Start_PortNeverStarted.cs</Link>
  448. </Compile>
  449. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_PortStarted.cs">
  450. <Link>Classes\ForwardedPortLocalTest_Start_PortStarted.cs</Link>
  451. </Compile>
  452. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_PortStopped.cs">
  453. <Link>Classes\ForwardedPortLocalTest_Start_PortStopped.cs</Link>
  454. </Compile>
  455. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_SessionNotConnected.cs">
  456. <Link>Classes\ForwardedPortLocalTest_Start_SessionNotConnected.cs</Link>
  457. </Compile>
  458. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_SessionNull.cs">
  459. <Link>Classes\ForwardedPortLocalTest_Start_SessionNull.cs</Link>
  460. </Compile>
  461. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Stop_PortDisposed.cs">
  462. <Link>Classes\ForwardedPortLocalTest_Stop_PortDisposed.cs</Link>
  463. </Compile>
  464. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Stop_PortNeverStarted.cs">
  465. <Link>Classes\ForwardedPortLocalTest_Stop_PortNeverStarted.cs</Link>
  466. </Compile>
  467. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Stop_PortStarted_ChannelBound.cs">
  468. <Link>Classes\ForwardedPortLocalTest_Stop_PortStarted_ChannelBound.cs</Link>
  469. </Compile>
  470. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Stop_PortStarted_ChannelNotBound.cs">
  471. <Link>Classes\ForwardedPortLocalTest_Stop_PortStarted_ChannelNotBound.cs</Link>
  472. </Compile>
  473. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Stop_PortStopped.cs">
  474. <Link>Classes\ForwardedPortLocalTest_Stop_PortStopped.cs</Link>
  475. </Compile>
  476. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest.cs">
  477. <Link>Classes\ForwardedPortRemoteTest.cs</Link>
  478. </Compile>
  479. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Dispose_PortDisposed.cs">
  480. <Link>Classes\ForwardedPortRemoteTest_Dispose_PortDisposed.cs</Link>
  481. </Compile>
  482. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Dispose_PortNeverStarted.cs">
  483. <Link>Classes\ForwardedPortRemoteTest_Dispose_PortNeverStarted.cs</Link>
  484. </Compile>
  485. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Dispose_PortStarted_ChannelBound.cs">
  486. <Link>Classes\ForwardedPortRemoteTest_Dispose_PortStarted_ChannelBound.cs</Link>
  487. </Compile>
  488. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Dispose_PortStopped.cs">
  489. <Link>Classes\ForwardedPortRemoteTest_Dispose_PortStopped.cs</Link>
  490. </Compile>
  491. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Started.cs">
  492. <Link>Classes\ForwardedPortRemoteTest_Started.cs</Link>
  493. </Compile>
  494. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_PortDisposed.cs">
  495. <Link>Classes\ForwardedPortRemoteTest_Start_PortDisposed.cs</Link>
  496. </Compile>
  497. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_PortNeverStarted.cs">
  498. <Link>Classes\ForwardedPortRemoteTest_Start_PortNeverStarted.cs</Link>
  499. </Compile>
  500. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_PortStarted.cs">
  501. <Link>Classes\ForwardedPortRemoteTest_Start_PortStarted.cs</Link>
  502. </Compile>
  503. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_PortStopped.cs">
  504. <Link>Classes\ForwardedPortRemoteTest_Start_PortStopped.cs</Link>
  505. </Compile>
  506. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_SessionNotConnected.cs">
  507. <Link>Classes\ForwardedPortRemoteTest_Start_SessionNotConnected.cs</Link>
  508. </Compile>
  509. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_SessionNull.cs">
  510. <Link>Classes\ForwardedPortRemoteTest_Start_SessionNull.cs</Link>
  511. </Compile>
  512. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Stop_PortDisposed.cs">
  513. <Link>Classes\ForwardedPortRemoteTest_Stop_PortDisposed.cs</Link>
  514. </Compile>
  515. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Stop_PortNeverStarted.cs">
  516. <Link>Classes\ForwardedPortRemoteTest_Stop_PortNeverStarted.cs</Link>
  517. </Compile>
  518. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Stop_PortStarted_ChannelBound.cs">
  519. <Link>Classes\ForwardedPortRemoteTest_Stop_PortStarted_ChannelBound.cs</Link>
  520. </Compile>
  521. <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Stop_PortStopped.cs">
  522. <Link>Classes\ForwardedPortRemoteTest_Stop_PortStopped.cs</Link>
  523. </Compile>
  524. <Compile Include="..\Renci.SshNet.Tests\Classes\KeyboardInteractiveAuthenticationMethodTest.cs">
  525. <Link>Classes\KeyboardInteractiveAuthenticationMethodTest.cs</Link>
  526. </Compile>
  527. <Compile Include="..\Renci.SshNet.Tests\Classes\KeyboardInteractiveConnectionInfoTest.cs">
  528. <Link>Classes\KeyboardInteractiveConnectionInfoTest.cs</Link>
  529. </Compile>
  530. <Compile Include="..\Renci.SshNet.Tests\Classes\MessageEventArgsTest.cs">
  531. <Link>Classes\MessageEventArgsTest.cs</Link>
  532. </Compile>
  533. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\BannerMessageTest.cs">
  534. <Link>Classes\Messages\Authentication\BannerMessageTest.cs</Link>
  535. </Compile>
  536. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\FailureMessageTest.cs">
  537. <Link>Classes\Messages\Authentication\FailureMessageTest.cs</Link>
  538. </Compile>
  539. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\InformationRequestMessageTest.cs">
  540. <Link>Classes\Messages\Authentication\InformationRequestMessageTest.cs</Link>
  541. </Compile>
  542. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\InformationResponseMessageTest.cs">
  543. <Link>Classes\Messages\Authentication\InformationResponseMessageTest.cs</Link>
  544. </Compile>
  545. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\PasswordChangeRequiredMessageTest.cs">
  546. <Link>Classes\Messages\Authentication\PasswordChangeRequiredMessageTest.cs</Link>
  547. </Compile>
  548. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\PublicKeyMessageTest.cs">
  549. <Link>Classes\Messages\Authentication\PublicKeyMessageTest.cs</Link>
  550. </Compile>
  551. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessageHostTest.cs">
  552. <Link>Classes\Messages\Authentication\RequestMessageHostTest.cs</Link>
  553. </Compile>
  554. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessageKeyboardInteractiveTest.cs">
  555. <Link>Classes\Messages\Authentication\RequestMessageKeyboardInteractiveTest.cs</Link>
  556. </Compile>
  557. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessageNoneTest.cs">
  558. <Link>Classes\Messages\Authentication\RequestMessageNoneTest.cs</Link>
  559. </Compile>
  560. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessagePasswordTest.cs">
  561. <Link>Classes\Messages\Authentication\RequestMessagePasswordTest.cs</Link>
  562. </Compile>
  563. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessagePublicKeyTest.cs">
  564. <Link>Classes\Messages\Authentication\RequestMessagePublicKeyTest.cs</Link>
  565. </Compile>
  566. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\SuccessMessageTest.cs">
  567. <Link>Classes\Messages\Authentication\SuccessMessageTest.cs</Link>
  568. </Compile>
  569. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelCloseMessageTest.cs">
  570. <Link>Classes\Messages\Connection\ChannelCloseMessageTest.cs</Link>
  571. </Compile>
  572. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelDataMessageTest.cs">
  573. <Link>Classes\Messages\Connection\ChannelDataMessageTest.cs</Link>
  574. </Compile>
  575. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelEofMessageTest.cs">
  576. <Link>Classes\Messages\Connection\ChannelEofMessageTest.cs</Link>
  577. </Compile>
  578. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelExtendedDataMessageTest.cs">
  579. <Link>Classes\Messages\Connection\ChannelExtendedDataMessageTest.cs</Link>
  580. </Compile>
  581. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelFailureMessageTest.cs">
  582. <Link>Classes\Messages\Connection\ChannelFailureMessageTest.cs</Link>
  583. </Compile>
  584. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelMessageTest.cs">
  585. <Link>Classes\Messages\Connection\ChannelMessageTest.cs</Link>
  586. </Compile>
  587. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpenConfirmationMessageTest.cs">
  588. <Link>Classes\Messages\Connection\ChannelOpenConfirmationMessageTest.cs</Link>
  589. </Compile>
  590. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpenFailureMessageTest.cs">
  591. <Link>Classes\Messages\Connection\ChannelOpenFailureMessageTest.cs</Link>
  592. </Compile>
  593. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpenInfoTest.cs">
  594. <Link>Classes\Messages\Connection\ChannelOpenInfoTest.cs</Link>
  595. </Compile>
  596. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\ChannelOpenMessageTest.cs">
  597. <Link>Classes\Messages\Connection\ChannelOpen\ChannelOpenMessageTest.cs</Link>
  598. </Compile>
  599. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\DirectTcpipChannelInfoTest.cs">
  600. <Link>Classes\Messages\Connection\ChannelOpen\DirectTcpipChannelInfoTest.cs</Link>
  601. </Compile>
  602. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfoTest.cs">
  603. <Link>Classes\Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfoTest.cs</Link>
  604. </Compile>
  605. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\SessionChannelOpenInfoTest.cs">
  606. <Link>Classes\Messages\Connection\ChannelOpen\SessionChannelOpenInfoTest.cs</Link>
  607. </Compile>
  608. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\X11ChannelOpenInfoTest.cs">
  609. <Link>Classes\Messages\Connection\ChannelOpen\X11ChannelOpenInfoTest.cs</Link>
  610. </Compile>
  611. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\BreakRequestInfoTest.cs">
  612. <Link>Classes\Messages\Connection\ChannelRequest\BreakRequestInfoTest.cs</Link>
  613. </Compile>
  614. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ChannelRequestMessageTest.cs">
  615. <Link>Classes\Messages\Connection\ChannelRequest\ChannelRequestMessageTest.cs</Link>
  616. </Compile>
  617. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\EndOfWriteRequestInfoTest.cs">
  618. <Link>Classes\Messages\Connection\ChannelRequest\EndOfWriteRequestInfoTest.cs</Link>
  619. </Compile>
  620. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfoTest.cs">
  621. <Link>Classes\Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfoTest.cs</Link>
  622. </Compile>
  623. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ExecRequestInfoTest.cs">
  624. <Link>Classes\Messages\Connection\ChannelRequest\ExecRequestInfoTest.cs</Link>
  625. </Compile>
  626. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ExitSignalRequestInfoTest.cs">
  627. <Link>Classes\Messages\Connection\ChannelRequest\ExitSignalRequestInfoTest.cs</Link>
  628. </Compile>
  629. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ExitStatusRequestInfoTest.cs">
  630. <Link>Classes\Messages\Connection\ChannelRequest\ExitStatusRequestInfoTest.cs</Link>
  631. </Compile>
  632. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\KeepAliveRequestInfoTest.cs">
  633. <Link>Classes\Messages\Connection\ChannelRequest\KeepAliveRequestInfoTest.cs</Link>
  634. </Compile>
  635. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\PseudoTerminalInfoTest.cs">
  636. <Link>Classes\Messages\Connection\ChannelRequest\PseudoTerminalInfoTest.cs</Link>
  637. </Compile>
  638. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ShellRequestInfoTest.cs">
  639. <Link>Classes\Messages\Connection\ChannelRequest\ShellRequestInfoTest.cs</Link>
  640. </Compile>
  641. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\SignalRequestInfoTest.cs">
  642. <Link>Classes\Messages\Connection\ChannelRequest\SignalRequestInfoTest.cs</Link>
  643. </Compile>
  644. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\SubsystemRequestInfoTest.cs">
  645. <Link>Classes\Messages\Connection\ChannelRequest\SubsystemRequestInfoTest.cs</Link>
  646. </Compile>
  647. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\WindowChangeRequestInfoTest.cs">
  648. <Link>Classes\Messages\Connection\ChannelRequest\WindowChangeRequestInfoTest.cs</Link>
  649. </Compile>
  650. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\X11ForwardingRequestInfoTest.cs">
  651. <Link>Classes\Messages\Connection\ChannelRequest\X11ForwardingRequestInfoTest.cs</Link>
  652. </Compile>
  653. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\XonXoffRequestInfoTest.cs">
  654. <Link>Classes\Messages\Connection\ChannelRequest\XonXoffRequestInfoTest.cs</Link>
  655. </Compile>
  656. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelSuccessMessageTest.cs">
  657. <Link>Classes\Messages\Connection\ChannelSuccessMessageTest.cs</Link>
  658. </Compile>
  659. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelWindowAdjustMessageTest.cs">
  660. <Link>Classes\Messages\Connection\ChannelWindowAdjustMessageTest.cs</Link>
  661. </Compile>
  662. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\GlobalRequestMessageTest.cs">
  663. <Link>Classes\Messages\Connection\GlobalRequestMessageTest.cs</Link>
  664. </Compile>
  665. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\RequestFailureMessageTest.cs">
  666. <Link>Classes\Messages\Connection\RequestFailureMessageTest.cs</Link>
  667. </Compile>
  668. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\RequestInfoTest.cs">
  669. <Link>Classes\Messages\Connection\RequestInfoTest.cs</Link>
  670. </Compile>
  671. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\RequestSuccessMessageTest.cs">
  672. <Link>Classes\Messages\Connection\RequestSuccessMessageTest.cs</Link>
  673. </Compile>
  674. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\MessageAttributeTest.cs">
  675. <Link>Classes\Messages\MessageAttributeTest.cs</Link>
  676. </Compile>
  677. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\MessageTest.cs">
  678. <Link>Classes\Messages\MessageTest.cs</Link>
  679. </Compile>
  680. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\DebugMessageTest.cs">
  681. <Link>Classes\Messages\Transport\DebugMessageTest.cs</Link>
  682. </Compile>
  683. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\DisconnectMessageTest.cs">
  684. <Link>Classes\Messages\Transport\DisconnectMessageTest.cs</Link>
  685. </Compile>
  686. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\IgnoreMessageTest.cs">
  687. <Link>Classes\Messages\Transport\IgnoreMessageTest.cs</Link>
  688. </Compile>
  689. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeGroupTest.cs">
  690. <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeGroupTest.cs</Link>
  691. </Compile>
  692. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeInitTest.cs">
  693. <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeInitTest.cs</Link>
  694. </Compile>
  695. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeReplyTest.cs">
  696. <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeReplyTest.cs</Link>
  697. </Compile>
  698. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeRequestTest.cs">
  699. <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeRequestTest.cs</Link>
  700. </Compile>
  701. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhInitMessageTest.cs">
  702. <Link>Classes\Messages\Transport\KeyExchangeDhInitMessageTest.cs</Link>
  703. </Compile>
  704. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhReplyMessageTest.cs">
  705. <Link>Classes\Messages\Transport\KeyExchangeDhReplyMessageTest.cs</Link>
  706. </Compile>
  707. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeInitMessageTest.cs">
  708. <Link>Classes\Messages\Transport\KeyExchangeInitMessageTest.cs</Link>
  709. </Compile>
  710. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\NewKeysMessageTest.cs">
  711. <Link>Classes\Messages\Transport\NewKeysMessageTest.cs</Link>
  712. </Compile>
  713. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\ServiceAcceptMessageTest.cs">
  714. <Link>Classes\Messages\Transport\ServiceAcceptMessageTest.cs</Link>
  715. </Compile>
  716. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\ServiceRequestMessageTest.cs">
  717. <Link>Classes\Messages\Transport\ServiceRequestMessageTest.cs</Link>
  718. </Compile>
  719. <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\UnimplementedMessageTest.cs">
  720. <Link>Classes\Messages\Transport\UnimplementedMessageTest.cs</Link>
  721. </Compile>
  722. <Compile Include="..\Renci.SshNet.Tests\Classes\NetConfClientTest.cs">
  723. <Link>Classes\NetConfClientTest.cs</Link>
  724. </Compile>
  725. <Compile Include="..\Renci.SshNet.Tests\Classes\NoneAuthenticationMethodTest.cs">
  726. <Link>Classes\NoneAuthenticationMethodTest.cs</Link>
  727. </Compile>
  728. <Compile Include="..\Renci.SshNet.Tests\Classes\PasswordAuthenticationMethodTest.cs">
  729. <Link>Classes\PasswordAuthenticationMethodTest.cs</Link>
  730. </Compile>
  731. <Compile Include="..\Renci.SshNet.Tests\Classes\PasswordConnectionInfoTest.cs">
  732. <Link>Classes\PasswordConnectionInfoTest.cs</Link>
  733. </Compile>
  734. <Compile Include="..\Renci.SshNet.Tests\Classes\PrivateKeyAuthenticationMethodTest.cs">
  735. <Link>Classes\PrivateKeyAuthenticationMethodTest.cs</Link>
  736. </Compile>
  737. <Compile Include="..\Renci.SshNet.Tests\Classes\PrivateKeyConnectionInfoTest.cs">
  738. <Link>Classes\PrivateKeyConnectionInfoTest.cs</Link>
  739. </Compile>
  740. <Compile Include="..\Renci.SshNet.Tests\Classes\PrivateKeyFileTest.cs">
  741. <Link>Classes\PrivateKeyFileTest.cs</Link>
  742. </Compile>
  743. <Compile Include="..\Renci.SshNet.Tests\Classes\ScpClientTest.cs">
  744. <Link>Classes\ScpClientTest.cs</Link>
  745. </Compile>
  746. <Compile Include="..\Renci.SshNet.Tests\Classes\ScpClientTest_Upload_FileInfoAndPath_SendExecRequestReturnsFalse.cs">
  747. <Link>Classes\ScpClientTest_Upload_FileInfoAndPath_SendExecRequestReturnsFalse.cs</Link>
  748. </Compile>
  749. <Compile Include="..\Renci.SshNet.Tests\Classes\ScpClientTest_Upload_FileInfoAndPath_Success.cs">
  750. <Link>Classes\ScpClientTest_Upload_FileInfoAndPath_Success.cs</Link>
  751. </Compile>
  752. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\CertificateHostAlgorithmTest.cs">
  753. <Link>Classes\Security\CertificateHostAlgorithmTest.cs</Link>
  754. </Compile>
  755. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\AesCipherTest.cs">
  756. <Link>Classes\Security\Cryptography\Ciphers\AesCipherTest.cs</Link>
  757. </Compile>
  758. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Arc4CipherTest.cs">
  759. <Link>Classes\Security\Cryptography\Ciphers\Arc4CipherTest.cs</Link>
  760. </Compile>
  761. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\BlowfishCipherTest.cs">
  762. <Link>Classes\Security\Cryptography\Ciphers\BlowfishCipherTest.cs</Link>
  763. </Compile>
  764. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\CastCipherTest.cs">
  765. <Link>Classes\Security\Cryptography\Ciphers\CastCipherTest.cs</Link>
  766. </Compile>
  767. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\CipherModeTest.cs">
  768. <Link>Classes\Security\Cryptography\Ciphers\CipherModeTest.cs</Link>
  769. </Compile>
  770. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\CipherPaddingTest.cs">
  771. <Link>Classes\Security\Cryptography\Ciphers\CipherPaddingTest.cs</Link>
  772. </Compile>
  773. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\DesCipherTest.cs">
  774. <Link>Classes\Security\Cryptography\Ciphers\DesCipherTest.cs</Link>
  775. </Compile>
  776. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\CbcCipherModeTest.cs">
  777. <Link>Classes\Security\Cryptography\Ciphers\Modes\CbcCipherModeTest.cs</Link>
  778. </Compile>
  779. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\CfbCipherModeTest.cs">
  780. <Link>Classes\Security\Cryptography\Ciphers\Modes\CfbCipherModeTest.cs</Link>
  781. </Compile>
  782. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\CtrCipherModeTest.cs">
  783. <Link>Classes\Security\Cryptography\Ciphers\Modes\CtrCipherModeTest.cs</Link>
  784. </Compile>
  785. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\OfbCipherModeTest.cs">
  786. <Link>Classes\Security\Cryptography\Ciphers\Modes\OfbCipherModeTest.cs</Link>
  787. </Compile>
  788. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Paddings\PKCS5PaddingTest.cs">
  789. <Link>Classes\Security\Cryptography\Ciphers\Paddings\PKCS5PaddingTest.cs</Link>
  790. </Compile>
  791. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Paddings\PKCS7PaddingTest.cs">
  792. <Link>Classes\Security\Cryptography\Ciphers\Paddings\PKCS7PaddingTest.cs</Link>
  793. </Compile>
  794. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\RsaCipherTest.cs">
  795. <Link>Classes\Security\Cryptography\Ciphers\RsaCipherTest.cs</Link>
  796. </Compile>
  797. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\SerpentCipherTest.cs">
  798. <Link>Classes\Security\Cryptography\Ciphers\SerpentCipherTest.cs</Link>
  799. </Compile>
  800. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\TripleDesCipherTest.cs">
  801. <Link>Classes\Security\Cryptography\Ciphers\TripleDesCipherTest.cs</Link>
  802. </Compile>
  803. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\TwofishCipherTest.cs">
  804. <Link>Classes\Security\Cryptography\Ciphers\TwofishCipherTest.cs</Link>
  805. </Compile>
  806. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\DsaDigitalSignatureTest.cs">
  807. <Link>Classes\Security\Cryptography\DsaDigitalSignatureTest.cs</Link>
  808. </Compile>
  809. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\DsaKeyTest.cs">
  810. <Link>Classes\Security\Cryptography\DsaKeyTest.cs</Link>
  811. </Compile>
  812. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\HMacTest.cs">
  813. <Link>Classes\Security\Cryptography\HMacTest.cs</Link>
  814. </Compile>
  815. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\RsaDigitalSignatureTest.cs">
  816. <Link>Classes\Security\Cryptography\RsaDigitalSignatureTest.cs</Link>
  817. </Compile>
  818. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\RsaKeyTest.cs">
  819. <Link>Classes\Security\Cryptography\RsaKeyTest.cs</Link>
  820. </Compile>
  821. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroup14Sha1Test.cs">
  822. <Link>Classes\Security\KeyExchangeDiffieHellmanGroup14Sha1Test.cs</Link>
  823. </Compile>
  824. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroup1Sha1Test.cs">
  825. <Link>Classes\Security\KeyExchangeDiffieHellmanGroup1Sha1Test.cs</Link>
  826. </Compile>
  827. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha1Test.cs">
  828. <Link>Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha1Test.cs</Link>
  829. </Compile>
  830. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha256Test.cs">
  831. <Link>Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha256Test.cs</Link>
  832. </Compile>
  833. <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyHostAlgorithmTest.cs">
  834. <Link>Classes\Security\KeyHostAlgorithmTest.cs</Link>
  835. </Compile>
  836. <Compile Include="..\Renci.SshNet.Tests\Classes\SessionTest.cs">
  837. <Link>Classes\SessionTest.cs</Link>
  838. </Compile>
  839. <Compile Include="..\Renci.SshNet.Tests\Classes\SessionTest.HttpProxy.cs">
  840. <Link>Classes\SessionTest.HttpProxy.cs</Link>
  841. </Compile>
  842. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.ChangeDirectory.cs">
  843. <Link>Classes\SftpClientTest.ChangeDirectory.cs</Link>
  844. </Compile>
  845. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.Connect.cs">
  846. <Link>Classes\SftpClientTest.Connect.cs</Link>
  847. </Compile>
  848. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.CreateDirectory.cs">
  849. <Link>Classes\SftpClientTest.CreateDirectory.cs</Link>
  850. </Compile>
  851. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.cs">
  852. <Link>Classes\SftpClientTest.cs</Link>
  853. </Compile>
  854. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.DeleteDirectory.cs">
  855. <Link>Classes\SftpClientTest.DeleteDirectory.cs</Link>
  856. </Compile>
  857. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.DeleteFile.cs">
  858. <Link>Classes\SftpClientTest.DeleteFile.cs</Link>
  859. </Compile>
  860. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.Download.cs">
  861. <Link>Classes\SftpClientTest.Download.cs</Link>
  862. </Compile>
  863. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.ListDirectory.cs">
  864. <Link>Classes\SftpClientTest.ListDirectory.cs</Link>
  865. </Compile>
  866. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.RenameFile.cs">
  867. <Link>Classes\SftpClientTest.RenameFile.cs</Link>
  868. </Compile>
  869. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.SynchronizeDirectories.cs">
  870. <Link>Classes\SftpClientTest.SynchronizeDirectories.cs</Link>
  871. </Compile>
  872. <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.Upload.cs">
  873. <Link>Classes\SftpClientTest.Upload.cs</Link>
  874. </Compile>
  875. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\FStatVfsRequestTest.cs">
  876. <Link>Classes\Sftp\Requests\ExtendedRequests\FStatVfsRequestTest.cs</Link>
  877. </Compile>
  878. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\HardLinkRequestTest.cs">
  879. <Link>Classes\Sftp\Requests\ExtendedRequests\HardLinkRequestTest.cs</Link>
  880. </Compile>
  881. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\PosixRenameRequestTest.cs">
  882. <Link>Classes\Sftp\Requests\ExtendedRequests\PosixRenameRequestTest.cs</Link>
  883. </Compile>
  884. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\StatVfsRequestTest.cs">
  885. <Link>Classes\Sftp\Requests\ExtendedRequests\StatVfsRequestTest.cs</Link>
  886. </Compile>
  887. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpBlockRequestTest.cs">
  888. <Link>Classes\Sftp\Requests\SftpBlockRequestTest.cs</Link>
  889. </Compile>
  890. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpCloseRequestTest.cs">
  891. <Link>Classes\Sftp\Requests\SftpCloseRequestTest.cs</Link>
  892. </Compile>
  893. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpFSetStatRequestTest.cs">
  894. <Link>Classes\Sftp\Requests\SftpFSetStatRequestTest.cs</Link>
  895. </Compile>
  896. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpFStatRequestTest.cs">
  897. <Link>Classes\Sftp\Requests\SftpFStatRequestTest.cs</Link>
  898. </Compile>
  899. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpInitRequestTest.cs">
  900. <Link>Classes\Sftp\Requests\SftpInitRequestTest.cs</Link>
  901. </Compile>
  902. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpLinkRequestTest.cs">
  903. <Link>Classes\Sftp\Requests\SftpLinkRequestTest.cs</Link>
  904. </Compile>
  905. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpLStatRequestTest.cs">
  906. <Link>Classes\Sftp\Requests\SftpLStatRequestTest.cs</Link>
  907. </Compile>
  908. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpMkDirRequestTest.cs">
  909. <Link>Classes\Sftp\Requests\SftpMkDirRequestTest.cs</Link>
  910. </Compile>
  911. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpOpenDirRequestTest.cs">
  912. <Link>Classes\Sftp\Requests\SftpOpenDirRequestTest.cs</Link>
  913. </Compile>
  914. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpOpenRequestTest.cs">
  915. <Link>Classes\Sftp\Requests\SftpOpenRequestTest.cs</Link>
  916. </Compile>
  917. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpReadDirRequestTest.cs">
  918. <Link>Classes\Sftp\Requests\SftpReadDirRequestTest.cs</Link>
  919. </Compile>
  920. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpReadLinkRequestTest.cs">
  921. <Link>Classes\Sftp\Requests\SftpReadLinkRequestTest.cs</Link>
  922. </Compile>
  923. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpReadRequestTest.cs">
  924. <Link>Classes\Sftp\Requests\SftpReadRequestTest.cs</Link>
  925. </Compile>
  926. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRealPathRequestTest.cs">
  927. <Link>Classes\Sftp\Requests\SftpRealPathRequestTest.cs</Link>
  928. </Compile>
  929. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRemoveRequestTest.cs">
  930. <Link>Classes\Sftp\Requests\SftpRemoveRequestTest.cs</Link>
  931. </Compile>
  932. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRenameRequestTest.cs">
  933. <Link>Classes\Sftp\Requests\SftpRenameRequestTest.cs</Link>
  934. </Compile>
  935. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRmDirRequestTest.cs">
  936. <Link>Classes\Sftp\Requests\SftpRmDirRequestTest.cs</Link>
  937. </Compile>
  938. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpSetStatRequestTest.cs">
  939. <Link>Classes\Sftp\Requests\SftpSetStatRequestTest.cs</Link>
  940. </Compile>
  941. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpStatRequestTest.cs">
  942. <Link>Classes\Sftp\Requests\SftpStatRequestTest.cs</Link>
  943. </Compile>
  944. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpSymLinkRequestTest.cs">
  945. <Link>Classes\Sftp\Requests\SftpSymLinkRequestTest.cs</Link>
  946. </Compile>
  947. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpUnblockRequestTest.cs">
  948. <Link>Classes\Sftp\Requests\SftpUnblockRequestTest.cs</Link>
  949. </Compile>
  950. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpWriteRequestTest.cs">
  951. <Link>Classes\Sftp\Requests\SftpWriteRequestTest.cs</Link>
  952. </Compile>
  953. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\ExtendedReplies\StatVfsReplyInfoTest.cs">
  954. <Link>Classes\Sftp\Responses\ExtendedReplies\StatVfsReplyInfoTest.cs</Link>
  955. </Compile>
  956. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpAttrsResponseTest.cs">
  957. <Link>Classes\Sftp\Responses\SftpAttrsResponseTest.cs</Link>
  958. </Compile>
  959. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpDataResponseTest.cs">
  960. <Link>Classes\Sftp\Responses\SftpDataResponseTest.cs</Link>
  961. </Compile>
  962. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpExtendedReplyResponseTest.cs">
  963. <Link>Classes\Sftp\Responses\SftpExtendedReplyResponseTest.cs</Link>
  964. </Compile>
  965. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpHandleResponseTest.cs">
  966. <Link>Classes\Sftp\Responses\SftpHandleResponseTest.cs</Link>
  967. </Compile>
  968. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpNameResponseTest.cs">
  969. <Link>Classes\Sftp\Responses\SftpNameResponseTest.cs</Link>
  970. </Compile>
  971. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpStatusResponseTest.cs">
  972. <Link>Classes\Sftp\Responses\SftpStatusResponseTest.cs</Link>
  973. </Compile>
  974. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpVersionResponseTest.cs">
  975. <Link>Classes\Sftp\Responses\SftpVersionResponseTest.cs</Link>
  976. </Compile>
  977. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpDownloadAsyncResultTest.cs">
  978. <Link>Classes\Sftp\SftpDownloadAsyncResultTest.cs</Link>
  979. </Compile>
  980. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileAttributesTest.cs">
  981. <Link>Classes\Sftp\SftpFileAttributesTest.cs</Link>
  982. </Compile>
  983. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessRead.cs">
  984. <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessRead.cs</Link>
  985. </Compile>
  986. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessReadWrite.cs">
  987. <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessReadWrite.cs</Link>
  988. </Compile>
  989. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessWrite.cs">
  990. <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessWrite.cs</Link>
  991. </Compile>
  992. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessRead.cs">
  993. <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessRead.cs</Link>
  994. </Compile>
  995. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessReadWrite.cs">
  996. <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessReadWrite.cs</Link>
  997. </Compile>
  998. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessWrite.cs">
  999. <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessWrite.cs</Link>
  1000. </Compile>
  1001. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessRead.cs">
  1002. <Link>Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessRead.cs</Link>
  1003. </Compile>
  1004. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessReadWrite.cs">
  1005. <Link>Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessReadWrite.cs</Link>
  1006. </Compile>
  1007. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessWrite.cs">
  1008. <Link>Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessWrite.cs</Link>
  1009. </Compile>
  1010. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessRead.cs">
  1011. <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessRead.cs</Link>
  1012. </Compile>
  1013. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessReadWrite.cs">
  1014. <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessReadWrite.cs</Link>
  1015. </Compile>
  1016. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessWrite.cs">
  1017. <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessWrite.cs</Link>
  1018. </Compile>
  1019. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessRead.cs">
  1020. <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessRead.cs</Link>
  1021. </Compile>
  1022. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessReadWrite.cs">
  1023. <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessReadWrite.cs</Link>
  1024. </Compile>
  1025. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessWrite.cs">
  1026. <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessWrite.cs</Link>
  1027. </Compile>
  1028. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessRead.cs">
  1029. <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessRead.cs</Link>
  1030. </Compile>
  1031. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessReadWrite.cs">
  1032. <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessReadWrite.cs</Link>
  1033. </Compile>
  1034. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessWrite.cs">
  1035. <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessWrite.cs</Link>
  1036. </Compile>
  1037. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Close_Closed.cs">
  1038. <Link>Classes\Sftp\SftpFileStreamTest_Close_Closed.cs</Link>
  1039. </Compile>
  1040. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Close_Disposed.cs">
  1041. <Link>Classes\Sftp\SftpFileStreamTest_Close_Disposed.cs</Link>
  1042. </Compile>
  1043. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Close_SessionNotOpen.cs">
  1044. <Link>Classes\Sftp\SftpFileStreamTest_Close_SessionNotOpen.cs</Link>
  1045. </Compile>
  1046. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Close_SessionOpen.cs">
  1047. <Link>Classes\Sftp\SftpFileStreamTest_Close_SessionOpen.cs</Link>
  1048. </Compile>
  1049. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Dispose_Closed.cs">
  1050. <Link>Classes\Sftp\SftpFileStreamTest_Dispose_Closed.cs</Link>
  1051. </Compile>
  1052. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Dispose_Disposed.cs">
  1053. <Link>Classes\Sftp\SftpFileStreamTest_Dispose_Disposed.cs</Link>
  1054. </Compile>
  1055. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Dispose_SessionNotOpen.cs">
  1056. <Link>Classes\Sftp\SftpFileStreamTest_Dispose_SessionNotOpen.cs</Link>
  1057. </Compile>
  1058. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Dispose_SessionOpen.cs">
  1059. <Link>Classes\Sftp\SftpFileStreamTest_Dispose_SessionOpen.cs</Link>
  1060. </Compile>
  1061. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Finalize_SessionOpen.cs">
  1062. <Link>Classes\Sftp\SftpFileStreamTest_Finalize_SessionOpen.cs</Link>
  1063. </Compile>
  1064. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_Closed.cs">
  1065. <Link>Classes\Sftp\SftpFileStreamTest_SetLength_Closed.cs</Link>
  1066. </Compile>
  1067. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_Disposed.cs">
  1068. <Link>Classes\Sftp\SftpFileStreamTest_SetLength_Disposed.cs</Link>
  1069. </Compile>
  1070. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_SessionNotOpen.cs">
  1071. <Link>Classes\Sftp\SftpFileStreamTest_SetLength_SessionNotOpen.cs</Link>
  1072. </Compile>
  1073. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessRead.cs">
  1074. <Link>Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessRead.cs</Link>
  1075. </Compile>
  1076. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessReadWrite.cs">
  1077. <Link>Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessReadWrite.cs</Link>
  1078. </Compile>
  1079. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessWrite.cs">
  1080. <Link>Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessWrite.cs</Link>
  1081. </Compile>
  1082. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileSystemInformationTest.cs">
  1083. <Link>Classes\Sftp\SftpFileSystemInformationTest.cs</Link>
  1084. </Compile>
  1085. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileTest.cs">
  1086. <Link>Classes\Sftp\SftpFileTest.cs</Link>
  1087. </Compile>
  1088. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpListDirectoryAsyncResultTest.cs">
  1089. <Link>Classes\Sftp\SftpListDirectoryAsyncResultTest.cs</Link>
  1090. </Compile>
  1091. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSessionTest_Connected_RequestRead.cs">
  1092. <Link>Classes\Sftp\SftpSessionTest_Connected_RequestRead.cs</Link>
  1093. </Compile>
  1094. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSessionTest_Connected_RequestStatVfs.cs">
  1095. <Link>Classes\Sftp\SftpSessionTest_Connected_RequestStatVfs.cs</Link>
  1096. </Compile>
  1097. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSynchronizeDirectoriesAsyncResultTest.cs">
  1098. <Link>Classes\Sftp\SftpSynchronizeDirectoriesAsyncResultTest.cs</Link>
  1099. </Compile>
  1100. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpUploadAsyncResultTest.cs">
  1101. <Link>Classes\Sftp\SftpUploadAsyncResultTest.cs</Link>
  1102. </Compile>
  1103. <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpVersionResponseBuilder.cs">
  1104. <Link>Classes\Sftp\SftpVersionResponseBuilder.cs</Link>
  1105. </Compile>
  1106. <Compile Include="..\Renci.SshNet.Tests\Classes\ShellStreamTest.cs">
  1107. <Link>Classes\ShellStreamTest.cs</Link>
  1108. </Compile>
  1109. <Compile Include="..\Renci.SshNet.Tests\Classes\ShellTestTest.cs">
  1110. <Link>Classes\ShellTestTest.cs</Link>
  1111. </Compile>
  1112. <Compile Include="..\Renci.SshNet.Tests\Classes\SshClientTest.cs">
  1113. <Link>Classes\SshClientTest.cs</Link>
  1114. </Compile>
  1115. <Compile Include="..\Renci.SshNet.Tests\Classes\SshClientTest_Disconnect_ForwardedPortStarted.cs">
  1116. <Link>Classes\SshClientTest_Disconnect_ForwardedPortStarted.cs</Link>
  1117. </Compile>
  1118. <Compile Include="..\Renci.SshNet.Tests\Classes\SshClientTest_Dispose_ForwardedPortStarted.cs">
  1119. <Link>Classes\SshClientTest_Dispose_ForwardedPortStarted.cs</Link>
  1120. </Compile>
  1121. <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest.cs">
  1122. <Link>Classes\SshCommandTest.cs</Link>
  1123. </Compile>
  1124. <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_BeginExecute_EndExecuteInvokedOnAsyncResultFromPreviousInvocation.cs">
  1125. <Link>Classes\SshCommandTest_BeginExecute_EndExecuteInvokedOnAsyncResultFromPreviousInvocation.cs</Link>
  1126. </Compile>
  1127. <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_BeginExecute_EndExecuteNotInvokedOnAsyncResultFromPreviousInvocation.cs">
  1128. <Link>Classes\SshCommandTest_BeginExecute_EndExecuteNotInvokedOnAsyncResultFromPreviousInvocation.cs</Link>
  1129. </Compile>
  1130. <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_Dispose.cs">
  1131. <Link>Classes\SshCommandTest_Dispose.cs</Link>
  1132. </Compile>
  1133. <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_EndExecute.cs">
  1134. <Link>Classes\SshCommandTest_EndExecute.cs</Link>
  1135. </Compile>
  1136. <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_EndExecute_AsyncResultFromOtherInstance.cs">
  1137. <Link>Classes\SshCommandTest_EndExecute_AsyncResultFromOtherInstance.cs</Link>
  1138. </Compile>
  1139. <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_EndExecute_AsyncResultIsNull.cs">
  1140. <Link>Classes\SshCommandTest_EndExecute_AsyncResultIsNull.cs</Link>
  1141. </Compile>
  1142. <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_EndExecute_ChannelOpen.cs">
  1143. <Link>Classes\SshCommandTest_EndExecute_ChannelOpen.cs</Link>
  1144. </Compile>
  1145. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSessionStub.cs">
  1146. <Link>Classes\SubsystemSessionStub.cs</Link>
  1147. </Compile>
  1148. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Connect_Connected.cs">
  1149. <Link>Classes\SubsystemSession_Connect_Connected.cs</Link>
  1150. </Compile>
  1151. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Connect_Disconnected.cs">
  1152. <Link>Classes\SubsystemSession_Connect_Disconnected.cs</Link>
  1153. </Compile>
  1154. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Connect_Disposed.cs">
  1155. <Link>Classes\SubsystemSession_Connect_Disposed.cs</Link>
  1156. </Compile>
  1157. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Connect_NeverConnected.cs">
  1158. <Link>Classes\SubsystemSession_Connect_NeverConnected.cs</Link>
  1159. </Compile>
  1160. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Disconnect_Connected.cs">
  1161. <Link>Classes\SubsystemSession_Disconnect_Connected.cs</Link>
  1162. </Compile>
  1163. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Disconnect_Disposed.cs">
  1164. <Link>Classes\SubsystemSession_Disconnect_Disposed.cs</Link>
  1165. </Compile>
  1166. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Disconnect_NeverConnected.cs">
  1167. <Link>Classes\SubsystemSession_Disconnect_NeverConnected.cs</Link>
  1168. </Compile>
  1169. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Dispose_Connected.cs">
  1170. <Link>Classes\SubsystemSession_Dispose_Connected.cs</Link>
  1171. </Compile>
  1172. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Dispose_Disconnected.cs">
  1173. <Link>Classes\SubsystemSession_Dispose_Disconnected.cs</Link>
  1174. </Compile>
  1175. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Dispose_Disposed.cs">
  1176. <Link>Classes\SubsystemSession_Dispose_Disposed.cs</Link>
  1177. </Compile>
  1178. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Dispose_NeverConnected.cs">
  1179. <Link>Classes\SubsystemSession_Dispose_NeverConnected.cs</Link>
  1180. </Compile>
  1181. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnChannelDataReceived_Connected.cs">
  1182. <Link>Classes\SubsystemSession_OnChannelDataReceived_Connected.cs</Link>
  1183. </Compile>
  1184. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnChannelDataReceived_Disposed.cs">
  1185. <Link>Classes\SubsystemSession_OnChannelDataReceived_Disposed.cs</Link>
  1186. </Compile>
  1187. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnChannelDataReceived_OnDataReceived_Exception.cs">
  1188. <Link>Classes\SubsystemSession_OnChannelDataReceived_OnDataReceived_Exception.cs</Link>
  1189. </Compile>
  1190. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnChannelException_Connected.cs">
  1191. <Link>Classes\SubsystemSession_OnChannelException_Connected.cs</Link>
  1192. </Compile>
  1193. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnChannelException_Disposed.cs">
  1194. <Link>Classes\SubsystemSession_OnChannelException_Disposed.cs</Link>
  1195. </Compile>
  1196. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnSessionDisconnected_Connected.cs">
  1197. <Link>Classes\SubsystemSession_OnSessionDisconnected_Connected.cs</Link>
  1198. </Compile>
  1199. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnSessionDisconnected_Disposed.cs">
  1200. <Link>Classes\SubsystemSession_OnSessionDisconnected_Disposed.cs</Link>
  1201. </Compile>
  1202. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnSessionErrorOccurred_Connected.cs">
  1203. <Link>Classes\SubsystemSession_OnSessionErrorOccurred_Connected.cs</Link>
  1204. </Compile>
  1205. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnSessionErrorOccurred_Disposed.cs">
  1206. <Link>Classes\SubsystemSession_OnSessionErrorOccurred_Disposed.cs</Link>
  1207. </Compile>
  1208. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_SendData_Connected.cs">
  1209. <Link>Classes\SubsystemSession_SendData_Connected.cs</Link>
  1210. </Compile>
  1211. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_SendData_Disconnected.cs">
  1212. <Link>Classes\SubsystemSession_SendData_Disconnected.cs</Link>
  1213. </Compile>
  1214. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_SendData_Disposed.cs">
  1215. <Link>Classes\SubsystemSession_SendData_Disposed.cs</Link>
  1216. </Compile>
  1217. <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_SendData_NeverConnected.cs">
  1218. <Link>Classes\SubsystemSession_SendData_NeverConnected.cs</Link>
  1219. </Compile>
  1220. <Compile Include="..\Renci.SshNet.Tests\Common\AsyncSocketListener.cs">
  1221. <Link>Common\AsyncSocketListener.cs</Link>
  1222. </Compile>
  1223. <Compile Include="..\Renci.SshNet.Tests\Common\Extensions.cs">
  1224. <Link>Common\Extensions.cs</Link>
  1225. </Compile>
  1226. <Compile Include="..\Renci.SshNet.Tests\Common\HttpProxyStub.cs">
  1227. <Link>Common\HttpProxyStub.cs</Link>
  1228. </Compile>
  1229. <Compile Include="..\Renci.SshNet.Tests\Common\HttpRequest.cs">
  1230. <Link>Common\HttpRequest.cs</Link>
  1231. </Compile>
  1232. <Compile Include="..\Renci.SshNet.Tests\Common\TestBase.cs">
  1233. <Link>Common\TestBase.cs</Link>
  1234. </Compile>
  1235. <Compile Include="Classes\ForwardedPortRemote.NET35.cs" />
  1236. <Compile Include="Classes\ForwardedPortLocal.NET35.cs" />
  1237. <Compile Include="Classes\SshCommandTest.NET35.cs" />
  1238. <Compile Include="Properties\AssemblyInfo.cs" />
  1239. <Compile Include="..\Renci.SshNet\Properties\CommonAssemblyInfo.cs">
  1240. <Link>Properties\CommonAssemblyInfo.cs</Link>
  1241. </Compile>
  1242. <Compile Include="Properties\Resources.Designer.cs">
  1243. <AutoGen>True</AutoGen>
  1244. <DesignTime>True</DesignTime>
  1245. <DependentUpon>Resources.resx</DependentUpon>
  1246. </Compile>
  1247. </ItemGroup>
  1248. <ItemGroup>
  1249. <ProjectReference Include="..\Renci.SshNet.NET35\Renci.SshNet.NET35.csproj">
  1250. <Project>{DD1C552F-7F48-4269-ABB3-2E4C89B7E43A}</Project>
  1251. <Name>Renci.SshNet.NET35</Name>
  1252. </ProjectReference>
  1253. </ItemGroup>
  1254. <ItemGroup>
  1255. <EmbeddedResource Include="Properties\Resources.resx">
  1256. <Generator>ResXFileCodeGenerator</Generator>
  1257. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1258. <SubType>Designer</SubType>
  1259. </EmbeddedResource>
  1260. </ItemGroup>
  1261. <ItemGroup>
  1262. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Aes.128.CBC.12345.txt">
  1263. <Link>Data\Key.RSA.Encrypted.Aes.128.CBC.12345.txt</Link>
  1264. </EmbeddedResource>
  1265. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Aes.192.CBC.12345.txt">
  1266. <Link>Data\Key.RSA.Encrypted.Aes.192.CBC.12345.txt</Link>
  1267. </EmbeddedResource>
  1268. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Aes.256.CBC.12345.txt">
  1269. <Link>Data\Key.RSA.Encrypted.Aes.256.CBC.12345.txt</Link>
  1270. </EmbeddedResource>
  1271. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Des.CBC.12345.txt">
  1272. <Link>Data\Key.RSA.Encrypted.Des.CBC.12345.txt</Link>
  1273. </EmbeddedResource>
  1274. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Des.Ede3.CBC.12345.txt">
  1275. <Link>Data\Key.RSA.Encrypted.Des.Ede3.CBC.12345.txt</Link>
  1276. </EmbeddedResource>
  1277. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Des.Ede3.CFB.1234567890.txt">
  1278. <Link>Data\Key.RSA.Encrypted.Des.Ede3.CFB.1234567890.txt</Link>
  1279. </EmbeddedResource>
  1280. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.txt">
  1281. <Link>Data\Key.RSA.txt</Link>
  1282. </EmbeddedResource>
  1283. </ItemGroup>
  1284. <ItemGroup>
  1285. <None Include="..\Renci.SshNet.snk">
  1286. <Link>Renci.SshNet.snk</Link>
  1287. </None>
  1288. <None Include="packages.config" />
  1289. </ItemGroup>
  1290. <ItemGroup>
  1291. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.DSA.Encrypted.Des.CBC.12345.txt">
  1292. <Link>Data\Key.SSH2.DSA.Encrypted.Des.CBC.12345.txt</Link>
  1293. </EmbeddedResource>
  1294. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.DSA.txt">
  1295. <Link>Data\Key.SSH2.DSA.txt</Link>
  1296. </EmbeddedResource>
  1297. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.RSA.Encrypted.Des.CBC.12345.txt">
  1298. <Link>Data\Key.SSH2.RSA.Encrypted.Des.CBC.12345.txt</Link>
  1299. </EmbeddedResource>
  1300. <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.RSA.txt">
  1301. <Link>Data\Key.SSH2.RSA.txt</Link>
  1302. </EmbeddedResource>
  1303. </ItemGroup>
  1304. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  1305. <ProjectExtensions>
  1306. <VisualStudio>
  1307. <UserProperties ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
  1308. </VisualStudio>
  1309. </ProjectExtensions>
  1310. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1311. Other similar extension points exist, see Microsoft.Common.targets.
  1312. <Target Name="BeforeBuild">
  1313. </Target>
  1314. <Target Name="AfterBuild">
  1315. </Target>
  1316. -->
  1317. </Project>