|
|
@@ -316,6 +316,9 @@
|
|
|
<Compile Include="..\Renci.SshNet\IAuthenticationMethod.cs">
|
|
|
<Link>IAuthenticationMethod.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\Renci.SshNet\IClientAuthentication.cs">
|
|
|
+ <Link>IClientAuthentication.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\Renci.SshNet\IConnectionInfo.cs">
|
|
|
<Link>IConnectionInfo.cs</Link>
|
|
|
</Compile>
|
|
|
@@ -700,6 +703,9 @@
|
|
|
<Compile Include="..\Renci.SshNet\Security\HostAlgorithm.cs">
|
|
|
<Link>Security\HostAlgorithm.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\Renci.SshNet\Security\IKeyExchange.cs">
|
|
|
+ <Link>Security\IKeyExchange.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\Renci.SshNet\Security\KeyExchange.cs">
|
|
|
<Link>Security\KeyExchange.cs</Link>
|
|
|
</Compile>
|
|
|
@@ -926,7 +932,7 @@
|
|
|
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
|
|
<SilverlightProjectProperties />
|
|
|
</FlavorProperties>
|
|
|
- <UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
|
|
|
+ <UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
|
|
|
</VisualStudio>
|
|
|
</ProjectExtensions>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|