2022-06-24 14:24:31 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
|
|
-->
|
|
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
2024-02-28 04:07:16 +00:00
|
|
|
<Configuration>Release</Configuration>
|
2022-06-24 14:24:31 +00:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
<PublishDir>..\..\..\publish\master</PublishDir>
|
|
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
2023-07-12 22:41:31 +00:00
|
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
2022-07-23 19:23:32 +00:00
|
|
|
<SelfContained>true</SelfContained>
|
|
|
|
<DeleteExistingFiles>true</DeleteExistingFiles>
|
|
|
|
<PublishWithAspNetCoreTargetManifest>true</PublishWithAspNetCoreTargetManifest>
|
|
|
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
|
|
<PublishReadyToRun>true</PublishReadyToRun>
|
2022-06-24 14:24:31 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|