|
@@ -9,7 +9,7 @@
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ssh_handler</RootNamespace>
|
|
<RootNamespace>ssh_handler</RootNamespace>
|
|
<AssemblyName>ssh-handler</AssemblyName>
|
|
<AssemblyName>ssh-handler</AssemblyName>
|
|
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<Install>true</Install>
|
|
@@ -26,6 +26,7 @@
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
+ <TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -81,6 +82,9 @@
|
|
<Install>false</Install>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <None Include="app.config" />
|
|
|
|
+ </ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|