checking in latest changes for Quick FTP

This commit is contained in:
2016-07-25 17:43:25 -04:00
parent 8f8541afb2
commit 1576e01dc8
109 changed files with 364 additions and 146 deletions

View File

@@ -11,7 +11,8 @@
<RootNamespace>SMFTP_CallTestCS</RootNamespace>
<AssemblyName>SMFTP_CallTestCS</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
@@ -57,6 +58,9 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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.