| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791 |
- <?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>
- <TargetFrameworkProfile />
- <SccProjectName>SAK</SccProjectName>
- <SccLocalPath>SAK</SccLocalPath>
- <SccAuxPath>SAK</SccAuxPath>
- <SccProvider>SAK</SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</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="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="..\Renci.SshNet.Tests\Classes\AuthenticationMethodTest.cs">
- <Link>Classes\AuthenticationMethodTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\BaseClientTest.cs">
- <Link>Classes\BaseClientTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ChannelAsyncResultTest.cs">
- <Link>Classes\ChannelAsyncResultTest.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\ChannelForwardedTcpipTest.cs">
- <Link>Classes\Channels\ChannelForwardedTcpipTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Channels\ChannelSessionTest.cs">
- <Link>Classes\Channels\ChannelSessionTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\CipherInfoTest.cs">
- <Link>Classes\CipherInfoTest.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\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\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\ForwardedPortLocalTest.cs">
- <Link>Classes\ForwardedPortLocalTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortRemoteTest.cs">
- <Link>Classes\ForwardedPortRemoteTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\ForwardedPortTest.cs">
- <Link>Classes\ForwardedPortTest.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\RequestMessageTest.cs">
- <Link>Classes\Messages\Authentication\RequestMessageTest.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\Netconf\NetConfSessionTest.cs">
- <Link>Classes\Netconf\NetConfSessionTest.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\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\Hashes\MD5HashTest.cs">
- <Link>Classes\Security\Cryptography\Hashes\MD5HashTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Hashes\RIPEMD160HashTest.cs">
- <Link>Classes\Security\Cryptography\Hashes\RIPEMD160HashTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Hashes\SHA1HashTest.cs">
- <Link>Classes\Security\Cryptography\Hashes\SHA1HashTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Classes\Security\Cryptography\Hashes\SHA256HashTest.cs">
- <Link>Classes\Security\Cryptography\Hashes\SHA256HashTest.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.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\SftpDataMessageTest.cs">
- <Link>Classes\Sftp\SftpDataMessageTest.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.cs">
- <Link>Classes\Sftp\SftpFileStreamTest.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.cs">
- <Link>Classes\Sftp\SftpSessionTest.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\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\SshCommandTest.cs">
- <Link>Classes\SshCommandTest.cs</Link>
- </Compile>
- <Compile Include="..\Renci.SshNet.Tests\Common\AsyncSocketListener.cs">
- <Link>Common\AsyncSocketListener.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>
- </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>
|