Memorizza azienda selezionata e aggiorna ClickOnce
This commit is contained in:
@@ -428,6 +428,11 @@ Public Class Form1
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
Dim company = CurrentCompany()
|
Dim company = CurrentCompany()
|
||||||
|
If Not String.Equals(appConfig.DefaultCompany, company.Name, StringComparison.Ordinal) Then
|
||||||
|
appConfig.DefaultCompany = company.Name
|
||||||
|
SaveConfig()
|
||||||
|
End If
|
||||||
|
|
||||||
loadingSelection = True
|
loadingSelection = True
|
||||||
cboMacchina.Items.Clear()
|
cboMacchina.Items.Clear()
|
||||||
For Each machine In company.Machines
|
For Each machine In company.Machines
|
||||||
|
|||||||
@@ -16,9 +16,9 @@
|
|||||||
<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.4.0</ApplicationVersion>
|
<ApplicationVersion>1.0.5.0</ApplicationVersion>
|
||||||
<UpdateRequired>true</UpdateRequired>
|
<UpdateRequired>true</UpdateRequired>
|
||||||
<MinimumRequiredVersion>1.0.4.0</MinimumRequiredVersion>
|
<MinimumRequiredVersion>1.0.5.0</MinimumRequiredVersion>
|
||||||
<GenerateManifests>true</GenerateManifests>
|
<GenerateManifests>true</GenerateManifests>
|
||||||
<PublishSingleFile>false</PublishSingleFile>
|
<PublishSingleFile>false</PublishSingleFile>
|
||||||
<SelfContained>true</SelfContained>
|
<SelfContained>true</SelfContained>
|
||||||
|
|||||||
@@ -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.4.0</Version>
|
<Version>1.0.5.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>
|
||||||
|
|||||||
@@ -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.4.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
<assemblyIdentity name="LMEMoxaTransfer.application" version="1.0.5.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.4.0">
|
<deployment install="true" minimumRequiredVersion="1.0.5.0">
|
||||||
<subscription>
|
<subscription>
|
||||||
<update>
|
<update>
|
||||||
<beforeApplicationStartup />
|
<beforeApplicationStartup />
|
||||||
@@ -15,13 +15,13 @@
|
|||||||
</compatibleFrameworks>
|
</compatibleFrameworks>
|
||||||
<dependency>
|
<dependency>
|
||||||
<dependentAssembly dependencyType="install" codebase="LMEMoxaTransfer.dll.manifest" size="108976">
|
<dependentAssembly dependencyType="install" codebase="LMEMoxaTransfer.dll.manifest" size="108976">
|
||||||
<assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.4.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
<assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.5.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>DUK6//i3d7p7ZxfK9tnlwy20/cHa1tfO6QhMFQSNrg8=</dsig:DigestValue>
|
<dsig:DigestValue>LUY2ptxSFoDL+WjYOi2LPVBg/PGNJN8aZ3otAyFtETI=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"targets": {
|
"targets": {
|
||||||
".NETCoreApp,Version=v8.0": {},
|
".NETCoreApp,Version=v8.0": {},
|
||||||
".NETCoreApp,Version=v8.0/win-x64": {
|
".NETCoreApp,Version=v8.0/win-x64": {
|
||||||
"LMEMoxaTransfer/1.0.4.0": {
|
"LMEMoxaTransfer/1.0.5.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "8.0.29",
|
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "8.0.29",
|
||||||
"runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "8.0.29"
|
"runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "8.0.29"
|
||||||
@@ -964,7 +964,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libraries": {
|
"libraries": {
|
||||||
"LMEMoxaTransfer/1.0.4.0": {
|
"LMEMoxaTransfer/1.0.5.0": {
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"serviceable": false,
|
"serviceable": false,
|
||||||
"sha512": ""
|
"sha512": ""
|
||||||
|
|||||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
<?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: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: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="LMEMoxaTransfer.exe" version="1.0.4.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
<asmv1:assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.5.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||||
<description asmv2:iconFile="Assets\app-icon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
<description asmv2:iconFile="Assets\app-icon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||||
<application />
|
<application />
|
||||||
<entryPoint>
|
<entryPoint>
|
||||||
@@ -315,13 +315,13 @@
|
|||||||
<dsig:DigestValue>yJ3y5ECYB7uvuObMawI53X3eO2J8qP27QuUvy6Mqb6Q=</dsig:DigestValue>
|
<dsig:DigestValue>yJ3y5ECYB7uvuObMawI53X3eO2J8qP27QuUvy6Mqb6Q=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</file>
|
</file>
|
||||||
<file name="LMEMoxaTransfer.dll" size="70144">
|
<file name="LMEMoxaTransfer.dll" size="70656">
|
||||||
<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>eIKXuArpX3ywqsmLtexrbF42v4F228jGDWEEULq8vzY=</dsig:DigestValue>
|
<dsig:DigestValue>Nv4qL0FVotwOp0qThwBv1Tr1b8IhUz9qpLou6U+mSrk=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</file>
|
</file>
|
||||||
<file name="LMEMoxaTransfer.exe" size="161280">
|
<file name="LMEMoxaTransfer.exe" size="161280">
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
<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>/bFoPe4rslHU8bEmC52pAViHas/ZwDPzQcoqssS4P+g=</dsig:DigestValue>
|
<dsig:DigestValue>SicNxJyLSgEXGUJXoUjrisAwN6uPc8rDwLl7ieFjeF4=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</file>
|
</file>
|
||||||
<file name="Microsoft.CSharp.dll" size="1005352">
|
<file name="Microsoft.CSharp.dll" size="1005352">
|
||||||
@@ -414,7 +414,7 @@
|
|||||||
<dsig:DigestValue>sZjGIzog9fT6j23tnTaLSPJHGZAmXvXUWBdLMar2GKQ=</dsig:DigestValue>
|
<dsig:DigestValue>sZjGIzog9fT6j23tnTaLSPJHGZAmXvXUWBdLMar2GKQ=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</file>
|
</file>
|
||||||
<file name="mscordaccore.dll" size="1348480">
|
<file name="mscordaccore_amd64_amd64_8.0.2926.32403.dll" size="1348480">
|
||||||
<hash>
|
<hash>
|
||||||
<dsig:Transforms>
|
<dsig:Transforms>
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||||
@@ -423,7 +423,7 @@
|
|||||||
<dsig:DigestValue>FWQhK5u1Xh2gT7WcaIVMiJ3swmOxIGy7QqnLOY168Jg=</dsig:DigestValue>
|
<dsig:DigestValue>FWQhK5u1Xh2gT7WcaIVMiJ3swmOxIGy7QqnLOY168Jg=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</file>
|
</file>
|
||||||
<file name="mscordaccore_amd64_amd64_8.0.2926.32403.dll" size="1348480">
|
<file name="mscordaccore.dll" size="1348480">
|
||||||
<hash>
|
<hash>
|
||||||
<dsig:Transforms>
|
<dsig:Transforms>
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||||
@@ -495,6 +495,51 @@
|
|||||||
<dsig:DigestValue>Hc/AY3blweRkk1+xrkon/8FzeE/58Bcs8lgH56DzV5g=</dsig:DigestValue>
|
<dsig:DigestValue>Hc/AY3blweRkk1+xrkon/8FzeE/58Bcs8lgH56DzV5g=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</file>
|
</file>
|
||||||
|
<file name="PresentationFramework-SystemCore.dll" size="38736">
|
||||||
|
<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>tlLpReRp+dP+mZTFLsfLwrKNhXeHwlBNg/yDuhjZVCc=</dsig:DigestValue>
|
||||||
|
</hash>
|
||||||
|
</file>
|
||||||
|
<file name="PresentationFramework-SystemData.dll" size="34600">
|
||||||
|
<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>wFt4p+vpms1y5joXs3PWvqB1xreYOkTSmDs39AQ3saw=</dsig:DigestValue>
|
||||||
|
</hash>
|
||||||
|
</file>
|
||||||
|
<file name="PresentationFramework-SystemDrawing.dll" size="34600">
|
||||||
|
<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>OSSDPVWslS/jmKm+AmdttN6ErJY5QT0HZt89kiabm7I=</dsig:DigestValue>
|
||||||
|
</hash>
|
||||||
|
</file>
|
||||||
|
<file name="PresentationFramework-SystemXml.dll" size="34600">
|
||||||
|
<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>Lvcjf2JKt+G7YM9DmaoZToyBodIzlMnuRUDpM/vl5SI=</dsig:DigestValue>
|
||||||
|
</hash>
|
||||||
|
</file>
|
||||||
|
<file name="PresentationFramework-SystemXmlLinq.dll" size="30544">
|
||||||
|
<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>d87pcnSHEmWX8LDKAAHYFY6GrOlyArkheYBgI/Ht/5M=</dsig:DigestValue>
|
||||||
|
</hash>
|
||||||
|
</file>
|
||||||
<file name="PresentationFramework.Aero.dll" size="444200">
|
<file name="PresentationFramework.Aero.dll" size="444200">
|
||||||
<hash>
|
<hash>
|
||||||
<dsig:Transforms>
|
<dsig:Transforms>
|
||||||
@@ -558,51 +603,6 @@
|
|||||||
<dsig:DigestValue>p5sHmQ8kwKBSguiKmJT85OtwHwKW80QMO0BX+41EAHE=</dsig:DigestValue>
|
<dsig:DigestValue>p5sHmQ8kwKBSguiKmJT85OtwHwKW80QMO0BX+41EAHE=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</file>
|
</file>
|
||||||
<file name="PresentationFramework-SystemCore.dll" size="38736">
|
|
||||||
<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>tlLpReRp+dP+mZTFLsfLwrKNhXeHwlBNg/yDuhjZVCc=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="PresentationFramework-SystemData.dll" size="34600">
|
|
||||||
<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>wFt4p+vpms1y5joXs3PWvqB1xreYOkTSmDs39AQ3saw=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="PresentationFramework-SystemDrawing.dll" size="34600">
|
|
||||||
<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>OSSDPVWslS/jmKm+AmdttN6ErJY5QT0HZt89kiabm7I=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="PresentationFramework-SystemXml.dll" size="34600">
|
|
||||||
<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>Lvcjf2JKt+G7YM9DmaoZToyBodIzlMnuRUDpM/vl5SI=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="PresentationFramework-SystemXmlLinq.dll" size="30544">
|
|
||||||
<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>d87pcnSHEmWX8LDKAAHYFY6GrOlyArkheYBgI/Ht/5M=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="PresentationNative_cor3.dll" size="1235280">
|
<file name="PresentationNative_cor3.dll" size="1235280">
|
||||||
<hash>
|
<hash>
|
||||||
<dsig:Transforms>
|
<dsig:Transforms>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user