mirror of
https://github.com/CHN-beta/group-meeting-lottery.git
synced 2026-01-10 08:59:26 +08:00
19 lines
671 B
XML
19 lines
671 B
XML
<?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> |