Adding project 'Common', switching to Debug build profile

This commit is contained in:
2023-04-02 21:55:22 +02:00
parent f947949e3b
commit 267df022a5
29 changed files with 338 additions and 7 deletions

10
Common/Common.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>