You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.6 KiB
36 lines
1.6 KiB
4 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||
|
-->
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<ApplicationRevision>4</ApplicationRevision>
|
||
|
<ApplicationVersion>1.0.0.*</ApplicationVersion>
|
||
|
<BootstrapperEnabled>True</BootstrapperEnabled>
|
||
|
<Configuration>Release</Configuration>
|
||
|
<CreateDesktopShortcut>True</CreateDesktopShortcut>
|
||
|
<GenerateManifests>True</GenerateManifests>
|
||
|
<Install>true</Install>
|
||
|
<InstallFrom>Disk</InstallFrom>
|
||
|
<IsRevisionIncremented>True</IsRevisionIncremented>
|
||
|
<IsWebBootstrapper>False</IsWebBootstrapper>
|
||
|
<ManifestCertificateThumbprint>820B7EDF3E26E24BB4C25B177A05B3D0C77BF73A</ManifestCertificateThumbprint>
|
||
|
<ManifestKeyFile>hass-workstation-service_TemporaryKey.pfx</ManifestKeyFile>
|
||
|
<MapFileExtensions>true</MapFileExtensions>
|
||
|
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||
|
<Platform>Any CPU</Platform>
|
||
|
<PublishDir>bin\publish\</PublishDir>
|
||
|
<PublishUrl>bin\publish\</PublishUrl>
|
||
|
<PublishProtocol>ClickOnce</PublishProtocol>
|
||
|
<PublishReadyToRun>False</PublishReadyToRun>
|
||
|
<PublishSingleFile>False</PublishSingleFile>
|
||
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||
|
<SelfContained>False</SelfContained>
|
||
|
<SignatureAlgorithm>sha256RSA</SignatureAlgorithm>
|
||
|
<SignManifests>True</SignManifests>
|
||
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||
|
<TrustUrlParameters>False</TrustUrlParameters>
|
||
|
<UpdateEnabled>False</UpdateEnabled>
|
||
|
<UpdateMode>Foreground</UpdateMode>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|