Publish self-contained ClickOnce package

This commit is contained in:
Livio Merola
2026-07-24 10:57:15 +02:00
parent e489c2d151
commit d5eae38c90
264 changed files with 3286 additions and 21 deletions
@@ -16,12 +16,15 @@
<ProductName>LMEMoxaTransfer</ProductName> <ProductName>LMEMoxaTransfer</ProductName>
<PublisherName>Compomac SPA</PublisherName> <PublisherName>Compomac SPA</PublisherName>
<SuiteName>Compomac SPA</SuiteName> <SuiteName>Compomac SPA</SuiteName>
<ApplicationVersion>1.0.3.0</ApplicationVersion> <ApplicationVersion>1.0.4.0</ApplicationVersion>
<UpdateRequired>true</UpdateRequired> <UpdateRequired>true</UpdateRequired>
<MinimumRequiredVersion>1.0.3.0</MinimumRequiredVersion> <MinimumRequiredVersion>1.0.4.0</MinimumRequiredVersion>
<GenerateManifests>true</GenerateManifests> <GenerateManifests>true</GenerateManifests>
<PublishSingleFile>false</PublishSingleFile> <PublishSingleFile>false</PublishSingleFile>
<SelfContained>false</SelfContained> <SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<SatelliteResourceLanguages>it</SatelliteResourceLanguages>
<BootstrapperEnabled>true</BootstrapperEnabled> <BootstrapperEnabled>true</BootstrapperEnabled>
<MapFileExtensions>false</MapFileExtensions> <MapFileExtensions>false</MapFileExtensions>
</PropertyGroup> </PropertyGroup>
@@ -9,7 +9,7 @@
<AssemblyTitle>LMEMoxaTransfer</AssemblyTitle> <AssemblyTitle>LMEMoxaTransfer</AssemblyTitle>
<Company>Compomac SPA</Company> <Company>Compomac SPA</Company>
<Authors>Livio Merola</Authors> <Authors>Livio Merola</Authors>
<Version>1.0.3.0</Version> <Version>1.0.4.0</Version>
<ApplicationIcon>Assets\app-icon.ico</ApplicationIcon> <ApplicationIcon>Assets\app-icon.ico</ApplicationIcon>
<StartupObject>Sub Main</StartupObject> <StartupObject>Sub Main</StartupObject>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5 -5
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?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"> <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="LMEMoxaTransfer.application" version="1.0.3.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> <assemblyIdentity name="LMEMoxaTransfer.application" version="1.0.4.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="Compomac SPA" co.v1:suiteName="Compomac SPA" asmv2:product="LMEMoxaTransfer" xmlns="urn:schemas-microsoft-com:asm.v1" /> <description asmv2:publisher="Compomac SPA" co.v1:suiteName="Compomac SPA" asmv2:product="LMEMoxaTransfer" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="true" minimumRequiredVersion="1.0.3.0"> <deployment install="true" minimumRequiredVersion="1.0.4.0">
<subscription> <subscription>
<update> <update>
<beforeApplicationStartup /> <beforeApplicationStartup />
@@ -14,14 +14,14 @@
<framework targetVersion="4.5" profile="Full" supportedRuntime="4.0.30319" /> <framework targetVersion="4.5" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks> </compatibleFrameworks>
<dependency> <dependency>
<dependentAssembly dependencyType="install" codebase="LMEMoxaTransfer.dll.manifest" size="4831"> <dependentAssembly dependencyType="install" codebase="LMEMoxaTransfer.dll.manifest" size="108976">
<assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.3.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> <assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.4.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<hash> <hash>
<dsig:Transforms> <dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms> </dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>fqjw5e44nhj8t/xCEOOmFsNSwy2NV3xokRENPOdsoFg=</dsig:DigestValue> <dsig:DigestValue>DUK6//i3d7p7ZxfK9tnlwy20/cHa1tfO6QhMFQSNrg8=</dsig:DigestValue>
</hash> </hash>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>
+971 -4
View File
@@ -1,23 +1,990 @@
{ {
"runtimeTarget": { "runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0", "name": ".NETCoreApp,Version=v8.0/win-x64",
"signature": "" "signature": ""
}, },
"compilationOptions": {}, "compilationOptions": {},
"targets": { "targets": {
".NETCoreApp,Version=v8.0": { ".NETCoreApp,Version=v8.0": {},
"LMEMoxaTransfer/1.0.3.0": { ".NETCoreApp,Version=v8.0/win-x64": {
"LMEMoxaTransfer/1.0.4.0": {
"dependencies": {
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "8.0.29",
"runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "8.0.29"
},
"runtime": { "runtime": {
"LMEMoxaTransfer.dll": {} "LMEMoxaTransfer.dll": {}
} }
},
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64/8.0.29": {
"runtime": {
"Microsoft.CSharp.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"Microsoft.VisualBasic.Core.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.2926.32403"
},
"Microsoft.Win32.Primitives.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"Microsoft.Win32.Registry.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.AppContext.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Buffers.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Collections.Concurrent.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Collections.Immutable.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Collections.NonGeneric.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Collections.Specialized.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Collections.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.ComponentModel.Annotations.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.ComponentModel.DataAnnotations.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.ComponentModel.EventBasedAsync.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.ComponentModel.Primitives.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.ComponentModel.TypeConverter.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.ComponentModel.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Configuration.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Console.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Core.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Data.Common.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Data.DataSetExtensions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Data.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Diagnostics.Contracts.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Diagnostics.Debug.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Diagnostics.DiagnosticSource.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Diagnostics.FileVersionInfo.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Diagnostics.Process.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Diagnostics.StackTrace.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Diagnostics.TextWriterTraceListener.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Diagnostics.Tools.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Diagnostics.TraceSource.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Diagnostics.Tracing.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Drawing.Primitives.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Dynamic.Runtime.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Formats.Asn1.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Formats.Tar.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Globalization.Calendars.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Globalization.Extensions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Globalization.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.Compression.Brotli.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.Compression.FileSystem.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.Compression.ZipFile.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.Compression.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.FileSystem.AccessControl.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.FileSystem.DriveInfo.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.FileSystem.Primitives.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.FileSystem.Watcher.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.FileSystem.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.IsolatedStorage.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.MemoryMappedFiles.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.Pipes.AccessControl.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.Pipes.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.UnmanagedMemoryStream.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.IO.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Linq.Expressions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Linq.Parallel.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Linq.Queryable.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Linq.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Memory.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.Http.Json.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.Http.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.HttpListener.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.Mail.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.NameResolution.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.NetworkInformation.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.Ping.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.Primitives.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.Quic.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.Requests.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.Security.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.ServicePoint.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.Sockets.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.WebClient.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.WebHeaderCollection.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.WebProxy.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.WebSockets.Client.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.WebSockets.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Net.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Numerics.Vectors.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Numerics.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.ObjectModel.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Private.CoreLib.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Private.DataContractSerialization.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Private.Uri.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Private.Xml.Linq.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Private.Xml.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Reflection.DispatchProxy.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Reflection.Emit.ILGeneration.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Reflection.Emit.Lightweight.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Reflection.Emit.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Reflection.Extensions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Reflection.Metadata.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Reflection.Primitives.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Reflection.TypeExtensions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Reflection.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Resources.Reader.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Resources.ResourceManager.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Resources.Writer.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.CompilerServices.VisualC.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.Extensions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.Handles.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.InteropServices.JavaScript.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.InteropServices.RuntimeInformation.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.InteropServices.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.Intrinsics.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.Loader.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.Numerics.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.Serialization.Formatters.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.Serialization.Json.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.Serialization.Primitives.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.Serialization.Xml.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Runtime.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.AccessControl.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Claims.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Cryptography.Algorithms.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Cryptography.Cng.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Cryptography.Csp.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Cryptography.Encoding.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Cryptography.OpenSsl.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Cryptography.Primitives.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Cryptography.X509Certificates.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Cryptography.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Principal.Windows.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Principal.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.SecureString.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.ServiceModel.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.ServiceProcess.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Text.Encoding.CodePages.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Text.Encoding.Extensions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Text.Encoding.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Text.Encodings.Web.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Text.Json.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Text.RegularExpressions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Threading.Channels.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Threading.Overlapped.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Threading.Tasks.Dataflow.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Threading.Tasks.Extensions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Threading.Tasks.Parallel.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Threading.Tasks.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Threading.Thread.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Threading.ThreadPool.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Threading.Timer.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Threading.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Transactions.Local.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Transactions.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.ValueTuple.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Web.HttpUtility.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Windows.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Xml.Linq.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Xml.ReaderWriter.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Xml.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Xml.XDocument.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Xml.XPath.XDocument.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Xml.XPath.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Xml.XmlDocument.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Xml.XmlSerializer.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Xml.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"mscorlib.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"netstandard.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "8.0.2926.32403"
}
},
"native": {
"Microsoft.DiaSymReader.Native.amd64.dll": {
"fileVersion": "14.42.34436.0"
},
"System.IO.Compression.Native.dll": {
"fileVersion": "8.0.2926.32403"
},
"clretwrc.dll": {
"fileVersion": "8.0.2926.32403"
},
"clrgc.dll": {
"fileVersion": "8.0.2926.32403"
},
"clrjit.dll": {
"fileVersion": "8.0.2926.32403"
},
"coreclr.dll": {
"fileVersion": "8.0.2926.32403"
},
"createdump.exe": {
"fileVersion": "8.0.2926.32403"
},
"hostfxr.dll": {
"fileVersion": "8.0.2926.32403"
},
"hostpolicy.dll": {
"fileVersion": "8.0.2926.32403"
},
"mscordaccore.dll": {
"fileVersion": "8.0.2926.32403"
},
"mscordaccore_amd64_amd64_8.0.2926.32403.dll": {
"fileVersion": "8.0.2926.32403"
},
"mscordbi.dll": {
"fileVersion": "8.0.2926.32403"
},
"mscorrc.dll": {
"fileVersion": "8.0.2926.32403"
},
"msquic.dll": {
"fileVersion": "2.4.18.0"
}
}
},
"runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/8.0.29": {
"runtime": {
"Accessibility.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.0.2926.32502"
},
"DirectWriteForwarder.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"Microsoft.VisualBasic.Forms.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32502"
},
"Microsoft.VisualBasic.dll": {
"assemblyVersion": "10.1.0.0",
"fileVersion": "8.0.2926.32502"
},
"Microsoft.Win32.Registry.AccessControl.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"Microsoft.Win32.SystemEvents.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"PresentationCore.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework-SystemCore.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework-SystemData.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework-SystemDrawing.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework-SystemXml.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework-SystemXmlLinq.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework.Aero.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework.Aero2.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework.AeroLite.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework.Classic.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework.Luna.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework.Royale.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationFramework.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"PresentationUI.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"ReachFramework.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"System.CodeDom.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Configuration.ConfigurationManager.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Design.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32502"
},
"System.Diagnostics.EventLog.Messages.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "0.0.0.0"
},
"System.Diagnostics.EventLog.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Diagnostics.PerformanceCounter.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.DirectoryServices.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Drawing.Common.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32502"
},
"System.Drawing.Design.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32502"
},
"System.Drawing.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32502"
},
"System.IO.Packaging.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Printing.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"System.Resources.Extensions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Cryptography.Pkcs.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Cryptography.ProtectedData.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Cryptography.Xml.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Security.Permissions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Threading.AccessControl.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Windows.Controls.Ribbon.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"System.Windows.Extensions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32403"
},
"System.Windows.Forms.Design.Editors.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32502"
},
"System.Windows.Forms.Design.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32502"
},
"System.Windows.Forms.Primitives.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32502"
},
"System.Windows.Forms.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32502"
},
"System.Windows.Input.Manipulations.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"System.Windows.Presentation.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"System.Xaml.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"UIAutomationClient.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"UIAutomationClientSideProviders.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"UIAutomationProvider.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"UIAutomationTypes.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"WindowsBase.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
},
"WindowsFormsIntegration.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.2926.32504"
}
},
"native": {
"D3DCompiler_47_cor3.dll": {
"fileVersion": "10.0.26100.7705"
},
"PenImc_cor3.dll": {
"fileVersion": "8.0.2926.32504"
},
"PresentationNative_cor3.dll": {
"fileVersion": "8.0.26.30903"
},
"vcruntime140_cor3.dll": {
"fileVersion": "14.44.35211.0"
},
"wpfgfx_cor3.dll": {
"fileVersion": "8.0.2926.32504"
}
}
} }
} }
}, },
"libraries": { "libraries": {
"LMEMoxaTransfer/1.0.3.0": { "LMEMoxaTransfer/1.0.4.0": {
"type": "project", "type": "project",
"serviceable": false, "serviceable": false,
"sha512": "" "sha512": ""
},
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64/8.0.29": {
"type": "runtimepack",
"serviceable": false,
"sha512": ""
},
"runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/8.0.29": {
"type": "runtimepack",
"serviceable": false,
"sha512": ""
} }
},
"runtimes": {
"win-x64": [
"win",
"any",
"base"
]
} }
} }
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -1,14 +1,14 @@
{ {
"runtimeOptions": { "runtimeOptions": {
"tfm": "net8.0", "tfm": "net8.0",
"frameworks": [ "includedFrameworks": [
{ {
"name": "Microsoft.NETCore.App", "name": "Microsoft.NETCore.App",
"version": "8.0.0" "version": "8.0.29"
}, },
{ {
"name": "Microsoft.WindowsDesktop.App", "name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0" "version": "8.0.29"
} }
], ],
"configProperties": { "configProperties": {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More