SparkleShare/SharpSSH/SharpSSH.csproj

1 line
8.8 KiB
XML
Raw Normal View History

2010-07-15 19:41:37 +00:00
<?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" />