SparkleShare/SharpSSH/SharpSSH.csproj
2010-07-17 12:30:17 +01:00

199 lines
8.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project 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>{BB50B7E2-4622-4D8B-B7FF-5E5D8F02D91F}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Tamir.SharpSsh</RootNamespace>
<AssemblyName>Tamir.SharpSSH</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\Debug\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<RunWithWarnings>false</RunWithWarnings>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<RunWithWarnings>false</RunWithWarnings>
</PropertyGroup>
<ItemGroup>
<Content Include="App.ico" />
<Content Include="jsch\examples\README.txt" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="ITransferProtocol.cs" />
<Compile Include="Scp.cs" />
<Compile Include="Sftp.cs" />
<Compile Include="SshBase.cs" />
<Compile Include="SshExe.cs" />
<Compile Include="SshShell.cs" />
<Compile Include="SshStream.cs" />
<Compile Include="SshTransferException.cs" />
<Compile Include="SshTransferProtocolBase.cs" />
<Compile Include="java\Exception.cs" />
<Compile Include="java\Platform.cs" />
<Compile Include="java\RuntimeException.cs" />
<Compile Include="java\String.cs" />
<Compile Include="java\System.cs" />
<Compile Include="java\io\File.cs" />
<Compile Include="java\io\FileInputStream.cs" />
<Compile Include="java\io\FileOutputStream.cs" />
<Compile Include="java\io\InputStream.cs" />
<Compile Include="java\io\InputStreamWrapper.cs" />
<Compile Include="java\io\JStream.cs" />
<Compile Include="java\io\OutputStream.cs" />
<Compile Include="java\lang\Class.cs" />
<Compile Include="java\lang\Integer.cs" />
<Compile Include="java\lang\Runnable.cs" />
<Compile Include="java\lang\StringBuffer.cs" />
<Compile Include="java\lang\Thread.cs" />
<Compile Include="java\net\InetAddress.cs" />
<Compile Include="java\net\ServerSocket.cs" />
<Compile Include="java\net\Socket.cs" />
<Compile Include="java\util\Arrays.cs" />
<Compile Include="java\util\Enumeration.cs" />
<Compile Include="java\util\Hashtable.cs" />
<Compile Include="java\util\JavaString.cs" />
<Compile Include="java\util\Vector.cs" />
<Compile Include="jsch\Buffer.cs" />
<Compile Include="jsch\Channel.cs" />
<Compile Include="jsch\Channel.old.cs" />
<Compile Include="jsch\ChannelDirectTCPIP.cs" />
<Compile Include="jsch\ChannelExec.cs" />
<Compile Include="jsch\ChannelForwardedTCPIP.cs" />
<Compile Include="jsch\ChannelSession.cs" />
<Compile Include="jsch\ChannelSftp.cs" />
<Compile Include="jsch\ChannelSftpStreamGet.cs" />
<Compile Include="jsch\ChannelSftpStreamPut.cs" />
<Compile Include="jsch\ChannelShell.cs" />
<Compile Include="jsch\ChannelSubsystem.cs" />
<Compile Include="jsch\ChannelX11.cs" />
<Compile Include="jsch\Cipher.cs" />
<Compile Include="jsch\Compression.cs" />
<Compile Include="jsch\DH.cs" />
<Compile Include="jsch\DHG1.cs" />
<Compile Include="jsch\DHGEX.cs" />
<Compile Include="jsch\ForwardedTCPIPDaemon.cs" />
<Compile Include="jsch\HASH.cs" />
<Compile Include="jsch\HostKey.cs" />
<Compile Include="jsch\HostKeyRepository.cs" />
<Compile Include="jsch\Identity.cs" />
<Compile Include="jsch\IdentityFile.cs" />
<Compile Include="jsch\IO.cs" />
<Compile Include="jsch\JSch.cs" />
<Compile Include="jsch\JSchAuthCancelException.cs" />
<Compile Include="jsch\JSchException.cs" />
<Compile Include="jsch\JSchPartialAuthException.cs" />
<Compile Include="jsch\KeyExchange.cs" />
<Compile Include="jsch\KeyPair.cs" />
<Compile Include="jsch\KeyPairDSA.cs" />
<Compile Include="jsch\KeyPairGenDSA.cs" />
<Compile Include="jsch\KeyPairGenRSA.cs" />
<Compile Include="jsch\KeyPairRSA.cs" />
<Compile Include="jsch\KnownHosts.cs" />
<Compile Include="jsch\MAC.cs" />
<Compile Include="jsch\Packet.cs" />
<Compile Include="jsch\PortWatcher.cs" />
<Compile Include="jsch\Proxy.cs" />
<Compile Include="jsch\ProxyHTTP.cs" />
<Compile Include="jsch\Random.cs" />
<Compile Include="jsch\Request.cs" />
<Compile Include="jsch\RequestExec.cs" />
<Compile Include="jsch\RequestPtyReq.cs" />
<Compile Include="jsch\RequestSftp.cs" />
<Compile Include="jsch\RequestShell.cs" />
<Compile Include="jsch\RequestSignal.cs" />
<Compile Include="jsch\RequestSubsystem.cs" />
<Compile Include="jsch\RequestWindowChange.cs" />
<Compile Include="jsch\RequestX11.cs" />
<Compile Include="jsch\ServerSocketFactory.cs" />
<Compile Include="jsch\Session.cs" />
<Compile Include="jsch\SftpATTRS.cs" />
<Compile Include="jsch\SftpException.cs" />
<Compile Include="jsch\SftpProgressMonitor.cs" />
<Compile Include="jsch\SignatureDSA.cs" />
<Compile Include="jsch\SignatureRSA.cs" />
<Compile Include="jsch\SocketFactory.cs" />
<Compile Include="jsch\UIKeyboardInteractive.cs" />
<Compile Include="jsch\UserAuth.cs" />
<Compile Include="jsch\UserAuthKeyboardInteractive.cs" />
<Compile Include="jsch\UserAuthNone.cs" />
<Compile Include="jsch\UserAuthPassword.cs" />
<Compile Include="jsch\UserAuthPublicKey.cs" />
<Compile Include="jsch\UserInfo.cs" />
<Compile Include="jsch\Util.cs" />
<Compile Include="jsch\examples\AES.cs" />
<Compile Include="jsch\examples\ChangePassphrase.cs" />
<Compile Include="jsch\examples\KeyGen.cs" />
<Compile Include="jsch\examples\KnownHosts.cs" />
<Compile Include="jsch\examples\PortForwardingL.cs" />
<Compile Include="jsch\examples\PortForwardingR.cs" />
<Compile Include="jsch\examples\ScpFrom.cs" />
<Compile Include="jsch\examples\ScpTo.cs" />
<Compile Include="jsch\examples\Sftp.cs" />
<Compile Include="jsch\examples\Shell.cs" />
<Compile Include="jsch\examples\StreamForwarding.cs" />
<Compile Include="jsch\examples\UserAuthPubKey.cs" />
<Compile Include="jsch\examples\util\ConsoleProgressBar.cs" />
<Compile Include="jsch\examples\util\InputForm.cs" />
<Compile Include="jsch\jce\AES128CBC.cs" />
<Compile Include="jsch\jce\BlowfishCBC.cs" />
<Compile Include="jsch\jce\DH.cs" />
<Compile Include="jsch\jce\HMACMD5.cs" />
<Compile Include="jsch\jce\HMACMD596.cs" />
<Compile Include="jsch\jce\HMACSHA1.cs" />
<Compile Include="jsch\jce\HMACSHA196.cs" />
<Compile Include="jsch\jce\KeyPairGenDSA.cs" />
<Compile Include="jsch\jce\KeyPairGenRSA.cs" />
<Compile Include="jsch\jce\MD5.cs" />
<Compile Include="jsch\jce\Random.cs" />
<Compile Include="jsch\jce\SHA1.cs" />
<Compile Include="jsch\jce\SignatureDSA.cs" />
<Compile Include="jsch\jce\SignatureRSA.cs" />
<Compile Include="jsch\jce\TripleDESCBC.cs" />
<Compile Include="Streams\CombinedStream.cs" />
<Compile Include="Streams\InputStream.cs" />
<Compile Include="Streams\OutputStream.cs" />
<Compile Include="Streams\PipedInputStream.cs" />
<Compile Include="Streams\PipedOutputStream.cs" />
<Compile Include="Streams\ProtectedConsoleStream.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="jsch\examples\util\InputForm.resx">
<DependentUpon>InputForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Drawing" />
<Reference Include="DiffieHellman, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\DiffieHellman.dll</HintPath>
</Reference>
<Reference Include="Org.Mentalis.Security, Version=1.0.13.715, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\Org.Mentalis.Security.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>
<Properties InternalTargetFrameworkVersion="3.5" />
</MonoDevelop>
</ProjectExtensions>
</Project>