|
|
@@ -1127,6 +1127,12 @@
|
|
|
<Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroup14Sha1.cs">
|
|
|
<Link>Security\KeyExchangeDiffieHellmanGroup14Sha1.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroup14Sha256.cs">
|
|
|
+ <Link>Security\KeyExchangeDiffieHellmanGroup14Sha256.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroup16Sha512.cs">
|
|
|
+ <Link>Security\KeyExchangeDiffieHellmanGroup16Sha512.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroup1Sha1.cs">
|
|
|
<Link>Security\KeyExchangeDiffieHellmanGroup1Sha1.cs</Link>
|
|
|
</Compile>
|
|
|
@@ -1142,6 +1148,15 @@
|
|
|
<Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupSha1.cs">
|
|
|
<Link>Security\KeyExchangeDiffieHellmanGroupSha1.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupSha256.cs">
|
|
|
+ <Link>Security\KeyExchangeDiffieHellmanGroupSha256.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupSha512.cs">
|
|
|
+ <Link>Security\KeyExchangeDiffieHellmanGroupSha512.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupShaBase.cs">
|
|
|
+ <Link>Security\KeyExchangeDiffieHellmanGroupShaBase.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\Renci.SshNet\Security\KeyExchangeEC.cs">
|
|
|
<Link>Security\KeyExchangeEC.cs</Link>
|
|
|
</Compile>
|
|
|
@@ -1160,6 +1175,9 @@
|
|
|
<Compile Include="..\Renci.SshNet\Security\KeyExchangeECDH521.cs">
|
|
|
<Link>Security\KeyExchangeECDH521.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\Renci.SshNet\Security\KeyExchangeHash.cs">
|
|
|
+ <Link>Security\KeyExchangeHash.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\Renci.SshNet\Security\KeyHostAlgorithm.cs">
|
|
|
<Link>Security\KeyHostAlgorithm.cs</Link>
|
|
|
</Compile>
|
|
|
@@ -1390,7 +1408,7 @@
|
|
|
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
|
|
<SilverlightProjectProperties />
|
|
|
</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>
|
|
|
</ProjectExtensions>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|