Skip to content

Commit

Permalink
Added ClickOnceProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmenne committed Apr 3, 2023
1 parent bfa998b commit 6077994
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions FS2020Control/Properties/PublishProfiles/ClickOnceProfile.pubxml
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<ApplicationRevision>10</ApplicationRevision>
<ApplicationVersion>1.0.0.*</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
<CreateWebPageOnPublish>False</CreateWebPageOnPublish>
<GenerateManifests>true</GenerateManifests>
<Install>True</Install>
<InstallFrom>Web</InstallFrom>
<IsRevisionIncremented>True</IsRevisionIncremented>
<IsWebBootstrapper>True</IsWebBootstrapper>
<MapFileExtensions>True</MapFileExtensions>
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
<Platform>Any CPU</Platform>
<ProductName>FS2020Control</ProductName>
<PublishDir>bin\Release\net6.0-windows\win-x86\app.publish\</PublishDir>
<PublishUrl>C:\Users\Dieter\Documents\FS2020Control\Publish\</PublishUrl>
<PublisherName>Menne Biomed</PublisherName>
<PublishProtocol>ClickOnce</PublishProtocol>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishSingleFile>True</PublishSingleFile>
<SelfContained>False</SelfContained>
<SignatureAlgorithm>sha256RSA</SignatureAlgorithm>
<SignManifests>True</SignManifests>
<TargetFramework>net6.0-windows</TargetFramework>
<UpdateEnabled>False</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateRequired>False</UpdateRequired>
<WebPageFileName>Publish.html</WebPageFileName>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<ManifestCertificateThumbprint>A68224F334781E365428458D2884FA374F68AE52</ManifestCertificateThumbprint>
<ManifestKeyFile>FS2020Control.pfx</ManifestKeyFile>
<InstallUrl>https://github.com/dmenne/FS2020Control/</InstallUrl>
</PropertyGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.6.0.x64">
<Install>true</Install>
<ProductName>.NET Desktop Runtime 6.0.15 (x64)</ProductName>
</BootstrapperPackage>
</ItemGroup>
</Project>

0 comments on commit 6077994

Please sign in to comment.