|
203 | 203 | <Compile Include="..\Renci.SshNet\Common\Pack.cs">
|
204 | 204 | <Link>Common\Pack.cs</Link>
|
205 | 205 | </Compile>
|
| 206 | + <Compile Include="..\Renci.SshNet\Common\PacketDump.cs"> |
| 207 | + <Link>Common\PacketDump.cs</Link> |
| 208 | + </Compile> |
206 | 209 | <Compile Include="..\Renci.SshNet\Common\PipeStream.cs">
|
207 | 210 | <Link>Common\PipeStream.cs</Link>
|
208 | 211 | </Compile>
|
|
278 | 281 | <Compile Include="..\Renci.SshNet\ConnectionInfo.cs">
|
279 | 282 | <Link>ConnectionInfo.cs</Link>
|
280 | 283 | </Compile>
|
| 284 | + <Compile Include="..\Renci.SshNet\Connection\ConnectorBase.cs"> |
| 285 | + <Link>Connection\ConnectorBase.cs</Link> |
| 286 | + </Compile> |
| 287 | + <Compile Include="..\Renci.SshNet\Connection\DirectConnector.cs"> |
| 288 | + <Link>Connection\DirectConnector.cs</Link> |
| 289 | + </Compile> |
| 290 | + <Compile Include="..\Renci.SshNet\Connection\HttpConnector.cs"> |
| 291 | + <Link>Connection\HttpConnector.cs</Link> |
| 292 | + </Compile> |
| 293 | + <Compile Include="..\Renci.SshNet\Connection\IConnector.cs"> |
| 294 | + <Link>Connection\IConnector.cs</Link> |
| 295 | + </Compile> |
| 296 | + <Compile Include="..\Renci.SshNet\Connection\IProtocolVersionExchange.cs"> |
| 297 | + <Link>Connection\IProtocolVersionExchange.cs</Link> |
| 298 | + </Compile> |
| 299 | + <Compile Include="..\Renci.SshNet\Connection\ISocketFactory.cs"> |
| 300 | + <Link>Connection\ISocketFactory.cs</Link> |
| 301 | + </Compile> |
| 302 | + <Compile Include="..\Renci.SshNet\Connection\ProtocolVersionExchange.cs"> |
| 303 | + <Link>Connection\ProtocolVersionExchange.cs</Link> |
| 304 | + </Compile> |
| 305 | + <Compile Include="..\Renci.SshNet\Connection\SocketFactory.cs"> |
| 306 | + <Link>Connection\SocketFactory.cs</Link> |
| 307 | + </Compile> |
| 308 | + <Compile Include="..\Renci.SshNet\Connection\Socks4Connector.cs"> |
| 309 | + <Link>Connection\Socks4Connector.cs</Link> |
| 310 | + </Compile> |
| 311 | + <Compile Include="..\Renci.SshNet\Connection\Socks5Connector.cs"> |
| 312 | + <Link>Connection\Socks5Connector.cs</Link> |
| 313 | + </Compile> |
| 314 | + <Compile Include="..\Renci.SshNet\Connection\SshIdentification.cs"> |
| 315 | + <Link>Connection\SshIdentification.cs</Link> |
| 316 | + </Compile> |
281 | 317 | <Compile Include="..\Renci.SshNet\ExpectAction.cs">
|
282 | 318 | <Link>ExpectAction.cs</Link>
|
283 | 319 | </Compile>
|
|
1184 | 1220 | <Compile Include="..\Renci.SshNet\SftpClient.cs">
|
1185 | 1221 | <Link>SftpClient.cs</Link>
|
1186 | 1222 | </Compile>
|
1187 |
| - <Compile Include="..\Renci.SshNet\ISftpClient.cs"> |
| 1223 | + <Compile Include="..\Renci.SshNet\ISftpClient.cs"> |
1188 | 1224 | <Link>ISftpClient.cs</Link>
|
1189 | 1225 | </Compile>
|
1190 | 1226 | <Compile Include="..\Renci.SshNet\Sftp\Flags.cs">
|
|
1407 | 1443 | <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
1408 | 1444 | <SilverlightProjectProperties />
|
1409 | 1445 | </FlavorProperties>
|
1410 |
| - <UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" /> |
| 1446 | + <UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" /> |
1411 | 1447 | </VisualStudio>
|
1412 | 1448 | </ProjectExtensions>
|
1413 | 1449 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
0 commit comments