Initial LMEMoxaTransfer application

This commit is contained in:
Livio Merola
2026-07-24 09:11:00 +02:00
commit dee8e930ea
25 changed files with 2217 additions and 0 deletions
@@ -0,0 +1,26 @@
<?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.0.%2a</ApplicationVersion>
<GenerateManifests>true</GenerateManifests>
<PublishSingleFile>false</PublishSingleFile>
<SelfContained>false</SelfContained>
<BootstrapperEnabled>true</BootstrapperEnabled>
<MapFileExtensions>true</MapFileExtensions>
</PropertyGroup>
</Project>