enable compression

This commit is contained in:
2024-10-06 23:24:40 +08:00
parent d3cc1c25fe
commit 9b60dcf87c
2 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\publish</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<SelfContained>true</SelfContained>
<TargetFramework>net8.0-windows</TargetFramework>
<PublishReadyToRun>false</PublishReadyToRun>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
</PropertyGroup>
</Project>