29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
<PropertyGroup>
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Any CPU</Platform>
|
|
<PublishDir>..\clickonce\</PublishDir>
|
|
<PublishUrl>..\clickonce\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Web</InstallFrom>
|
|
<UpdateEnabled>true</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>1</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdateUrl>https://gitea.lmcloud.it/livio/LMEMoxaTransfer/raw/branch/main/clickonce/</UpdateUrl>
|
|
<InstallUrl>https://gitea.lmcloud.it/livio/LMEMoxaTransfer/raw/branch/main/clickonce/</InstallUrl>
|
|
<ProductName>LMEMoxaTransfer</ProductName>
|
|
<PublisherName>Compomac SPA</PublisherName>
|
|
<SuiteName>Compomac SPA</SuiteName>
|
|
<ApplicationVersion>1.0.1.0</ApplicationVersion>
|
|
<UpdateRequired>true</UpdateRequired>
|
|
<MinimumRequiredVersion>1.0.1.0</MinimumRequiredVersion>
|
|
<GenerateManifests>true</GenerateManifests>
|
|
<PublishSingleFile>false</PublishSingleFile>
|
|
<SelfContained>false</SelfContained>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
</PropertyGroup>
|
|
</Project>
|