Initial LMEMoxaTransfer application
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user