mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-22 13:54:36 +00:00
14 lines
No EOL
506 B
XML
14 lines
No EOL
506 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Any CPU</Platform>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<PublishDir>bin\Release\net6.0\publish\</PublishDir>
|
|
<SelfContained>false</SelfContained>
|
|
</PropertyGroup>
|
|
</Project> |