|
|
@@ -12,19 +12,11 @@
|
|
|
<RootNamespace>Renci.SshNet</RootNamespace>
|
|
|
<AssemblyName>Renci.SshNet</AssemblyName>
|
|
|
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
|
|
|
- <SilverlightVersion>
|
|
|
- </SilverlightVersion>
|
|
|
- <TargetFrameworkProfile>
|
|
|
- </TargetFrameworkProfile>
|
|
|
<TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
|
|
|
<SilverlightApplication>false</SilverlightApplication>
|
|
|
<ValidateXaml>true</ValidateXaml>
|
|
|
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
|
|
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
|
|
- <SccProjectName>SAK</SccProjectName>
|
|
|
- <SccLocalPath>SAK</SccLocalPath>
|
|
|
- <SccAuxPath>SAK</SccAuxPath>
|
|
|
- <SccProvider>SAK</SccProvider>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
@@ -941,7 +933,7 @@
|
|
|
<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.
|