This commit is contained in:
jl
2025-06-24 15:35:29 +08:00
parent 81ef9284b7
commit 7ed7a8cd88
33 changed files with 3955 additions and 98 deletions

View File

@ -70,6 +70,9 @@
<Reference Include="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\packages\Portable.BouncyCastle.1.8.6\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="FastReport">
<HintPath>..\DLL\FastReport.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.2.0.246, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
@ -112,6 +115,7 @@
<Compile Include="EncryptHelper.cs" />
<Compile Include="EnumHelper.cs" />
<Compile Include="ExcelHelper.cs" />
<Compile Include="FastReportHelper.cs" />
<Compile Include="FileHelper.cs" />
<Compile Include="HttpHelper.cs" />
<Compile Include="JsonHelper.cs" />