Skip to content

Commit 07c2250

Browse files
committed
Update VS2012 projects to SshNet.Security.Cryptography v1.1.0.
1 parent 0993749 commit 07c2250

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ src/TestResults/
1212
*.user
1313

1414
# NuGet packages
15-
#packages/
15+
packages/
1616

1717
# Visual Studio 2015 cache/options directory
1818
src/.vs/

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<ItemGroup>
5858
<Reference Include="Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
5959
<Reference Include="mscorlib" />
60-
<Reference Include="SshNet.Security.Cryptography, Version=1.0.0.0, Culture=neutral, PublicKeyToken=50c6375d29e47192, processorArchitecture=MSIL">
61-
<HintPath>..\..\packages\SshNet.Security.Cryptography.1.0.0\lib\sl4\SshNet.Security.Cryptography.dll</HintPath>
60+
<Reference Include="SshNet.Security.Cryptography, Version=1.1.0.0, Culture=neutral, PublicKeyToken=50c6375d29e47192, processorArchitecture=MSIL">
61+
<HintPath>..\..\packages\SshNet.Security.Cryptography.1.1.0\lib\sl4\SshNet.Security.Cryptography.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
6464
<Reference Include="system" />
@@ -898,15 +898,17 @@
898898
<None Include="..\Renci.SshNet.snk">
899899
<Link>Renci.SshNet.snk</Link>
900900
</None>
901-
<None Include="packages.config" />
901+
<None Include="packages.config">
902+
<SubType>Designer</SubType>
903+
</None>
902904
</ItemGroup>
903905
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
904906
<ProjectExtensions>
905907
<VisualStudio>
906908
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
907909
<SilverlightProjectProperties />
908910
</FlavorProperties>
909-
<UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
911+
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
910912
</VisualStudio>
911913
</ProjectExtensions>
912914
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
</PropertyGroup>
4646
<ItemGroup>
4747
<Reference Include="Microsoft.Phone" />
48-
<Reference Include="SshNet.Security.Cryptography, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\..\packages\SshNet.Security.Cryptography.1.0.0\lib\wp71\SshNet.Security.Cryptography.dll</HintPath>
48+
<Reference Include="SshNet.Security.Cryptography, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
49+
<HintPath>..\..\packages\SshNet.Security.Cryptography.1.1.0\lib\wp71\SshNet.Security.Cryptography.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
5252
<Reference Include="system" />

0 commit comments

Comments
 (0)