| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784 | <?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>8.0.50727</ProductVersion>    <SchemaVersion>2.0</SchemaVersion>    <ProjectGuid>{77C294BB-1DC2-49DC-BE16-963F8F22794D}</ProjectGuid>    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>    <OutputType>Library</OutputType>    <AppDesignerFolder>Properties</AppDesignerFolder>    <RootNamespace>Renci.SshNet.Silverlight</RootNamespace>    <AssemblyName>Renci.SshNet.Silverlight</AssemblyName>    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>    <SilverlightApplication>false</SilverlightApplication>    <ValidateXaml>true</ValidateXaml>    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>    <SccProjectName>SAK</SccProjectName>    <SccLocalPath>SAK</SccLocalPath>    <SccAuxPath>SAK</SccAuxPath>    <SccProvider>SAK</SccProvider>  </PropertyGroup>  <!-- This property group is only here to support building this project using the        MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs        to set the TargetFrameworkVersion to v3.5 -->  <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">    <DebugSymbols>true</DebugSymbols>    <DebugType>full</DebugType>    <Optimize>false</Optimize>    <OutputPath>Bin\Debug</OutputPath>    <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>    <NoStdLib>true</NoStdLib>    <NoConfig>true</NoConfig>    <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;SILVERLIGHT</DefineConstants>    <NoStdLib>true</NoStdLib>    <NoConfig>true</NoConfig>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>  </PropertyGroup>  <ItemGroup>    <Reference Include="Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />    <Reference Include="mscorlib" />    <Reference Include="System.Windows" />    <Reference Include="system" />    <Reference Include="System.Core" />    <Reference Include="System.Xml" />    <Reference Include="System.Net" />    <Reference Include="System.Windows.Browser" />  </ItemGroup>  <ItemGroup>    <Compile Include="..\Renci.SshNet\AuthenticationMethod.cs">      <Link>AuthenticationMethod.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\AuthenticationResult.cs">      <Link>AuthenticationResult.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\BaseClient.cs">      <Link>BaseClient.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\ChannelAsyncResult.cs">      <Link>ChannelAsyncResult.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Channels\Channel.cs">      <Link>Channels\Channel.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Channels\ChannelDirectTcpip.cs">      <Link>Channels\ChannelDirectTcpip.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Channels\ChannelForwardedTcpip.cs">      <Link>Channels\ChannelForwardedTcpip.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Channels\ChannelSession.cs">      <Link>Channels\ChannelSession.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Channels\ChannelTypes.cs">      <Link>Channels\ChannelTypes.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\CipherInfo.cs">      <Link>CipherInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ASCIIEncoding.cs">      <Link>Common\ASCIIEncoding.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\AsyncResult.cs">      <Link>Common\AsyncResult.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\AuthenticationBannerEventArgs.cs">      <Link>Common\AuthenticationBannerEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\AuthenticationEventArgs.cs">      <Link>Common\AuthenticationEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\AuthenticationPasswordChangeEventArgs.cs">      <Link>Common\AuthenticationPasswordChangeEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\AuthenticationPrompt.cs">      <Link>Common\AuthenticationPrompt.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\AuthenticationPromptEventArgs.cs">      <Link>Common\AuthenticationPromptEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\BigInteger.cs">      <Link>Common\BigInteger.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ChannelDataEventArgs.cs">      <Link>Common\ChannelDataEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ChannelEventArgs.cs">      <Link>Common\ChannelEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ChannelOpenFailedEventArgs.cs">      <Link>Common\ChannelOpenFailedEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ChannelRequestEventArgs.cs">      <Link>Common\ChannelRequestEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\DerData.cs">      <Link>Common\DerData.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ExceptionEventArgs.cs">      <Link>Common\ExceptionEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\Extensions.cs">      <Link>Common\Extensions.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\HostKeyEventArgs.cs">      <Link>Common\HostKeyEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ObjectIdentifier.cs">      <Link>Common\ObjectIdentifier.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\PipeStream.cs">      <Link>Common\PipeStream.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\PortForwardEventArgs.cs">      <Link>Common\PortForwardEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ProxyException.cs">      <Link>Common\ProxyException.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ScpDownloadEventArgs.cs">      <Link>Common\ScpDownloadEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ScpException.cs">      <Link>Common\ScpException.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ScpUploadEventArgs.cs">      <Link>Common\ScpUploadEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\SemaphoreLight.cs">      <Link>Common\SemaphoreLight.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\SftpPathNotFoundException.cs">      <Link>Common\SftpPathNotFoundException.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\SftpPermissionDeniedException.cs">      <Link>Common\SftpPermissionDeniedException.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\ShellDataEventArgs.cs">      <Link>Common\ShellDataEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\SshAuthenticationException.cs">      <Link>Common\SshAuthenticationException.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\SshConnectionException.cs">      <Link>Common\SshConnectionException.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\SshData.cs">      <Link>Common\SshData.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\SshException.cs">      <Link>Common\SshException.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\SshOperationTimeoutException.cs">      <Link>Common\SshOperationTimeoutException.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\SshPassPhraseNullOrEmptyException.cs">      <Link>Common\SshPassPhraseNullOrEmptyException.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Common\TerminalModes.cs">      <Link>Common\TerminalModes.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Compression\CompressionMode.cs">      <Link>Compression\CompressionMode.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Compression\Compressor.cs">      <Link>Compression\Compressor.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Compression\Zlib.cs">      <Link>Compression\Zlib.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Compression\ZlibOpenSsh.cs">      <Link>Compression\ZlibOpenSsh.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Compression\ZlibStream.cs">      <Link>Compression\ZlibStream.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\ConnectionInfo.cs">      <Link>ConnectionInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\ExpectAction.cs">      <Link>ExpectAction.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\ForwardedPort.cs">      <Link>ForwardedPort.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\ForwardedPortDynamic.cs">      <Link>ForwardedPortDynamic.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\ForwardedPortLocal.cs">      <Link>ForwardedPortLocal.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\ForwardedPortRemote.cs">      <Link>ForwardedPortRemote.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\KeyboardInteractiveAuthenticationMethod.cs">      <Link>KeyboardInteractiveAuthenticationMethod.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\KeyboardInteractiveConnectionInfo.cs">      <Link>KeyboardInteractiveConnectionInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\MessageEventArgs.cs">      <Link>MessageEventArgs.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\BannerMessage.cs">      <Link>Messages\Authentication\BannerMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\FailureMessage.cs">      <Link>Messages\Authentication\FailureMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\InformationRequestMessage.cs">      <Link>Messages\Authentication\InformationRequestMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\InformationResponseMessage.cs">      <Link>Messages\Authentication\InformationResponseMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\PasswordChangeRequiredMessage.cs">      <Link>Messages\Authentication\PasswordChangeRequiredMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\PublicKeyMessage.cs">      <Link>Messages\Authentication\PublicKeyMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessage.cs">      <Link>Messages\Authentication\RequestMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessageHost.cs">      <Link>Messages\Authentication\RequestMessageHost.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessageKeyboardInteractive.cs">      <Link>Messages\Authentication\RequestMessageKeyboardInteractive.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessageNone.cs">      <Link>Messages\Authentication\RequestMessageNone.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessagePassword.cs">      <Link>Messages\Authentication\RequestMessagePassword.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\RequestMessagePublicKey.cs">      <Link>Messages\Authentication\RequestMessagePublicKey.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Authentication\SuccessMessage.cs">      <Link>Messages\Authentication\SuccessMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelCloseMessage.cs">      <Link>Messages\Connection\ChannelCloseMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelDataMessage.cs">      <Link>Messages\Connection\ChannelDataMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelEofMessage.cs">      <Link>Messages\Connection\ChannelEofMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelExtendedDataMessage.cs">      <Link>Messages\Connection\ChannelExtendedDataMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelFailureMessage.cs">      <Link>Messages\Connection\ChannelFailureMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelMessage.cs">      <Link>Messages\Connection\ChannelMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpenConfirmationMessage.cs">      <Link>Messages\Connection\ChannelOpenConfirmationMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpenFailureMessage.cs">      <Link>Messages\Connection\ChannelOpenFailureMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpenFailureReasons.cs">      <Link>Messages\Connection\ChannelOpenFailureReasons.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\ChannelOpenInfo.cs">      <Link>Messages\Connection\ChannelOpen\ChannelOpenInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\ChannelOpenMessage.cs">      <Link>Messages\Connection\ChannelOpen\ChannelOpenMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\DirectTcpipChannelInfo.cs">      <Link>Messages\Connection\ChannelOpen\DirectTcpipChannelInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfo.cs">      <Link>Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\SessionChannelOpenInfo.cs">      <Link>Messages\Connection\ChannelOpen\SessionChannelOpenInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelOpen\X11ChannelOpenInfo.cs">      <Link>Messages\Connection\ChannelOpen\X11ChannelOpenInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\BreakRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\BreakRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\ChannelRequestMessage.cs">      <Link>Messages\Connection\ChannelRequest\ChannelRequestMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\EndOfWriteRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\EndOfWriteRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\ExecRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\ExecRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\ExitSignalRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\ExitSignalRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\ExitStatusRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\ExitStatusRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\KeepAliveRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\KeepAliveRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\PseudoTerminalInfo.cs">      <Link>Messages\Connection\ChannelRequest\PseudoTerminalInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\RequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\RequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\ShellRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\ShellRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\SignalRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\SignalRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\SubsystemRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\SubsystemRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\WindowChangeRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\WindowChangeRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\X11ForwardingRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\X11ForwardingRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelRequest\XonXoffRequestInfo.cs">      <Link>Messages\Connection\ChannelRequest\XonXoffRequestInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelSuccessMessage.cs">      <Link>Messages\Connection\ChannelSuccessMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\ChannelWindowAdjustMessage.cs">      <Link>Messages\Connection\ChannelWindowAdjustMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\GlobalRequestMessage.cs">      <Link>Messages\Connection\GlobalRequestMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\GlobalRequestName.cs">      <Link>Messages\Connection\GlobalRequestName.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\RequestFailureMessage.cs">      <Link>Messages\Connection\RequestFailureMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Connection\RequestSuccessMessage.cs">      <Link>Messages\Connection\RequestSuccessMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Message.cs">      <Link>Messages\Message.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\MessageAttribute.cs">      <Link>Messages\MessageAttribute.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\ServiceName.cs">      <Link>Messages\ServiceName.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\DebugMessage.cs">      <Link>Messages\Transport\DebugMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\DisconnectMessage.cs">      <Link>Messages\Transport\DisconnectMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\DisconnectReason.cs">      <Link>Messages\Transport\DisconnectReason.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\IgnoreMessage.cs">      <Link>Messages\Transport\IgnoreMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\IKeyExchangedAllowed.cs">      <Link>Messages\Transport\IKeyExchangedAllowed.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhGroupExchangeGroup.cs">      <Link>Messages\Transport\KeyExchangeDhGroupExchangeGroup.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhGroupExchangeInit.cs">      <Link>Messages\Transport\KeyExchangeDhGroupExchangeInit.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhGroupExchangeReply.cs">      <Link>Messages\Transport\KeyExchangeDhGroupExchangeReply.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhGroupExchangeRequest.cs">      <Link>Messages\Transport\KeyExchangeDhGroupExchangeRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhInitMessage.cs">      <Link>Messages\Transport\KeyExchangeDhInitMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeDhReplyMessage.cs">      <Link>Messages\Transport\KeyExchangeDhReplyMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\KeyExchangeInitMessage.cs">      <Link>Messages\Transport\KeyExchangeInitMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\NewKeysMessage.cs">      <Link>Messages\Transport\NewKeysMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\ServiceAcceptMessage.cs">      <Link>Messages\Transport\ServiceAcceptMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\ServiceRequestMessage.cs">      <Link>Messages\Transport\ServiceRequestMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Messages\Transport\UnimplementedMessage.cs">      <Link>Messages\Transport\UnimplementedMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\NoneAuthenticationMethod.cs">      <Link>NoneAuthenticationMethod.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\PasswordAuthenticationMethod.cs">      <Link>PasswordAuthenticationMethod.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\PasswordConnectionInfo.cs">      <Link>PasswordConnectionInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\PrivateKeyAuthenticationMethod.cs">      <Link>PrivateKeyAuthenticationMethod.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\PrivateKeyConnectionInfo.cs">      <Link>PrivateKeyConnectionInfo.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\PrivateKeyFile.cs">      <Link>PrivateKeyFile.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\ProxyTypes.cs">      <Link>ProxyTypes.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\ScpClient.cs">      <Link>ScpClient.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Algorithm.cs">      <Link>Security\Algorithm.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\CertificateHostAlgorithm.cs">      <Link>Security\CertificateHostAlgorithm.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\AsymmetricCipher.cs">      <Link>Security\Cryptography\AsymmetricCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\BlockCipher.cs">      <Link>Security\Cryptography\BlockCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Cipher.cs">      <Link>Security\Cryptography\Cipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\CipherDigitalSignature.cs">      <Link>Security\Cryptography\CipherDigitalSignature.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\AesCipher.cs">      <Link>Security\Cryptography\Ciphers\AesCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Arc4Cipher.cs">      <Link>Security\Cryptography\Ciphers\Arc4Cipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\BlowfishCipher.cs">      <Link>Security\Cryptography\Ciphers\BlowfishCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\CastCipher.cs">      <Link>Security\Cryptography\Ciphers\CastCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\CipherMode.cs">      <Link>Security\Cryptography\Ciphers\CipherMode.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\CipherPadding.cs">      <Link>Security\Cryptography\Ciphers\CipherPadding.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\DesCipher.cs">      <Link>Security\Cryptography\Ciphers\DesCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Modes\CbcCipherMode.cs">      <Link>Security\Cryptography\Ciphers\Modes\CbcCipherMode.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Modes\CfbCipherMode.cs">      <Link>Security\Cryptography\Ciphers\Modes\CfbCipherMode.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Modes\CtrCipherMode.cs">      <Link>Security\Cryptography\Ciphers\Modes\CtrCipherMode.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Modes\OfbCipherMode.cs">      <Link>Security\Cryptography\Ciphers\Modes\OfbCipherMode.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Paddings\PKCS7Padding.cs">      <Link>Security\Cryptography\Ciphers\Paddings\PKCS7Padding.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\Paddings\PKCS5Padding.cs">      <Link>Security\Cryptography\Ciphers\Paddings\PKCS5Padding.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\RsaCipher.cs">      <Link>Security\Cryptography\Ciphers\RsaCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\SerpentCipher.cs">      <Link>Security\Cryptography\Ciphers\SerpentCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\TripleDesCipher.cs">      <Link>Security\Cryptography\Ciphers\TripleDesCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Ciphers\TwofishCipher.cs">      <Link>Security\Cryptography\Ciphers\TwofishCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\DigitalSignature.cs">      <Link>Security\Cryptography\DigitalSignature.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\DsaDigitalSignature.cs">      <Link>Security\Cryptography\DsaDigitalSignature.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\DsaKey.cs">      <Link>Security\Cryptography\DsaKey.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Hashes\MD5Hash.cs">      <Link>Security\Cryptography\Hashes\MD5Hash.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Hashes\SHA1Hash.cs">      <Link>Security\Cryptography\Hashes\SHA1Hash.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Hashes\SHA256Hash.cs">      <Link>Security\Cryptography\Hashes\SHA256Hash.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\HMac.cs">      <Link>Security\Cryptography\HMac.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\Key.cs">      <Link>Security\Cryptography\Key.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\RsaDigitalSignature.cs">      <Link>Security\Cryptography\RsaDigitalSignature.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\RsaKey.cs">      <Link>Security\Cryptography\RsaKey.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\StreamCipher.cs">      <Link>Security\Cryptography\StreamCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\Cryptography\SymmetricCipher.cs">      <Link>Security\Cryptography\SymmetricCipher.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\HostAlgorithm.cs">      <Link>Security\HostAlgorithm.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\KeyExchange.cs">      <Link>Security\KeyExchange.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellman.cs">      <Link>Security\KeyExchangeDiffieHellman.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroup14Sha1.cs">      <Link>Security\KeyExchangeDiffieHellmanGroup14Sha1.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroup1Sha1.cs">      <Link>Security\KeyExchangeDiffieHellmanGroup1Sha1.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupExchangeSha1.cs">      <Link>Security\KeyExchangeDiffieHellmanGroupExchangeSha1.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupExchangeSha256.cs">      <Link>Security\KeyExchangeDiffieHellmanGroupExchangeSha256.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupSha1.cs">      <Link>Security\KeyExchangeDiffieHellmanGroupSha1.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Security\KeyHostAlgorithm.cs">      <Link>Security\KeyHostAlgorithm.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Session.cs">      <Link>Session.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\SftpClient.cs">      <Link>SftpClient.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Flags.cs">      <Link>Sftp\Flags.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\PosixRenameRequest.cs">      <Link>Sftp\Requests\PosixRenameRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpCloseRequest.cs">      <Link>Sftp\Requests\SftpCloseRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpFSetStatRequest.cs">      <Link>Sftp\Requests\SftpFSetStatRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpFStatRequest.cs">      <Link>Sftp\Requests\SftpFStatRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpInitRequest.cs">      <Link>Sftp\Requests\SftpInitRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpLStatRequest.cs">      <Link>Sftp\Requests\SftpLStatRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpMkDirRequest.cs">      <Link>Sftp\Requests\SftpMkDirRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpOpenDirRequest.cs">      <Link>Sftp\Requests\SftpOpenDirRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpOpenRequest.cs">      <Link>Sftp\Requests\SftpOpenRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpReadDirRequest.cs">      <Link>Sftp\Requests\SftpReadDirRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpReadLinkRequest.cs">      <Link>Sftp\Requests\SftpReadLinkRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpReadRequest.cs">      <Link>Sftp\Requests\SftpReadRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpRealPathRequest.cs">      <Link>Sftp\Requests\SftpRealPathRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpRemoveRequest.cs">      <Link>Sftp\Requests\SftpRemoveRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpRenameRequest.cs">      <Link>Sftp\Requests\SftpRenameRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpRequest.cs">      <Link>Sftp\Requests\SftpRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpRmDirRequest.cs">      <Link>Sftp\Requests\SftpRmDirRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpSetStatRequest.cs">      <Link>Sftp\Requests\SftpSetStatRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpStatRequest.cs">      <Link>Sftp\Requests\SftpStatRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpSymLinkRequest.cs">      <Link>Sftp\Requests\SftpSymLinkRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\SftpWriteRequest.cs">      <Link>Sftp\Requests\SftpWriteRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Requests\StatVfsRequest.cs">      <Link>Sftp\Requests\StatVfsRequest.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpAttrsResponse.cs">      <Link>Sftp\Responses\SftpAttrsResponse.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpDataResponse.cs">      <Link>Sftp\Responses\SftpDataResponse.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpExtendedReplyResponse.cs">      <Link>Sftp\Responses\SftpExtendedReplyResponse.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpHandleResponse.cs">      <Link>Sftp\Responses\SftpHandleResponse.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpNameResponse.cs">      <Link>Sftp\Responses\SftpNameResponse.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpResponse.cs">      <Link>Sftp\Responses\SftpResponse.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpStatusResponse.cs">      <Link>Sftp\Responses\SftpStatusResponse.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Responses\SftpVersionResponse.cs">      <Link>Sftp\Responses\SftpVersionResponse.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\Responses\StatVfsResponse.cs">      <Link>Sftp\Responses\StatVfsResponse.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpDataMessage.cs">      <Link>Sftp\SftpDataMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpDownloadAsyncResult.cs">      <Link>Sftp\SftpDownloadAsyncResult.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpFile.cs">      <Link>Sftp\SftpFile.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpFileAttributes.cs">      <Link>Sftp\SftpFileAttributes.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpFileStream.cs">      <Link>Sftp\SftpFileStream.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpFileSystemInformation.cs">      <Link>Sftp\SftpFileSystemInformation.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpListDirectoryAsyncResult.cs">      <Link>Sftp\SftpListDirectoryAsyncResult.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpMessage.cs">      <Link>Sftp\SftpMessage.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpMessageTypes.cs">      <Link>Sftp\SftpMessageTypes.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpSession.cs">      <Link>Sftp\SftpSession.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpSynchronizeDirectoriesAsyncResult.cs">      <Link>Sftp\SftpSynchronizeDirectoriesAsyncResult.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\SftpUploadAsyncResult.cs">      <Link>Sftp\SftpUploadAsyncResult.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Sftp\StatusCodes.cs">      <Link>Sftp\StatusCodes.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\Shell.cs">      <Link>Shell.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\ShellStream.cs">      <Link>ShellStream.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\SshClient.cs">      <Link>SshClient.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\SshCommand.cs">      <Link>SshCommand.cs</Link>    </Compile>    <Compile Include="..\Renci.SshNet\SubsystemSession.cs">      <Link>SubsystemSession.cs</Link>    </Compile>    <Compile Include="Common\Extensions.SilverlightShared.cs" />    <Compile Include="ForwardedPortLocal.SilverlightShared.cs" />    <Compile Include="ForwardedPortRemote.SilverlightShared.cs" />    <Compile Include="KeyboardInteractiveAuthenticationMethod.SilverlightShared.cs" />    <Compile Include="PasswordAuthenticationMethod.SilverlightShared.cs" />    <Compile Include="Properties\AssemblyInfo.cs" />    <Compile Include="ScpClient.SilverlightShared.cs" />    <Compile Include="Session.SilverlightBrowser.cs" />    <Compile Include="Session.SilverlightShared.cs" />    <Compile Include="SftpClient.SilverlightShared.cs" />    <Compile Include="SshCommand.SilverlightShared.cs" />  </ItemGroup>  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />  <ProjectExtensions>    <VisualStudio>      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">        <SilverlightProjectProperties />      </FlavorProperties>      <UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" 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>
 |