Skip to content

Commit e30319a

Browse files
committed
Sync project files.
1 parent 36f94c2 commit e30319a

File tree

6 files changed

+70
-7
lines changed

6 files changed

+70
-7
lines changed

src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,9 @@
731731
<Compile Include="..\Renci.SshNet\Sftp\ISftpFileReader.cs">
732732
<Link>Sftp\ISftpFileReader.cs</Link>
733733
</Compile>
734+
<Compile Include="..\Renci.SshNet\Sftp\ISftpResponseFactory.cs">
735+
<Link>Sftp\ISftpResponseFactory.cs</Link>
736+
</Compile>
734737
<Compile Include="..\Renci.SshNet\Sftp\ISftpSession.cs">
735738
<Link>Sftp\ISftpSession.cs</Link>
736739
</Compile>
@@ -887,6 +890,9 @@
887890
<Compile Include="..\Renci.SshNet\Sftp\SftpRealPathAsyncResult.cs">
888891
<Link>Sftp\SftpRealPathAsyncResult.cs</Link>
889892
</Compile>
893+
<Compile Include="..\Renci.SshNet\Sftp\SftpResponseFactory.cs">
894+
<Link>Sftp\SftpResponseFactory.cs</Link>
895+
</Compile>
890896
<Compile Include="..\Renci.SshNet\Sftp\SftpSession.cs">
891897
<Link>Sftp\SftpSession.cs</Link>
892898
</Compile>
@@ -940,7 +946,7 @@
940946
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
941947
<SilverlightProjectProperties />
942948
</FlavorProperties>
943-
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
949+
<UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
944950
</VisualStudio>
945951
</ProjectExtensions>
946952
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/Renci.SshNet.Silverlight5/Renci.SshNet.Silverlight5.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,9 @@
740740
<Compile Include="..\Renci.SshNet\Sftp\ISftpFileReader.cs">
741741
<Link>Sftp\ISftpFileReader.cs</Link>
742742
</Compile>
743+
<Compile Include="..\Renci.SshNet\Sftp\ISftpResponseFactory.cs">
744+
<Link>Sftp\ISftpResponseFactory.cs</Link>
745+
</Compile>
743746
<Compile Include="..\Renci.SshNet\Sftp\ISftpSession.cs">
744747
<Link>Sftp\ISftpSession.cs</Link>
745748
</Compile>
@@ -896,6 +899,9 @@
896899
<Compile Include="..\Renci.SshNet\Sftp\SftpRealPathAsyncResult.cs">
897900
<Link>Sftp\SftpRealPathAsyncResult.cs</Link>
898901
</Compile>
902+
<Compile Include="..\Renci.SshNet\Sftp\SftpResponseFactory.cs">
903+
<Link>Sftp\SftpResponseFactory.cs</Link>
904+
</Compile>
899905
<Compile Include="..\Renci.SshNet\Sftp\SftpSession.cs">
900906
<Link>Sftp\SftpSession.cs</Link>
901907
</Compile>
@@ -946,7 +952,7 @@
946952
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
947953
<SilverlightProjectProperties />
948954
</FlavorProperties>
949-
<UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
955+
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
950956
</VisualStudio>
951957
</ProjectExtensions>
952958
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

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

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,9 @@
10161016
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\Responses\SftpVersionResponseTest.cs">
10171017
<Link>Classes\Sftp\Responses\SftpVersionResponseTest.cs</Link>
10181018
</Compile>
1019+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpDataResponseBuilder.cs">
1020+
<Link>Classes\Sftp\SftpDataResponseBuilder.cs</Link>
1021+
</Compile>
10191022
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpDownloadAsyncResultTest.cs">
10201023
<Link>Classes\Sftp\SftpDownloadAsyncResultTest.cs</Link>
10211024
</Compile>
@@ -1253,15 +1256,48 @@
12531256
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpFileTest.cs">
12541257
<Link>Classes\Sftp\SftpFileTest.cs</Link>
12551258
</Compile>
1259+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpHandleResponseBuilder.cs">
1260+
<Link>Classes\Sftp\SftpHandleResponseBuilder.cs</Link>
1261+
</Compile>
1262+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpInitRequestBuilder.cs">
1263+
<Link>Classes\Sftp\SftpInitRequestBuilder.cs</Link>
1264+
</Compile>
12561265
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpListDirectoryAsyncResultTest.cs">
12571266
<Link>Classes\Sftp\SftpListDirectoryAsyncResultTest.cs</Link>
12581267
</Compile>
1268+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpNameResponseBuilder.cs">
1269+
<Link>Classes\Sftp\SftpNameResponseBuilder.cs</Link>
1270+
</Compile>
1271+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpOpenRequestBuilder.cs">
1272+
<Link>Classes\Sftp\SftpOpenRequestBuilder.cs</Link>
1273+
</Compile>
1274+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpReadRequestBuilder.cs">
1275+
<Link>Classes\Sftp\SftpReadRequestBuilder.cs</Link>
1276+
</Compile>
1277+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpRealPathRequestBuilder.cs">
1278+
<Link>Classes\Sftp\SftpRealPathRequestBuilder.cs</Link>
1279+
</Compile>
12591280
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSessionTest_Connected_RequestRead.cs">
12601281
<Link>Classes\Sftp\SftpSessionTest_Connected_RequestRead.cs</Link>
12611282
</Compile>
12621283
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSessionTest_Connected_RequestStatVfs.cs">
12631284
<Link>Classes\Sftp\SftpSessionTest_Connected_RequestStatVfs.cs</Link>
12641285
</Compile>
1286+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSessionTest_DataReceived_MultipleSftpMessagesInSingleSshDataMessage.cs">
1287+
<Link>Classes\Sftp\SftpSessionTest_DataReceived_MultipleSftpMessagesInSingleSshDataMessage.cs</Link>
1288+
</Compile>
1289+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSessionTest_DataReceived_MultipleSftpMessagesSplitOverMultipleSshDataMessages.cs">
1290+
<Link>Classes\Sftp\SftpSessionTest_DataReceived_MultipleSftpMessagesSplitOverMultipleSshDataMessages.cs</Link>
1291+
</Compile>
1292+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSessionTest_DataReceived_SingleSftpMessageInSshDataMessage.cs">
1293+
<Link>Classes\Sftp\SftpSessionTest_DataReceived_SingleSftpMessageInSshDataMessage.cs</Link>
1294+
</Compile>
1295+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpStatVfsRequestBuilder.cs">
1296+
<Link>Classes\Sftp\SftpStatVfsRequestBuilder.cs</Link>
1297+
</Compile>
1298+
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpStatVfsResponseBuilder.cs">
1299+
<Link>Classes\Sftp\SftpStatVfsResponseBuilder.cs</Link>
1300+
</Compile>
12651301
<Compile Include="..\Renci.SshNet.Tests\Classes\Sftp\SftpSynchronizeDirectoriesAsyncResultTest.cs">
12661302
<Link>Classes\Sftp\SftpSynchronizeDirectoriesAsyncResultTest.cs</Link>
12671303
</Compile>
@@ -1475,7 +1511,7 @@
14751511
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
14761512
<ProjectExtensions>
14771513
<VisualStudio>
1478-
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" />
1514+
<UserProperties ProjectLinkReference="c45379b9-17b1-4e89-bc2e-6d41726413e8" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
14791515
</VisualStudio>
14801516
</ProjectExtensions>
14811517
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/Renci.SshNet.UAP10/Renci.SshNet.UAP10.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,9 @@
807807
<Compile Include="..\Renci.SshNet\Sftp\ISftpFileReader.cs">
808808
<Link>Sftp\ISftpFileReader.cs</Link>
809809
</Compile>
810+
<Compile Include="..\Renci.SshNet\Sftp\ISftpResponseFactory.cs">
811+
<Link>Sftp\ISftpResponseFactory.cs</Link>
812+
</Compile>
810813
<Compile Include="..\Renci.SshNet\Sftp\ISftpSession.cs">
811814
<Link>Sftp\ISftpSession.cs</Link>
812815
</Compile>
@@ -924,9 +927,6 @@
924927
<Compile Include="..\Renci.SshNet\Sftp\Responses\SftpVersionResponse.cs">
925928
<Link>Sftp\Responses\SftpVersionResponse.cs</Link>
926929
</Compile>
927-
<Compile Include="..\Renci.SshNet\Sftp\Responses\StatVfsResponse.cs">
928-
<Link>Sftp\Responses\StatVfsResponse.cs</Link>
929-
</Compile>
930930
<Compile Include="..\Renci.SshNet\Sftp\SftpCloseAsyncResult.cs">
931931
<Link>Sftp\SftpCloseAsyncResult.cs</Link>
932932
</Compile>
@@ -966,6 +966,9 @@
966966
<Compile Include="..\Renci.SshNet\Sftp\SftpRealPathAsyncResult.cs">
967967
<Link>Sftp\SftpRealPathAsyncResult.cs</Link>
968968
</Compile>
969+
<Compile Include="..\Renci.SshNet\Sftp\SftpResponseFactory.cs">
970+
<Link>Sftp\SftpResponseFactory.cs</Link>
971+
</Compile>
969972
<Compile Include="..\Renci.SshNet\Sftp\SftpSession.cs">
970973
<Link>Sftp\SftpSession.cs</Link>
971974
</Compile>

src/Renci.SshNet.WindowsPhone/Renci.SshNet.WindowsPhone.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,9 @@
719719
<Compile Include="..\Renci.SshNet\Sftp\ISftpFileReader.cs">
720720
<Link>Sftp\ISftpFileReader.cs</Link>
721721
</Compile>
722+
<Compile Include="..\Renci.SshNet\Sftp\ISftpResponseFactory.cs">
723+
<Link>Sftp\ISftpResponseFactory.cs</Link>
724+
</Compile>
722725
<Compile Include="..\Renci.SshNet\Sftp\ISftpSession.cs">
723726
<Link>Sftp\ISftpSession.cs</Link>
724727
</Compile>
@@ -875,6 +878,9 @@
875878
<Compile Include="..\Renci.SshNet\Sftp\SftpRealPathAsyncResult.cs">
876879
<Link>Sftp\SftpRealPathAsyncResult.cs</Link>
877880
</Compile>
881+
<Compile Include="..\Renci.SshNet\Sftp\SftpResponseFactory.cs">
882+
<Link>Sftp\SftpResponseFactory.cs</Link>
883+
</Compile>
878884
<Compile Include="..\Renci.SshNet\Sftp\SftpSession.cs">
879885
<Link>Sftp\SftpSession.cs</Link>
880886
</Compile>

src/Renci.SshNet.WindowsPhone8/Renci.SshNet.WindowsPhone8.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,9 @@
766766
<Compile Include="..\Renci.SshNet\Sftp\ISftpFileReader.cs">
767767
<Link>Sftp\ISftpFileReader.cs</Link>
768768
</Compile>
769+
<Compile Include="..\Renci.SshNet\Sftp\ISftpResponseFactory.cs">
770+
<Link>Sftp\ISftpResponseFactory.cs</Link>
771+
</Compile>
769772
<Compile Include="..\Renci.SshNet\Sftp\ISftpSession.cs">
770773
<Link>Sftp\ISftpSession.cs</Link>
771774
</Compile>
@@ -922,6 +925,9 @@
922925
<Compile Include="..\Renci.SshNet\Sftp\SftpRealPathAsyncResult.cs">
923926
<Link>Sftp\SftpRealPathAsyncResult.cs</Link>
924927
</Compile>
928+
<Compile Include="..\Renci.SshNet\Sftp\SftpResponseFactory.cs">
929+
<Link>Sftp\SftpResponseFactory.cs</Link>
930+
</Compile>
925931
<Compile Include="..\Renci.SshNet\Sftp\SftpSession.cs">
926932
<Link>Sftp\SftpSession.cs</Link>
927933
</Compile>
@@ -973,7 +979,7 @@
973979
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
974980
<ProjectExtensions>
975981
<VisualStudio>
976-
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
982+
<UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
977983
</VisualStudio>
978984
</ProjectExtensions>
979985
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)