|  | @@ -9,8 +9,8 @@
 | 
	
		
			
				|  |  |      <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
 | 
	
		
			
				|  |  |      <OutputType>Library</OutputType>
 | 
	
		
			
				|  |  |      <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
	
		
			
				|  |  | -    <RootNamespace>Renci.SshNet.Silverlight</RootNamespace>
 | 
	
		
			
				|  |  | -    <AssemblyName>Renci.SshNet.Silverlight</AssemblyName>
 | 
	
		
			
				|  |  | +    <RootNamespace>Renci.SshNet</RootNamespace>
 | 
	
		
			
				|  |  | +    <AssemblyName>Renci.SshNet</AssemblyName>
 | 
	
		
			
				|  |  |      <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
 | 
	
		
			
				|  |  |      <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
 | 
	
		
			
				|  |  |      <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
 | 
	
	
		
			
				|  | @@ -40,7 +40,7 @@
 | 
	
		
			
				|  |  |      <ErrorReport>prompt</ErrorReport>
 | 
	
		
			
				|  |  |      <WarningLevel>4</WarningLevel>
 | 
	
		
			
				|  |  |      <Prefer32Bit>false</Prefer32Bit>
 | 
	
		
			
				|  |  | -    <DocumentationFile>Bin\Debug\Renci.SshNet.Silverlight.XML</DocumentationFile>
 | 
	
		
			
				|  |  | +    <DocumentationFile>Bin\Debug\Renci.SshNet.xml</DocumentationFile>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | 
	
		
			
				|  |  |      <DebugType>pdbonly</DebugType>
 | 
	
	
		
			
				|  | @@ -52,7 +52,13 @@
 | 
	
		
			
				|  |  |      <ErrorReport>prompt</ErrorReport>
 | 
	
		
			
				|  |  |      <WarningLevel>4</WarningLevel>
 | 
	
		
			
				|  |  |      <Prefer32Bit>false</Prefer32Bit>
 | 
	
		
			
				|  |  | -    <DocumentationFile>Bin\Release\Renci.SshNet.Silverlight.XML</DocumentationFile>
 | 
	
		
			
				|  |  | +    <DocumentationFile>Bin\Release\Renci.SshNet.xml</DocumentationFile>
 | 
	
		
			
				|  |  | +  </PropertyGroup>
 | 
	
		
			
				|  |  | +  <PropertyGroup>
 | 
	
		
			
				|  |  | +    <SignAssembly>true</SignAssembly>
 | 
	
		
			
				|  |  | +  </PropertyGroup>
 | 
	
		
			
				|  |  | +  <PropertyGroup>
 | 
	
		
			
				|  |  | +    <AssemblyOriginatorKeyFile>..\Renci.SshNet.snk</AssemblyOriginatorKeyFile>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |    <ItemGroup>
 | 
	
		
			
				|  |  |      <Reference Include="Microsoft.CSharp, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | 
	
	
		
			
				|  | @@ -829,6 +835,11 @@
 | 
	
		
			
				|  |  |      <Compile Include="SftpClient.SilverlightShared.cs" />
 | 
	
		
			
				|  |  |      <Compile Include="SshCommand.SilverlightShared.cs" />
 | 
	
		
			
				|  |  |    </ItemGroup>
 | 
	
		
			
				|  |  | +  <ItemGroup>
 | 
	
		
			
				|  |  | +    <None Include="..\Renci.SshNet.snk">
 | 
	
		
			
				|  |  | +      <Link>Renci.SshNet.snk</Link>
 | 
	
		
			
				|  |  | +    </None>
 | 
	
		
			
				|  |  | +  </ItemGroup>
 | 
	
		
			
				|  |  |    <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
 | 
	
		
			
				|  |  |    <ProjectExtensions>
 | 
	
		
			
				|  |  |      <VisualStudio>
 |