Add Publish profile

This commit is contained in:
2023-04-15 22:39:55 +02:00
parent 93815e553f
commit ecf5ed8d55
2 changed files with 19 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
Elwig/obj/
Elwig/bin/
Elwig/*.csproj.user
*.user
.vs
.idea

View File

@ -0,0 +1,18 @@
<?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\Publish</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net7.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>false</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>