|  | @@ -11,13 +11,36 @@
 | 
	
		
			
				|  |  |      <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
	
		
			
				|  |  |      <RootNamespace>Renci.SshNet.WindowsPhone</RootNamespace>
 | 
	
		
			
				|  |  |      <AssemblyName>Renci.SshNet.WindowsPhone</AssemblyName>
 | 
	
		
			
				|  |  | -    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 | 
	
		
			
				|  |  | -    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
 | 
	
		
			
				|  |  | -    <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
 | 
	
		
			
				|  |  | -    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
 | 
	
		
			
				|  |  | +    <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
 | 
	
		
			
				|  |  | +    <SilverlightVersion>
 | 
	
		
			
				|  |  | +    </SilverlightVersion>
 | 
	
		
			
				|  |  | +    <TargetFrameworkProfile>
 | 
	
		
			
				|  |  | +    </TargetFrameworkProfile>
 | 
	
		
			
				|  |  | +    <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
 | 
	
		
			
				|  |  |      <SilverlightApplication>false</SilverlightApplication>
 | 
	
		
			
				|  |  |      <ValidateXaml>true</ValidateXaml>
 | 
	
		
			
				|  |  |      <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
 | 
	
		
			
				|  |  | +    <FileUpgradeFlags>
 | 
	
		
			
				|  |  | +    </FileUpgradeFlags>
 | 
	
		
			
				|  |  | +    <UpgradeBackupLocation>
 | 
	
		
			
				|  |  | +    </UpgradeBackupLocation>
 | 
	
		
			
				|  |  | +    <OldToolsVersion>4.0</OldToolsVersion>
 | 
	
		
			
				|  |  | +    <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
 | 
	
		
			
				|  |  | +    <PublishUrl>publish\</PublishUrl>
 | 
	
		
			
				|  |  | +    <Install>true</Install>
 | 
	
		
			
				|  |  | +    <InstallFrom>Disk</InstallFrom>
 | 
	
		
			
				|  |  | +    <UpdateEnabled>false</UpdateEnabled>
 | 
	
		
			
				|  |  | +    <UpdateMode>Foreground</UpdateMode>
 | 
	
		
			
				|  |  | +    <UpdateInterval>7</UpdateInterval>
 | 
	
		
			
				|  |  | +    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 | 
	
		
			
				|  |  | +    <UpdatePeriodically>false</UpdatePeriodically>
 | 
	
		
			
				|  |  | +    <UpdateRequired>false</UpdateRequired>
 | 
	
		
			
				|  |  | +    <MapFileExtensions>true</MapFileExtensions>
 | 
	
		
			
				|  |  | +    <ApplicationRevision>0</ApplicationRevision>
 | 
	
		
			
				|  |  | +    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 | 
	
		
			
				|  |  | +    <IsWebBootstrapper>false</IsWebBootstrapper>
 | 
	
		
			
				|  |  | +    <UseApplicationTrust>false</UseApplicationTrust>
 | 
	
		
			
				|  |  | +    <BootstrapperEnabled>true</BootstrapperEnabled>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | 
	
		
			
				|  |  |      <DebugSymbols>true</DebugSymbols>
 | 
	
	
		
			
				|  | @@ -42,14 +65,32 @@
 | 
	
		
			
				|  |  |      <WarningLevel>4</WarningLevel>
 | 
	
		
			
				|  |  |      <DocumentationFile>Bin\Release\Renci.SshNet.WindowsPhone.XML</DocumentationFile>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  | -  <ItemGroup>
 | 
	
		
			
				|  |  | -    <Reference Include="System.Windows" />
 | 
	
		
			
				|  |  | -    <Reference Include="system" />
 | 
	
		
			
				|  |  | -    <Reference Include="System.Core" />
 | 
	
		
			
				|  |  | -    <Reference Include="System.Xml" />
 | 
	
		
			
				|  |  | -    <Reference Include="System.Net" />
 | 
	
		
			
				|  |  | -    <Reference Include="mscorlib.extensions" />
 | 
	
		
			
				|  |  | -  </ItemGroup>
 | 
	
		
			
				|  |  | +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
 | 
	
		
			
				|  |  | +    <PlatformTarget />
 | 
	
		
			
				|  |  | +    <OutputPath>Bin\x86\Debug</OutputPath>
 | 
	
		
			
				|  |  | +    <DebugSymbols>true</DebugSymbols>
 | 
	
		
			
				|  |  | +    <DebugType>full</DebugType>
 | 
	
		
			
				|  |  | +    <Optimize>false</Optimize>
 | 
	
		
			
				|  |  | +  </PropertyGroup>
 | 
	
		
			
				|  |  | +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
 | 
	
		
			
				|  |  | +    <PlatformTarget />
 | 
	
		
			
				|  |  | +    <OutputPath>Bin\x86\Release</OutputPath>
 | 
	
		
			
				|  |  | +    <DebugType>pdbonly</DebugType>
 | 
	
		
			
				|  |  | +    <Optimize>true</Optimize>
 | 
	
		
			
				|  |  | +  </PropertyGroup>
 | 
	
		
			
				|  |  | +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
 | 
	
		
			
				|  |  | +    <PlatformTarget />
 | 
	
		
			
				|  |  | +    <OutputPath>Bin\ARM\Debug</OutputPath>
 | 
	
		
			
				|  |  | +    <DebugSymbols>true</DebugSymbols>
 | 
	
		
			
				|  |  | +    <DebugType>full</DebugType>
 | 
	
		
			
				|  |  | +    <Optimize>false</Optimize>
 | 
	
		
			
				|  |  | +  </PropertyGroup>
 | 
	
		
			
				|  |  | +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
 | 
	
		
			
				|  |  | +    <PlatformTarget />
 | 
	
		
			
				|  |  | +    <OutputPath>Bin\ARM\Release</OutputPath>
 | 
	
		
			
				|  |  | +    <DebugType>pdbonly</DebugType>
 | 
	
		
			
				|  |  | +    <Optimize>true</Optimize>
 | 
	
		
			
				|  |  | +  </PropertyGroup>
 | 
	
		
			
				|  |  |    <ItemGroup>
 | 
	
		
			
				|  |  |      <Compile Include="..\Renci.SshNet\AuthenticationMethod.cs">
 | 
	
		
			
				|  |  |        <Link>AuthenticationMethod.cs</Link>
 | 
	
	
		
			
				|  | @@ -819,11 +860,23 @@
 | 
	
		
			
				|  |  |      <Compile Include="Properties\AssemblyInfo.cs" />
 | 
	
		
			
				|  |  |      <Compile Include="Session.WP.cs" />
 | 
	
		
			
				|  |  |    </ItemGroup>
 | 
	
		
			
				|  |  | -  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
 | 
	
		
			
				|  |  | -  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
 | 
	
		
			
				|  |  | +  <ItemGroup>
 | 
	
		
			
				|  |  | +    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 | 
	
		
			
				|  |  | +      <Visible>False</Visible>
 | 
	
		
			
				|  |  | +      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 | 
	
		
			
				|  |  | +      <Install>false</Install>
 | 
	
		
			
				|  |  | +    </BootstrapperPackage>
 | 
	
		
			
				|  |  | +    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 | 
	
		
			
				|  |  | +      <Visible>False</Visible>
 | 
	
		
			
				|  |  | +      <ProductName>.NET Framework 3.5 SP1</ProductName>
 | 
	
		
			
				|  |  | +      <Install>false</Install>
 | 
	
		
			
				|  |  | +    </BootstrapperPackage>
 | 
	
		
			
				|  |  | +  </ItemGroup>
 | 
	
		
			
				|  |  | +  <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
 | 
	
		
			
				|  |  | +  <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
 | 
	
		
			
				|  |  |    <ProjectExtensions>
 | 
	
		
			
				|  |  |      <VisualStudio>
 | 
	
		
			
				|  |  | -      <UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
 | 
	
		
			
				|  |  | +      <UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
 | 
	
		
			
				|  |  |      </VisualStudio>
 | 
	
		
			
				|  |  |    </ProjectExtensions>
 | 
	
		
			
				|  |  |    <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 |