|
23 | 23 | <DefineConstants>TRACE;DEBUG</DefineConstants>
|
24 | 24 | <ErrorReport>prompt</ErrorReport>
|
25 | 25 | <WarningLevel>4</WarningLevel>
|
| 26 | + <LangVersion>5</LangVersion> |
26 | 27 | </PropertyGroup>
|
27 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
28 | 29 | <DebugType>pdbonly</DebugType>
|
|
1232 | 1233 | <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_Closed.cs">
|
1233 | 1234 | <Link>Classes\Sftp\SftpFileStreamTest_SetLength_Closed.cs</Link>
|
1234 | 1235 | </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> |
1235 | 1248 | <Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileStreamTest_SetLength_Disposed.cs">
|
1236 | 1249 | <Link>Classes\Sftp\SftpFileStreamTest_SetLength_Disposed.cs</Link>
|
1237 | 1250 | </Compile>
|
|
1424 | 1437 | <Compile Include="..\Renci.SshNet.Tests\Common\AsyncSocketListener.cs">
|
1425 | 1438 | <Link>Common\AsyncSocketListener.cs</Link>
|
1426 | 1439 | </Compile>
|
| 1440 | + <Compile Include="..\Renci.SshNet.Tests\Common\DictionaryAssert.cs"> |
| 1441 | + <Link>Common\DictionaryAssert.cs</Link> |
| 1442 | + </Compile> |
1427 | 1443 | <Compile Include="..\Renci.SshNet.Tests\Common\Extensions.cs">
|
1428 | 1444 | <Link>Common\Extensions.cs</Link>
|
1429 | 1445 | </Compile>
|
|
1511 | 1527 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
1512 | 1528 | <ProjectExtensions>
|
1513 | 1529 | <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" /> |
1515 | 1531 | </VisualStudio>
|
1516 | 1532 | </ProjectExtensions>
|
1517 | 1533 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
0 commit comments