|
213 | 213 | <Compile Include="..\Renci.SshNet.Tests\Classes\CipherInfoTest.cs"> |
214 | 214 | <Link>Classes\CipherInfoTest.cs</Link> |
215 | 215 | </Compile> |
| 216 | + <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest.cs"> |
| 217 | + <Link>Classes\ClientAuthenticationTest.cs</Link> |
| 218 | + </Compile> |
216 | 219 | <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTestBase.cs"> |
217 | 220 | <Link>Classes\ClientAuthenticationTestBase.cs</Link> |
218 | 221 | </Compile> |
| 222 | + <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Failure_MultiList_AllAllowedAuthenticationsHaveReachedPartialSuccessLimit.cs"> |
| 223 | + <Link>Classes\ClientAuthenticationTest_Failure_MultiList_AllAllowedAuthenticationsHaveReachedPartialSuccessLimit.cs</Link> |
| 224 | + </Compile> |
219 | 225 | <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodFailed.cs"> |
220 | 226 | <Link>Classes\ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodFailed.cs</Link> |
221 | 227 | </Compile> |
|
225 | 231 | <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_DifferentAllowedAuthenticationsAfterPartialSuccess.cs"> |
226 | 232 | <Link>Classes\ClientAuthenticationTest_Success_MultiList_DifferentAllowedAuthenticationsAfterPartialSuccess.cs</Link> |
227 | 233 | </Compile> |
| 234 | + <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInAlternateBranch.cs"> |
| 235 | + <Link>Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInAlternateBranch.cs</Link> |
| 236 | + </Compile> |
| 237 | + <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInAlternateBranch2.cs"> |
| 238 | + <Link>Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInAlternateBranch2.cs</Link> |
| 239 | + </Compile> |
| 240 | + <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInSameBranch.cs"> |
| 241 | + <Link>Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInSameBranch.cs</Link> |
| 242 | + </Compile> |
| 243 | + <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedBySuccessInAlternateBranch.cs"> |
| 244 | + <Link>Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedBySuccessInAlternateBranch.cs</Link> |
| 245 | + </Compile> |
| 246 | + <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedBySuccessInSameBranch.cs"> |
| 247 | + <Link>Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedBySuccessInSameBranch.cs</Link> |
| 248 | + </Compile> |
228 | 249 | <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_MultiList_SameAllowedAuthenticationsAfterPartialSuccess.cs"> |
229 | 250 | <Link>Classes\ClientAuthenticationTest_Success_MultiList_SameAllowedAuthenticationsAfterPartialSuccess.cs</Link> |
230 | 251 | </Compile> |
|
234 | 255 | <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess.cs"> |
235 | 256 | <Link>Classes\ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess.cs</Link> |
236 | 257 | </Compile> |
| 258 | + <Compile Include="..\Renci.SshNet.Tests\Classes\ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess_PartialSuccessLimitReached.cs"> |
| 259 | + <Link>Classes\ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess_PartialSuccessLimitReached.cs</Link> |
| 260 | + </Compile> |
237 | 261 | <Compile Include="..\Renci.SshNet.Tests\Classes\CommandAsyncResultTest.cs"> |
238 | 262 | <Link>Classes\CommandAsyncResultTest.cs</Link> |
239 | 263 | </Compile> |
|
1668 | 1692 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
1669 | 1693 | <ProjectExtensions> |
1670 | 1694 | <VisualStudio> |
1671 | | - <UserProperties ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" /> |
| 1695 | + <UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" /> |
1672 | 1696 | </VisualStudio> |
1673 | 1697 | </ProjectExtensions> |
1674 | 1698 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments