18 lines
630 B
Plaintext
18 lines
630 B
Plaintext
|
<?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\Release\net6.0-windows\publish\win-x86\</PublishDir>
|
||
|
<PublishProtocol>FileSystem</PublishProtocol>
|
||
|
<_TargetId>Folder</_TargetId>
|
||
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||
|
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
|
||
|
<SelfContained>true</SelfContained>
|
||
|
<PublishSingleFile>true</PublishSingleFile>
|
||
|
<PublishReadyToRun>true</PublishReadyToRun>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|