mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
14 lines
486 B
XML
14 lines
486 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>net5.0</TargetFramework>
|
|
<PublishDir>Output\</PublishDir>
|
|
<SelfContained>false</SelfContained>
|
|
</PropertyGroup>
|
|
</Project> |