|
@@ -141,6 +141,9 @@
|
|
|
<Compile Include="..\Renci.SshNet\CipherInfo.cs">
|
|
<Compile Include="..\Renci.SshNet\CipherInfo.cs">
|
|
|
<Link>CipherInfo.cs</Link>
|
|
<Link>CipherInfo.cs</Link>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="..\Renci.SshNet\ClientAuthentication.cs">
|
|
|
|
|
+ <Link>ClientAuthentication.cs</Link>
|
|
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\Renci.SshNet\CommandAsyncResult.cs">
|
|
<Compile Include="..\Renci.SshNet\CommandAsyncResult.cs">
|
|
|
<Link>CommandAsyncResult.cs</Link>
|
|
<Link>CommandAsyncResult.cs</Link>
|
|
|
</Compile>
|
|
</Compile>
|
|
@@ -291,6 +294,15 @@
|
|
|
<Compile Include="..\Renci.SshNet\HashInfo.cs">
|
|
<Compile Include="..\Renci.SshNet\HashInfo.cs">
|
|
|
<Link>HashInfo.cs</Link>
|
|
<Link>HashInfo.cs</Link>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="..\Renci.SshNet\IAuthenticationMethod.cs">
|
|
|
|
|
+ <Link>IAuthenticationMethod.cs</Link>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="..\Renci.SshNet\IConnectionInfo.cs">
|
|
|
|
|
+ <Link>IConnectionInfo.cs</Link>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="..\Renci.SshNet\ISession.cs">
|
|
|
|
|
+ <Link>ISession.cs</Link>
|
|
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\Renci.SshNet\KeyboardInteractiveAuthenticationMethod.cs">
|
|
<Compile Include="..\Renci.SshNet\KeyboardInteractiveAuthenticationMethod.cs">
|
|
|
<Link>KeyboardInteractiveAuthenticationMethod.cs</Link>
|
|
<Link>KeyboardInteractiveAuthenticationMethod.cs</Link>
|
|
|
</Compile>
|
|
</Compile>
|
|
@@ -884,7 +896,7 @@
|
|
|
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
|
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
|
|
<SilverlightProjectProperties />
|
|
<SilverlightProjectProperties />
|
|
|
</FlavorProperties>
|
|
</FlavorProperties>
|
|
|
- <UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
|
|
|
|
|
|
|
+ <UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
|
|
|
</VisualStudio>
|
|
</VisualStudio>
|
|
|
</ProjectExtensions>
|
|
</ProjectExtensions>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|