created second publish profile for personal publishing,

published version 1.1.0.0 (personal)
master
Jonas Arnold 3 years ago
parent fe200b1a99
commit f14a85911a
  1. 0
      MultiTerm.Wpf/Properties/PublishProfiles/ClickOnceProfile_HSLU.pubxml
  2. 58
      MultiTerm.Wpf/Properties/PublishProfiles/ClickOnceProfile_Jonas.pubxml

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.1.0.*</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
<CreateWebPageOnPublish>True</CreateWebPageOnPublish>
<GenerateManifests>true</GenerateManifests>
<Install>True</Install>
<InstallFrom>Web</InstallFrom>
<InstallUrl>https://jonasarnold.com/multiterm/installer/</InstallUrl>
<IsRevisionIncremented>True</IsRevisionIncremented>
<IsWebBootstrapper>True</IsWebBootstrapper>
<MapFileExtensions>True</MapFileExtensions>
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
<Platform>Any CPU</Platform>
<ProductName>MultiTerm</ProductName>
<PublishDir>bin\Release\net6.0-windows\app.publish\</PublishDir>
<PublishUrl>bin\publish\</PublishUrl>
<PublisherName>Jonas Arnold</PublisherName>
<PublishProtocol>ClickOnce</PublishProtocol>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishSingleFile>False</PublishSingleFile>
<SelfContained>False</SelfContained>
<SignatureAlgorithm>sha256RSA</SignatureAlgorithm>
<SignManifests>True</SignManifests>
<SupportUrl>https://jonasarnold.com</SupportUrl>
<TargetFramework>net6.0-windows</TargetFramework>
<UpdateEnabled>True</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateRequired>False</UpdateRequired>
<WebPageFileName>index.html</WebPageFileName>
<CreateDesktopShortcut>True</CreateDesktopShortcut>
<ManifestCertificateThumbprint>6A5D150254536DE7A17BDE652D73C50DF071C370</ManifestCertificateThumbprint>
<ManifestKeyFile>MultiTerm.Wpf_1_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.6.0.x64">
<Install>true</Install>
<ProductName>.NET Desktop Runtime 6.0.16 (x64)</ProductName>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<PublishFile Include="Assets\console.ico">
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Include</PublishState>
<IncludeHash>true</IncludeHash>
<FileType>File</FileType>
</PublishFile>
</ItemGroup>
</Project>
Loading…
Cancel
Save