diff --git a/src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj b/src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj index ed44fb52..a6878d18 100644 --- a/src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj +++ b/src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj @@ -308,6 +308,9 @@ IForwardedPort.cs + + IRemotePathTransformation.cs + IServiceFactory.cs @@ -578,6 +581,18 @@ ProxyTypes.cs + + RemotePathDoubleQuoteTransformation.cs + + + RemotePathNoneTransformation.cs + + + RemotePathShellQuoteTransformation.cs + + + RemotePathTransformation.cs + ScpClient.cs diff --git a/src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj b/src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj index b44af5e4..68724158 100644 --- a/src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj +++ b/src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj @@ -314,6 +314,9 @@ IForwardedPort.cs + + IRemotePathTransformation.cs + IServiceFactory.cs @@ -572,6 +575,18 @@ ProxyTypes.cs + + RemotePathDoubleQuoteTransformation.cs + + + RemotePathNoneTransformation.cs + + + RemotePathShellQuoteTransformation.cs + + + RemotePathTransformation.cs + ScpClient.cs @@ -949,7 +964,7 @@ - +