|
|
|
|
@ -0,0 +1,58 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<!-- |
|
|
|
|
https://go.microsoft.com/fwlink/?LinkID=208121. |
|
|
|
|
--> |
|
|
|
|
<Project> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<ApplicationRevision>11</ApplicationRevision> |
|
|
|
|
<ApplicationVersion>1.0.0.*</ApplicationVersion> |
|
|
|
|
<BootstrapperEnabled>True</BootstrapperEnabled> |
|
|
|
|
<Configuration>Release</Configuration> |
|
|
|
|
<CreateDesktopShortcut>True</CreateDesktopShortcut> |
|
|
|
|
<CreateWebPageOnPublish>True</CreateWebPageOnPublish> |
|
|
|
|
<GenerateManifests>true</GenerateManifests> |
|
|
|
|
<Install>True</Install> |
|
|
|
|
<InstallFrom>Web</InstallFrom> |
|
|
|
|
<InstallUrl>http://multiterm.iet-hslu.ch/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>HSLU IET</PublisherName> |
|
|
|
|
<PublishProtocol>ClickOnce</PublishProtocol> |
|
|
|
|
<PublishReadyToRun>False</PublishReadyToRun> |
|
|
|
|
<PublishSingleFile>False</PublishSingleFile> |
|
|
|
|
<SelfContained>False</SelfContained> |
|
|
|
|
<SignatureAlgorithm>sha256RSA</SignatureAlgorithm> |
|
|
|
|
<SignManifests>True</SignManifests> |
|
|
|
|
<TargetFramework>net6.0-windows</TargetFramework> |
|
|
|
|
<UpdateEnabled>True</UpdateEnabled> |
|
|
|
|
<UpdateMode>Foreground</UpdateMode> |
|
|
|
|
<UpdateRequired>False</UpdateRequired> |
|
|
|
|
<WebPageFileName>index.html</WebPageFileName> |
|
|
|
|
<ManifestCertificateThumbprint>BC1274DD90DC13A3CE1634A82AC005CDB6852B06</ManifestCertificateThumbprint> |
|
|
|
|
<ManifestKeyFile>MultiTerm.Wpf_TemporaryKey.pfx</ManifestKeyFile> |
|
|
|
|
<History>True|2023-05-31T10:15:48.2252015Z;</History> |
|
|
|
|
</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> |