Adding project CLI

This commit is contained in:
2023-04-02 21:55:55 +02:00
parent 267df022a5
commit dd10e5740e
15 changed files with 227 additions and 0 deletions

10
CLI/CLI.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>