Skip to content

Commit 62a4f6d

Browse files
committed
Issue sshnet#193 Adding ISftpClient interface to SftpClient for mocking and testing purposes.
1 parent 6cb91f6 commit 62a4f6d

File tree

4 files changed

+1072
-2
lines changed

4 files changed

+1072
-2
lines changed

src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@
314314
<Compile Include="..\Renci.SshNet\ISession.cs">
315315
<Link>ISession.cs</Link>
316316
</Compile>
317+
<Compile Include="..\Renci.SshNet\ISftpClient.cs">
318+
<Link>ISftpClient.cs</Link>
319+
</Compile>
317320
<Compile Include="..\Renci.SshNet\ISubsystemSession.cs">
318321
<Link>ISubsystemSession.cs</Link>
319322
</Compile>
@@ -947,7 +950,7 @@
947950
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
948951
<ProjectExtensions>
949952
<VisualStudio>
950-
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
953+
<UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
951954
</VisualStudio>
952955
</ProjectExtensions>
953956
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)