This commit is contained in:
PastSaid
2024-04-29 17:57:07 +08:00
parent e1e6cba475
commit 16fbd10312
123 changed files with 5923 additions and 18677 deletions

View File

@@ -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>