Skip to content

Commit bc0ccc8

Browse files
committed
Added Extensions tests to .NET 3.5 test project.
1 parent 21c4841 commit bc0ccc8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/Renci.SshNet.Tests.NET35/Renci.SshNet.Tests.NET35.csproj

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,21 @@
257257
<Compile Include="..\Renci.SshNet.Tests\Classes\Common\ExceptionEventArgsTest.cs">
258258
<Link>Classes\Common\ExceptionEventArgsTest.cs</Link>
259259
</Compile>
260+
<Compile Include="..\Renci.SshNet.Tests\Classes\Common\ExtensionsTest_Concat.cs">
261+
<Link>Classes\Common\ExtensionsTest_Concat.cs</Link>
262+
</Compile>
263+
<Compile Include="..\Renci.SshNet.Tests\Classes\Common\ExtensionsTest_IsEqualTo_ByteArray.cs">
264+
<Link>Classes\Common\ExtensionsTest_IsEqualTo_ByteArray.cs</Link>
265+
</Compile>
266+
<Compile Include="..\Renci.SshNet.Tests\Classes\Common\ExtensionsTest_Take_Count.cs">
267+
<Link>Classes\Common\ExtensionsTest_Take_Count.cs</Link>
268+
</Compile>
269+
<Compile Include="..\Renci.SshNet.Tests\Classes\Common\ExtensionsTest_Take_OffsetAndCount.cs">
270+
<Link>Classes\Common\ExtensionsTest_Take_OffsetAndCount.cs</Link>
271+
</Compile>
272+
<Compile Include="..\Renci.SshNet.Tests\Classes\Common\ExtensionsTest_TrimLeadingZeros.cs">
273+
<Link>Classes\Common\ExtensionsTest_TrimLeadingZeros.cs</Link>
274+
</Compile>
260275
<Compile Include="..\Renci.SshNet.Tests\Classes\Common\HostKeyEventArgsTest.cs">
261276
<Link>Classes\Common\HostKeyEventArgsTest.cs</Link>
262277
</Compile>
@@ -1271,7 +1286,7 @@
12711286
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
12721287
<ProjectExtensions>
12731288
<VisualStudio>
1274-
<UserProperties ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
1289+
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" />
12751290
</VisualStudio>
12761291
</ProjectExtensions>
12771292
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)