FluentFTP 추가
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
@@ -35,19 +36,21 @@
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<DefineConstants>TRACE;DEBUG;ASYNC;NET45</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<DefineConstants>TRACE;ASYNC;NET45</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestCertificateThumbprint>3313DBEFFBEC4C1DB9EB9C32C7AE16B7932B4A65</ManifestCertificateThumbprint>
|
||||
@@ -85,6 +88,7 @@
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Web.Extensions" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
@@ -97,6 +101,34 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="FileTransfer.cs" />
|
||||
<Compile Include="FluentFTP\Client\FtpClient_Connection.cs" />
|
||||
<Compile Include="FluentFTP\Client\FtpClient_Hash.cs" />
|
||||
<Compile Include="FluentFTP\Client\FtpClient_HighLevel.cs" />
|
||||
<Compile Include="FluentFTP\Client\FtpClient_Listing.cs" />
|
||||
<Compile Include="FluentFTP\Client\FtpClient_LowLevel.cs" />
|
||||
<Compile Include="FluentFTP\Client\FtpClient_Management.cs" />
|
||||
<Compile Include="FluentFTP\Client\IFtpClient.cs" />
|
||||
<Compile Include="FluentFTP\Helpers\FtpEnums.cs" />
|
||||
<Compile Include="FluentFTP\Helpers\FtpEvents.cs" />
|
||||
<Compile Include="FluentFTP\Helpers\FtpExceptions.cs" />
|
||||
<Compile Include="FluentFTP\Helpers\FtpHash.cs" />
|
||||
<Compile Include="FluentFTP\Helpers\FtpListItem.cs" />
|
||||
<Compile Include="FluentFTP\Helpers\FtpListParser.cs" />
|
||||
<Compile Include="FluentFTP\Helpers\FtpReply.cs" />
|
||||
<Compile Include="FluentFTP\Helpers\FtpTrace.cs" />
|
||||
<Compile Include="FluentFTP\Helpers\IntRef.cs" />
|
||||
<Compile Include="FluentFTP\Proxy\FtpClientHttp11Proxy.cs" />
|
||||
<Compile Include="FluentFTP\Proxy\FtpClientProxy.cs" />
|
||||
<Compile Include="FluentFTP\Proxy\FtpClientUserAtHostProxy.cs" />
|
||||
<Compile Include="FluentFTP\Proxy\FtpClientUserAtHostProxyBlueCoat.cs" />
|
||||
<Compile Include="FluentFTP\Proxy\ProxyInfo.cs" />
|
||||
<Compile Include="FluentFTP\Stream\FtpDataStream.cs" />
|
||||
<Compile Include="FluentFTP\Stream\FtpSocketStream.cs" />
|
||||
<Compile Include="FluentFTP\Stream\FtpSslStream.cs" />
|
||||
<Compile Include="FluentFTP\Utils\FtpExtensions.cs" />
|
||||
<Compile Include="FluentFTP\Utils\FtpReflection.cs" />
|
||||
<Compile Include="FluentFTP\Utils\NET2Compatibility.cs" />
|
||||
<Compile Include="ListViewNF.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
@@ -144,6 +176,7 @@
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<None Include="app.manifest" />
|
||||
<None Include="packages.config" />
|
||||
|
||||
Reference in New Issue
Block a user