mirror of https://github.com/ogoun/Zero.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
422 B
14 lines
422 B
3 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||
|
-->
|
||
|
<Project>
|
||
|
<PropertyGroup>
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>x64</Platform>
|
||
|
<PublishDir>bin\Release\net6.0\publish\</PublishDir>
|
||
|
<PublishProtocol>FileSystem</PublishProtocol>
|
||
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
<SelfContained>false</SelfContained>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|