From 9f5cd73648a4dd6ad80d5c8e1c14746a8a27b1b6 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周四, 21 11月 2024 08:45:08 +0800 Subject: [PATCH] 程序修改 --- .vs/DataCapture_MA/v17/.suo | 0 .gitignore | 364 ++++++++++++++++++++++++++++++++++++++++++++++++++++ DataCapture_MA/obj/Debug/DataCapture_MA.exe.manifest | 4 DataCapture_MA/bin/Debug/app.publish/DataCapture_MA.exe | 0 DataCapture_MA/obj/Debug/DataCapture_MA.pdb | 0 DataCapture_MA/obj/Debug/DataCapture_MA.exe | 0 DataCapture_MA/bin/Debug/DataCapture_MA.exe.manifest | 4 DataCapture_MA/obj/Debug/DataCapture_MA.application | 6 /dev/null | 0 DataCapture_MA/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache | 0 DataCapture_MA/bin/Debug/DataCapture_MA.application | 6 DataCapture_MA/Form1.cs | 7 DataCapture_MA/bin/Debug/DataCapture_MA.pdb | 0 DataCapture_MA/bin/Debug/DataCapture_MA.exe | 0 DataCapture_MA/bin/Debug/app.publish/DataCapture_MA.application | 10 15 files changed, 381 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a061d79 --- /dev/null +++ b/.gitignore @@ -0,0 +1,364 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates +*.Development.json + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]ut/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + diff --git a/.vs/DataCapture_MA/FileContentIndex/057a83a5-3a34-49ff-afc0-f6bf4894b796.vsidx b/.vs/DataCapture_MA/FileContentIndex/057a83a5-3a34-49ff-afc0-f6bf4894b796.vsidx deleted file mode 100644 index 7a7508e..0000000 --- a/.vs/DataCapture_MA/FileContentIndex/057a83a5-3a34-49ff-afc0-f6bf4894b796.vsidx +++ /dev/null Binary files differ diff --git a/.vs/DataCapture_MA/FileContentIndex/857c1797-dea2-46c1-ad93-86dcd5fc9060.vsidx b/.vs/DataCapture_MA/FileContentIndex/857c1797-dea2-46c1-ad93-86dcd5fc9060.vsidx deleted file mode 100644 index 0a20b96..0000000 --- a/.vs/DataCapture_MA/FileContentIndex/857c1797-dea2-46c1-ad93-86dcd5fc9060.vsidx +++ /dev/null Binary files differ diff --git a/.vs/DataCapture_MA/FileContentIndex/fbc5dc4c-fb12-4736-b887-fb33945ca2d2.vsidx b/.vs/DataCapture_MA/FileContentIndex/fbc5dc4c-fb12-4736-b887-fb33945ca2d2.vsidx deleted file mode 100644 index db816e3..0000000 --- a/.vs/DataCapture_MA/FileContentIndex/fbc5dc4c-fb12-4736-b887-fb33945ca2d2.vsidx +++ /dev/null Binary files differ diff --git a/.vs/DataCapture_MA/v17/.suo b/.vs/DataCapture_MA/v17/.suo index cd568cb..1beb77c 100644 --- a/.vs/DataCapture_MA/v17/.suo +++ b/.vs/DataCapture_MA/v17/.suo Binary files differ diff --git a/DataCapture_MA/Form1.cs b/DataCapture_MA/Form1.cs index 74496c1..f693d48 100644 --- a/DataCapture_MA/Form1.cs +++ b/DataCapture_MA/Form1.cs @@ -69,11 +69,8 @@ string startupPath = Environment.GetFolderPath(Environment.SpecialFolder.Startup); // 鍚姩鏂囦欢澶硅矾寰� CreateShortcut(shortcutName, targetPath, startupPath); // 鍒涘缓蹇嵎鏂瑰紡 - if (ipSelect.Items.Count > 0) - { - StartReceive(); // 鍚姩绋嬪簭 - CreateDatabase(); // 鍒濆鍖栨暟鎹簱 - } + StartReceive(); // 鍚姩绋嬪簭 + CreateDatabase(); // 鍒濆鍖栨暟鎹簱 // 鍒犻櫎涓�涓湀鍓嶇殑鏁版嵁 new Thread(AutoDeleteHistoryDate.Handler).Start(); diff --git a/DataCapture_MA/bin/Debug/DataCapture_MA.application b/DataCapture_MA/bin/Debug/DataCapture_MA.application index 0549257..5b72717 100644 --- a/DataCapture_MA/bin/Debug/DataCapture_MA.application +++ b/DataCapture_MA/bin/Debug/DataCapture_MA.application @@ -1,6 +1,6 @@ 锘�<?xml version="1.0" encoding="utf-8"?> <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2"> - <assemblyIdentity name="DataCapture_MA.application" version="1.0.0.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <assemblyIdentity name="DataCapture_MA.application" version="1.0.0.4" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> <description asmv2:publisher="DataCapture_MA" asmv2:product="DataCapture_MA" xmlns="urn:schemas-microsoft-com:asm.v1" /> <deployment install="true" mapFileExtensions="true" /> <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> @@ -8,13 +8,13 @@ </compatibleFrameworks> <dependency> <dependentAssembly dependencyType="install" codebase="DataCapture_MA.exe.manifest" size="34537"> - <assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> + <assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.4" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>zZ/SHBSOzcHTBDZ3ClGbI/nj7lRhTsFv2rdexCMtOA8=</dsig:DigestValue> + <dsig:DigestValue>96GcYXD7xOSmf8kIde+ESzdGFW2IA0XLTX7GYLZWL3A=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/DataCapture_MA/bin/Debug/DataCapture_MA.exe b/DataCapture_MA/bin/Debug/DataCapture_MA.exe index bb5360f..52b3580 100644 --- a/DataCapture_MA/bin/Debug/DataCapture_MA.exe +++ b/DataCapture_MA/bin/Debug/DataCapture_MA.exe Binary files differ diff --git a/DataCapture_MA/bin/Debug/DataCapture_MA.exe.manifest b/DataCapture_MA/bin/Debug/DataCapture_MA.exe.manifest index fed0ad0..f30c2a0 100644 --- a/DataCapture_MA/bin/Debug/DataCapture_MA.exe.manifest +++ b/DataCapture_MA/bin/Debug/DataCapture_MA.exe.manifest @@ -1,6 +1,6 @@ 锘�<?xml version="1.0" encoding="utf-8"?> <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2"> - <asmv1:assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> + <asmv1:assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.4" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> <application /> <entryPoint> <assemblyIdentity name="DataCapture_MA" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> @@ -61,7 +61,7 @@ <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Mj802K8Rr4qyt2dRk1H2WX2K/qcYr6PEHKewgTbBTFk=</dsig:DigestValue> + <dsig:DigestValue>vptFWXaQDwF84D/e8NI1qEjW+7OvLlfjobQlS/agEdY=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/DataCapture_MA/bin/Debug/DataCapture_MA.pdb b/DataCapture_MA/bin/Debug/DataCapture_MA.pdb index fbf4b15..c38c21e 100644 --- a/DataCapture_MA/bin/Debug/DataCapture_MA.pdb +++ b/DataCapture_MA/bin/Debug/DataCapture_MA.pdb Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/AutoMapper.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/AutoMapper.dll.deploy deleted file mode 100644 index 48f7da2..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/AutoMapper.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/DataCapture_MA.exe.config.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/DataCapture_MA.exe.config.deploy deleted file mode 100644 index e979d39..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/DataCapture_MA.exe.config.deploy +++ /dev/null @@ -1,99 +0,0 @@ -锘�<?xml version="1.0" encoding="utf-8"?> -<configuration> - <configSections> - <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> - <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> - </configSections> - <connectionStrings> - <!-- SQLite 杩炴帴瀛楃涓� --> - <!--<add name="DbModel" connectionString="Data Source=./EntitydataCapture.db" providerName="Microsoft.Data.Sqlite" />--> - <add name="DbModel" connectionString="Server=localhost;Database=dataCapture;User=root;Password=123abc.com;Port=3306;" providerName="Pomelo.EntityFrameworkCore.MySql" /> - - </connectionStrings> - <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /> - </startup> - <runtime> - <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> - <dependentAssembly> - <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-3.1.32.0" newVersion="3.1.32.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-3.1.32.0" newVersion="3.1.32.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Microsoft.Extensions.Caching.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Microsoft.Extensions.Options" publicKeyToken="adb9793829ddae60" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-3.1.32.0" newVersion="3.1.32.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-3.1.32.0" newVersion="3.1.32.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Microsoft.Extensions.DependencyInjection" publicKeyToken="adb9793829ddae60" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-3.1.32.0" newVersion="3.1.32.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Microsoft.EntityFrameworkCore" publicKeyToken="adb9793829ddae60" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-3.1.32.0" newVersion="3.1.32.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Microsoft.EntityFrameworkCore.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-3.1.32.0" newVersion="3.1.32.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Microsoft.Extensions.Logging" publicKeyToken="adb9793829ddae60" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-3.1.32.0" newVersion="3.1.32.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Microsoft.EntityFrameworkCore.Relational" publicKeyToken="adb9793829ddae60" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-3.1.8.0" newVersion="3.1.8.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" /> - </dependentAssembly> - <dependentAssembly> - <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> - </dependentAssembly> - </assemblyBinding> - </runtime> - <entityFramework> - <providers> - <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> - </providers> - </entityFramework> - <appSettings> - <add key="mesHost" value="http://10.136.21.103:16000/api/" /> - <add key="warningApi" value="equipmentInfoApi" /> - <add key="equipmentStatusApi" value="DataCol/EquipStateData" /> - <add key="equipmentInfoApi" value="DataCol/EquipParametersData" /> - </appSettings> -</configuration> \ No newline at end of file diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/DataCapture_MA.exe.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/DataCapture_MA.exe.deploy deleted file mode 100644 index 07c0d37..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/DataCapture_MA.exe.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/DataCapture_MA.exe.manifest b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/DataCapture_MA.exe.manifest deleted file mode 100644 index 53e816d..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/DataCapture_MA.exe.manifest +++ /dev/null @@ -1,596 +0,0 @@ -锘�<?xml version="1.0" encoding="utf-8"?> -<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2"> - <asmv1:assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.3" publicKeyToken="0669ca21c9a8e6f2" language="neutral" processorArchitecture="msil" type="win32" /> - <application /> - <entryPoint> - <assemblyIdentity name="DataCapture_MA" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> - <commandLine file="DataCapture_MA.exe" parameters="" /> - </entryPoint> - <trustInfo> - <security> - <applicationRequestMinimum> - <PermissionSet Unrestricted="true" ID="Custom" SameSite="site" /> - <defaultAssemblyRequest permissionSetReference="Custom" /> - </applicationRequestMinimum> - <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> - <!-- - UAC 娓呭崟閫夐」 - 濡傛灉瑕佹洿鏀� Windows 鐢ㄦ埛甯愭埛鎺у埗绾у埆锛岃鐢ㄤ互涓嬭妭鐐逛箣涓�鏇挎崲 - requestedExecutionLevel 鑺傜偣銆� - - <requestedExecutionLevel level="asInvoker" uiAccess="false" /> - <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> - <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> - - 濡傛灉瑕佸埄鐢ㄦ枃浠跺拰娉ㄥ唽琛ㄨ櫄鎷熷寲鎻愪緵 - 鍚戝悗鍏煎鎬э紝璇峰垹闄� requestedExecutionLevel 鑺傜偣銆� - --> - <requestedExecutionLevel level="asInvoker" uiAccess="false" /> - </requestedPrivileges> - </security> - </trustInfo> - <dependency> - <dependentOS> - <osVersionInfo> - <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" /> - </osVersionInfo> - </dependentOS> - </dependency> - <dependency> - <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> - <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" /> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="AutoMapper.dll" size="306688"> - <assemblyIdentity name="AutoMapper" version="6.1.0.0" publicKeyToken="BE96CD2C38EF1005" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>W1BvZ0ibtsVZm0cPP0TsP5fhQslpu+yUSQhDj27+7Ls=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DataCapture_MA.exe" size="338928"> - <assemblyIdentity name="DataCapture_MA" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Mj802K8Rr4qyt2dRk1H2WX2K/qcYr6PEHKewgTbBTFk=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EntityFramework.dll" size="4994080"> - <assemblyIdentity name="EntityFramework" version="6.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>ziVXinScF6VZgyNAAErBryvzWUt5eVrlP4yrCZmej/Y=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EntityFramework.SqlServer.dll" size="592416"> - <assemblyIdentity name="EntityFramework.SqlServer" version="6.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>oNz5dcfjoUltjljMlyIQtM+RGT5HTSyGighpx2Q63lo=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="log4net.dll" size="294912"> - <assemblyIdentity name="log4net" version="3.0.0.0" publicKeyToken="669E0DDF0BB1AA2A" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>J06dv11tuthfOkn/d8Vz+cuto5ZH3FbDNJXiLLWu5xY=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Bcl.AsyncInterfaces.dll" size="20856"> - <assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" version="1.0.0.0" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>kxFj5XoVHOMlLHJrtf6/10GZnu1NBBOB8UZnISvrgRY=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Bcl.HashCode.dll" size="23424"> - <assemblyIdentity name="Microsoft.Bcl.HashCode" version="1.0.0.0" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>drEmDOdHoxfptRRDO4moGwOEEfyr3cb5x9ursHQti4E=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Data.Sqlite.dll" size="147328"> - <assemblyIdentity name="Microsoft.Data.Sqlite" version="3.1.2.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>pBuWg2XoeNQpxFP6uc6I/BVpbYARP44LeS0mPUiqrK0=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.DotNet.PlatformAbstractions.dll" size="23936"> - <assemblyIdentity name="Microsoft.DotNet.PlatformAbstractions" version="3.1.2.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>XN7Ov7Iljp7ajXlTA8YVfwvSfUxLRITMZ3gPz+kptnY=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.EntityFrameworkCore.dll" size="1562512"> - <assemblyIdentity name="Microsoft.EntityFrameworkCore" version="3.1.32.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>wEsPqi5h7K9wAIuSAVvF5aBE1rKVLdtq0Wj9riTuIRA=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.EntityFrameworkCore.Abstractions.dll" size="21904"> - <assemblyIdentity name="Microsoft.EntityFrameworkCore.Abstractions" version="3.1.32.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Tr9FSnYn9Xt8XbaJY3aVyH42bv/ZMTVf/Rdoil91X4U=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.EntityFrameworkCore.Design.dll" size="264064"> - <assemblyIdentity name="Microsoft.EntityFrameworkCore.Design" version="3.1.2.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>mneewrrUpJhnfLsug25Z6XfmCyrHM9OvCPki9q9rYGQ=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.EntityFrameworkCore.Relational.dll" size="859528"> - <assemblyIdentity name="Microsoft.EntityFrameworkCore.Relational" version="3.1.8.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>4pDAGPLeKimHtYCb1F1z6fhk1KXC5I71zo+wUqJJbqw=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.EntityFrameworkCore.Sqlite.dll" size="146816"> - <assemblyIdentity name="Microsoft.EntityFrameworkCore.Sqlite" version="3.1.2.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>JadpVrI1arrJxO4DGCytwS0Pr7d2Fa3wISvpYBB+708=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.Caching.Abstractions.dll" size="34464"> - <assemblyIdentity name="Microsoft.Extensions.Caching.Abstractions" version="8.0.0.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>9SqzavfWhbalT0vUMnzHXHpjwQOdET0vxf4gYix1WxM=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.Caching.Memory.dll" size="33184"> - <assemblyIdentity name="Microsoft.Extensions.Caching.Memory" version="3.1.32.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>+KzKeHxHUrSel1MJtX6BIzICOigzZc6M6zjfU72NsdI=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.Configuration.dll" size="28064"> - <assemblyIdentity name="Microsoft.Extensions.Configuration" version="3.1.32.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>k50ng3vfWa1h+/JacGMutJK+BOlHid/aCJ4qnW4RfD0=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.Configuration.Abstractions.dll" size="22432"> - <assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" version="3.1.32.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Yr+bGEW7OPs5iGaeUCL9Rkob0IXhtTuXoVoijMtPSMk=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.Configuration.Binder.dll" size="26040"> - <assemblyIdentity name="Microsoft.Extensions.Configuration.Binder" version="3.1.32.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>7OkECBN88vQttJrE3CgxAmtPjiazo2gJS6To4/SUrZ8=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.DependencyInjection.dll" size="72640"> - <assemblyIdentity name="Microsoft.Extensions.DependencyInjection" version="3.1.32.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>l65Xkz6+npyAVsdhoo+cvCAqv0em+zdoFF2hBO13aXs=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.DependencyInjection.Abstractions.dll" size="38816"> - <assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.32.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>YI52be1MUctjE2LZAK7R2ZMjq65nNfJr7QxBXn2PavI=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.DependencyModel.dll" size="64896"> - <assemblyIdentity name="Microsoft.Extensions.DependencyModel" version="3.1.2.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>xKvXtrc12lSF8TagmV2UCYktrTnr8oS0pmgbEeNq/yo=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.Logging.dll" size="35256"> - <assemblyIdentity name="Microsoft.Extensions.Logging" version="3.1.32.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>kZnrLgzZKT4ofuVZZVU6YGTQWK2Z1l17wtxI6W6lJnE=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.Logging.Abstractions.dll" size="49560"> - <assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" version="3.1.32.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>uSmB6bmMbV+5FIoWbM3RqJMg9FQwJxWbhF0aQdMrC3o=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.Options.dll" size="51648"> - <assemblyIdentity name="Microsoft.Extensions.Options" version="3.1.32.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>x0k/F15T0VV7i58KxMW9jVCWon09mlmYO/1EQrExCys=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Extensions.Primitives.dll" size="49936"> - <assemblyIdentity name="Microsoft.Extensions.Primitives" version="8.0.0.0" publicKeyToken="ADB9793829DDAE60" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>PG6lVZRDPi8DQCJ70ViPurG6ihDJkxm1KMxVcyWTQMs=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MySqlConnector.dll" size="525312"> - <assemblyIdentity name="MySqlConnector" version="0.69.9.0" publicKeyToken="D33D3E53AA5F8C92" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>t9D9G4bljHqdvXjdjDTXGCvteG3YPLqIlsw0HeLQrus=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Newtonsoft.Json.dll" size="662528"> - <assemblyIdentity name="Newtonsoft.Json" version="11.0.0.0" publicKeyToken="30AD4FE6B2A6AEED" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>9Yw3T/yq5ONtdA2Q+/f+cNCrtzKM2a86CntwgD6ZS6Q=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Pomelo.EntityFrameworkCore.MySql.dll" size="305664"> - <assemblyIdentity name="Pomelo.EntityFrameworkCore.MySql" version="3.2.0.0" publicKeyToken="2CC498582444921B" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>uWrtBRAFvZLkc2hB2B3vj2iRq0pNiqASV1Z6I2+XvJ8=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Pomelo.JsonObject.dll" size="8704"> - <assemblyIdentity name="Pomelo.JsonObject" version="2.2.1.0" publicKeyToken="2CC498582444921B" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>5K2XnjlrgHv7LIwD/GjhT5laNKQLw0WBUBYtp/9PbZo=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SQLitePCLRaw.batteries_v2.dll" size="6144"> - <assemblyIdentity name="SQLitePCLRaw.batteries_v2" version="2.0.2.669" publicKeyToken="8226EA5DF37BCAE9" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>jOvNS5V8DU3wdc1L9wsr06MuBjuEVRDvdtZ/NB63rk0=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SQLitePCLRaw.core.dll" size="46080"> - <assemblyIdentity name="SQLitePCLRaw.core" version="2.0.2.669" publicKeyToken="1488E028CA7AB535" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>6RfljtHVNCSyOzCRqL6MF/NicZDuo4RI64i7yAFHNl8=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SQLitePCLRaw.nativelibrary.dll" size="9728"> - <assemblyIdentity name="SQLitePCLRaw.nativelibrary" version="2.0.2.669" publicKeyToken="502ED628492AB262" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>XhbAeV+2/rIQE769HNIGtsSI+8KaawU91n4WluMg+Qo=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SQLitePCLRaw.provider.dynamic_cdecl.dll" size="56832"> - <assemblyIdentity name="SQLitePCLRaw.provider.dynamic_cdecl" version="2.0.2.669" publicKeyToken="B68184102CBA0B3B" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>YyNzZIh7ofDFNZ7o9/Wx7WucCtyqB95SFCuxHRAY7Vk=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Buffers.dll" size="20856"> - <assemblyIdentity name="System.Buffers" version="4.0.3.0" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>rMzPvkXZ8I/+7ZkW43sz6YxlvgEs//bn+ntnIQzh/vs=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Collections.Immutable.dll" size="180096"> - <assemblyIdentity name="System.Collections.Immutable" version="1.2.5.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Z3MJF7ToVuN6nXgkVSdYQIf6xrIKc3dney9ETNFduRg=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.ComponentModel.Annotations.dll" size="43152"> - <assemblyIdentity name="System.ComponentModel.Annotations" version="4.2.1.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>BBE8hUkYVRnzICeQzrI99glkSHK5wkmlbSvPWVZhAsQ=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Diagnostics.DiagnosticSource.dll" size="66432"> - <assemblyIdentity name="System.Diagnostics.DiagnosticSource" version="4.0.5.0" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>epU8Qa69Hz5deqMq4gtnc9dIEga2HLb7iuA/eoa1URM=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Memory.dll" size="142240"> - <assemblyIdentity name="System.Memory" version="4.0.1.2" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>vz+4RmT0CX8aipvHGlHc+M8akF1AgKTSkNoXMIZuhW8=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Numerics.Vectors.dll" size="115856"> - <assemblyIdentity name="System.Numerics.Vectors" version="4.1.4.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>HT74aYKB589zcdFVSv71hys5+Wwm2nciEKM9oEG6EYM=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Runtime.CompilerServices.Unsafe.dll" size="18024"> - <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" version="6.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>N3aEiOjvRXKbx9miZ3YzxkUAQpdbuWUW4YbabLnNDc8=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Threading.Tasks.Extensions.dll" size="25984"> - <assemblyIdentity name="System.Threading.Tasks.Extensions" version="4.2.0.1" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>T4H/0NxyBNt1r8NepCkXabB8RAWS8oiUJg7qdmJqI8Y=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WZ.Useful.Commons.dll" size="594432"> - <assemblyIdentity name="WZ.Useful.Commons" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>ehH+JN2lN9gHApJzwHVW8XxMWJiDaNyGWgjKT2ItU30=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> - <file name="DataCapture_MA.exe.config" size="5957"> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>fFOHpWFr47NxN3K8evzBcpiJlEpQDcQSv7JOwOZRXd0=</dsig:DigestValue> - </hash> - </file> - <file name="runtimes\win-arm\native\e_sqlite3.dll" size="870400"> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>sV74v2DUGQZhRsbUaG2YBztGLuMrc1OkivWFNUOsWuE=</dsig:DigestValue> - </hash> - </file> - <file name="runtimes\win-x64\native\e_sqlite3.dll" size="1265664"> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>O3NmFEHgp6Q51bKhGQ0sm7Mm5UvNsYCq2fA2a9vUfgc=</dsig:DigestValue> - </hash> - </file> - <file name="runtimes\win-x86\native\e_sqlite3.dll" size="989184"> - <hash> - <dsig:Transforms> - <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> - </dsig:Transforms> - <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>mHf3A84/uWadZW0kcmFZthay3yVSIiW/Qb+v6JlUxYo=</dsig:DigestValue> - </hash> - </file> -<publisherIdentity name="CN=ZONGZHOU\LAPTOP-DK84CSNV" issuerKeyHash="f77628abe7f6e7a334b567d3f2621a55844809ad" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>EUXI4jtsEVu6MIw/FEYUJ+rtuo7qoTvtxMYHGuUdMsc=</DigestValue></Reference></SignedInfo><SignatureValue>z0etlNuuecW+H1pXdh8aGavLr6p1RIWoDz2bd9UCpHePzfmAgcdtpuMY1P+bpzIhgMbaFiMOlNkxh/hKbLTj7TIgOO7x/YNGPgnka6GgNs7v8sCqSVRAf51u55c8Adr71ZbGDIVrAp5zWXmqn74Vgxv6wP5HR8OKhbZbPImGceI=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>9f960pjF9CaytBmWoaHuF7rMhjQOZXsRBshocrNoQhgf88uopJN3Yu5Gn2TuRubjKHbGs3kfcCv3k5OufNnBHDFtqJNHlwPCnx8Sy7sBgaOmkpa04jqq3/N/5kIhYLFbxstY9YdLW4XBvlhpzq6jOKT/RjOA1VgWbtrREjkJ5KU=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="c7321de51a07c6c4ed3ba1ea8ebaedea271446143f8c30ba5b116c3be2c84511" Description="" Url=""><as:assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.3" publicKeyToken="0669ca21c9a8e6f2" language="neutral" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=ZONGZHOU\LAPTOP-DK84CSNV</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>Y/+qk1w7rqWGqKMqjxCXHc8pFRS/xSZCHY1c9mS0LaY=</DigestValue></Reference></SignedInfo><SignatureValue>qqkfKcpXzLhuSxltcBOpmwkE8rJfcetdmbb8I5AZ8RJzFozXlA94ogtu3m1+/w9f4VF6KZ0G4kwoXwyxjHoFIn6PEgm8X6WpG8KdYiisxnWhtVBQUyghAZ1rn3ThzJMSU5Si1hTROk2V6oQiJC/m3G0X/SnqcxdpS22cleDdllc=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>9f960pjF9CaytBmWoaHuF7rMhjQOZXsRBshocrNoQhgf88uopJN3Yu5Gn2TuRubjKHbGs3kfcCv3k5OufNnBHDFtqJNHlwPCnx8Sy7sBgaOmkpa04jqq3/N/5kIhYLFbxstY9YdLW4XBvlhpzq6jOKT/RjOA1VgWbtrREjkJ5KU=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB+TCCAWKgAwIBAgIQVVYua7Q+f7lIT/mVsQ37TTANBgkqhkiG9w0BAQsFADA7MTkwNwYDVQQDHjAAWgBPAE4ARwBaAEgATwBVAFwATABBAFAAVABPAFAALQBEAEsAOAA0AEMAUwBOAFYwHhcNMjQxMTIwMDYxMjQ0WhcNMjUxMTIwMTIxMjQ0WjA7MTkwNwYDVQQDHjAAWgBPAE4ARwBaAEgATwBVAFwATABBAFAAVABPAFAALQBEAEsAOAA0AEMAUwBOAFYwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAPX/etKYxfQmsrQZlqGh7he6zIY0DmV7EQbIaHKzaEIYH/PLqKSTd2LuRp9k7kbm4yh2xrN5H3Ar95OTrnzZwRwxbaiTR5cDwp8fEsu7AYGjppKWtOI6qt/zf+ZCIWCxW8bLWPWHS1uFwb5Yac6uozik/0YzgNVYFm7a0RI5CeSlAgMBAAEwDQYJKoZIhvcNAQELBQADgYEAC+WJhNOMPMNn3tJ7Qy1nXFmUavQCZ4TVzz+fkwvAlPdA+pK8Ecrdrusoqf4d/e7767cQfsyuvpXOyM205dIhG9fotDqhEagl6CjQfnBla1sTxtT72mhUIkaV1RX9fARPaOAOgsq1TsnVra3MeJTfmANTmS06X2Vyx9Gvzb8PCsQ=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly> \ No newline at end of file diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/EntityFramework.SqlServer.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/EntityFramework.SqlServer.dll.deploy deleted file mode 100644 index 90ed168..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/EntityFramework.SqlServer.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/EntityFramework.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/EntityFramework.dll.deploy deleted file mode 100644 index 793b1ce..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/EntityFramework.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Bcl.AsyncInterfaces.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Bcl.AsyncInterfaces.dll.deploy deleted file mode 100644 index 869ac1b..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Bcl.AsyncInterfaces.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Bcl.HashCode.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Bcl.HashCode.dll.deploy deleted file mode 100644 index 3f97f6e..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Bcl.HashCode.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Data.Sqlite.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Data.Sqlite.dll.deploy deleted file mode 100644 index 281e27b..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Data.Sqlite.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.DotNet.PlatformAbstractions.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.DotNet.PlatformAbstractions.dll.deploy deleted file mode 100644 index d04a470..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.DotNet.PlatformAbstractions.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Abstractions.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Abstractions.dll.deploy deleted file mode 100644 index 4f25c4f..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Abstractions.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Design.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Design.dll.deploy deleted file mode 100644 index fbdc152..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Design.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Relational.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Relational.dll.deploy deleted file mode 100644 index 732d79f..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Relational.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Sqlite.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Sqlite.dll.deploy deleted file mode 100644 index d36073d..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.Sqlite.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.dll.deploy deleted file mode 100644 index 407cce8..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.EntityFrameworkCore.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Caching.Abstractions.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Caching.Abstractions.dll.deploy deleted file mode 100644 index ae13b2a..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Caching.Abstractions.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Caching.Memory.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Caching.Memory.dll.deploy deleted file mode 100644 index 13f1e4c..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Caching.Memory.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Configuration.Abstractions.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Configuration.Abstractions.dll.deploy deleted file mode 100644 index 7677779..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Configuration.Abstractions.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Configuration.Binder.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Configuration.Binder.dll.deploy deleted file mode 100644 index 57c17fb..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Configuration.Binder.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Configuration.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Configuration.dll.deploy deleted file mode 100644 index 5a8b561..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Configuration.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.DependencyInjection.Abstractions.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.DependencyInjection.Abstractions.dll.deploy deleted file mode 100644 index 0a2311e..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.DependencyInjection.Abstractions.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.DependencyInjection.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.DependencyInjection.dll.deploy deleted file mode 100644 index a89e311..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.DependencyInjection.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.DependencyModel.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.DependencyModel.dll.deploy deleted file mode 100644 index 82db316..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.DependencyModel.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Logging.Abstractions.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Logging.Abstractions.dll.deploy deleted file mode 100644 index d9b5039..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Logging.Abstractions.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Logging.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Logging.dll.deploy deleted file mode 100644 index 4b102e8..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Logging.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Options.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Options.dll.deploy deleted file mode 100644 index 53d37d6..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Options.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Primitives.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Primitives.dll.deploy deleted file mode 100644 index 24f500c..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Microsoft.Extensions.Primitives.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/MySqlConnector.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/MySqlConnector.dll.deploy deleted file mode 100644 index 428930e..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/MySqlConnector.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Newtonsoft.Json.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Newtonsoft.Json.dll.deploy deleted file mode 100644 index 8069902..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Newtonsoft.Json.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Pomelo.EntityFrameworkCore.MySql.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Pomelo.EntityFrameworkCore.MySql.dll.deploy deleted file mode 100644 index 493b314..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Pomelo.EntityFrameworkCore.MySql.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Pomelo.JsonObject.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Pomelo.JsonObject.dll.deploy deleted file mode 100644 index b3db68d..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/Pomelo.JsonObject.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.batteries_v2.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.batteries_v2.dll.deploy deleted file mode 100644 index a712573..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.batteries_v2.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.core.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.core.dll.deploy deleted file mode 100644 index 0f5d814..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.core.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.nativelibrary.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.nativelibrary.dll.deploy deleted file mode 100644 index 247ca6d..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.nativelibrary.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.provider.dynamic_cdecl.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.provider.dynamic_cdecl.dll.deploy deleted file mode 100644 index 1a511eb..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/SQLitePCLRaw.provider.dynamic_cdecl.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Buffers.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Buffers.dll.deploy deleted file mode 100644 index f2d83c5..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Buffers.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Collections.Immutable.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Collections.Immutable.dll.deploy deleted file mode 100644 index 8bf1e47..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Collections.Immutable.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.ComponentModel.Annotations.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.ComponentModel.Annotations.dll.deploy deleted file mode 100644 index 89f2b7a..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.ComponentModel.Annotations.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Diagnostics.DiagnosticSource.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Diagnostics.DiagnosticSource.dll.deploy deleted file mode 100644 index e69fa32..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Diagnostics.DiagnosticSource.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Memory.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Memory.dll.deploy deleted file mode 100644 index 4617199..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Memory.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Numerics.Vectors.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Numerics.Vectors.dll.deploy deleted file mode 100644 index 0865972..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Numerics.Vectors.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Runtime.CompilerServices.Unsafe.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Runtime.CompilerServices.Unsafe.dll.deploy deleted file mode 100644 index c5ba4e4..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Runtime.CompilerServices.Unsafe.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Threading.Tasks.Extensions.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Threading.Tasks.Extensions.dll.deploy deleted file mode 100644 index eeec928..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/System.Threading.Tasks.Extensions.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/WZ.Useful.Commons.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/WZ.Useful.Commons.dll.deploy deleted file mode 100644 index c775220..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/WZ.Useful.Commons.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/log4net.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/log4net.dll.deploy deleted file mode 100644 index edbdb32..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/log4net.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/runtimes/win-arm/native/e_sqlite3.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/runtimes/win-arm/native/e_sqlite3.dll.deploy deleted file mode 100644 index 4ab44c0..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/runtimes/win-arm/native/e_sqlite3.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/runtimes/win-x64/native/e_sqlite3.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/runtimes/win-x64/native/e_sqlite3.dll.deploy deleted file mode 100644 index fee8952..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/runtimes/win-x64/native/e_sqlite3.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/runtimes/win-x86/native/e_sqlite3.dll.deploy b/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/runtimes/win-x86/native/e_sqlite3.dll.deploy deleted file mode 100644 index 3cbd9eb..0000000 --- a/DataCapture_MA/bin/Debug/app.publish/Application Files/DataCapture_MA_1_0_0_3/runtimes/win-x86/native/e_sqlite3.dll.deploy +++ /dev/null Binary files differ diff --git a/DataCapture_MA/bin/Debug/app.publish/DataCapture_MA.application b/DataCapture_MA/bin/Debug/app.publish/DataCapture_MA.application index 807e167..7342585 100644 --- a/DataCapture_MA/bin/Debug/app.publish/DataCapture_MA.application +++ b/DataCapture_MA/bin/Debug/app.publish/DataCapture_MA.application @@ -1,21 +1,21 @@ 锘�<?xml version="1.0" encoding="utf-8"?> <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2"> - <assemblyIdentity name="DataCapture_MA.application" version="1.0.0.3" publicKeyToken="0669ca21c9a8e6f2" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <assemblyIdentity name="DataCapture_MA.application" version="1.0.0.4" publicKeyToken="0669ca21c9a8e6f2" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> <description asmv2:publisher="DataCapture_MA" asmv2:product="DataCapture_MA" xmlns="urn:schemas-microsoft-com:asm.v1" /> <deployment install="true" mapFileExtensions="true" /> <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> <framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" /> </compatibleFrameworks> <dependency> - <dependentAssembly dependencyType="install" codebase="Application Files\DataCapture_MA_1_0_0_3\DataCapture_MA.exe.manifest" size="37737"> - <assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.3" publicKeyToken="0669ca21c9a8e6f2" language="neutral" processorArchitecture="msil" type="win32" /> + <dependentAssembly dependencyType="install" codebase="Application Files\DataCapture_MA_1_0_0_4\DataCapture_MA.exe.manifest" size="37737"> + <assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.4" publicKeyToken="0669ca21c9a8e6f2" language="neutral" processorArchitecture="msil" type="win32" /> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>w7JwF08t6Slemx0GpTFL9wpv3Xfz+cveWthUs9tRZ68=</dsig:DigestValue> + <dsig:DigestValue>Ku3ViZ9sxL0kaopiN+3yHOxX8IZM9AB+aDlVhRJE8B8=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> -<publisherIdentity name="CN=ZONGZHOU\LAPTOP-DK84CSNV" issuerKeyHash="f77628abe7f6e7a334b567d3f2621a55844809ad" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>kPyGtmtvhEcr1p8CfGHaxrKUMHKETBFRkzstcmsJ6o4=</DigestValue></Reference></SignedInfo><SignatureValue>ikAVm97MujVVLSw8MNLVCRRDRM1xa5YOsWL1qumNUZC33k0XeqKTIxapfDT33ZV3WZtclxfMojA+kaXj0V00wBbMpB1oSLPB7CHIg7NK28FMen3oueD2GK1Olwg3BXZ4Hf7QxQDksH6FaZ21F3SPHnobatZItH7J/5BNbEKAH+s=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>9f960pjF9CaytBmWoaHuF7rMhjQOZXsRBshocrNoQhgf88uopJN3Yu5Gn2TuRubjKHbGs3kfcCv3k5OufNnBHDFtqJNHlwPCnx8Sy7sBgaOmkpa04jqq3/N/5kIhYLFbxstY9YdLW4XBvlhpzq6jOKT/RjOA1VgWbtrREjkJ5KU=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="8eea096b722d3b9351114c84723094b2c6da617c029fd62b47846f6bb686fc90" Description="" Url=""><as:assemblyIdentity name="DataCapture_MA.application" version="1.0.0.3" publicKeyToken="0669ca21c9a8e6f2" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=ZONGZHOU\LAPTOP-DK84CSNV</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>HWcl+peJzfhdXUhfxCA7lHIa7me5qfa7mOkds17MOfs=</DigestValue></Reference></SignedInfo><SignatureValue>4UtCD76SW7+SWpyiRuwhRCGtKxy/7YuZorYg15gBLpf0X221tV37jTByLvAzpsyzGf4Ww/Tk+CKf7vQZdJTlTEbm9xWGzjjlczzRbBJPPDTalEkrd7Pm+UmhtnsM1nLN3GIfyucdp4h/tQ39LfquDSbOSzvteZhHDhGTl3haIhU=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>9f960pjF9CaytBmWoaHuF7rMhjQOZXsRBshocrNoQhgf88uopJN3Yu5Gn2TuRubjKHbGs3kfcCv3k5OufNnBHDFtqJNHlwPCnx8Sy7sBgaOmkpa04jqq3/N/5kIhYLFbxstY9YdLW4XBvlhpzq6jOKT/RjOA1VgWbtrREjkJ5KU=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB+TCCAWKgAwIBAgIQVVYua7Q+f7lIT/mVsQ37TTANBgkqhkiG9w0BAQsFADA7MTkwNwYDVQQDHjAAWgBPAE4ARwBaAEgATwBVAFwATABBAFAAVABPAFAALQBEAEsAOAA0AEMAUwBOAFYwHhcNMjQxMTIwMDYxMjQ0WhcNMjUxMTIwMTIxMjQ0WjA7MTkwNwYDVQQDHjAAWgBPAE4ARwBaAEgATwBVAFwATABBAFAAVABPAFAALQBEAEsAOAA0AEMAUwBOAFYwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAPX/etKYxfQmsrQZlqGh7he6zIY0DmV7EQbIaHKzaEIYH/PLqKSTd2LuRp9k7kbm4yh2xrN5H3Ar95OTrnzZwRwxbaiTR5cDwp8fEsu7AYGjppKWtOI6qt/zf+ZCIWCxW8bLWPWHS1uFwb5Yac6uozik/0YzgNVYFm7a0RI5CeSlAgMBAAEwDQYJKoZIhvcNAQELBQADgYEAC+WJhNOMPMNn3tJ7Qy1nXFmUavQCZ4TVzz+fkwvAlPdA+pK8Ecrdrusoqf4d/e7767cQfsyuvpXOyM205dIhG9fotDqhEagl6CjQfnBla1sTxtT72mhUIkaV1RX9fARPaOAOgsq1TsnVra3MeJTfmANTmS06X2Vyx9Gvzb8PCsQ=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly> \ No newline at end of file +<publisherIdentity name="CN=ZONGZHOU\LAPTOP-DK84CSNV" issuerKeyHash="f77628abe7f6e7a334b567d3f2621a55844809ad" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>ke/Dx4hdJ0HE5aiPW36UcY3woduGs/HKZP4tOEMV4CI=</DigestValue></Reference></SignedInfo><SignatureValue>tlZEvvLz2WRJHr+iytw/Vz+yRmyJZPZEI9fxSkN6PD1dz7uqaO5OEKoufE8hXSfHy2sQ/k9dU8NlBofXIbK3+IaeCkbS0hGPeTW9Ms/n6TNRvBp5vCPVlaEq8PPtTnrwl3Y2YhEl+29HUzuKpsnU61Opb5+thwq+Z8Mdq+9EZZ8=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>9f960pjF9CaytBmWoaHuF7rMhjQOZXsRBshocrNoQhgf88uopJN3Yu5Gn2TuRubjKHbGs3kfcCv3k5OufNnBHDFtqJNHlwPCnx8Sy7sBgaOmkpa04jqq3/N/5kIhYLFbxstY9YdLW4XBvlhpzq6jOKT/RjOA1VgWbtrREjkJ5KU=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="22e01543382dfe64caf1b386dba1f08d71947e5b8fa8e5c441275d88c7c3ef91" Description="" Url=""><as:assemblyIdentity name="DataCapture_MA.application" version="1.0.0.4" publicKeyToken="0669ca21c9a8e6f2" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=ZONGZHOU\LAPTOP-DK84CSNV</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>podrsapaDavqCjBohL8ZK9zwuIOOnu31El9dJF6ujZk=</DigestValue></Reference></SignedInfo><SignatureValue>rtPqrvwWXAQtwPM2OzKG5DCr0qnuwoGuIK4ZKi2VyH+Vnf/zO6YPy0Vdg52ZI5VsLEYCFv2pNgWkYnfptyyXx4k+d30haWLpYzHYgjNwSNBAhKQpImY6hF6fUPchQPyKRjgOEdN51dphEsJDJQ+G5bp2q7mS0fIb2XpN46MT5vk=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>9f960pjF9CaytBmWoaHuF7rMhjQOZXsRBshocrNoQhgf88uopJN3Yu5Gn2TuRubjKHbGs3kfcCv3k5OufNnBHDFtqJNHlwPCnx8Sy7sBgaOmkpa04jqq3/N/5kIhYLFbxstY9YdLW4XBvlhpzq6jOKT/RjOA1VgWbtrREjkJ5KU=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB+TCCAWKgAwIBAgIQVVYua7Q+f7lIT/mVsQ37TTANBgkqhkiG9w0BAQsFADA7MTkwNwYDVQQDHjAAWgBPAE4ARwBaAEgATwBVAFwATABBAFAAVABPAFAALQBEAEsAOAA0AEMAUwBOAFYwHhcNMjQxMTIwMDYxMjQ0WhcNMjUxMTIwMTIxMjQ0WjA7MTkwNwYDVQQDHjAAWgBPAE4ARwBaAEgATwBVAFwATABBAFAAVABPAFAALQBEAEsAOAA0AEMAUwBOAFYwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAPX/etKYxfQmsrQZlqGh7he6zIY0DmV7EQbIaHKzaEIYH/PLqKSTd2LuRp9k7kbm4yh2xrN5H3Ar95OTrnzZwRwxbaiTR5cDwp8fEsu7AYGjppKWtOI6qt/zf+ZCIWCxW8bLWPWHS1uFwb5Yac6uozik/0YzgNVYFm7a0RI5CeSlAgMBAAEwDQYJKoZIhvcNAQELBQADgYEAC+WJhNOMPMNn3tJ7Qy1nXFmUavQCZ4TVzz+fkwvAlPdA+pK8Ecrdrusoqf4d/e7767cQfsyuvpXOyM205dIhG9fotDqhEagl6CjQfnBla1sTxtT72mhUIkaV1RX9fARPaOAOgsq1TsnVra3MeJTfmANTmS06X2Vyx9Gvzb8PCsQ=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly> \ No newline at end of file diff --git a/DataCapture_MA/bin/Debug/app.publish/DataCapture_MA.exe b/DataCapture_MA/bin/Debug/app.publish/DataCapture_MA.exe index 07c0d37..dbfb367 100644 --- a/DataCapture_MA/bin/Debug/app.publish/DataCapture_MA.exe +++ b/DataCapture_MA/bin/Debug/app.publish/DataCapture_MA.exe Binary files differ diff --git a/DataCapture_MA/obj/Debug/DataCapture_MA.application b/DataCapture_MA/obj/Debug/DataCapture_MA.application index 0549257..5b72717 100644 --- a/DataCapture_MA/obj/Debug/DataCapture_MA.application +++ b/DataCapture_MA/obj/Debug/DataCapture_MA.application @@ -1,6 +1,6 @@ 锘�<?xml version="1.0" encoding="utf-8"?> <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2"> - <assemblyIdentity name="DataCapture_MA.application" version="1.0.0.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <assemblyIdentity name="DataCapture_MA.application" version="1.0.0.4" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> <description asmv2:publisher="DataCapture_MA" asmv2:product="DataCapture_MA" xmlns="urn:schemas-microsoft-com:asm.v1" /> <deployment install="true" mapFileExtensions="true" /> <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> @@ -8,13 +8,13 @@ </compatibleFrameworks> <dependency> <dependentAssembly dependencyType="install" codebase="DataCapture_MA.exe.manifest" size="34537"> - <assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> + <assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.4" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>zZ/SHBSOzcHTBDZ3ClGbI/nj7lRhTsFv2rdexCMtOA8=</dsig:DigestValue> + <dsig:DigestValue>96GcYXD7xOSmf8kIde+ESzdGFW2IA0XLTX7GYLZWL3A=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/DataCapture_MA/obj/Debug/DataCapture_MA.exe b/DataCapture_MA/obj/Debug/DataCapture_MA.exe index bb5360f..52b3580 100644 --- a/DataCapture_MA/obj/Debug/DataCapture_MA.exe +++ b/DataCapture_MA/obj/Debug/DataCapture_MA.exe Binary files differ diff --git a/DataCapture_MA/obj/Debug/DataCapture_MA.exe.manifest b/DataCapture_MA/obj/Debug/DataCapture_MA.exe.manifest index fed0ad0..f30c2a0 100644 --- a/DataCapture_MA/obj/Debug/DataCapture_MA.exe.manifest +++ b/DataCapture_MA/obj/Debug/DataCapture_MA.exe.manifest @@ -1,6 +1,6 @@ 锘�<?xml version="1.0" encoding="utf-8"?> <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2"> - <asmv1:assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> + <asmv1:assemblyIdentity name="DataCapture_MA.exe" version="1.0.0.4" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> <application /> <entryPoint> <assemblyIdentity name="DataCapture_MA" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> @@ -61,7 +61,7 @@ <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Mj802K8Rr4qyt2dRk1H2WX2K/qcYr6PEHKewgTbBTFk=</dsig:DigestValue> + <dsig:DigestValue>vptFWXaQDwF84D/e8NI1qEjW+7OvLlfjobQlS/agEdY=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/DataCapture_MA/obj/Debug/DataCapture_MA.pdb b/DataCapture_MA/obj/Debug/DataCapture_MA.pdb index fbf4b15..c38c21e 100644 --- a/DataCapture_MA/obj/Debug/DataCapture_MA.pdb +++ b/DataCapture_MA/obj/Debug/DataCapture_MA.pdb Binary files differ diff --git a/DataCapture_MA/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/DataCapture_MA/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 6efe333..27242c5 100644 --- a/DataCapture_MA/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache +++ b/DataCapture_MA/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache Binary files differ -- Gitblit v1.9.3