1
This commit is contained in:
@@ -31,6 +31,12 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Renci.SshNet">
|
||||
<HintPath>..\..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Renci.SshNet.Async">
|
||||
<HintPath>..\..\packages\Renci.SshNet.Async.1.4.0\lib\net40\Renci.SshNet.Async.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
@@ -42,6 +48,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Base64Helper.cs" />
|
||||
<Compile Include="EncryptHelper.cs" />
|
||||
<Compile Include="SFTPHelper.cs" />
|
||||
<Compile Include="WebHelper.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user