|
|
|
@ -4,34 +4,32 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
|
|
|
-->
|
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationRevision>1</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>
|
|
|
|
|
<PublishDir>bin\clickonce-selfcontained\</PublishDir>
|
|
|
|
|
<PublishUrl>bin\clickonce-selfcontained\</PublishUrl>
|
|
|
|
|
<PublishProtocol>ClickOnce</PublishProtocol>
|
|
|
|
|
<PublishReadyToRun>False</PublishReadyToRun>
|
|
|
|
|
<PublishSingleFile>False</PublishSingleFile>
|
|
|
|
|
<SelfContained>False</SelfContained>
|
|
|
|
|
<SignatureAlgorithm>(none)</SignatureAlgorithm>
|
|
|
|
|
<SignManifests>False</SignManifests>
|
|
|
|
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
|
|
|
<SelfContained>True</SelfContained>
|
|
|
|
|
<SignatureAlgorithm>sha256RSA</SignatureAlgorithm>
|
|
|
|
|
<SignManifests>True</SignManifests>
|
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
|
|
|
<UpdateEnabled>False</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.NetCore.CoreRuntime.5.0.x64">
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<ProductName>.NET Runtime 5.0.1 (x64)</ProductName>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|