Publish ClickOnce without deploy extension mapping
This commit is contained in:
@@ -16,13 +16,13 @@
|
|||||||
<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.2.0</ApplicationVersion>
|
<ApplicationVersion>1.0.3.0</ApplicationVersion>
|
||||||
<UpdateRequired>true</UpdateRequired>
|
<UpdateRequired>true</UpdateRequired>
|
||||||
<MinimumRequiredVersion>1.0.2.0</MinimumRequiredVersion>
|
<MinimumRequiredVersion>1.0.3.0</MinimumRequiredVersion>
|
||||||
<GenerateManifests>true</GenerateManifests>
|
<GenerateManifests>true</GenerateManifests>
|
||||||
<PublishSingleFile>false</PublishSingleFile>
|
<PublishSingleFile>false</PublishSingleFile>
|
||||||
<SelfContained>false</SelfContained>
|
<SelfContained>false</SelfContained>
|
||||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
<MapFileExtensions>true</MapFileExtensions>
|
<MapFileExtensions>false</MapFileExtensions>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -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.2.0</Version>
|
<Version>1.0.3.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.2.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
<assemblyIdentity name="LMEMoxaTransfer.application" version="1.0.3.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" mapFileExtensions="true" minimumRequiredVersion="1.0.2.0">
|
<deployment install="true" minimumRequiredVersion="1.0.3.0">
|
||||||
<subscription>
|
<subscription>
|
||||||
<update>
|
<update>
|
||||||
<beforeApplicationStartup />
|
<beforeApplicationStartup />
|
||||||
@@ -15,13 +15,13 @@
|
|||||||
</compatibleFrameworks>
|
</compatibleFrameworks>
|
||||||
<dependency>
|
<dependency>
|
||||||
<dependentAssembly dependencyType="install" codebase="LMEMoxaTransfer.dll.manifest" size="4831">
|
<dependentAssembly dependencyType="install" codebase="LMEMoxaTransfer.dll.manifest" size="4831">
|
||||||
<assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.2.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
<assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.3.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>oVF/cuEW2OGpcywu/J9R9f9BQG3jOj5PK2iE07Un63o=</dsig:DigestValue>
|
<dsig:DigestValue>fqjw5e44nhj8t/xCEOOmFsNSwy2NV3xokRENPOdsoFg=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compilationOptions": {},
|
"compilationOptions": {},
|
||||||
"targets": {
|
"targets": {
|
||||||
".NETCoreApp,Version=v8.0": {
|
".NETCoreApp,Version=v8.0": {
|
||||||
"LMEMoxaTransfer/1.0.2.0": {
|
"LMEMoxaTransfer/1.0.3.0": {
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"LMEMoxaTransfer.dll": {}
|
"LMEMoxaTransfer.dll": {}
|
||||||
}
|
}
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libraries": {
|
"libraries": {
|
||||||
"LMEMoxaTransfer/1.0.2.0": {
|
"LMEMoxaTransfer/1.0.3.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.2.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
<asmv1:assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.3.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>
|
||||||
@@ -72,13 +72,13 @@
|
|||||||
<dsig:DigestValue>vrKGEd9S1kba0lj1Dse7EraF35cGx7P3QeERgj0t9sQ=</dsig:DigestValue>
|
<dsig:DigestValue>vrKGEd9S1kba0lj1Dse7EraF35cGx7P3QeERgj0t9sQ=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</file>
|
</file>
|
||||||
<file name="LMEMoxaTransfer.dll" size="72192">
|
<file name="LMEMoxaTransfer.dll" size="71680">
|
||||||
<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>wFyuPcFMLs+kQUWReMPRdDVplj0KESRpLIxLr8BRWy8=</dsig:DigestValue>
|
<dsig:DigestValue>IipBF8EO5D6m8OijUdQZn4rVSOjnzV4On2EBwGN4MMI=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</file>
|
</file>
|
||||||
<file name="LMEMoxaTransfer.exe" size="161792">
|
<file name="LMEMoxaTransfer.exe" size="161792">
|
||||||
@@ -87,7 +87,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>jwSeTwgZuFH0QAfLimHU9wznPOIaeugQvU7Ax1uzlcU=</dsig:DigestValue>
|
<dsig:DigestValue>mi1p2c0IgoVHdYjrPf4qu55LhMfeOuNOyNZghBwNCAA=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</file>
|
</file>
|
||||||
</asmv1:assembly>
|
</asmv1:assembly>
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user