| 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | |
| 3 | <PropertyGroup> |
| 4 | <OutputType>Exe</OutputType> |
| 5 | <PublishSingleFile>true</PublishSingleFile> |
| 6 | <SelfContained>true</SelfContained> |
| 7 | |
| 8 | <TargetFramework>net7.0</TargetFramework> |
| 9 | <ImplicitUsings>enable</ImplicitUsings> |
| 10 | <Nullable>enable</Nullable> |
| 11 | <OutputType>Exe</OutputType> |
| 12 | </PropertyGroup> |
| 13 | |
| 14 | </Project> |
| 15 |