From 84f3a28018e7c08054e1e2b3c3a6f3a465bca748 Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sun, 27 Aug 2017 09:29:37 +0200 Subject: [PATCH] Move UploadTime to ScpClient.NET.cs, and sync legacy project files. --- .../Renci.SshNet.Silverlight.csproj | 5 ++++- .../Renci.SshNet.Silverlight5.csproj | 5 ++++- src/Renci.SshNet.UAP10/Renci.SshNet.UAP10.csproj | 3 +++ .../Renci.SshNet.WindowsPhone.csproj | 3 +++ .../Renci.SshNet.WindowsPhone8.csproj | 5 ++++- src/Renci.SshNet/ScpClient.NET.cs | 16 ++++++++++++++++ src/Renci.SshNet/ScpClient.cs | 16 ---------------- 7 files changed, 34 insertions(+), 19 deletions(-) diff --git a/src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj b/src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj index 6d8cf1c5e..b44af5e47 100644 --- a/src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj +++ b/src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj @@ -209,6 +209,9 @@ Common\PortForwardEventArgs.cs + + Common\PosixPath.cs + Common\ProxyException.cs @@ -946,7 +949,7 @@ - +