1
2
3
4
5
6
7
8
9
10
11
12
| <?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\publish\</PublishDir>
| <PublishProtocol>FileSystem</PublishProtocol>
| </PropertyGroup>
| </Project>
|
|