Skip to content

Commit 872e393

Browse files
committed
Added missing source links.
1 parent 28f824b commit 872e393

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@
271271
<Compile Include="..\Renci.SshNet\IAuthenticationMethod.cs">
272272
<Link>IAuthenticationMethod.cs</Link>
273273
</Compile>
274+
<Compile Include="..\Renci.SshNet\IClientAuthentication.cs">
275+
<Link>IClientAuthentication.cs</Link>
276+
</Compile>
274277
<Compile Include="..\Renci.SshNet\IConnectionInfo.cs">
275278
<Link>IConnectionInfo.cs</Link>
276279
</Compile>
@@ -655,6 +658,9 @@
655658
<Compile Include="..\Renci.SshNet\Security\HostAlgorithm.cs">
656659
<Link>Security\HostAlgorithm.cs</Link>
657660
</Compile>
661+
<Compile Include="..\Renci.SshNet\Security\IKeyExchange.cs">
662+
<Link>Security\IKeyExchange.cs</Link>
663+
</Compile>
658664
<Compile Include="..\Renci.SshNet\Security\KeyExchange.cs">
659665
<Link>Security\KeyExchange.cs</Link>
660666
</Compile>
@@ -894,7 +900,7 @@
894900
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
895901
<SilverlightProjectProperties />
896902
</FlavorProperties>
897-
<UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
903+
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
898904
</VisualStudio>
899905
</ProjectExtensions>
900906
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/Renci.SshNet.WindowsPhone/Renci.SshNet.WindowsPhone.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@
259259
<Compile Include="..\Renci.SshNet\IAuthenticationMethod.cs">
260260
<Link>IAuthenticationMethod.cs</Link>
261261
</Compile>
262+
<Compile Include="..\Renci.SshNet\IClientAuthentication.cs">
263+
<Link>IClientAuthentication.cs</Link>
264+
</Compile>
262265
<Compile Include="..\Renci.SshNet\IConnectionInfo.cs">
263266
<Link>IConnectionInfo.cs</Link>
264267
</Compile>
@@ -649,6 +652,9 @@
649652
<Compile Include="..\Renci.SshNet\Security\HostAlgorithm.cs">
650653
<Link>Security\HostAlgorithm.cs</Link>
651654
</Compile>
655+
<Compile Include="..\Renci.SshNet\Security\IKeyExchange.cs">
656+
<Link>Security\IKeyExchange.cs</Link>
657+
</Compile>
652658
<Compile Include="..\Renci.SshNet\Security\KeyExchange.cs">
653659
<Link>Security\KeyExchange.cs</Link>
654660
</Compile>

0 commit comments

Comments
 (0)