校正读取设备命令回复数据解析

This commit is contained in:
2026-01-05 11:20:44 +08:00
parent bf27922d9b
commit 2dc1ad1327
2 changed files with 467 additions and 15 deletions

View File

@@ -2833,9 +2833,9 @@ Public Class Form1
dic("校准最大值_LEV_10") = CombineTwoBytesToDecimal(buff(44), buff(45)) dic("校准最大值_LEV_10") = CombineTwoBytesToDecimal(buff(44), buff(45))
dic("校准最小值_差值") = CombineTwoBytesToDecimal(buff(46), buff(47)) dic("校准最小值_差值") = CombineTwoBytesToDecimal(buff(46), buff(47))
dic("校准最大值_差值") = CombineTwoBytesToDecimal(buff(48), buff(49)) dic("校准最大值_差值") = CombineTwoBytesToDecimal(buff(48), buff(49))
dic("自定义LEV_10_对应的ADC") = CombineTwoBytesToDecimal(buff(50), buff(51)) dic("泄露恢复正常_条件1") = CombineTwoBytesToDecimal(buff(50), buff(51))
dic("自定义LEV_0_对应的ADC") = CombineTwoBytesToDecimal(buff(52), buff(53)) dic("泄露恢复正常_条件2") = CombineTwoBytesToDecimal(buff(52), buff(53))
dic("泄露恢复正常_条件2") = CombineTwoBytesToDecimal(buff(54), buff(55)) dic("泄露恢复正常_条件1消抖时间_秒") = CombineTwoBytesToDecimal(buff(54), buff(55))
dic("泄露恢复正常_条件2消抖时间_分") = CombineTwoBytesToDecimal(buff(56), buff(57)) dic("泄露恢复正常_条件2消抖时间_分") = CombineTwoBytesToDecimal(buff(56), buff(57))
dic("设备生产时间") = CombineFourBytesToLong(buff(61), buff(60), buff(59), buff(58)) dic("设备生产时间") = CombineFourBytesToLong(buff(61), buff(60), buff(59), buff(58))
@@ -2863,14 +2863,15 @@ Public Class Form1
dic("校准最大值_LEV_10") = CombineTwoBytesToDecimal(buff(44), buff(45)) dic("校准最大值_LEV_10") = CombineTwoBytesToDecimal(buff(44), buff(45))
dic("校准最小值_差值") = CombineTwoBytesToDecimal(buff(46), buff(47)) dic("校准最小值_差值") = CombineTwoBytesToDecimal(buff(46), buff(47))
dic("校准最大值_差值") = CombineTwoBytesToDecimal(buff(48), buff(49)) dic("校准最大值_差值") = CombineTwoBytesToDecimal(buff(48), buff(49))
dic("自定义LEV_10_对应的ADC") = CombineTwoBytesToDecimal(buff(50), buff(51)) dic("泄露恢复正常_条件1") = CombineTwoBytesToDecimal(buff(50), buff(51))
dic("自定义LEV_0_对应的ADC") = CombineTwoBytesToDecimal(buff(52), buff(53)) dic("泄露恢复正常_条件2") = CombineTwoBytesToDecimal(buff(52), buff(53))
dic("泄露恢复正常_条件2") = CombineTwoBytesToDecimal(buff(54), buff(55)) dic("泄露恢复正常_条件1消抖时间_秒") = CombineTwoBytesToDecimal(buff(54), buff(55))
dic("泄露恢复正常_条件2消抖时间_分") = CombineTwoBytesToDecimal(buff(56), buff(57)) dic("泄露恢复正常_条件2消抖时间_分") = CombineTwoBytesToDecimal(buff(56), buff(57))
dic("设备生产时间") = CombineFourBytesToLong(buff(61), buff(60), buff(59), buff(58)) dic("设备生产时间") = CombineFourBytesToLong(buff(61), buff(60), buff(59), buff(58))
End If End If
Case 3 '读取软件版本号 Case 3 '读取软件版本号
'04 软件版本号 '04 软件版本号
'03 硬件板本号 '03 硬件板本号

View File

@@ -141,15 +141,9 @@
<HintPath>packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath> <HintPath>packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.Data" /> <Reference Include="System.Data" />
<Reference Include="System.Data.SQLite, Version=1.0.102.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> <Reference Include="System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\6374322614351286414968093\System.Data.SQLite.dll</HintPath> <HintPath>..\..\Sync\NT2406_Tool_V02_20241001\NT2406_Tool_V02_20241001\NT318V_Tool_V02_20241001\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
</Reference>
<Reference Include="System.Data.SQLite.Linq, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.Deployment" /> <Reference Include="System.Deployment" />
<Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
@@ -262,6 +256,8 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Fakes Include="Fakes\System.Data.SQLite.fakes" /> <Fakes Include="Fakes\System.Data.SQLite.fakes" />
<None Include="FakesAssemblies\System.Data.SQLite.1.0.119.0.Fakes.fakesconfig" />
<None Include="FakesAssemblies\System.Data.SQLite.1.0.119.0.Fakes.messages" />
<None Include="My Project\app.manifest" /> <None Include="My Project\app.manifest" />
<None Include="My Project\Application.myapp"> <None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator> <Generator>MyApplicationCodeGenerator</Generator>
@@ -275,10 +271,454 @@
<None Include="App.config" /> <None Include="App.config" />
<None Include="NT2406_Tool_TemporaryKey.pfx" /> <None Include="NT2406_Tool_TemporaryKey.pfx" />
<None Include="packages.config" /> <None Include="packages.config" />
<None Include="packages\BouncyCastle.Cryptography.2.3.1\.signature.p7s" />
<None Include="packages\BouncyCastle.Cryptography.2.3.1\BouncyCastle.Cryptography.2.3.1.nupkg" />
<None Include="packages\BouncyCastle.Cryptography.2.3.1\LICENSE.md" />
<None Include="packages\BouncyCastle.Cryptography.2.3.1\README.md" />
<None Include="packages\EntityFramework.6.4.4\.signature.p7s" />
<None Include="packages\EntityFramework.6.4.4\buildTransitive\EntityFramework.props" />
<None Include="packages\EntityFramework.6.4.4\buildTransitive\EntityFramework.targets" />
<None Include="packages\EntityFramework.6.4.4\buildTransitive\netcoreapp3.0\EntityFramework.props" />
<None Include="packages\EntityFramework.6.4.4\buildTransitive\netcoreapp3.0\EntityFramework.targets" />
<None Include="packages\EntityFramework.6.4.4\build\EntityFramework.DefaultItems.props" />
<None Include="packages\EntityFramework.6.4.4\build\EntityFramework.props" />
<None Include="packages\EntityFramework.6.4.4\build\EntityFramework.targets" />
<None Include="packages\EntityFramework.6.4.4\build\netcoreapp3.0\EntityFramework.props" />
<None Include="packages\EntityFramework.6.4.4\build\netcoreapp3.0\EntityFramework.targets" />
<None Include="packages\EntityFramework.6.4.4\content\net40\App.config.install.xdt" />
<None Include="packages\EntityFramework.6.4.4\content\net40\App.config.transform" />
<None Include="packages\EntityFramework.6.4.4\content\net40\Web.config.install.xdt" />
<None Include="packages\EntityFramework.6.4.4\content\net40\Web.config.transform" />
<None Include="packages\EntityFramework.6.4.4\EntityFramework.6.4.4.nupkg" />
<None Include="packages\EntityFramework.6.4.4\tools\EntityFramework6.PS2.psd1" />
<None Include="packages\EntityFramework.6.4.4\tools\EntityFramework6.PS2.psm1" />
<None Include="packages\EntityFramework.6.4.4\tools\EntityFramework6.psd1" />
<None Include="packages\EntityFramework.6.4.4\tools\EntityFramework6.psm1" />
<None Include="packages\EntityFramework.6.4.4\tools\init.ps1" />
<None Include="packages\EntityFramework.6.4.4\tools\install.ps1" />
<None Include="packages\EntityFramework.6.4.4\tools\netcoreapp3.0\any\ef6.runtimeconfig.json" />
<None Include="packages\Google.Protobuf.3.26.1\.signature.p7s" />
<None Include="packages\Google.Protobuf.3.26.1\Google.Protobuf.3.26.1.nupkg" />
<None Include="packages\K4os.Compression.LZ4.1.3.8\.signature.p7s" />
<None Include="packages\K4os.Compression.LZ4.1.3.8\K4os.Compression.LZ4.1.3.8.nupkg" />
<None Include="packages\K4os.Compression.LZ4.Streams.1.3.8\.signature.p7s" />
<None Include="packages\K4os.Compression.LZ4.Streams.1.3.8\K4os.Compression.LZ4.Streams.1.3.8.nupkg" />
<None Include="packages\K4os.Hash.xxHash.1.0.8\.signature.p7s" />
<None Include="packages\K4os.Hash.xxHash.1.0.8\K4os.Hash.xxHash.1.0.8.nupkg" />
<None Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\.signature.p7s" />
<None Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\Microsoft.Bcl.AsyncInterfaces.5.0.0.nupkg" />
<None Include="packages\MySql.Data.9.2.0\.signature.p7s" />
<None Include="packages\MySql.Data.9.2.0\LICENSE" />
<None Include="packages\MySql.Data.9.2.0\MySql.Data.9.2.0.nupkg" />
<None Include="packages\MySql.Data.9.2.0\README" />
<None Include="packages\MySql.Data.9.2.0\README.md" />
<None Include="packages\Newtonsoft.Json.13.0.3\.signature.p7s" />
<None Include="packages\Newtonsoft.Json.13.0.3\LICENSE.md" />
<None Include="packages\Newtonsoft.Json.13.0.3\Newtonsoft.Json.13.0.3.nupkg" />
<None Include="packages\Newtonsoft.Json.13.0.3\README.md" />
<None Include="packages\SQLite.3.13.0\.signature.p7s" />
<None Include="packages\SQLite.3.13.0\build\net45\SQLite.props" />
<None Include="packages\SQLite.3.13.0\lib\netstandard1.0\_._" />
<None Include="packages\SQLite.3.13.0\runtimes\linux-x64\native\libsqlite3.so" />
<None Include="packages\SQLite.3.13.0\runtimes\osx-x64\native\libsqlite3.dylib" />
<None Include="packages\SQLite.3.13.0\SQLite.3.13.0.nupkg" />
<None Include="packages\SQLitePCLRaw.core.2.1.10\.signature.p7s" />
<None Include="packages\SQLitePCLRaw.core.2.1.10\SQLitePCLRaw.core.2.1.10.nupkg" />
<None Include="packages\SqlSugar.5.1.4.187\.signature.p7s" />
<None Include="packages\SqlSugar.5.1.4.187\SqlSugar.5.1.4.187.nupkg" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\.signature.p7s" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\buildTransitive\net20\Stub.System.Data.SQLite.Core.NetFramework.targets" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\buildTransitive\net40\Stub.System.Data.SQLite.Core.NetFramework.targets" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\buildTransitive\net451\Stub.System.Data.SQLite.Core.NetFramework.targets" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\buildTransitive\net45\Stub.System.Data.SQLite.Core.NetFramework.targets" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\buildTransitive\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net20\Stub.System.Data.SQLite.Core.NetFramework.targets" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net40\Stub.System.Data.SQLite.Core.NetFramework.targets" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net451\Stub.System.Data.SQLite.Core.NetFramework.targets" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net20\System.Data.SQLite.dll.altconfig" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net40\System.Data.SQLite.dll.altconfig" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net451\System.Data.SQLite.dll.altconfig" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net45\System.Data.SQLite.dll.altconfig" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll.altconfig" />
<None Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0.nupkg" />
<None Include="packages\System.Buffers.4.5.1\.signature.p7s" />
<None Include="packages\System.Buffers.4.5.1\lib\netcoreapp2.0\_._" />
<None Include="packages\System.Buffers.4.5.1\lib\uap10.0.16299\_._" />
<None Include="packages\System.Buffers.4.5.1\ref\netcoreapp2.0\_._" />
<None Include="packages\System.Buffers.4.5.1\ref\uap10.0.16299\_._" />
<None Include="packages\System.Buffers.4.5.1\System.Buffers.4.5.1.nupkg" />
<None Include="packages\System.Configuration.ConfigurationManager.8.0.0\.signature.p7s" />
<None Include="packages\System.Configuration.ConfigurationManager.8.0.0\buildTransitive\net461\System.Configuration.ConfigurationManager.targets" />
<None Include="packages\System.Configuration.ConfigurationManager.8.0.0\buildTransitive\net462\_._" />
<None Include="packages\System.Configuration.ConfigurationManager.8.0.0\buildTransitive\net6.0\_._" />
<None Include="packages\System.Configuration.ConfigurationManager.8.0.0\buildTransitive\netcoreapp2.0\System.Configuration.ConfigurationManager.targets" />
<None Include="packages\System.Configuration.ConfigurationManager.8.0.0\PACKAGE.md" />
<None Include="packages\System.Configuration.ConfigurationManager.8.0.0\System.Configuration.ConfigurationManager.8.0.0.nupkg" />
<None Include="packages\System.Data.SQLite.Core.1.0.119.0\.signature.p7s" />
<None Include="packages\System.Data.SQLite.Core.1.0.119.0\System.Data.SQLite.Core.1.0.119.0.nupkg" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\.signature.p7s" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net40\app.config.install.xdt" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net40\app.config.transform" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net40\web.config.install.xdt" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net40\web.config.transform" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net451\app.config.install.xdt" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net451\app.config.transform" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net451\web.config.install.xdt" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net451\web.config.transform" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net45\app.config.install.xdt" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net45\app.config.transform" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net45\web.config.install.xdt" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net45\web.config.transform" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net46\app.config.install.xdt" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net46\app.config.transform" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net46\web.config.install.xdt" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\content\net46\web.config.transform" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\System.Data.SQLite.EF6.1.0.119.0.nupkg" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\tools\net40\install.ps1" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\tools\net451\install.ps1" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\tools\net45\install.ps1" />
<None Include="packages\System.Data.SQLite.EF6.1.0.119.0\tools\net46\install.ps1" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\.signature.p7s" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\content\net20\app.config.transform" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\content\net20\web.config.transform" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\content\net40\app.config.transform" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\content\net40\web.config.transform" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\content\net451\app.config.transform" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\content\net451\web.config.transform" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\content\net45\app.config.transform" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\content\net45\web.config.transform" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\content\net46\app.config.transform" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\content\net46\web.config.transform" />
<None Include="packages\System.Data.SQLite.Linq.1.0.119.0\System.Data.SQLite.Linq.1.0.119.0.nupkg" />
<None Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\.signature.p7s" />
<None Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\buildTransitive\net461\System.Diagnostics.DiagnosticSource.targets" />
<None Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\buildTransitive\net462\_._" />
<None Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\buildTransitive\net6.0\_._" />
<None Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\buildTransitive\netcoreapp2.0\System.Diagnostics.DiagnosticSource.targets" />
<None Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\System.Diagnostics.DiagnosticSource.8.0.1.nupkg" />
<None Include="packages\System.IO.Pipelines.5.0.2\.signature.p7s" />
<None Include="packages\System.IO.Pipelines.5.0.2\System.IO.Pipelines.5.0.2.nupkg" />
<None Include="packages\System.Memory.4.5.5\.signature.p7s" />
<None Include="packages\System.Memory.4.5.5\lib\netcoreapp2.1\_._" />
<None Include="packages\System.Memory.4.5.5\ref\netcoreapp2.1\_._" />
<None Include="packages\System.Memory.4.5.5\System.Memory.4.5.5.nupkg" />
<None Include="packages\System.Numerics.Vectors.4.5.0\.signature.p7s" />
<None Include="packages\System.Numerics.Vectors.4.5.0\lib\MonoAndroid10\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\lib\MonoTouch10\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\lib\netcoreapp2.0\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\lib\uap10.0.16299\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\lib\xamarinios10\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\lib\xamarinmac20\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\lib\xamarintvos10\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\lib\xamarinwatchos10\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\ref\MonoAndroid10\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\ref\MonoTouch10\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\ref\netcoreapp2.0\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\ref\uap10.0.16299\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\ref\xamarinios10\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\ref\xamarinmac20\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\ref\xamarintvos10\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\ref\xamarinwatchos10\_._" />
<None Include="packages\System.Numerics.Vectors.4.5.0\System.Numerics.Vectors.4.5.0.nupkg" />
<None Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\.signature.p7s" />
<None Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\buildTransitive\netcoreapp2.0\System.Runtime.CompilerServices.Unsafe.targets" />
<None Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\buildTransitive\netcoreapp3.1\_._" />
<None Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\System.Runtime.CompilerServices.Unsafe.6.0.0.nupkg" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\.signature.p7s" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\MonoAndroid10\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\MonoTouch10\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\netcoreapp2.1\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\xamarinios10\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\xamarinmac20\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\xamarintvos10\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\xamarinwatchos10\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\ref\MonoAndroid10\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\ref\MonoTouch10\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\ref\netcoreapp2.1\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\ref\xamarinios10\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\ref\xamarinmac20\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\ref\xamarintvos10\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\ref\xamarinwatchos10\_._" />
<None Include="packages\System.Threading.Tasks.Extensions.4.5.4\System.Threading.Tasks.Extensions.4.5.4.nupkg" />
<None Include="packages\ZstdSharp.Port.0.8.0\.signature.p7s" />
<None Include="packages\ZstdSharp.Port.0.8.0\ZstdSharp.Port.0.8.0.nupkg" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="bin\Debug\x64\SQLite.Interop.dll" /> <Content Include="bin\Debug\x64\SQLite.Interop.dll" />
<Content Include="bin\Debug\x86\SQLite.Interop.dll" /> <Content Include="bin\Debug\x86\SQLite.Interop.dll" />
<Content Include="FakesAssemblies\System.Data.SQLite.1.0.119.0.Fakes.dll" />
<Content Include="FakesAssemblies\System.Data.SQLite.1.0.119.0.Fakes.xml" />
<Content Include="packages\BouncyCastle.Cryptography.2.3.1\lib\net461\BouncyCastle.Cryptography.dll" />
<Content Include="packages\BouncyCastle.Cryptography.2.3.1\lib\net461\BouncyCastle.Cryptography.xml" />
<Content Include="packages\BouncyCastle.Cryptography.2.3.1\lib\net6.0\BouncyCastle.Cryptography.dll" />
<Content Include="packages\BouncyCastle.Cryptography.2.3.1\lib\net6.0\BouncyCastle.Cryptography.xml" />
<Content Include="packages\BouncyCastle.Cryptography.2.3.1\lib\netstandard2.0\BouncyCastle.Cryptography.dll" />
<Content Include="packages\BouncyCastle.Cryptography.2.3.1\lib\netstandard2.0\BouncyCastle.Cryptography.xml" />
<Content Include="packages\BouncyCastle.Cryptography.2.3.1\packageIcon.png" />
<Content Include="packages\EntityFramework.6.4.4\build\Microsoft.Data.Entity.Build.Tasks.dll" />
<Content Include="packages\EntityFramework.6.4.4\Icon.png" />
<Content Include="packages\EntityFramework.6.4.4\lib\net40\EntityFramework.dll" />
<Content Include="packages\EntityFramework.6.4.4\lib\net40\EntityFramework.SqlServer.dll" />
<Content Include="packages\EntityFramework.6.4.4\lib\net40\EntityFramework.SqlServer.xml" />
<Content Include="packages\EntityFramework.6.4.4\lib\net40\EntityFramework.xml" />
<Content Include="packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll" />
<Content Include="packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll" />
<Content Include="packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.xml" />
<Content Include="packages\EntityFramework.6.4.4\lib\net45\EntityFramework.xml" />
<Content Include="packages\EntityFramework.6.4.4\lib\netstandard2.1\EntityFramework.dll" />
<Content Include="packages\EntityFramework.6.4.4\lib\netstandard2.1\EntityFramework.SqlServer.dll" />
<Content Include="packages\EntityFramework.6.4.4\lib\netstandard2.1\EntityFramework.SqlServer.xml" />
<Content Include="packages\EntityFramework.6.4.4\lib\netstandard2.1\EntityFramework.xml" />
<Content Include="packages\EntityFramework.6.4.4\tools\about_EntityFramework6.help.txt" />
<Content Include="packages\EntityFramework.6.4.4\tools\net40\any\ef6.exe" />
<Content Include="packages\EntityFramework.6.4.4\tools\net40\any\ef6.pdb" />
<Content Include="packages\EntityFramework.6.4.4\tools\net40\win-x86\ef6.exe" />
<Content Include="packages\EntityFramework.6.4.4\tools\net40\win-x86\ef6.pdb" />
<Content Include="packages\EntityFramework.6.4.4\tools\net45\any\ef6.exe" />
<Content Include="packages\EntityFramework.6.4.4\tools\net45\any\ef6.pdb" />
<Content Include="packages\EntityFramework.6.4.4\tools\net45\win-x86\ef6.exe" />
<Content Include="packages\EntityFramework.6.4.4\tools\net45\win-x86\ef6.pdb" />
<Content Include="packages\EntityFramework.6.4.4\tools\netcoreapp3.0\any\ef6.dll" />
<Content Include="packages\EntityFramework.6.4.4\tools\netcoreapp3.0\any\ef6.pdb" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\net45\Google.Protobuf.dll" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\net45\Google.Protobuf.pdb" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\net45\Google.Protobuf.xml" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\net5.0\Google.Protobuf.dll" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\net5.0\Google.Protobuf.pdb" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\net5.0\Google.Protobuf.xml" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\netstandard1.1\Google.Protobuf.dll" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\netstandard1.1\Google.Protobuf.pdb" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\netstandard1.1\Google.Protobuf.xml" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\netstandard2.0\Google.Protobuf.dll" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\netstandard2.0\Google.Protobuf.pdb" />
<Content Include="packages\Google.Protobuf.3.26.1\lib\netstandard2.0\Google.Protobuf.xml" />
<Content Include="packages\K4os.Compression.LZ4.1.3.8\lib\net462\K4os.Compression.LZ4.dll" />
<Content Include="packages\K4os.Compression.LZ4.1.3.8\lib\net462\K4os.Compression.LZ4.xml" />
<Content Include="packages\K4os.Compression.LZ4.1.3.8\lib\net5.0\K4os.Compression.LZ4.dll" />
<Content Include="packages\K4os.Compression.LZ4.1.3.8\lib\net5.0\K4os.Compression.LZ4.xml" />
<Content Include="packages\K4os.Compression.LZ4.1.3.8\lib\net6.0\K4os.Compression.LZ4.dll" />
<Content Include="packages\K4os.Compression.LZ4.1.3.8\lib\net6.0\K4os.Compression.LZ4.xml" />
<Content Include="packages\K4os.Compression.LZ4.1.3.8\lib\netstandard2.0\K4os.Compression.LZ4.dll" />
<Content Include="packages\K4os.Compression.LZ4.1.3.8\lib\netstandard2.0\K4os.Compression.LZ4.xml" />
<Content Include="packages\K4os.Compression.LZ4.1.3.8\lib\netstandard2.1\K4os.Compression.LZ4.dll" />
<Content Include="packages\K4os.Compression.LZ4.1.3.8\lib\netstandard2.1\K4os.Compression.LZ4.xml" />
<Content Include="packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net462\K4os.Compression.LZ4.Streams.dll" />
<Content Include="packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net462\K4os.Compression.LZ4.Streams.xml" />
<Content Include="packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net5.0\K4os.Compression.LZ4.Streams.dll" />
<Content Include="packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net5.0\K4os.Compression.LZ4.Streams.xml" />
<Content Include="packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net6.0\K4os.Compression.LZ4.Streams.dll" />
<Content Include="packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net6.0\K4os.Compression.LZ4.Streams.xml" />
<Content Include="packages\K4os.Compression.LZ4.Streams.1.3.8\lib\netstandard2.0\K4os.Compression.LZ4.Streams.dll" />
<Content Include="packages\K4os.Compression.LZ4.Streams.1.3.8\lib\netstandard2.0\K4os.Compression.LZ4.Streams.xml" />
<Content Include="packages\K4os.Compression.LZ4.Streams.1.3.8\lib\netstandard2.1\K4os.Compression.LZ4.Streams.dll" />
<Content Include="packages\K4os.Compression.LZ4.Streams.1.3.8\lib\netstandard2.1\K4os.Compression.LZ4.Streams.xml" />
<Content Include="packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll" />
<Content Include="packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.xml" />
<Content Include="packages\K4os.Hash.xxHash.1.0.8\lib\net5.0\K4os.Hash.xxHash.dll" />
<Content Include="packages\K4os.Hash.xxHash.1.0.8\lib\net5.0\K4os.Hash.xxHash.xml" />
<Content Include="packages\K4os.Hash.xxHash.1.0.8\lib\net6.0\K4os.Hash.xxHash.dll" />
<Content Include="packages\K4os.Hash.xxHash.1.0.8\lib\net6.0\K4os.Hash.xxHash.xml" />
<Content Include="packages\K4os.Hash.xxHash.1.0.8\lib\netstandard2.0\K4os.Hash.xxHash.dll" />
<Content Include="packages\K4os.Hash.xxHash.1.0.8\lib\netstandard2.0\K4os.Hash.xxHash.xml" />
<Content Include="packages\K4os.Hash.xxHash.1.0.8\lib\netstandard2.1\K4os.Hash.xxHash.dll" />
<Content Include="packages\K4os.Hash.xxHash.1.0.8\lib\netstandard2.1\K4os.Hash.xxHash.xml" />
<Content Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\Icon.png" />
<Content Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll" />
<Content Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.xml" />
<Content Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll" />
<Content Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.xml" />
<Content Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll" />
<Content Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.xml" />
<Content Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\LICENSE.TXT" />
<Content Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\THIRD-PARTY-NOTICES.TXT" />
<Content Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\useSharedDesignerContext.txt" />
<Content Include="packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\version.txt" />
<Content Include="packages\MySql.Data.9.2.0\lib\net462\MySql.Data.dll" />
<Content Include="packages\MySql.Data.9.2.0\lib\net462\MySql.Data.xml" />
<Content Include="packages\MySql.Data.9.2.0\lib\net48\MySql.Data.dll" />
<Content Include="packages\MySql.Data.9.2.0\lib\net48\MySql.Data.xml" />
<Content Include="packages\MySql.Data.9.2.0\lib\net8.0\MySql.Data.dll" />
<Content Include="packages\MySql.Data.9.2.0\lib\net8.0\MySql.Data.xml" />
<Content Include="packages\MySql.Data.9.2.0\lib\net9.0\MySql.Data.dll" />
<Content Include="packages\MySql.Data.9.2.0\lib\net9.0\MySql.Data.xml" />
<Content Include="packages\MySql.Data.9.2.0\lib\netstandard2.0\MySql.Data.dll" />
<Content Include="packages\MySql.Data.9.2.0\lib\netstandard2.0\MySql.Data.xml" />
<Content Include="packages\MySql.Data.9.2.0\lib\netstandard2.1\MySql.Data.dll" />
<Content Include="packages\MySql.Data.9.2.0\lib\netstandard2.1\MySql.Data.xml" />
<Content Include="packages\MySql.Data.9.2.0\logo-mysql-170x115.png" />
<Content Include="packages\MySql.Data.9.2.0\runtimes\win-x64\native\comerr64.dll" />
<Content Include="packages\MySql.Data.9.2.0\runtimes\win-x64\native\gssapi64.dll" />
<Content Include="packages\MySql.Data.9.2.0\runtimes\win-x64\native\k5sprt64.dll" />
<Content Include="packages\MySql.Data.9.2.0\runtimes\win-x64\native\krb5_64.dll" />
<Content Include="packages\MySql.Data.9.2.0\runtimes\win-x64\native\krbcc64.dll" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\net20\Newtonsoft.Json.dll" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\net20\Newtonsoft.Json.xml" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\net35\Newtonsoft.Json.dll" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\net35\Newtonsoft.Json.xml" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\net40\Newtonsoft.Json.dll" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\net40\Newtonsoft.Json.xml" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.xml" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\net6.0\Newtonsoft.Json.dll" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\net6.0\Newtonsoft.Json.xml" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\netstandard1.0\Newtonsoft.Json.dll" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\netstandard1.0\Newtonsoft.Json.xml" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\netstandard1.3\Newtonsoft.Json.dll" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\netstandard1.3\Newtonsoft.Json.xml" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll" />
<Content Include="packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.xml" />
<Content Include="packages\Newtonsoft.Json.13.0.3\packageIcon.png" />
<Content Include="packages\SQLite.3.13.0\runtimes\win10-arm\nativeassets\uap10.0\sqlite3.dll" />
<Content Include="packages\SQLite.3.13.0\runtimes\win10-x64\nativeassets\uap10.0\sqlite3.dll" />
<Content Include="packages\SQLite.3.13.0\runtimes\win10-x86\nativeassets\uap10.0\sqlite3.dll" />
<Content Include="packages\SQLite.3.13.0\runtimes\win7-x64\native\sqlite3.dll" />
<Content Include="packages\SQLite.3.13.0\runtimes\win7-x86\native\sqlite3.dll" />
<Content Include="packages\SQLite.3.13.0\sqlite-version.txt" />
<Content Include="packages\SQLitePCLRaw.core.2.1.10\lib\netstandard2.0\SQLitePCLRaw.core.dll" />
<Content Include="packages\SqlSugar.5.1.4.187\lib\SqlSugar.dll" />
<Content Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net20\System.Data.SQLite.dll" />
<Content Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net20\System.Data.SQLite.xml" />
<Content Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net40\System.Data.SQLite.dll" />
<Content Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net40\System.Data.SQLite.xml" />
<Content Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net451\System.Data.SQLite.dll" />
<Content Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net451\System.Data.SQLite.xml" />
<Content Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net45\System.Data.SQLite.dll" />
<Content Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net45\System.Data.SQLite.xml" />
<Content Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll" />
<Content Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.xml" />
<Content Include="packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll" />
<Content Include="packages\System.Buffers.4.5.1\lib\net461\System.Buffers.xml" />
<Content Include="packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll" />
<Content Include="packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.xml" />
<Content Include="packages\System.Buffers.4.5.1\lib\netstandard2.0\System.Buffers.dll" />
<Content Include="packages\System.Buffers.4.5.1\lib\netstandard2.0\System.Buffers.xml" />
<Content Include="packages\System.Buffers.4.5.1\LICENSE.TXT" />
<Content Include="packages\System.Buffers.4.5.1\ref\net45\System.Buffers.dll" />
<Content Include="packages\System.Buffers.4.5.1\ref\net45\System.Buffers.xml" />
<Content Include="packages\System.Buffers.4.5.1\ref\netstandard1.1\System.Buffers.dll" />
<Content Include="packages\System.Buffers.4.5.1\ref\netstandard1.1\System.Buffers.xml" />
<Content Include="packages\System.Buffers.4.5.1\ref\netstandard2.0\System.Buffers.dll" />
<Content Include="packages\System.Buffers.4.5.1\ref\netstandard2.0\System.Buffers.xml" />
<Content Include="packages\System.Buffers.4.5.1\THIRD-PARTY-NOTICES.TXT" />
<Content Include="packages\System.Buffers.4.5.1\useSharedDesignerContext.txt" />
<Content Include="packages\System.Buffers.4.5.1\version.txt" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\Icon.png" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.xml" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\lib\net7.0\System.Configuration.ConfigurationManager.dll" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\lib\net7.0\System.Configuration.ConfigurationManager.xml" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\lib\net8.0\System.Configuration.ConfigurationManager.dll" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\lib\net8.0\System.Configuration.ConfigurationManager.xml" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\lib\netstandard2.0\System.Configuration.ConfigurationManager.dll" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\lib\netstandard2.0\System.Configuration.ConfigurationManager.xml" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\LICENSE.TXT" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\THIRD-PARTY-NOTICES.TXT" />
<Content Include="packages\System.Configuration.ConfigurationManager.8.0.0\useSharedDesignerContext.txt" />
<Content Include="packages\System.Data.SQLite.EF6.1.0.119.0\lib\net40\System.Data.SQLite.EF6.dll" />
<Content Include="packages\System.Data.SQLite.EF6.1.0.119.0\lib\net451\System.Data.SQLite.EF6.dll" />
<Content Include="packages\System.Data.SQLite.EF6.1.0.119.0\lib\net45\System.Data.SQLite.EF6.dll" />
<Content Include="packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll" />
<Content Include="packages\System.Data.SQLite.EF6.1.0.119.0\lib\netstandard2.1\System.Data.SQLite.EF6.dll" />
<Content Include="packages\System.Data.SQLite.Linq.1.0.119.0\lib\net20\System.Data.SQLite.Linq.dll" />
<Content Include="packages\System.Data.SQLite.Linq.1.0.119.0\lib\net40\System.Data.SQLite.Linq.dll" />
<Content Include="packages\System.Data.SQLite.Linq.1.0.119.0\lib\net451\System.Data.SQLite.Linq.dll" />
<Content Include="packages\System.Data.SQLite.Linq.1.0.119.0\lib\net45\System.Data.SQLite.Linq.dll" />
<Content Include="packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\Icon.png" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.xml" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net6.0\System.Diagnostics.DiagnosticSource.dll" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net6.0\System.Diagnostics.DiagnosticSource.xml" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net7.0\System.Diagnostics.DiagnosticSource.dll" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net7.0\System.Diagnostics.DiagnosticSource.xml" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net8.0\System.Diagnostics.DiagnosticSource.dll" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net8.0\System.Diagnostics.DiagnosticSource.xml" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.xml" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\LICENSE.TXT" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\THIRD-PARTY-NOTICES.TXT" />
<Content Include="packages\System.Diagnostics.DiagnosticSource.8.0.1\useSharedDesignerContext.txt" />
<Content Include="packages\System.IO.Pipelines.5.0.2\Icon.png" />
<Content Include="packages\System.IO.Pipelines.5.0.2\lib\net461\System.IO.Pipelines.dll" />
<Content Include="packages\System.IO.Pipelines.5.0.2\lib\net461\System.IO.Pipelines.xml" />
<Content Include="packages\System.IO.Pipelines.5.0.2\lib\netcoreapp3.0\System.IO.Pipelines.dll" />
<Content Include="packages\System.IO.Pipelines.5.0.2\lib\netcoreapp3.0\System.IO.Pipelines.xml" />
<Content Include="packages\System.IO.Pipelines.5.0.2\lib\netstandard1.3\System.IO.Pipelines.dll" />
<Content Include="packages\System.IO.Pipelines.5.0.2\lib\netstandard1.3\System.IO.Pipelines.xml" />
<Content Include="packages\System.IO.Pipelines.5.0.2\lib\netstandard2.0\System.IO.Pipelines.dll" />
<Content Include="packages\System.IO.Pipelines.5.0.2\lib\netstandard2.0\System.IO.Pipelines.xml" />
<Content Include="packages\System.IO.Pipelines.5.0.2\LICENSE.TXT" />
<Content Include="packages\System.IO.Pipelines.5.0.2\ref\netcoreapp2.0\System.IO.Pipelines.dll" />
<Content Include="packages\System.IO.Pipelines.5.0.2\ref\netcoreapp2.0\System.IO.Pipelines.xml" />
<Content Include="packages\System.IO.Pipelines.5.0.2\THIRD-PARTY-NOTICES.TXT" />
<Content Include="packages\System.IO.Pipelines.5.0.2\useSharedDesignerContext.txt" />
<Content Include="packages\System.IO.Pipelines.5.0.2\version.txt" />
<Content Include="packages\System.Memory.4.5.5\lib\net461\System.Memory.dll" />
<Content Include="packages\System.Memory.4.5.5\lib\net461\System.Memory.xml" />
<Content Include="packages\System.Memory.4.5.5\lib\netstandard1.1\System.Memory.dll" />
<Content Include="packages\System.Memory.4.5.5\lib\netstandard1.1\System.Memory.xml" />
<Content Include="packages\System.Memory.4.5.5\lib\netstandard2.0\System.Memory.dll" />
<Content Include="packages\System.Memory.4.5.5\lib\netstandard2.0\System.Memory.xml" />
<Content Include="packages\System.Memory.4.5.5\LICENSE.TXT" />
<Content Include="packages\System.Memory.4.5.5\THIRD-PARTY-NOTICES.TXT" />
<Content Include="packages\System.Memory.4.5.5\useSharedDesignerContext.txt" />
<Content Include="packages\System.Memory.4.5.5\version.txt" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.xml" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\lib\netstandard1.0\System.Numerics.Vectors.dll" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\lib\netstandard1.0\System.Numerics.Vectors.xml" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\lib\netstandard2.0\System.Numerics.Vectors.dll" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\lib\netstandard2.0\System.Numerics.Vectors.xml" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.xml" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\LICENSE.TXT" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\ref\net45\System.Numerics.Vectors.dll" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\ref\net45\System.Numerics.Vectors.xml" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\ref\net46\System.Numerics.Vectors.dll" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\ref\net46\System.Numerics.Vectors.xml" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\ref\netstandard1.0\System.Numerics.Vectors.dll" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\ref\netstandard1.0\System.Numerics.Vectors.xml" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\ref\netstandard2.0\System.Numerics.Vectors.dll" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\ref\netstandard2.0\System.Numerics.Vectors.xml" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\THIRD-PARTY-NOTICES.TXT" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\useSharedDesignerContext.txt" />
<Content Include="packages\System.Numerics.Vectors.4.5.0\version.txt" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\Icon.png" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.xml" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net6.0\System.Runtime.CompilerServices.Unsafe.dll" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net6.0\System.Runtime.CompilerServices.Unsafe.xml" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.xml" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.xml" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\LICENSE.TXT" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\THIRD-PARTY-NOTICES.TXT" />
<Content Include="packages\System.Runtime.CompilerServices.Unsafe.6.0.0\useSharedDesignerContext.txt" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.xml" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\netstandard1.0\System.Threading.Tasks.Extensions.xml" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\netstandard2.0\System.Threading.Tasks.Extensions.xml" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.xml" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\LICENSE.TXT" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\THIRD-PARTY-NOTICES.TXT" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\useSharedDesignerContext.txt" />
<Content Include="packages\System.Threading.Tasks.Extensions.4.5.4\version.txt" />
<Content Include="packages\ZstdSharp.Port.0.8.0\lib\net462\ZstdSharp.dll" />
<Content Include="packages\ZstdSharp.Port.0.8.0\lib\net5.0\ZstdSharp.dll" />
<Content Include="packages\ZstdSharp.Port.0.8.0\lib\net6.0\ZstdSharp.dll" />
<Content Include="packages\ZstdSharp.Port.0.8.0\lib\net7.0\ZstdSharp.dll" />
<Content Include="packages\ZstdSharp.Port.0.8.0\lib\net8.0\ZstdSharp.dll" />
<Content Include="packages\ZstdSharp.Port.0.8.0\lib\netcoreapp3.1\ZstdSharp.dll" />
<Content Include="packages\ZstdSharp.Port.0.8.0\lib\netstandard2.0\ZstdSharp.dll" />
<Content Include="packages\ZstdSharp.Port.0.8.0\lib\netstandard2.1\ZstdSharp.dll" />
<Content Include="twitter.ico" /> <Content Include="twitter.ico" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
@@ -296,7 +736,18 @@
<ItemGroup> <ItemGroup>
<WCFMetadata Include="Connected Services\" /> <WCFMetadata Include="Connected Services\" />
</ItemGroup> </ItemGroup>
<ItemGroup /> <ItemGroup>
<Folder Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net20\x64\" />
<Folder Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net20\x86\" />
<Folder Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net40\x64\" />
<Folder Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net40\x86\" />
<Folder Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net451\x64\" />
<Folder Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net451\x86\" />
<Folder Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net45\x64\" />
<Folder Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net45\x86\" />
<Folder Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\x64\" />
<Folder Include="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\x86\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup> <PropertyGroup>