| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352 | <?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.30703</ProductVersion>    <SchemaVersion>2.0</SchemaVersion>    <ProjectGuid>{2F5F8C90-0BD1-424F-997C-7BC6280919D1}</ProjectGuid>    <OutputType>Library</OutputType>    <AppDesignerFolder>Properties</AppDesignerFolder>    <RootNamespace>Renci.SshNet</RootNamespace>    <AssemblyName>Renci.SshNet</AssemblyName>    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>    <FileAlignment>512</FileAlignment>    <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>    <DocumentationFile>bin\Debug\Renci.SshNet.xml</DocumentationFile>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">    <DebugType>pdbonly</DebugType>    <Optimize>true</Optimize>    <OutputPath>bin\Release\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>    <DocumentationFile>bin\Release\Renci.SshNet.xml</DocumentationFile>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugNoTimeout|AnyCPU'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>bin\DebugNoTimeout\</OutputPath>    <DefineConstants>TRACE;DEBUG;NOTIMEOUT</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <CodeAnalysisLogFile>bin\Debug\Renci.SshClient.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>    <ErrorReport>prompt</ErrorReport>    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>    <DocumentationFile>bin\DebugNoTimeout\Renci.SshNet.xml</DocumentationFile>  </PropertyGroup>  <ItemGroup>    <Reference Include="System" />    <Reference Include="System.Core" />    <Reference Include="System.Xml.Linq" />    <Reference Include="Microsoft.CSharp" />    <Reference Include="System.Data" />    <Reference Include="System.Xml" />  </ItemGroup>  <ItemGroup>    <Compile Include="Channels\ChannelDirectTcpip.NET40.cs" />    <Compile Include="Common\AsyncResult.cs" />    <Compile Include="Common\AuthenticationBannerEventArgs.cs" />    <Compile Include="Common\AuthenticationEventArgs.cs" />    <Compile Include="Common\AuthenticationPasswordChangeEventArgs.cs" />    <Compile Include="Common\AuthenticationPromptEventArgs.cs" />    <Compile Include="Common\AuthenticationPrompt.cs" />    <Compile Include="Common\BigInteger.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Common\ChannelDataEventArgs.cs" />    <Compile Include="Common\ChannelEventArgs.cs" />    <Compile Include="Common\ChannelOpenFailedEventArgs.cs" />    <Compile Include="Common\ChannelRequestEventArgs.cs" />    <Compile Include="Common\SemaphoreLight.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Common\SftpPathNotFoundException.NET40.cs" />    <Compile Include="Common\SftpPermissionDeniedException.NET40.cs" />    <Compile Include="Common\SshAuthenticationException.NET40.cs" />    <Compile Include="Common\SshConnectionException.NET40.cs" />    <Compile Include="Common\SshException.NET40.cs" />    <Compile Include="Common\SshPassPhraseNullOrEmptyException.NET40.cs" />    <Compile Include="Common\ExceptionEventArgs.cs" />    <Compile Include="Common\PipeStream.cs" />    <Compile Include="Common\PortForwardEventArgs.cs" />    <Compile Include="Common\SshAuthenticationException.cs" />    <Compile Include="Common\SshConnectionException.cs" />    <Compile Include="Common\SftpPathNotFoundException.cs" />    <Compile Include="Common\SshOperationTimeoutException.cs" />    <Compile Include="Common\SshOperationTimeoutException.NET40.cs" />    <Compile Include="Common\SshPassPhraseNullOrEmptyException.cs" />    <Compile Include="Common\SftpPermissionDeniedException.cs" />    <Compile Include="ForwardedPortLocal.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Security\Cryptography\Aes.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Security\Cryptography\Serpent.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Shell.NET40.cs" />    <Compile Include="SftpClient.NET40.cs" />    <Compile Include="PasswordConnectionInfo.NET40.cs" />    <Compile Include="KeyboardInteractiveConnectionInfo.NET40.cs" />    <Compile Include="ForwardedPortRemote.NET40.cs" />    <Compile Include="ForwardedPortLocal.NET40.cs" />    <Compile Include="SshCommand.NET40.cs" />    <Compile Include="Session.NET40.cs" />    <Compile Include="KeyboardInteractiveConnectionInfo.cs" />    <Compile Include="Messages\Authentication\RequestMessageKeyboardInteractive.cs" />    <Compile Include="Messages\Authentication\RequestMessageNone.cs" />    <Compile Include="Messages\Connection\ChannelOpen\ChannelOpenInfo.cs" />    <Compile Include="Messages\Connection\ChannelOpen\DirectTcpipChannelInfo.cs" />    <Compile Include="Messages\Connection\ChannelOpen\ForwardedTcpipChannelInfo.cs" />    <Compile Include="Messages\Connection\ChannelOpen\SessionChannelOpenInfo.cs" />    <Compile Include="Messages\Connection\ChannelOpen\X11ChannelOpenInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\EnvironmentVariableRequestInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\ExecRequestInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\ExitSignalRequestInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\ExitStatusRequestInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\PseudoTerminalInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\RequestInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\ShellRequestInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\SignalRequestInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\SubsystemRequestInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\WindowChangeRequestInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\X11ForwardingRequestInfo.cs" />    <Compile Include="Messages\Connection\ChannelRequest\XonXoffRequestInfo.cs" />    <Compile Include="Messages\MessageAttribute.cs" />    <Compile Include="NoneConnectionInfo.cs" />    <Compile Include="Security\CipherBlowfish.cs" />    <Compile Include="Security\CipherAESCTR.cs" />    <Compile Include="Security\CipherCast.cs" />    <Compile Include="Security\CipherSerpent.cs" />    <Compile Include="Security\Cryptography\Cast.cs" />    <Compile Include="Security\Cryptography\Ciphers\AesCipher.cs" />    <Compile Include="Security\Cryptography\Blowfish.cs" />    <Compile Include="Security\Cryptography\Ciphers\BlowfishCipher.cs" />    <Compile Include="Security\Cryptography\Ciphers\CastCipher.cs" />    <Compile Include="Security\Cryptography\Ciphers\SerpentCipher.cs" />    <Compile Include="Security\Cryptography\Ciphers\TwofishCipher.cs" />    <Compile Include="Security\Cryptography\Modes\CfbMode.cs" />    <Compile Include="Security\Cryptography\Modes\CipherModeEx.cs" />    <Compile Include="Security\Cryptography\CipherTransform.cs" />    <Compile Include="Security\Cryptography\Modes\ModeBase.cs" />    <Compile Include="Security\Cryptography\Modes\CbcMode.cs" />    <Compile Include="Security\Cryptography\Ciphers\CipherBase.cs" />    <Compile Include="Security\Cryptography\TripleDes.cs" />    <Compile Include="Security\Cryptography\Ciphers\TripleDesCipher.cs" />    <Compile Include="Security\Cryptography\Modes\CtrMode.cs" />    <Compile Include="Security\Cryptography\Des.cs" />    <Compile Include="Security\Cryptography\Modes\OfbMode.cs" />    <Compile Include="Security\Cryptography\TransformMode.cs" />    <Compile Include="Security\Cryptography\Ciphers\DesCipher.cs" />    <Compile Include="Sftp\Flags.cs" />    <Compile Include="Sftp\SftpDataMessage.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Sftp\SftpDownloadAsyncResult.cs" />    <Compile Include="Sftp\SftpListDirectoryAsyncResult.cs" />    <Compile Include="Sftp\SftpMessage.cs" />    <Compile Include="Sftp\SftpMessageTypes.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Sftp\SftpUploadAsyncResult.cs" />    <Compile Include="Sftp\StatusCodes.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Sftp\Requests\SftpCloseRequest.cs" />    <Compile Include="Sftp\Requests\SftpFSetStatRequest.cs" />    <Compile Include="Sftp\Requests\SftpFStatRequest.cs" />    <Compile Include="Sftp\Requests\SftpInitRequest.cs" />    <Compile Include="Sftp\Requests\SftpLStatRequest.cs" />    <Compile Include="Sftp\Requests\SftpMkDirRequest.cs" />    <Compile Include="Sftp\Requests\SftpOpenDirRequest.cs" />    <Compile Include="Sftp\Requests\SftpOpenRequest.cs" />    <Compile Include="Sftp\Requests\SftpReadDirRequest.cs" />    <Compile Include="Sftp\Requests\SftpReadLinkRequest.cs" />    <Compile Include="Sftp\Requests\SftpReadRequest.cs" />    <Compile Include="Sftp\Requests\SftpRealPathRequest.cs" />    <Compile Include="Sftp\Requests\SftpRemoveRequest.cs" />    <Compile Include="Sftp\Requests\SftpRenameRequest.cs" />    <Compile Include="Sftp\Requests\SftpRmDirRequest.cs" />    <Compile Include="Sftp\Requests\SftpSetStatRequest.cs" />    <Compile Include="Sftp\Requests\SftpStatRequest.cs" />    <Compile Include="Sftp\Requests\SftpSymLinkRequest.cs" />    <Compile Include="Sftp\Responses\SftpVersionResponse.cs" />    <Compile Include="Sftp\Requests\SftpWriteRequest.cs" />    <Compile Include="Sftp\Responses\SftpAttrsResponse.cs" />    <Compile Include="Sftp\Responses\SftpDataResponse.cs" />    <Compile Include="Sftp\Responses\SftpExtendedReplyResponse.cs" />    <Compile Include="Sftp\Responses\SftpHandleResponse.cs" />    <Compile Include="Sftp\Requests\SftpRequest.cs" />    <Compile Include="Sftp\Responses\SftpNameResponse.cs" />    <Compile Include="Sftp\Responses\SftpResponse.cs" />    <Compile Include="Sftp\Responses\SftpStatusResponse.cs" />    <Compile Include="Sftp\SftpFileAttributes.cs" />    <Compile Include="Sftp\SftpFileStream.cs" />    <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeGroup.cs" />    <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeInit.cs" />    <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeReply.cs" />    <Compile Include="Messages\Transport\KeyExchangeDhGroupExchangeRequest.cs" />    <Compile Include="PasswordConnectionInfo.cs" />    <Compile Include="PrivateKeyConnectionInfo.cs" />    <Compile Include="Security\CipherDES.cs" />    <Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeSha256.cs" />    <Compile Include="Security\HMac.cs" />    <Compile Include="Security\HMacMD5.cs" />    <Compile Include="Security\HMacSha1.cs" />    <Compile Include="Security\KeyExchangeDiffieHellman.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Security\KeyExchangeDiffieHellmanGroup14Sha1.cs" />    <Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeSha1.cs" />    <Compile Include="SftpClient.cs" />    <Compile Include="Sftp\SftpFile.cs" />    <Compile Include="Sftp\SftpSession.cs" />    <Compile Include="BaseClient.cs" />    <Compile Include="SshCommand.cs" />    <Compile Include="MessageEventArgs.cs" />    <Compile Include="ChannelAsyncResult.cs" />    <Compile Include="Channels\ChannelDirectTcpip.cs" />    <Compile Include="Channels\ChannelForwardedTcpip.cs" />    <Compile Include="Channels\ChannelSession.cs" />    <Compile Include="Common\SshException.cs" />    <Compile Include="ForwardedPort.cs" />    <Compile Include="ForwardedPortRemote.cs" />    <Compile Include="Messages\Connection\GlobalRequestName.cs" />    <Compile Include="Security\Algorithm.cs" />    <Compile Include="Security\Cipher.cs" />    <Compile Include="Security\CipherAESCBC.cs" />    <Compile Include="Security\CipherTripleDES.cs" />    <Compile Include="Compression\Compressor.cs" />    <Compile Include="Compression\Zlib.cs" />    <Compile Include="Compression\ZlibOpenSsh.cs" />    <Compile Include="Security\CryptoKey.cs" />    <Compile Include="Security\CryptoPrivateKey.cs" />    <Compile Include="Security\CryptoPrivateKeyDss.cs" />    <Compile Include="Security\CryptoPrivateKeyRsa.cs" />    <Compile Include="Security\CryptoPublicKey.cs" />    <Compile Include="Security\CryptoPublicKeyDss.cs" />    <Compile Include="Security\CryptoPublicKeyRsa.cs" />    <Compile Include="Security\KeyExchange.cs" />    <Compile Include="Security\KeyExchangeDiffieHellmanGroup1Sha1.cs" />    <Compile Include="PrivateKeyFile.cs" />    <Compile Include="Messages\Connection\ChannelMessage.cs" />    <Compile Include="Channels\Channel.cs" />    <Compile Include="Channels\ChannelTypes.cs" />    <Compile Include="ConnectionInfo.cs" />    <Compile Include="Common\Extensions.cs" />    <Compile Include="Messages\Connection\ChannelCloseMessage.cs" />    <Compile Include="Messages\Connection\ChannelDataMessage.cs" />    <Compile Include="Messages\Connection\ChannelEofMessage.cs" />    <Compile Include="Messages\Connection\ChannelExtendedDataMessage.cs" />    <Compile Include="Messages\Connection\ChannelFailureMessage.cs" />    <Compile Include="Messages\Connection\ChannelOpenConfirmationMessage.cs" />    <Compile Include="Messages\Connection\ChannelOpenFailureMessage.cs" />    <Compile Include="Messages\Connection\ChannelOpenFailureReasons.cs" />    <Compile Include="Messages\Connection\ChannelOpen\ChannelOpenMessage.cs" />    <Compile Include="Messages\Connection\ChannelRequest\ChannelRequestMessage.cs" />    <Compile Include="Messages\Connection\ChannelSuccessMessage.cs" />    <Compile Include="Messages\Connection\ChannelWindowAdjustMessage.cs" />    <Compile Include="Messages\Connection\GlobalRequestMessage.cs" />    <Compile Include="Messages\Connection\RequestFailureMessage.cs" />    <Compile Include="Messages\Connection\RequestSuccessMessage.cs" />    <Compile Include="Messages\ServiceName.cs" />    <Compile Include="Messages\Transport\ServiceRequestMessage.cs" />    <Compile Include="Messages\Transport\DebugMessage.cs" />    <Compile Include="Messages\Transport\IgnoreMessage.cs" />    <Compile Include="Messages\Transport\ServiceAcceptMessage.cs" />    <Compile Include="Messages\Transport\DisconnectMessage.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Messages\Transport\KeyExchangeInitMessage.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Messages\Transport\KeyExchangeDhInitMessage.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Messages\Transport\KeyExchangeDhReplyMessage.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Messages\Message.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Messages\Transport\NewKeysMessage.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Messages\Transport\DisconnectReason.cs" />    <Compile Include="Messages\Transport\UnimplementedMessage.cs" />    <Compile Include="Messages\Authentication\BannerMessage.cs" />    <Compile Include="Messages\Authentication\FailureMessage.cs" />    <Compile Include="Messages\Authentication\RequestMessageHost.cs" />    <Compile Include="Messages\Authentication\InformationRequestMessage.cs" />    <Compile Include="Messages\Authentication\InformationResponseMessage.cs" />    <Compile Include="Messages\Authentication\PasswordChangeRequiredMessage.cs" />    <Compile Include="Messages\Authentication\RequestMessagePassword.cs" />    <Compile Include="Messages\Authentication\PublicKeyMessage.cs" />    <Compile Include="Messages\Authentication\RequestMessagePublicKey.cs" />    <Compile Include="Messages\Authentication\RequestMessage.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Messages\Authentication\SuccessMessage.cs" />    <Compile Include="Properties\AssemblyInfo.cs" />    <Compile Include="Session.cs" />    <Compile Include="Common\SshData.cs" />    <Compile Include="Shell.cs" />    <Compile Include="SshClient.cs" />  </ItemGroup>  <ItemGroup>    <None Include="Documentation\Content\About.aml" />    <None Include="Documentation\Content\Guide\Guide.aml" />    <None Include="Documentation\Content\Guide\Guide.Command.aml" />    <None Include="Documentation\Content\Guide\Guide.Command.Asynchronous.aml" />    <None Include="Documentation\Content\Guide\Guide.Command.Error.aml" />    <None Include="Documentation\Content\Guide\Guide.Command.Multitasking.aml" />    <None Include="Documentation\Content\Guide\Guide.Command.StatusCode.aml" />    <None Include="Documentation\Content\Guide\Guide.Command.Timeout.aml" />    <None Include="Documentation\Content\Guide\Guide.Connection.aml" />    <None Include="Documentation\Content\Guide\Guide.Connection.ChangePassword.aml" />    <None Include="Documentation\Content\Guide\Guide.Connection.Interactive.aml" />    <None Include="Documentation\Content\Guide\Guide.Connection.Password.aml" />    <None Include="Documentation\Content\Guide\Guide.Connection.PrivateKey.aml" />    <None Include="Documentation\Content\Guide\Guide.Connection.Prompt.aml" />    <None Include="Documentation\Content\Guide\Guide.Connection.Timeout.aml" />    <None Include="Documentation\Content\Guide\Guide.PortForward.aml" />    <None Include="Documentation\Content\Guide\Guide.PortForward.Local.aml" />    <None Include="Documentation\Content\Guide\Guide.PortForward.Remote.aml" />    <None Include="Documentation\Content\Guide\Guide.SFtp.aml" />    <None Include="Documentation\Content\HowTo.Connect.aml" />    <None Include="Documentation\Content\Reference.aml" />    <None Include="Documentation\Renci.SshClient.content" />  </ItemGroup>  <ItemGroup>    <Content Include="Documentation\SshClient.shfbproj" />  </ItemGroup>  <ItemGroup />  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />  <!-- 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>
 |