Skip to content

Commit 3005446

Browse files
committed
Sync project file.
1 parent 9444f21 commit 3005446

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<DefineConstants>TRACE;DEBUG</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
26+
<LangVersion>5</LangVersion>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2829
<DebugType>pdbonly</DebugType>
@@ -1232,6 +1233,18 @@
12321233
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_Closed.cs">
12331234
<Link>Classes\Sftp\SftpFileStreamTest_SetLength_Closed.cs</Link>
12341235
</Compile>
1236+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_DataInReadBuffer_NewLengthGreatherThanPosition.cs">
1237+
<Link>Classes\Sftp\SftpFileStreamTest_SetLength_DataInReadBuffer_NewLengthGreatherThanPosition.cs</Link>
1238+
</Compile>
1239+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_DataInReadBuffer_NewLengthLessThanPosition.cs">
1240+
<Link>Classes\Sftp\SftpFileStreamTest_SetLength_DataInReadBuffer_NewLengthLessThanPosition.cs</Link>
1241+
</Compile>
1242+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_DataInWriteBuffer_NewLengthGreatherThanPosition.cs">
1243+
<Link>Classes\Sftp\SftpFileStreamTest_SetLength_DataInWriteBuffer_NewLengthGreatherThanPosition.cs</Link>
1244+
</Compile>
1245+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_DataInWriteBuffer_NewLengthLessThanPosition.cs">
1246+
<Link>Classes\Sftp\SftpFileStreamTest_SetLength_DataInWriteBuffer_NewLengthLessThanPosition.cs</Link>
1247+
</Compile>
12351248
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_Disposed.cs">
12361249
<Link>Classes\Sftp\SftpFileStreamTest_SetLength_Disposed.cs</Link>
12371250
</Compile>
@@ -1424,6 +1437,9 @@
14241437
<Compile Include="..\Renci.SshNet.Tests\Common\AsyncSocketListener.cs">
14251438
<Link>Common\AsyncSocketListener.cs</Link>
14261439
</Compile>
1440+
<Compile Include="..\Renci.SshNet.Tests\Common\DictionaryAssert.cs">
1441+
<Link>Common\DictionaryAssert.cs</Link>
1442+
</Compile>
14271443
<Compile Include="..\Renci.SshNet.Tests\Common\Extensions.cs">
14281444
<Link>Common\Extensions.cs</Link>
14291445
</Compile>
@@ -1511,7 +1527,7 @@
15111527
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
15121528
<ProjectExtensions>
15131529
<VisualStudio>
1514-
<UserProperties ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
1530+
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" />
15151531
</VisualStudio>
15161532
</ProjectExtensions>
15171533
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)