| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>
- </ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{007CE8B3-7827-4AD0-AACD-860505638ABE}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Renci.SshNet.Tests</RootNamespace>
- <AssemblyName>Renci.SshNet.Tests.NET35</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>0</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>..\Renci.SshNet.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Moq">
- <HintPath>..\..\packages\Moq.4.2.1409.1722\lib\net35\Moq.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.XML" />
- <Reference Include="System.Xml.Linq" />
- </ItemGroup>
- <ItemGroup>
- <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
- <Visible>False</Visible>
- </CodeAnalysisDependentAssemblyPaths>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\Abstractions\CryptoAbstraction_GenerateRandom.cs">
- <Link>Classes\Abstraction\CryptoAbstraction_GenerateRandom.cs</Link>
- </Compile>
- <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\Abstractions\DnsAbstraction_GetHostAddresses.cs">
- <Link>Classes\Abstraction\DnsAbstraction_GetHostAddresses.cs</Link>
- </Compile>
- <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\Abstractions\ThreadAbstraction_ExecuteThread.cs">
- <Link>Classes\Abstraction\ThreadAbstraction_ExecuteThread.cs</Link>
- </Compile>
- <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\ForwardedPortStatusTest_Started.cs">
- <Link>Classes\ForwardedPortStatusTest_Started.cs</Link>
- </Compile>
- <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\ForwardedPortStatusTest_Starting.cs">
- <Link>Classes\ForwardedPortStatusTest_Starting.cs</Link>
- </Compile>
- <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\ForwardedPortStatusTest_Stopped.cs">
- <Link>Classes\ForwardedPortStatusTest_Stopped.cs</Link>
- </Compile>
- <Compile Include="..\..\test\Renci.SshNet.Shared.Tests\ForwardedPortStatusTest_Stopping.cs">
- <Link>Classes\ForwardedPortStatusTest_Stopping.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelDirectTcpipTest.cs">
- <Link>Classes\Channels\ChannelDirectTcpipTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelDirectTcpipTest_Dispose_SessionIsConnectedAndChannelIsOpen.cs">
- <Link>Classes\Channels\ChannelDirectTcpipTest_Dispose_SessionIsConnectedAndChannelIsOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelForwardedTcpipTest_Dispose_SessionIsConnectedAndChannelIsOpen.cs">
- <Link>Classes\Channels\ChannelForwardedTcpipTest_Dispose_SessionIsConnectedAndChannelIsOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Disposed_Closed.cs">
- <Link>Classes\Channels\ChannelSessionTest_Disposed_Closed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_Disposed.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived_SendChannelCloseMessageFailure.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived_SendChannelCloseMessageFailure.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived_SendChannelCloseMessageSuccess.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived_SendChannelCloseMessageSuccess.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseReceived_SendChannelCloseMessageFailure.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseReceived_SendChannelCloseMessageFailure.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseReceived_SendChannelCloseMessageSuccess.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelCloseReceived_SendChannelCloseMessageSuccess.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelEofReceived_SendChannelCloseMessageFailure.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelEofReceived_SendChannelCloseMessageFailure.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelEofReceived_SendChannelCloseMessageSuccess.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_ChannelEofReceived_SendChannelCloseMessageSuccess.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived_SendChannelEofMessageFailure.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived_SendChannelEofMessageFailure.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_ChannelCloseAndChannelEofReceived.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_ChannelCloseReceived.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_ChannelCloseReceived.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived.cs">
- <Link>Classes\Channels\ChannelSessionTest_Dispose_SessionIsNotConnectedAndChannelIsOpen_NoChannelCloseOrChannelEofReceived.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen.cs">
- <Link>Classes\Channels\ChannelSessionTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Open_ExceptionWaitingOnOpenConfirmation.cs">
- <Link>Classes\Channels\ChannelSessionTest_Open_ExceptionWaitingOnOpenConfirmation.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Open_OnOpenFailureReceived_NoRetriesAvailable.cs">
- <Link>Classes\Channels\ChannelSessionTest_Open_OnOpenFailureReceived_NoRetriesAvailable.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest_Open_OnOpenFailureReceived_RetriesAvalable.cs">
- <Link>Classes\Channels\ChannelSessionTest_Open_OnOpenFailureReceived_RetriesAvalable.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelStub.cs">
- <Link>Classes\Channels\ChannelStub.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsNotOpen.cs">
- <Link>Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsNotOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofNotReceived.cs">
- <Link>Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofNotReceived.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofNotReceived_SendEofInvoked.cs">
- <Link>Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofNotReceived_SendEofInvoked.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofReceived.cs">
- <Link>Classes\Channels\ChannelTest_Dispose_SessionIsConnectedAndChannelIsOpen_EofReceived.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsNotConnectedAndChannelIsNotOpen.cs">
- <Link>Classes\Channels\ChannelTest_Dispose_SessionIsNotConnectedAndChannelIsNotOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_Dispose_SessionIsNotConnectedAndChannelIsOpen.cs">
- <Link>Classes\Channels\ChannelTest_Dispose_SessionIsNotConnectedAndChannelIsOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_OnClose_Exception.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_OnClose_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen_EofNotReceived.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen_EofNotReceived.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen_EofReceived.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionChannelCloseReceived_SessionIsConnectedAndChannelIsOpen_EofReceived.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelDataReceived_OnData_Exception.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionChannelDataReceived_OnData_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelEofReceived_OnEof_Exception.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionChannelEofReceived_OnEof_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelExtendedDataReceived_OnExtendedData_Exception.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionChannelExtendedDataReceived_OnExtendedData_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelFailureReceived_OnFailure_Exception.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionChannelFailureReceived_OnFailure_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelRequestReceived_OnRequest_Exception.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionChannelRequestReceived_OnRequest_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelSuccessReceived_OnSuccess_Exception.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionChannelSuccessReceived_OnSuccess_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionChannelWindowAdjustReceived_OnWindowAdjust_Exception.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionChannelWindowAdjustReceived_OnWindowAdjust_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionDisconnected_OnDisconnected_Exception.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionDisconnected_OnDisconnected_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionDisconnected_SessionIsConnectedAndChannelIsOpen.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionDisconnected_SessionIsConnectedAndChannelIsOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelTest_OnSessionErrorOccurred_OnErrorOccurred_Exception.cs">
- <Link>Classes\Channels\ChannelTest_OnSessionErrorOccurred_OnErrorOccurred_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ClientChannelStub.cs">
- <Link>Classes\Channels\ClientChannelStub.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ClientChannelTest_OnSessionChannelOpenConfirmationReceived_OnOpenConfirmation_Exception.cs">
- <Link>Classes\Channels\ClientChannelTest_OnSessionChannelOpenConfirmationReceived_OnOpenConfirmation_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ClientChannelTest_OnSessionChannelOpenFailureReceived_OnOpenFailure_Exception.cs">
- <Link>Classes\Channels\ClientChannelTest_OnSessionChannelOpenFailureReceived_OnOpenFailure_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\CipherInfoTest.cs">
- <Link>Classes\CipherInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTestBase.cs">
- <Link>Classes\ClientAuthenticationTestBase.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodFailed.cs">
- <Link>Classes\ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodFailed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodNotConfigured.cs">
- <Link>Classes\ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodNotConfigured.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_DifferentAllowedAuthenticationsAfterPartialSuccess.cs">
- <Link>Classes\ClientAuthenticationTest_Success_MultiList_DifferentAllowedAuthenticationsAfterPartialSuccess.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_SameAllowedAuthenticationsAfterPartialSuccess.cs">
- <Link>Classes\ClientAuthenticationTest_Success_MultiList_SameAllowedAuthenticationsAfterPartialSuccess.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_SkipFailedAuthenticationMethod.cs">
- <Link>Classes\ClientAuthenticationTest_Success_MultiList_SkipFailedAuthenticationMethod.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess.cs">
- <Link>Classes\ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\CommandAsyncResultTest.cs">
- <Link>Classes\CommandAsyncResultTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ASCIIEncodingTest.cs">
- <Link>Classes\Common\ASCIIEncodingTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AsyncResultTest.cs">
- <Link>Classes\Common\AsyncResultTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationBannerEventArgsTest.cs">
- <Link>Classes\Common\AuthenticationBannerEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationPasswordChangeEventArgsTest.cs">
- <Link>Classes\Common\AuthenticationPasswordChangeEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationPromptEventArgsTest.cs">
- <Link>Classes\Common\AuthenticationPromptEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\AuthenticationPromptTest.cs">
- <Link>Classes\Common\AuthenticationPromptTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\BigIntegerTest.cs">
- <Link>Classes\Common\BigIntegerTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelDataEventArgsTest.cs">
- <Link>Classes\Common\ChannelDataEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelEventArgsTest.cs">
- <Link>Classes\Common\ChannelEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelOpenFailedEventArgsTest.cs">
- <Link>Classes\Common\ChannelOpenFailedEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ChannelRequestEventArgsTest.cs">
- <Link>Classes\Common\ChannelRequestEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\CountdownEventTest.cs">
- <Link>Classes\Common\CountdownEventTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\DerDataTest.cs">
- <Link>Classes\Common\DerDataTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ExceptionEventArgsTest.cs">
- <Link>Classes\Common\ExceptionEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\HostKeyEventArgsTest.cs">
- <Link>Classes\Common\HostKeyEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\NetConfServerExceptionTest.cs">
- <Link>Classes\Common\NetConfServerExceptionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ObjectIdentifierTest.cs">
- <Link>Classes\Common\ObjectIdentifierTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PipeStreamTest.cs">
- <Link>Classes\Common\PipeStreamTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PipeStream_Close_BlockingRead.cs">
- <Link>Classes\Common\PipeStream_Close_BlockingRead.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PipeStream_Close_BlockingWrite.cs">
- <Link>Classes\Common\PipeStream_Close_BlockingWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PipeStream_Flush_BytesRemainingAfterRead.cs">
- <Link>Classes\Common\PipeStream_Flush_BytesRemainingAfterRead.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PipeStream_Flush_NoBytesRemainingAfterRead.cs">
- <Link>Classes\Common\PipeStream_Flush_NoBytesRemainingAfterRead.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\PortForwardEventArgsTest.cs">
- <Link>Classes\Common\PortForwardEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ProxyExceptionTest.cs">
- <Link>Classes\Common\ProxyExceptionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ScpDownloadEventArgsTest.cs">
- <Link>Classes\Common\ScpDownloadEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ScpExceptionTest.cs">
- <Link>Classes\Common\ScpExceptionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ScpUploadEventArgsTest.cs">
- <Link>Classes\Common\ScpUploadEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SemaphoreLightTest.cs">
- <Link>Classes\Common\SemaphoreLightTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SftpPathNotFoundExceptionTest.cs">
- <Link>Classes\Common\SftpPathNotFoundExceptionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SftpPermissionDeniedExceptionTest.cs">
- <Link>Classes\Common\SftpPermissionDeniedExceptionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\ShellDataEventArgsTest.cs">
- <Link>Classes\Common\ShellDataEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshAuthenticationExceptionTest.cs">
- <Link>Classes\Common\SshAuthenticationExceptionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshConnectionExceptionTest.cs">
- <Link>Classes\Common\SshConnectionExceptionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshDataTest.cs">
- <Link>Classes\Common\SshDataTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshExceptionTest.cs">
- <Link>Classes\Common\SshExceptionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshOperationTimeoutExceptionTest.cs">
- <Link>Classes\Common\SshOperationTimeoutExceptionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Common\SshPassPhraseNullOrEmptyExceptionTest.cs">
- <Link>Classes\Common\SshPassPhraseNullOrEmptyExceptionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\CompressorTest.cs">
- <Link>Classes\Compression\CompressorTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\ZlibOpenSshTest.cs">
- <Link>Classes\Compression\ZlibOpenSshTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\ZlibStreamTest.cs">
- <Link>Classes\Compression\ZlibStreamTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Compression\ZlibTest.cs">
- <Link>Classes\Compression\ZlibTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ConnectionInfoTest.cs">
- <Link>Classes\ConnectionInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ExpectActionTest.cs">
- <Link>Classes\ExpectActionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest.cs">
- <Link>Classes\ForwardedPortDynamicTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Dispose_PortDisposed.cs">
- <Link>Classes\ForwardedPortDynamicTest_Dispose_PortDisposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Dispose_PortNeverStarted.cs">
- <Link>Classes\ForwardedPortDynamicTest_Dispose_PortNeverStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Dispose_PortStarted_ChannelBound.cs">
- <Link>Classes\ForwardedPortDynamicTest_Dispose_PortStarted_ChannelBound.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Dispose_PortStarted_ChannelNotBound.cs">
- <Link>Classes\ForwardedPortDynamicTest_Dispose_PortStarted_ChannelNotBound.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Dispose_PortStopped.cs">
- <Link>Classes\ForwardedPortDynamicTest_Dispose_PortStopped.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Started_SocketSendShutdownImmediately.cs">
- <Link>Classes\ForwardedPortDynamicTest_Started_SocketSendShutdownImmediately.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Started_SocketVersionNotSupported.cs">
- <Link>Classes\ForwardedPortDynamicTest_Started_SocketVersionNotSupported.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_PortDisposed.cs">
- <Link>Classes\ForwardedPortDynamicTest_Start_PortDisposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_PortNeverStarted.cs">
- <Link>Classes\ForwardedPortDynamicTest_Start_PortNeverStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_PortStarted.cs">
- <Link>Classes\ForwardedPortDynamicTest_Start_PortStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_PortStopped.cs">
- <Link>Classes\ForwardedPortDynamicTest_Start_PortStopped.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_SessionNotConnected.cs">
- <Link>Classes\ForwardedPortDynamicTest_Start_SessionNotConnected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Start_SessionNull.cs">
- <Link>Classes\ForwardedPortDynamicTest_Start_SessionNull.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Stop_PortDisposed.cs">
- <Link>Classes\ForwardedPortDynamicTest_Stop_PortDisposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Stop_PortNeverStarted.cs">
- <Link>Classes\ForwardedPortDynamicTest_Stop_PortNeverStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Stop_PortStarted_ChannelBound.cs">
- <Link>Classes\ForwardedPortDynamicTest_Stop_PortStarted_ChannelBound.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Stop_PortStarted_ChannelNotBound.cs">
- <Link>Classes\ForwardedPortDynamicTest_Stop_PortStarted_ChannelNotBound.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortDynamicTest_Stop_PortStopped.cs">
- <Link>Classes\ForwardedPortDynamicTest_Stop_PortStopped.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest.cs">
- <Link>Classes\ForwardedPortLocalTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortDisposed.cs">
- <Link>Classes\ForwardedPortLocalTest_Dispose_PortDisposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortDisposed_NeverStarted.cs">
- <Link>Classes\ForwardedPortLocalTest_Dispose_PortDisposed_NeverStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortNeverStarted.cs">
- <Link>Classes\ForwardedPortLocalTest_Dispose_PortNeverStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortStarted_ChannelBound.cs">
- <Link>Classes\ForwardedPortLocalTest_Dispose_PortStarted_ChannelBound.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortStarted_ChannelNotBound.cs">
- <Link>Classes\ForwardedPortLocalTest_Dispose_PortStarted_ChannelNotBound.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Dispose_PortStopped.cs">
- <Link>Classes\ForwardedPortLocalTest_Dispose_PortStopped.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_PortDisposed.cs">
- <Link>Classes\ForwardedPortLocalTest_Start_PortDisposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_PortNeverStarted.cs">
- <Link>Classes\ForwardedPortLocalTest_Start_PortNeverStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_PortStarted.cs">
- <Link>Classes\ForwardedPortLocalTest_Start_PortStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_PortStopped.cs">
- <Link>Classes\ForwardedPortLocalTest_Start_PortStopped.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_SessionNotConnected.cs">
- <Link>Classes\ForwardedPortLocalTest_Start_SessionNotConnected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Start_SessionNull.cs">
- <Link>Classes\ForwardedPortLocalTest_Start_SessionNull.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Stop_PortDisposed.cs">
- <Link>Classes\ForwardedPortLocalTest_Stop_PortDisposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Stop_PortNeverStarted.cs">
- <Link>Classes\ForwardedPortLocalTest_Stop_PortNeverStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Stop_PortStarted_ChannelBound.cs">
- <Link>Classes\ForwardedPortLocalTest_Stop_PortStarted_ChannelBound.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Stop_PortStarted_ChannelNotBound.cs">
- <Link>Classes\ForwardedPortLocalTest_Stop_PortStarted_ChannelNotBound.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortLocalTest_Stop_PortStopped.cs">
- <Link>Classes\ForwardedPortLocalTest_Stop_PortStopped.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest.cs">
- <Link>Classes\ForwardedPortRemoteTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Dispose_PortDisposed.cs">
- <Link>Classes\ForwardedPortRemoteTest_Dispose_PortDisposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Dispose_PortNeverStarted.cs">
- <Link>Classes\ForwardedPortRemoteTest_Dispose_PortNeverStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Dispose_PortStarted_ChannelBound.cs">
- <Link>Classes\ForwardedPortRemoteTest_Dispose_PortStarted_ChannelBound.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Dispose_PortStopped.cs">
- <Link>Classes\ForwardedPortRemoteTest_Dispose_PortStopped.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Started.cs">
- <Link>Classes\ForwardedPortRemoteTest_Started.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_PortDisposed.cs">
- <Link>Classes\ForwardedPortRemoteTest_Start_PortDisposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_PortNeverStarted.cs">
- <Link>Classes\ForwardedPortRemoteTest_Start_PortNeverStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_PortStarted.cs">
- <Link>Classes\ForwardedPortRemoteTest_Start_PortStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_PortStopped.cs">
- <Link>Classes\ForwardedPortRemoteTest_Start_PortStopped.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_SessionNotConnected.cs">
- <Link>Classes\ForwardedPortRemoteTest_Start_SessionNotConnected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Start_SessionNull.cs">
- <Link>Classes\ForwardedPortRemoteTest_Start_SessionNull.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Stop_PortDisposed.cs">
- <Link>Classes\ForwardedPortRemoteTest_Stop_PortDisposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Stop_PortNeverStarted.cs">
- <Link>Classes\ForwardedPortRemoteTest_Stop_PortNeverStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Stop_PortStarted_ChannelBound.cs">
- <Link>Classes\ForwardedPortRemoteTest_Stop_PortStarted_ChannelBound.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest_Stop_PortStopped.cs">
- <Link>Classes\ForwardedPortRemoteTest_Stop_PortStopped.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\KeyboardInteractiveAuthenticationMethodTest.cs">
- <Link>Classes\KeyboardInteractiveAuthenticationMethodTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\KeyboardInteractiveConnectionInfoTest.cs">
- <Link>Classes\KeyboardInteractiveConnectionInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\MessageEventArgsTest.cs">
- <Link>Classes\MessageEventArgsTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\BannerMessageTest.cs">
- <Link>Classes\Messages\Authentication\BannerMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\FailureMessageTest.cs">
- <Link>Classes\Messages\Authentication\FailureMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\InformationRequestMessageTest.cs">
- <Link>Classes\Messages\Authentication\InformationRequestMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\InformationResponseMessageTest.cs">
- <Link>Classes\Messages\Authentication\InformationResponseMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\PasswordChangeRequiredMessageTest.cs">
- <Link>Classes\Messages\Authentication\PasswordChangeRequiredMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\PublicKeyMessageTest.cs">
- <Link>Classes\Messages\Authentication\PublicKeyMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessageHostTest.cs">
- <Link>Classes\Messages\Authentication\RequestMessageHostTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessageKeyboardInteractiveTest.cs">
- <Link>Classes\Messages\Authentication\RequestMessageKeyboardInteractiveTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessageNoneTest.cs">
- <Link>Classes\Messages\Authentication\RequestMessageNoneTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessagePasswordTest.cs">
- <Link>Classes\Messages\Authentication\RequestMessagePasswordTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\RequestMessagePublicKeyTest.cs">
- <Link>Classes\Messages\Authentication\RequestMessagePublicKeyTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Authentication\SuccessMessageTest.cs">
- <Link>Classes\Messages\Authentication\SuccessMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelCloseMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelCloseMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelDataMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelDataMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelEofMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelEofMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelExtendedDataMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelExtendedDataMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelFailureMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelFailureMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpenConfirmationMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelOpenConfirmationMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpenFailureMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelOpenFailureMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpenInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelOpenInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\ChannelOpenMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelOpen\ChannelOpenMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\DirectTcpipChannelInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelOpen\DirectTcpipChannelInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\SessionChannelOpenInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelOpen\SessionChannelOpenInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelOpen\X11ChannelOpenInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelOpen\X11ChannelOpenInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\BreakRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\BreakRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ChannelRequestMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\ChannelRequestMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\EndOfWriteRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\EndOfWriteRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ExecRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\ExecRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ExitSignalRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\ExitSignalRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ExitStatusRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\ExitStatusRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\KeepAliveRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\KeepAliveRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\PseudoTerminalInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\PseudoTerminalInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\ShellRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\ShellRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\SignalRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\SignalRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\SubsystemRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\SubsystemRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\WindowChangeRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\WindowChangeRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\X11ForwardingRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\X11ForwardingRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelRequest\XonXoffRequestInfoTest.cs">
- <Link>Classes\Messages\Connection\ChannelRequest\XonXoffRequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelSuccessMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelSuccessMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\ChannelWindowAdjustMessageTest.cs">
- <Link>Classes\Messages\Connection\ChannelWindowAdjustMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\GlobalRequestMessageTest.cs">
- <Link>Classes\Messages\Connection\GlobalRequestMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\RequestFailureMessageTest.cs">
- <Link>Classes\Messages\Connection\RequestFailureMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\RequestInfoTest.cs">
- <Link>Classes\Messages\Connection\RequestInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Connection\RequestSuccessMessageTest.cs">
- <Link>Classes\Messages\Connection\RequestSuccessMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\MessageAttributeTest.cs">
- <Link>Classes\Messages\MessageAttributeTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\MessageTest.cs">
- <Link>Classes\Messages\MessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\DebugMessageTest.cs">
- <Link>Classes\Messages\Transport\DebugMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\DisconnectMessageTest.cs">
- <Link>Classes\Messages\Transport\DisconnectMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\IgnoreMessageTest.cs">
- <Link>Classes\Messages\Transport\IgnoreMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeGroupTest.cs">
- <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeGroupTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeInitTest.cs">
- <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeInitTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeReplyTest.cs">
- <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeReplyTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhGroupExchangeRequestTest.cs">
- <Link>Classes\Messages\Transport\KeyExchangeDhGroupExchangeRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhInitMessageTest.cs">
- <Link>Classes\Messages\Transport\KeyExchangeDhInitMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeDhReplyMessageTest.cs">
- <Link>Classes\Messages\Transport\KeyExchangeDhReplyMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\KeyExchangeInitMessageTest.cs">
- <Link>Classes\Messages\Transport\KeyExchangeInitMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\NewKeysMessageTest.cs">
- <Link>Classes\Messages\Transport\NewKeysMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\ServiceAcceptMessageTest.cs">
- <Link>Classes\Messages\Transport\ServiceAcceptMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\ServiceRequestMessageTest.cs">
- <Link>Classes\Messages\Transport\ServiceRequestMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Messages\Transport\UnimplementedMessageTest.cs">
- <Link>Classes\Messages\Transport\UnimplementedMessageTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\NetConfClientTest.cs">
- <Link>Classes\NetConfClientTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\NoneAuthenticationMethodTest.cs">
- <Link>Classes\NoneAuthenticationMethodTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\PasswordAuthenticationMethodTest.cs">
- <Link>Classes\PasswordAuthenticationMethodTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\PasswordConnectionInfoTest.cs">
- <Link>Classes\PasswordConnectionInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\PrivateKeyAuthenticationMethodTest.cs">
- <Link>Classes\PrivateKeyAuthenticationMethodTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\PrivateKeyConnectionInfoTest.cs">
- <Link>Classes\PrivateKeyConnectionInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\PrivateKeyFileTest.cs">
- <Link>Classes\PrivateKeyFileTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ScpClientTest.cs">
- <Link>Classes\ScpClientTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ScpClientTest_Upload_FileInfoAndPath_SendExecRequestReturnsFalse.cs">
- <Link>Classes\ScpClientTest_Upload_FileInfoAndPath_SendExecRequestReturnsFalse.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ScpClientTest_Upload_FileInfoAndPath_Success.cs">
- <Link>Classes\ScpClientTest_Upload_FileInfoAndPath_Success.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\CertificateHostAlgorithmTest.cs">
- <Link>Classes\Security\CertificateHostAlgorithmTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\AesCipherTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\AesCipherTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Arc4CipherTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\Arc4CipherTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\BlowfishCipherTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\BlowfishCipherTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\CastCipherTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\CastCipherTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\CipherModeTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\CipherModeTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\CipherPaddingTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\CipherPaddingTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\DesCipherTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\DesCipherTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\CbcCipherModeTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\Modes\CbcCipherModeTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\CfbCipherModeTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\Modes\CfbCipherModeTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\CtrCipherModeTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\Modes\CtrCipherModeTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Modes\OfbCipherModeTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\Modes\OfbCipherModeTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Paddings\PKCS5PaddingTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\Paddings\PKCS5PaddingTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\Paddings\PKCS7PaddingTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\Paddings\PKCS7PaddingTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\RsaCipherTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\RsaCipherTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\SerpentCipherTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\SerpentCipherTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\TripleDesCipherTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\TripleDesCipherTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Ciphers\TwofishCipherTest.cs">
- <Link>Classes\Security\Cryptography\Ciphers\TwofishCipherTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\DsaDigitalSignatureTest.cs">
- <Link>Classes\Security\Cryptography\DsaDigitalSignatureTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\DsaKeyTest.cs">
- <Link>Classes\Security\Cryptography\DsaKeyTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\HMacTest.cs">
- <Link>Classes\Security\Cryptography\HMacTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\RsaDigitalSignatureTest.cs">
- <Link>Classes\Security\Cryptography\RsaDigitalSignatureTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\RsaKeyTest.cs">
- <Link>Classes\Security\Cryptography\RsaKeyTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroup14Sha1Test.cs">
- <Link>Classes\Security\KeyExchangeDiffieHellmanGroup14Sha1Test.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroup1Sha1Test.cs">
- <Link>Classes\Security\KeyExchangeDiffieHellmanGroup1Sha1Test.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha1Test.cs">
- <Link>Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha1Test.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha256Test.cs">
- <Link>Classes\Security\KeyExchangeDiffieHellmanGroupExchangeSha256Test.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\KeyHostAlgorithmTest.cs">
- <Link>Classes\Security\KeyHostAlgorithmTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SessionTest.cs">
- <Link>Classes\SessionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SessionTest.HttpProxy.cs">
- <Link>Classes\SessionTest.HttpProxy.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.ChangeDirectory.cs">
- <Link>Classes\SftpClientTest.ChangeDirectory.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.Connect.cs">
- <Link>Classes\SftpClientTest.Connect.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.CreateDirectory.cs">
- <Link>Classes\SftpClientTest.CreateDirectory.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.cs">
- <Link>Classes\SftpClientTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.DeleteDirectory.cs">
- <Link>Classes\SftpClientTest.DeleteDirectory.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.DeleteFile.cs">
- <Link>Classes\SftpClientTest.DeleteFile.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.Download.cs">
- <Link>Classes\SftpClientTest.Download.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.ListDirectory.cs">
- <Link>Classes\SftpClientTest.ListDirectory.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.RenameFile.cs">
- <Link>Classes\SftpClientTest.RenameFile.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.SynchronizeDirectories.cs">
- <Link>Classes\SftpClientTest.SynchronizeDirectories.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SftpClientTest.Upload.cs">
- <Link>Classes\SftpClientTest.Upload.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\FStatVfsRequestTest.cs">
- <Link>Classes\Sftp\Requests\ExtendedRequests\FStatVfsRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\HardLinkRequestTest.cs">
- <Link>Classes\Sftp\Requests\ExtendedRequests\HardLinkRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\PosixRenameRequestTest.cs">
- <Link>Classes\Sftp\Requests\ExtendedRequests\PosixRenameRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\ExtendedRequests\StatVfsRequestTest.cs">
- <Link>Classes\Sftp\Requests\ExtendedRequests\StatVfsRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpBlockRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpBlockRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpCloseRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpCloseRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpFSetStatRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpFSetStatRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpFStatRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpFStatRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpInitRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpInitRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpLinkRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpLinkRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpLStatRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpLStatRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpMkDirRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpMkDirRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpOpenDirRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpOpenDirRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpOpenRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpOpenRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpReadDirRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpReadDirRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpReadLinkRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpReadLinkRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpReadRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpReadRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRealPathRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpRealPathRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRemoveRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpRemoveRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRenameRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpRenameRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpRmDirRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpRmDirRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpSetStatRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpSetStatRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpStatRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpStatRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpSymLinkRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpSymLinkRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpUnblockRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpUnblockRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Requests\SftpWriteRequestTest.cs">
- <Link>Classes\Sftp\Requests\SftpWriteRequestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\ExtendedReplies\StatVfsReplyInfoTest.cs">
- <Link>Classes\Sftp\Responses\ExtendedReplies\StatVfsReplyInfoTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpAttrsResponseTest.cs">
- <Link>Classes\Sftp\Responses\SftpAttrsResponseTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpDataResponseTest.cs">
- <Link>Classes\Sftp\Responses\SftpDataResponseTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpExtendedReplyResponseTest.cs">
- <Link>Classes\Sftp\Responses\SftpExtendedReplyResponseTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpHandleResponseTest.cs">
- <Link>Classes\Sftp\Responses\SftpHandleResponseTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpNameResponseTest.cs">
- <Link>Classes\Sftp\Responses\SftpNameResponseTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpStatusResponseTest.cs">
- <Link>Classes\Sftp\Responses\SftpStatusResponseTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpVersionResponseTest.cs">
- <Link>Classes\Sftp\Responses\SftpVersionResponseTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpDownloadAsyncResultTest.cs">
- <Link>Classes\Sftp\SftpDownloadAsyncResultTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileAttributesTest.cs">
- <Link>Classes\Sftp\SftpFileAttributesTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessRead.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessRead.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessReadWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessReadWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Closed_FileAccessWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessRead.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessRead.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessReadWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessReadWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanRead_Disposed_FileAccessWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessRead.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessRead.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessReadWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessReadWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanRead_SessionOpen_FileAccessWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessRead.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessRead.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessReadWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessReadWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Closed_FileAccessWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessRead.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessRead.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessReadWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessReadWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_Disposed_FileAccessWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessRead.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessRead.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessReadWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessReadWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_CanWrite_SessionOpen_FileAccessWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Close_Closed.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_Close_Closed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Close_Disposed.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_Close_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Close_SessionNotOpen.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_Close_SessionNotOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Close_SessionOpen.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_Close_SessionOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Dispose_Closed.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_Dispose_Closed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Dispose_Disposed.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_Dispose_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Dispose_SessionNotOpen.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_Dispose_SessionNotOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Dispose_SessionOpen.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_Dispose_SessionOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_Finalize_SessionOpen.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_Finalize_SessionOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_Closed.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_SetLength_Closed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_Disposed.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_SetLength_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_SessionNotOpen.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_SetLength_SessionNotOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessRead.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessRead.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessReadWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessReadWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessWrite.cs">
- <Link>Classes\Sftp\SftpFileStreamTest_SetLength_SessionOpen_FIleAccessWrite.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileSystemInformationTest.cs">
- <Link>Classes\Sftp\SftpFileSystemInformationTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileTest.cs">
- <Link>Classes\Sftp\SftpFileTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpListDirectoryAsyncResultTest.cs">
- <Link>Classes\Sftp\SftpListDirectoryAsyncResultTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSessionTest_Connected_RequestRead.cs">
- <Link>Classes\Sftp\SftpSessionTest_Connected_RequestRead.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSessionTest_Connected_RequestStatVfs.cs">
- <Link>Classes\Sftp\SftpSessionTest_Connected_RequestStatVfs.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSynchronizeDirectoriesAsyncResultTest.cs">
- <Link>Classes\Sftp\SftpSynchronizeDirectoriesAsyncResultTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpUploadAsyncResultTest.cs">
- <Link>Classes\Sftp\SftpUploadAsyncResultTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpVersionResponseBuilder.cs">
- <Link>Classes\Sftp\SftpVersionResponseBuilder.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ShellStreamTest.cs">
- <Link>Classes\ShellStreamTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ShellTestTest.cs">
- <Link>Classes\ShellTestTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SshClientTest.cs">
- <Link>Classes\SshClientTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SshClientTest_Disconnect_ForwardedPortStarted.cs">
- <Link>Classes\SshClientTest_Disconnect_ForwardedPortStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SshClientTest_Dispose_ForwardedPortStarted.cs">
- <Link>Classes\SshClientTest_Dispose_ForwardedPortStarted.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest.cs">
- <Link>Classes\SshCommandTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_BeginExecute_EndExecuteInvokedOnAsyncResultFromPreviousInvocation.cs">
- <Link>Classes\SshCommandTest_BeginExecute_EndExecuteInvokedOnAsyncResultFromPreviousInvocation.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_BeginExecute_EndExecuteNotInvokedOnAsyncResultFromPreviousInvocation.cs">
- <Link>Classes\SshCommandTest_BeginExecute_EndExecuteNotInvokedOnAsyncResultFromPreviousInvocation.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_Dispose.cs">
- <Link>Classes\SshCommandTest_Dispose.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_EndExecute.cs">
- <Link>Classes\SshCommandTest_EndExecute.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_EndExecute_AsyncResultFromOtherInstance.cs">
- <Link>Classes\SshCommandTest_EndExecute_AsyncResultFromOtherInstance.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_EndExecute_AsyncResultIsNull.cs">
- <Link>Classes\SshCommandTest_EndExecute_AsyncResultIsNull.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SshCommandTest_EndExecute_ChannelOpen.cs">
- <Link>Classes\SshCommandTest_EndExecute_ChannelOpen.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSessionStub.cs">
- <Link>Classes\SubsystemSessionStub.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Connect_Connected.cs">
- <Link>Classes\SubsystemSession_Connect_Connected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Connect_Disconnected.cs">
- <Link>Classes\SubsystemSession_Connect_Disconnected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Connect_Disposed.cs">
- <Link>Classes\SubsystemSession_Connect_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Connect_NeverConnected.cs">
- <Link>Classes\SubsystemSession_Connect_NeverConnected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Disconnect_Connected.cs">
- <Link>Classes\SubsystemSession_Disconnect_Connected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Disconnect_Disposed.cs">
- <Link>Classes\SubsystemSession_Disconnect_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Disconnect_NeverConnected.cs">
- <Link>Classes\SubsystemSession_Disconnect_NeverConnected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Dispose_Connected.cs">
- <Link>Classes\SubsystemSession_Dispose_Connected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Dispose_Disconnected.cs">
- <Link>Classes\SubsystemSession_Dispose_Disconnected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Dispose_Disposed.cs">
- <Link>Classes\SubsystemSession_Dispose_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_Dispose_NeverConnected.cs">
- <Link>Classes\SubsystemSession_Dispose_NeverConnected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnChannelDataReceived_Connected.cs">
- <Link>Classes\SubsystemSession_OnChannelDataReceived_Connected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnChannelDataReceived_Disposed.cs">
- <Link>Classes\SubsystemSession_OnChannelDataReceived_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnChannelDataReceived_OnDataReceived_Exception.cs">
- <Link>Classes\SubsystemSession_OnChannelDataReceived_OnDataReceived_Exception.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnChannelException_Connected.cs">
- <Link>Classes\SubsystemSession_OnChannelException_Connected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnChannelException_Disposed.cs">
- <Link>Classes\SubsystemSession_OnChannelException_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnSessionDisconnected_Connected.cs">
- <Link>Classes\SubsystemSession_OnSessionDisconnected_Connected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnSessionDisconnected_Disposed.cs">
- <Link>Classes\SubsystemSession_OnSessionDisconnected_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnSessionErrorOccurred_Connected.cs">
- <Link>Classes\SubsystemSession_OnSessionErrorOccurred_Connected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_OnSessionErrorOccurred_Disposed.cs">
- <Link>Classes\SubsystemSession_OnSessionErrorOccurred_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_SendData_Connected.cs">
- <Link>Classes\SubsystemSession_SendData_Connected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_SendData_Disconnected.cs">
- <Link>Classes\SubsystemSession_SendData_Disconnected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_SendData_Disposed.cs">
- <Link>Classes\SubsystemSession_SendData_Disposed.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\SubsystemSession_SendData_NeverConnected.cs">
- <Link>Classes\SubsystemSession_SendData_NeverConnected.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Common\AsyncSocketListener.cs">
- <Link>Common\AsyncSocketListener.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Common\Extensions.cs">
- <Link>Common\Extensions.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Common\HttpProxyStub.cs">
- <Link>Common\HttpProxyStub.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Common\HttpRequest.cs">
- <Link>Common\HttpRequest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Common\TestBase.cs">
- <Link>Common\TestBase.cs</Link>
- </Compile>
- <Compile Include="Classes\ForwardedPortRemote.NET35.cs" />
- <Compile Include="Classes\ForwardedPortLocal.NET35.cs" />
- <Compile Include="Classes\SshCommandTest.NET35.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="..\Renci.SshNet\Properties\CommonAssemblyInfo.cs">
- <Link>Properties\CommonAssemblyInfo.cs</Link>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Renci.SshNet.NET35\Renci.SshNet.NET35.csproj">
- <Project>{DD1C552F-7F48-4269-ABB3-2E4C89B7E43A}</Project>
- <Name>Renci.SshNet.NET35</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Aes.128.CBC.12345.txt">
- <Link>Data\Key.RSA.Encrypted.Aes.128.CBC.12345.txt</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Aes.192.CBC.12345.txt">
- <Link>Data\Key.RSA.Encrypted.Aes.192.CBC.12345.txt</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Aes.256.CBC.12345.txt">
- <Link>Data\Key.RSA.Encrypted.Aes.256.CBC.12345.txt</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Des.CBC.12345.txt">
- <Link>Data\Key.RSA.Encrypted.Des.CBC.12345.txt</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Des.Ede3.CBC.12345.txt">
- <Link>Data\Key.RSA.Encrypted.Des.Ede3.CBC.12345.txt</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.Encrypted.Des.Ede3.CFB.1234567890.txt">
- <Link>Data\Key.RSA.Encrypted.Des.Ede3.CFB.1234567890.txt</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.RSA.txt">
- <Link>Data\Key.RSA.txt</Link>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="..\Renci.SshNet.snk">
- <Link>Renci.SshNet.snk</Link>
- </None>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.DSA.Encrypted.Des.CBC.12345.txt">
- <Link>Data\Key.SSH2.DSA.Encrypted.Des.CBC.12345.txt</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.DSA.txt">
- <Link>Data\Key.SSH2.DSA.txt</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.RSA.Encrypted.Des.CBC.12345.txt">
- <Link>Data\Key.SSH2.RSA.Encrypted.Des.CBC.12345.txt</Link>
- </EmbeddedResource>
- <EmbeddedResource Include="..\Renci.SshNet.Tests\Data\Key.SSH2.RSA.txt">
- <Link>Data\Key.SSH2.RSA.txt</Link>
- </EmbeddedResource>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ProjectExtensions>
- <VisualStudio>
- <UserProperties ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
- </VisualStudio>
- </ProjectExtensions>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|